Versions Compared

Key

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

...

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;
           }
       }
  }
}

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 {

...