VyOS 1.4-rolling-202303170317
vyos@leaf-1:~$ show ip route 192.168.10.6
Routing entry for 192.168.10.6/32
Known via "bgp", distance 200, metric 0
Last update 00:17:30 ago
172.16.1.25 inactive, weight 1
172.16.2.25 inactive, weight 1
vyos@leaf-1:~$ show ip bgp summary
IPv4 Unicast Summary (VRF default):
BGP router identifier 192.168.10.1, local AS number 65000 vrf-id 0
BGP table version 85
RIB entries 39, using 7488 bytes of memory
Peers 2, using 1448 KiB of memory
Peer groups 1, using 64 bytes of memory
Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd PfxSnt Desc
172.16.1.2 4 65000 83 46 0 0 0 00:19:45 17 3 N/A
172.16.2.2 4 65000 79 42 0 0 0 00:19:45 17 3 N/A
Total number of neighbors 2
if restart all bgp all routes go active
vyos@leaf-1:~$ show ip route 192.168.10.6
Routing entry for 192.168.10.6/32
Known via "bgp", distance 200, metric 0, best
Last update 00:00:10 ago
172.16.1.25 (recursive), weight 1
* 172.16.1.2, via eth1, weight 1
172.16.1.2, via eth1 (duplicate nexthop removed), weight 1
* 172.16.2.2, via eth2, weight 1
* 172.16.2.25 inactive, weight 1
and secong problem
interfaces vxlan not use source-address from dummy intefice.
not all leaf get proper outpute show evpn mac vni all
first leaf use source-address from dummy intefice, second leaf not
all leaf configured
set interfaces vxlan vxlanXXXXX source-address ‘dum0_ip_address_192.168.10.X’
vyos@leaf-1:~$show evpn mac vni all
Flags: N=sync-neighs, I=local-inactive, P=peer-active, X=peer-proxy
MAC Type Flags Intf/Remote ES/VTEP VLAN Seq #'s
00:50:79:xx:xx:0e remote 192.168.10.6 0/0
00:50:79:xx:xx:09 local eth3 0/0
vyos@leaf-2:~$show evpn mac vni all
Flags: N=sync-neighs, I=local-inactive, P=peer-active, X=peer-proxy
MAC Type Flags Intf/Remote ES/VTEP VLAN Seq #'s
00:50:79:xx:xx:0b remote 172.16.1.13 0/0
00:50:79:xx:xx:0a local eth3 0/0