I am trying to apply policy map on the outside interface but I get error saying shape average/bandwidth are not supported on the interface.
Hardware: 6513 with WS-SUP720-3BXL
IOS: s72033-adventerprisek9_wan-mz.122-18.SXF3
Here is the config
class-map match-any p2p
match protocol gnutella file-transfer "*"
match protocol fasttrack file-transfer "*"
match protocol edonkey
match protocol winmx
match protocol kazaa2
match protocol napster
policy-map block-p2p
class p2p
shape average 80000
xxx_6513(config-if)#service-policy output block-p2p
shape average command is not supported in output direction for this interface
Configuration failed on:
GigabitEthernet13/44
XXXX_6513#sh running-config interface gigabitEthernet 13/44
Building configuration...
Current configuration : 205 bytes
!
interface GigabitEthernet13/44
description To XXX 7200
ip address xxxx xxxx
ip access-group protect_inside in
ip flow ingress
speed 100
duplex full
mls netflow sampling
end
Can anyone please tell me why I can't use shape average on that interface ?
Thanks