1- MP-iBGP
2- EVPN service
1- MP-iBGP
Code Block | ||
---|---|---|
| ||
routing-options {
router-id 11.11.11.11;
autonomous-system 65000;
}
bgp {
group Internal {
type internal;
family inet-vpn {
any;
}
family evpn {
signaling;
}
neighbor 1.1.1.1 {
local-address 11.11.11.11;
bfd-liveness-detection {
minimum-interval 200;
multiplier 3;
}
}
}
}
|
routing-options {
router-id 11.11.11.11;
autonomous-system 65000;
...