1 Feb 02:52
[quagga-users 12704] BGP routes becoming inactive after peer drop
Hi, We have two BGP sessions, one providing a full feed, and another just providing a default route. Whenever the full feed peer drops, all BGP routes are marked as inactive and don't appear in the kernel's routing table. Even if the full feed comes back it's still inactive. The only way to fix it is to restart quagga. Here's an excerpt of our config, the full feed comes in from 115.70.192.5 over vlan1025: interface vlan1025 ip address 115.70.192.6/30 ipv6 nd suppress-ra ! interface vlan1026 ip address 203.24.54.150/30 ipv6 nd suppress-ra ! router bgp 45797 bgp router-id 203.135.184.1 bgp log-neighbor-changes network 203.135.184.0/22 network 203.135.184.0/23 network 203.135.186.0/23 neighbor 115.70.192.5 remote-as 10143 neighbor 115.70.192.5 description Exetel neighbor 115.70.192.5 weight 2000 neighbor 115.70.192.5 prefix-list split23 out neighbor 150.101.172.174 remote-as 4739(Continue reading)
RSS Feed