13 lines
302 B
Plaintext
13 lines
302 B
Plaintext
table T_IBGP_UK_LON1_V6;
|
|
|
|
protocol bgp iB_uk_lon1 from iBGP_Peer {
|
|
table T_IBGP_UK_LON1_V6;
|
|
neighbor fd62:77fb:94bf::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_V6;
|
|
}
|