Set BGP communities on jonas link + add UK_LON1 peer
This commit is contained in:
parent
0b2795ea90
commit
6b9114ddca
|
@ -1,5 +1,5 @@
|
||||||
#protocol bgp B_dn42_jonas from dnpeers {
|
protocol bgp B_dn42_jonas from dnpeers {
|
||||||
# neighbor 172.20.39.65 as 4242420789;
|
neighbor 172.20.39.65 as 4242420789;
|
||||||
# import where dn42_import_filter(4,23,33);
|
import where dn42_import_filter(4,23,33);
|
||||||
# export where dn42_export_filter(4,23,33);
|
export where dn42_export_filter(4,23,33);
|
||||||
#};
|
};
|
||||||
|
|
12
peers4/iB_uk_lon1
Normal file
12
peers4/iB_uk_lon1
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
table T_IBGP_UK_LON1;
|
||||||
|
|
||||||
|
protocol bgp iB_uk_lon1 from iBGP_Peer {
|
||||||
|
table T_IBGP_UK_LON1;
|
||||||
|
neighbor 172.20.170.196 as 4242423934;
|
||||||
|
import where dn42_import_filter(3,24,34);
|
||||||
|
export where dn42_export_filter(3,24,34);
|
||||||
|
};
|
||||||
|
|
||||||
|
protocol pipe P_IBGP_UK_LON1 from iBGP_Pipe {
|
||||||
|
table T_IBGP_UK_LON1;
|
||||||
|
}
|
|
@ -1,6 +1,6 @@
|
||||||
#protocol bgp B_dn42_jonas from dnpeers {
|
protocol bgp B_dn42_jonas from dnpeers {
|
||||||
# neighbor fe80::10:1 % 'wg-jonas' as 4242420789;
|
neighbor fe80::10:1 % 'wg-jonas' as 4242420789;
|
||||||
# import where dn42_import_filter(4,23,33);
|
import where dn42_import_filter(4,23,33);
|
||||||
# export where dn42_export_filter(4,23,33);
|
export where dn42_export_filter(4,23,33);
|
||||||
#};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue