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

transferring an old 1841 configuration to a new C1111 router

yoav-shneor
Level 1
Level 1

Hi ,

I am transferring an old 1841 configuration to a new C1111 router with Cisco IOS XE Software, Version 16.08.01

I have a problem with QOS .

the old simple QOS config is  as following :

 

interface Vlan10
traffic-shape rate 2000000 50000 50000 1000

 

On the C1111 i cannot use the command traffic-shape under the vlan interface

I built a simple QOS policy one class based only for that and i cant  attach it to the vlan interface 

 

class-map match-all WiFi
match input-interface Vlan10

 

policy-map Shape_WiFi
class WiFi
shape average 2000000 50000 50000

 

Any idea ? 

1 Reply 1

Hello,

 

I don't think you can shape on an SVI on the C1111. Shaping is typically done on the dialer interface. Below is an example:

 

policy-map SHAPE_DIALER

 class class-default

  shape average 2000000

!

interface Dialer1

 service-policy output SHAPE_DIALER

Review Cisco Networking products for a $25 gift card