Tuesday, April 10, 2018

BGP won't exchange routes through tunnel

I'm getting these errors in my debug.

*Apr 10 20:56:07.271: BGP: topo global:IPv4 Unicast:base Scanning routing tables *Apr 10 20:56:07.271: BGP: topo global:IPv6 Unicast:base Scanning routing tables *Apr 10 20:56:07.272: BGP: topo global:IPv4 Multicast:base Scanning routing tables *Apr 10 20:56:07.272: BGP: topo global:L2VPN E-VPN:base Scanning routing tables *Apr 10 20:56:07.272: BGP: topo global:MVPNv4 Unicast:base Scanning routing tables *Apr 10 20:56:07.273: BGP: topo global:MVPNv6 Unicast:base Scanning routing tables *Apr 10 20:56:14.380: BGP: 122.14.3.1 Active open failed - update-source NULL is not available, open active delayed 10240ms (35000ms max, 60% jitter) *Apr 10 20:56:24.624: BGP: 122.14.3.1 Active open failed - update-source NULL is not available, open active delayed 11264ms (35000ms max, 60% jitter) *Apr 10 20:56:35.888: BGP: 122.14.3.1 Active open failed - update-source NULL is not available, open active delayed 7168ms (35000ms max, 60% jitter) *Apr 10 20:56:43.056: BGP: 122.14.3.1 Active open failed - update-source NULL is not available, open active delayed 13312ms (35000ms max, 60% jitter) *Apr 10 20:56:56.370: BGP: 122.14.3.1 Active open failed - update-source NULL is not available, open active delayed 10240ms (35000ms max, 60% jitter)

Router 1: bgp log-neighbor-changes neighbor 33.2.14.2 remote-as 65001 neighbor 122.14.3.1 remote-as 65000 ! address-family ipv4 network 10.20.0.0 mask 255.255.255.0 network 10.20.0.1 mask 255.255.255.255 network 10.20.10.0 mask 255.255.255.0 neighbor 33.2.14.2 activate neighbor 122.14.3.1 activate exit-address-family

Router2: router bgp 65000 bgp log-neighbor-changes neighbor 33.2.14.1 remote-as 65002 neighbor 122.14.3.2 remote-as 65001 ! address-family ipv4 network 10.10.10.1 network 10.10.10.1 mask 255.255.255.255 neighbor 33.2.14.1 activate neighbor 122.14.3.2 activate exit-address-family



No comments:

Post a Comment