9 lines
251 B
Plaintext
9 lines
251 B
Plaintext
protocol bgp ibgp_int_zj1_v6 from tpl_inet6_ibgp {
|
|
source address fe80:1::2;
|
|
neighbor fe80:1::1%wg_40005 as LOCAL_ASN;
|
|
}
|
|
|
|
protocol bgp ibgp_int_zj1_v4 from tpl_inet4_ibgp {
|
|
source address 10.188.1.1;
|
|
neighbor 10.188.1.2 as LOCAL_ASN;
|
|
} |