[nsp] QoS on bridged interfaces

Thomas Salmen tsalmen at iprolink.co.nz
Fri Oct 24 02:48:38 EDT 2003


Hello,

Is anyone aware of whether QoS (specifically policing) works on a bridged
interface on a router? Eg:


class-map match-any all
  match access-group 113
!
policy-map traffic-mgmt
  class all
     police 16000 8000 8000 conform-action transmit exceed-action drop !
bridge irb
!
interface FastEthernet0/0
 ip address 10.4.4.3 255.0.0.0
 service-policy input traffic-mgmt
 service-policy output traffic-mgmt
 duplex full
 bridge-group 1
!
interface FastEthernet3/0
 no ip address
 duplex full
 bridge-group 1
!
access-list 113 permit ip any any


Its configurable okay, but no policing seems to be performed. It's a 7206.

Rgds,
Thomas



More information about the cisco-nsp mailing list