^Ccumulus@VX2:mgmt-vrf:~$ net show configuration frr version 4.0+cl3u2 frr defaults datacenter hostname VX2 username cumulus nopassword service integrated-vtysh-config log syslog informational vrf CUST2 vni 4000 router bgp 65012 bgp router-id 10.0.0.22 neighbor SPINE peer-group neighbor SPINE remote-as 65001 neighbor SPINE bfd neighbor SPINE password FABRIC neighbor 10.22.33.33 peer-group SPINE neighbor 10.22.44.44 peer-group SPINE address-family ipv4 unicast network 10.0.0.22/32 address-family l2vpn evpn neighbor SPINE activate advertise-all-vni advertise-default-gw router bgp 65012 vrf CUST2 address-family ipv4 unicast redistribute connected address-family l2vpn evpn advertise ipv4 unicast rd 10.0.0.22:70 route-target import 10.0.0.11:70 route-target export 10.0.0.11:70 line vty snmp-server listening-address localhost dns nameserver 10.20.249.1 ptp global slaveOnly 0 priority1 255 priority2 255 domainNumber 0 logging_level 5 path_trace_enabled 0 use_syslog 1 verbose 0 summary_interval 0 time_stamping hardware interface lo # The primary network interface address 10.0.0.22/32 address fc00::10:0:0:22/128 interface eth0 address 192.168.44.91/24 vrf mgmt interface swp1 address 10.22.33.22/24 interface swp2 address 10.22.44.22/24 interface swp3 bridge-vids 888 interface CUST1 vrf-table auto interface CUST2 vrf-table auto interface bridge bridge-ports swp3 vxlan4000 bridge-vids 888 4000 bridge-vlan-aware yes interface mgmt address 127.0.0.1/8 vrf-table auto interface vlan888 address 192.168.8.254/24 address-virtual 00:00:50:00:00:01 192.168.8.250/24 vlan-id 888 vlan-raw-device bridge vrf CUST2 interface vlan4000 hwaddress 44:39:39:FF:40:00 vlan-id 4000 vlan-raw-device bridge vrf CUST2 interface vxlan4000 bridge-access 4000 bridge-learning off mstpctl-bpduguard yes mstpctl-portbpdufilter yes vxlan-id 4000 vxlan-local-tunnelip 10.0.0.22 time zone Etc/UTC ntp servers 0.cumulusnetworks.pool.ntp.org iburst 1.cumulusnetworks.pool.ntp.org iburst 2.cumulusnetworks.pool.ntp.org iburst 3.cumulusnetworks.pool.ntp.org iburst source eth0 dot1x mab-activation-delay 30 eap-reauth-period 0 radius accounting-port 1813 authentication-port 1812 # The above output is a summary of the configuration state of the switch. # Do not cut and paste this output into /etc/network/interfaces or any other # configuration file. This output is intended to be used for troubleshooting # when you need to see a summary of configuration settings. # # Please use "net show configuration commands" for a configuration that # you can back up or copy and paste into a new device. cumulus@VX2:mgmt-vrf:~$ net show configuration commands net del all net add routing defaults datacenter net add routing service integrated-vtysh-config net add routing log syslog informational net add vrf CUST2 vni 4000 net add bgp autonomous-system 65012 net add bgp router-id 10.0.0.22 net add bgp neighbor SPINE peer-group net add bgp neighbor SPINE remote-as 65001 net add bgp neighbor SPINE bfd net add bgp neighbor SPINE password FABRIC net add bgp neighbor 10.22.33.33 peer-group SPINE net add bgp neighbor 10.22.44.44 peer-group SPINE net add bgp ipv4 unicast network 10.0.0.22/32 net add bgp l2vpn evpn neighbor SPINE activate net add bgp l2vpn evpn advertise-all-vni net add bgp l2vpn evpn advertise-default-gw net add bgp vrf CUST2 autonomous-system 65012 net add bgp vrf CUST2 ipv4 unicast redistribute connected net add bgp vrf CUST2 l2vpn evpn advertise ipv4 unicast net add bgp vrf CUST2 l2vpn evpn rd 10.0.0.22:70 net add snmp-server listening-address localhost net add dns nameserver ipv4 10.20.249.1 net add ptp global slave-only no net add ptp global priority1 255 net add ptp global priority2 255 net add ptp global domain-number 0 net add ptp global logging-level 5 net add ptp global path-trace-enabled no net add ptp global use-syslog yes net add ptp global verbose no net add ptp global summary-interval 0 net add ptp global time-stamping net add vxlan vxlan4000 vxlan id 4000 net add bridge bridge ports swp3,vxlan4000 net add bridge bridge vids 888,4000 net add bridge bridge vlan-aware net add interface eth0 ip address 192.168.44.91/24 net add interface eth0 vrf mgmt net add interface swp1 ip address 10.22.33.22/24 net add interface swp2 ip address 10.22.44.22/24 net add interface swp3 bridge vids 888 net add loopback lo ip address 10.0.0.22/32 net add loopback lo ipv6 address fc00::10:0:0:22/128 net add vlan 4000 hwaddress 44:39:39:FF:40:00 net add vlan 4000 vlan-id 4000 net add vlan 4000 vlan-raw-device bridge net add vlan 4000 vrf CUST2 net add vlan 888 ip address 192.168.8.254/24 net add vlan 888 ip address-virtual 00:00:50:00:00:01 192.168.8.250/24 net add vlan 888 vlan-id 888 net add vlan 888 vlan-raw-device bridge net add vlan 888 vrf CUST2 net add vrf CUST2,mgmt vrf-table auto net add vrf mgmt ip address 127.0.0.1/8 net add vxlan vxlan4000 bridge learning off net add vxlan vxlan4000 stp bpduguard net add vxlan vxlan4000 stp portbpdufilter net add vxlan vxlan4000 vxlan local-tunnelip 10.0.0.22 net add vxlan vxlan4000 bridge access 4000 net add hostname VX2 net add time zone Etc/UTC net add time ntp server 0.cumulusnetworks.pool.ntp.org iburst net add time ntp server 1.cumulusnetworks.pool.ntp.org iburst net add time ntp server 2.cumulusnetworks.pool.ntp.org iburst net add time ntp server 3.cumulusnetworks.pool.ntp.org iburst net add time ntp source eth0 net add dot1x radius accounting-port 1813 net add dot1x eap-reauth-period 0 net add dot1x radius authentication-port 1812 net add dot1x mab-activation-delay 30 net commit # There are some configuration commands that are not yet supported by nclu. # The following will append those commands to the appropriate files. # ======================================================================== sudo printf 'username cumulus nopassword\n' >> /etc/frr/frr.conf sudo printf 'router bgp 65012 vrf CUST2\n address-family l2vpn evpn\n route-target import 10.0.0.11:70\n' >> /etc/frr/frr.conf sudo printf 'router bgp 65012 vrf CUST2\n address-family l2vpn evpn\n route-target export 10.0.0.11:70\n' >> /etc/frr/frr.conf