13 lines
288 B
Plaintext
13 lines
288 B
Plaintext
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;
|
|
}
|