<html><head><title>Re: [rbak-nsp] Limit bandwidth for IP</title>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
</head>
<body>
<span style=" font-family:'Courier New'; font-size: 9pt;">Hello<br>
<br>
Problem solved, upload and download were on different vlans. <br>
After applying policy to these 2 vlans it resolved problem.<br>
<br>
RafaĆ<br>
<br>
<br>
<br>
Wednesday, October 8, 2014, 10:50:49 AM, you wrote:<br>
<br>
</span><table>
<tr>
<td width=10 bgcolor= #0000ff><br>
</td>
<td width=773><span style=" font-family:'courier new'; font-size: 9pt;">Hi,<br>
<br>
Try to modify policy-acl like below:<br>
<br>
seq 10 permit ip host 10.0.0.2 any class BGP<br>
seq 20 permit ip any host 10.0.0.2 class BGP<br>
seq 100 permit ip any any class other<br>
<br>
<br>
--<br>
Daniel<br>
<br>
<br>
2014-10-07 15:50 GMT+02:00 Golem <<a href="mailto:golem@mtm-info.pl">golem@mtm-info.pl</a>>:<br>
Hello<br>
<br>
I want to limit in/out bandwidth inside vlan for specified IP address.<br>
<br>
This is how I'm doing:<br>
<br>
in global:<br>
<br>
qos policy QOS1POLICY_BGP metering<br>
ip access-group QOS1_bgp bgp<br>
class BGP<br>
rate 1000 burst 1000<br>
class other<br>
<br>
!<br>
<br>
qos policy QOS1OUT_BGP policing<br>
ip access-group QOS1_bgp bgp<br>
class BGP<br>
rate 1000 burst 1000<br>
class other<br>
<br>
<br>
<br>
port ethernet 2/3<br>
dot1q pvc 1992<br>
...<br>
qos policy policing QOS1OUT_BGP<br>
qos policy metering QOS1POLICY_BGP<br>
...<br>
<br>
<br>
<br>
in bgp context:<br>
<br>
policy access-list QOS1_bgp<br>
seq 10 permit tcp host 10.0.0.2 any class BGP<br>
seq 100 permit ip any any class other<br>
<br>
<br>
<br>
<br>
###<br>
<br>
<br>
So everything except 10.0.0.2 should have no limit, however this seems not working, 10.0.0.2 is not limited.<br>
Can someone point me what's wrong ?<br>
<br>
<span style=" color: #888888;">--<br>
Best regards,<br>
Ozga Rafal mailto:<a style=" color: #888888;" href="mailto:golem@mtm-info.pl">golem@mtm-info.pl</a><br>
<br>
<br>
_______________________________________________<br>
redback-nsp mailing list<br>
<a style=" color: #888888;" href="mailto:redback-nsp@puck.nether.net">redback-nsp@puck.nether.net</a><br>
<a style=" color: #888888;" href="https://puck.nether.net/mailman/listinfo/redback-nsp">https://puck.nether.net/mailman/listinfo/redback-nsp</a></td>
</tr>
</table>
<br><br>
<br>
<br>
<span style=" font-family:'arial'; color: #c0c0c0;"><i>-- <br>
Best regards,<br>
Ozga Rafal <a style=" font-style: normal;" href="mailto:golem@mtm-info.pl">mailto:golem@mtm-info.pl</a></body>