Created
May 2, 2018 15:29
-
-
Save rendoaw/112f2723bdaf1d91660afda9808def5c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
frr version 4.1-devyes | |
frr defaults traditional | |
hostname linux-93 | |
username cumulus nopassword | |
! | |
service integrated-vtysh-config | |
! | |
log syslog informational | |
! | |
vrf vrf-110 | |
vni 20110 prefix-routes-only | |
! | |
interface ens5 | |
ip ospf network point-to-point | |
! | |
router-id 10.0.0.93 | |
! | |
router bgp 64000 | |
coalesce-time 1000 | |
neighbor 10.0.0.11 remote-as 64000 | |
neighbor 10.0.0.11 update-source 10.0.0.93 | |
! | |
address-family ipv4 unicast | |
network 93.0.0.0/24 | |
exit-address-family | |
! | |
address-family ipv4 vpn | |
neighbor 10.0.0.11 activate | |
exit-address-family | |
! | |
address-family l2vpn evpn | |
neighbor 10.0.0.11 activate | |
vni 20110 | |
rd 10.0.0.93:110 | |
route-target import 64000:110 | |
route-target export 64000:110 | |
advertise-subnet | |
exit-vni | |
vni 10100 | |
rd 10.0.0.93:100 | |
route-target import 64200:100 | |
route-target export 64200:100 | |
exit-vni | |
advertise-all-vni | |
advertise ipv4 unicast | |
route-target import 64000:110 | |
route-target export 64000:110 | |
exit-address-family | |
! | |
router bgp 64000 vrf vrf-110 | |
coalesce-time 1000 | |
! | |
address-family ipv4 unicast | |
redistribute kernel | |
redistribute connected | |
exit-address-family | |
! | |
address-family l2vpn evpn | |
advertise ipv4 unicast | |
route-target import 64000:110 | |
route-target export 64000:110 | |
exit-address-family | |
! | |
router ospf | |
network 10.0.0.0/24 area 0 | |
network 10.11.0.0/16 area 0 | |
! | |
line vty | |
! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment