Archive for March 14th, 2008
Bandwidth for BGP Port & Client through One Interface [Juniper]
Case,
If you need to differentiate bandwidth (rate-limit/traffic shape in Cisco) allocation for BGP protocol
and the customer network in Juniper.
Follow this step (a. should be applied after b) :
a. Filter in Interface ae.50
unit 50 {
description ***CLIENT-AS38888***;
vlan-id 50;
family inet {
filter {
input CLIENT;
output CLIENT;
}
address 1.2.4.1/30;
}
b. Policer for BW alocation Client & BGP
firewall {
policer CLIENT {
if-exceeding {
bandwidth-limit 3m;
burst-size-limit 512k;
}
then [...]


