cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2530
Views
0
Helpful
1
Replies

Inbound vs Outbound on policy map

billmatthews
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

Joseph W. Doherty
Hall of Fame
Hall of Fame

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.

View solution in original post

1 Reply 1

Joseph W. Doherty
Hall of Fame
Hall of Fame

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.