OutOfHisElement
Programmer
Working with a 2821 router, I can't get shaping to have any affect. Our service provider polices traffic to around 5.5Mbps and that's what I see, even when trying to shape to 500kbps.
Here is the interface:
There's a VLAN involved as well. Notice that I've tried to shape it as well:
500kbps is just so that we notice the change.
And here's the results of show traffic-shape:
I've tried disabling CEF, disabling flow switching (with no ip route-cache flow), and everything else I can think of. Interestingly, show cef interface Gi0/1's output includes IP CEF Flow Fast switching turbo vector.
The funny thing is that we had it working on a test router and then someone decided to rework the UPSes in the rack.
Here is the interface:
Code:
interface GigabitEthernet0/1
description LAN
no ip address
ip mask-reply
no ip proxy-arp
ip flow egress
ip virtual-reassembly
duplex full
speed auto
traffic-shape rate 500000 5000 5000 1000
no mop enabled
There's a VLAN involved as well. Notice that I've tried to shape it as well:
Code:
interface Vlan1
description DEFAULT
ip address 192.168.40.2 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
ip virtual-reassembly
traffic-shape rate 500000 5000 5000 1000
500kbps is just so that we notice the change.
And here's the results of show traffic-shape:
Code:
Interface Gi0/1
Access Target Byte Sustain Excess Interval Increment Adapt
VC List Rate Limit bits/int bits/int (ms) (bytes) Active
- 500000 1250 5000 5000 10 625 -
Interface Vl1
Access Target Byte Sustain Excess Interval Increment Adapt
VC List Rate Limit bits/int bits/int (ms) (bytes) Active
- 500000 1250 5000 5000 10 625 -
I've tried disabling CEF, disabling flow switching (with no ip route-cache flow), and everything else I can think of. Interestingly, show cef interface Gi0/1's output includes IP CEF Flow Fast switching turbo vector.
The funny thing is that we had it working on a test router and then someone decided to rework the UPSes in the rack.