Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

1- MP-iBGP

2- EVPN service    




1- MP-iBGP


Code Block
titleMP-iBGP
collapsetrue
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;
           }
       }
  }
}


2- EVPN service


routing-instances {

EVPN-1 {

...