Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

1- MP-iBGP

2- EVPN service    




1- MP-iBGP


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 {

instance-type evpn;
vlan-id 100;
interface ae0.100;
routing-interface irb.100;
route-distinguisher 11.11.11.11:1;
vrf-target target:65000:1;

protocols {

evpn {

default-gateway do-not-advertise;

}

}

}












  • No labels