Hello All,
ON switch 6500 i have configured an interface vlan x and applied policies on inboud and outbound directions as per below:
interface Vlanx
ip address 1.1.1.1 255.255.255.0
service-policy input VlaX-in
service-policy output VlaX-out
Policy Map VlaX-out
Class class-default
police cir 2048000 bc 2048000 be 4096000
conform-action transmit
exceed-action drop
violate-action drop
Policy Map VlaX-in
Class class-default
police cir 2048000 bc 2048000 be 4096000
conform-action transmit
exceed-action drop
violate-action drop
But the problem i am facing is that the policy outbound works ok , but the policy inbound doesnt work at all. specifically it doesnt match anything
show policy-map interface vlan X input
VlanX
Service-policy input: VlaX-in
class-map: class-default (match-any)
Match: any
police :
2048000 bps 2048000 limit 2048000 extended limit
Earl in slot 6 :
0 bytes
5 minute offered rate 0 bps
aggregate-forwarded 0 bytes action: transmit
exceeded 0 bytes action: drop
aggregate-forward 0 bps exceed 0 bps
Has anyone faced this issue?
gerta