Hmm, one of the BGP neighbors doesn’t have any advertised-routes:
vyos@vyos:~$ show ip bgp neighbors 169.254.20.109 advertised-routes
vyos@vyos:~$
The other one report this:
[code]vyos@vyos:~$ show ip bgp neighbors 169.254.20.89 advertised-routes
BGP table version is 0, local router ID is 172.16.50.254
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
r RIB-failure, S Stale, R Removed
Origin codes: i - IGP, e - EGP, ? - incomplete
Network Next Hop Metric LocPrf Weight Path
*> 10.128.0.0/16 169.254.20.90 0 9059 i
Total number of prefixes 1[/code]
BGP Summary:
[code]yos@vyos:~$ show ip bgp summary
BGP router identifier 172.16.50.254, local AS number 60000
IPv4 Unicast - max multipaths: ebgp 1 ibgp 1
RIB entries 1, using 96 bytes of memory
Peers 2, using 9120 bytes of memory
Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd
169.254.20.89 4 9059 4688 4691 0 0 0 12:22:11 1
169.254.20.109 4 9059 4688 4689 0 0 0 12:22:15 1
Total number of neighbors 2[/code]
VTI interfaces:
[code]vyos@vyos:~$ show interfaces vti
Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down
Interface IP Address S/L Description
vti0 169.254.20.110/30 u/u VPC tunnel 1
vti1 169.254.20.90/30 u/u VPC tunnel 2[/code]
And netstat shows me it routes over the tunnel without any advertised-routes:
vyos@vyos:~$ netstat -nr
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
0.0.0.0 81.82.192.1 0.0.0.0 UG 0 0 0 eth2
10.128.0.0 169.254.20.109 255.255.0.0 UG 0 0 0 vti0
81.82.192.0 0.0.0.0 255.255.192.0 U 0 0 0 eth2
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
169.254.20.88 0.0.0.0 255.255.255.252 U 0 0 0 vti1
169.254.20.108 0.0.0.0 255.255.255.252 U 0 0 0 vti0
Any idea how to correct this?