I’ve implemented a shaper to limit traffic to 1Mbps, but it doesn’t seem to be working. Below I can see that 1368000 and later 2912000 bps of traffic is going through the interface but the shaper is not activating.
The config is at the bottom, Can anyone see if I am doing anything wrong?
Here is the config:
Thanks,
Joe
---------------------------------------
Joe Keegan - Joe@jjk3.com
SANS GSEC & GCFW
CCSE, CCNA, CCSA & Sun Certified
The config is at the bottom, Can anyone see if I am doing anything wrong?
Code:
Router1#show policy-map interface fa0/1
FastEthernet0/1
Service-policy output: Outbound-Test
Class-map: class-default (match-any)
17392 packets, 10594590 bytes
30 second offered rate 1368000 bps, drop rate 0 bps
Match: any
Traffic Shaping
Target/Average Byte Sustain Excess Interval Increment
Rate Limit bits/int bits/int (ms) (bytes)
1000000/1000000 2500 10000 10000 10 1250
Adapt Queue Packets Bytes Packets Bytes Shaping
Active Depth Delayed Delayed Active
- 0 72 9070 0 0 no
Router1#show policy-map interface fa0/1
FastEthernet0/1
Service-policy output: Outbound-Test
Class-map: class-default (match-any)
56132 packets, 38481782 bytes
30 second offered rate 2912000 bps, drop rate 0 bps
Match: any
Traffic Shaping
Target/Average Byte Sustain Excess Interval Increment
Rate Limit bits/int bits/int (ms) (bytes)
1000000/1000000 2500 10000 10000 10 1250
Adapt Queue Packets Bytes Packets Bytes Shaping
Active Depth Delayed Delayed Active
- 0 109 14642 0 0 no
Here is the config:
Code:
policy-map Outbound-Test
class class-default
shape average 1000000 10000
interface FastEthernet0/1
bandwidth 2000
ip address X.X.X.X 255.255.255.252
ip access-group internet-in in
ip access-group internet-out out
no ip redirects
no ip unreachables
no ip proxy-arp
ip accounting precedence input
ip accounting precedence output
ip flow ingress
ip route-cache flow
load-interval 30
tx-ring-limit 2
tx-queue-limit 2
duplex auto
speed auto
no cdp enable
max-reserved-bandwidth 100
service-policy output Outbound-Test
Thanks,
Joe
---------------------------------------
Joe Keegan - Joe@jjk3.com
SANS GSEC & GCFW
CCSE, CCNA, CCSA & Sun Certified