[rbak-nsp] Limit bandwidth for IP
Golem
golem at mtm-info.pl
Tue Oct 7 09:50:46 EDT 2014
Hello
I want to limit in/out bandwidth inside vlan for specified IP address.
This is how I'm doing:
in global:
qos policy QOS1POLICY_BGP metering
ip access-group QOS1_bgp bgp
class BGP
rate 1000 burst 1000
class other
!
qos policy QOS1OUT_BGP policing
ip access-group QOS1_bgp bgp
class BGP
rate 1000 burst 1000
class other
port ethernet 2/3
dot1q pvc 1992
...
qos policy policing QOS1OUT_BGP
qos policy metering QOS1POLICY_BGP
...
in bgp context:
policy access-list QOS1_bgp
seq 10 permit tcp host 10.0.0.2 any class BGP
seq 100 permit ip any any class other
###
So everything except 10.0.0.2 should have no limit, however this seems not working, 10.0.0.2 is not limited.
Can someone point me what's wrong ?
--
Best regards,
Ozga Rafal mailto:golem at mtm-info.pl
More information about the redback-nsp
mailing list