04-19-2013 07:59 AM - edited 03-04-2019 07:39 PM
I have Cisco 2900 routers running IOS 15.1. I have a pair of routers with a serial interface into an MPLS network (T1)...
LAN1 - R1 - MPLSWAN - R2 - LAN2
Here is the existing QoS config:
interface Serial0/0/0
bandwidth 1536
max-reserved-bandwidth 100
service-policy input SERIAL-QOS-INBOUND
service-policy output SERIAL-QOS-OUTBOUND
!
policy-map SERIAL-QOS-OUTBOUND
class TAG-EF
set dscp ef
priority 480
class TAG-AF31
set dscp af31
bandwidth remaining percent 10
class TAG-AF21
set dscp af21
bandwidth remaining percent 35
class TAG-AF11
set dscp af11
bandwidth remaining percent 10
class class-default
set dscp default
bandwidth remaining percent 25
policy-map SERIAL-QOS-INBOUND
class TAG-EF
set dscp ef
class TAG-AF31
set dscp af31
class Video
set dscp af21
police cir 512000
conform-action transmit
exceed-action drop
class TAG-AF21
set dscp af21
class TAG-AF11
set dscp af11
class class-default
set dscp default
!
On R2's serial interface I'm seeing policy-map drops from the SERIAL-QOS-INBOUND police cir 512000 statement. This is video traffic.
I'm just confused about inbound vs outbound. From the perspective of R2, if I see inbound policy-map drops, does that mean the video is coming from LAN1 (or elsewhere on the WAN) and into LAN2?
Thanks
Solved! Go to Solution.
04-19-2013 08:18 AM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
From the perspective of R2, if I see inbound policy-map drops, does that mean the video is coming from LAN1 (or elsewhere on the WAN) and into LAN2?
Yes.
In vs. out on policies is like in vs. out on ACLs.
04-19-2013 08:18 AM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
From the perspective of R2, if I see inbound policy-map drops, does that mean the video is coming from LAN1 (or elsewhere on the WAN) and into LAN2?
Yes.
In vs. out on policies is like in vs. out on ACLs.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide