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

Shaping on Cisco ME 3600X

tobin_jim
Level 1
Level 1

How do you implement a peak shaping QoS policy on the Cisco ME 3600X. My aim to shape a service instance but to allow the shaper to burst over the shape value to a specified amount, if there is available bandwidth on the physical interface, queing any excess traffic.

I am trying to implement the policy below, except with a shape peak instead of average. However, I don't see the peak keyword under the shape command.  I do see the following mentioned in the configuration guide however,"

shape average{target bps | percentvalue}

Enter percent value to set the percentage of interface bandwidth for peak information rate. The range is 0 to 100 percent. The percentage is based on the port operational link speed. Setting the percent to 0 disables shaping.

I am not sure how to use this to implement my requirements.

If there is not a way to do this using shaping, then can I use policing instead?

 

class-map match-any VRFA
 match service instance ethernet  2121

policy-map PARENT-G012
 class VRFA
  shape average 2000000
   service-policy CHILD-G012

policy-map CHILD-G012
 class NETWORK
  bandwidth percent 2 
 class VOICE
  police cir percent 10
   conform-action transmit 
   exceed-action drop 
  priority
 class APP1
  bandwidth percent 22 
 class APP2
  bandwidth percent 24 
 class APP3
  bandwidth percent 12 
 class APP4
  bandwidth percent 5 
 class class-default
  bandwidth percent 25 
  random-detect

interface GigabitEthernet0/12
 switchport trunk allowed vlan none
 switchport mode trunk

service-policy output PARENT-G012
 !
 service instance 2121 ethernet
  encapsulation dot1q 2121
  rewrite ingress tag pop 1 symmetric
  bridge-domain 1500

0 Replies 0