vEOS2#show run ! Command: show running-config ! device: vEOS2 (vEOS, EOS-4.21.1.1F) ! ! boot system flash:/vEOS-lab.swi ! transceiver qsfp default-mode 4x10G ! service routing protocols model multi-agent ! logging console debugging ! hostname vEOS2 ! spanning-tree mode mstp ! no aaa root ! username aaa privilege 15 secret sha512 $6$U5SSgX7NbnRhS3H4$fayVczBZHdq.NtihTd0tDgZIU0006AWOxAO4ZJsz8J1kse3q1fMfTEVpXR8m9TrS3HBVfQ9dInXmnWVA7Xzo0/ ! vrf definition mgmt ! interface Ethernet1 mtu 1514 speed 100full no switchport ! interface Ethernet1.23 logging event link-status encapsulation dot1q vlan 23 ip address 10.22.33.22/24 ipv6 address fc00::10:22:33:22/112 ! interface Ethernet2 ! interface Ethernet3 ! interface Loopback0 ip address 10.0.0.22/32 ipv6 address fc00::10:0:0:22/128 ! interface Management1 vrf forwarding mgmt ip address 192.168.44.82/24 ! ip routing no ip routing vrf mgmt ! ipv6 unicast-routing ! router bgp 65022 router-id 10.0.0.22 neighbor 10.22.33.33 remote-as 65033 neighbor 10.22.33.33 send-community standard extended neighbor 10.22.33.33 maximum-routes 12000 neighbor fc00::10:22:33:33 remote-as 65033 neighbor fc00::10:22:33:33 send-community standard extended neighbor fc00::10:22:33:33 maximum-routes 12000 ! address-family ipv4 neighbor 10.22.33.33 activate no neighbor fc00::10:22:33:33 activate network 10.0.0.22/32 ! address-family ipv6 no neighbor 10.22.33.33 activate neighbor fc00::10:22:33:33 activate network fc00::10:0:0:22/128 ! management api netconf transport ssh default vrf mgmt ! end