I have two 9100s running in an H/A cluster and two BGP peers (ISP-A & ISP-B).
I am established with both ISPs, but only accepting routes from one. I am receiving the full routing table from one, ISP-A. I am receiving only the default from ISP-B.
I see one route (default) coming in from ISP-B, but it is not being accepted (show route all).
PeerID AS Routes ActRts State InUpds OutUpds Uptime
1 0 Established 2 1 02:25:33
1033184 1033184 Established 241826 1 02:31:30
I have Inbound Route filters for both peers set to accept routes. I do not see a BGP route from ISP-B (show route bgp). It is only showing routes from ISP-A. Show route all shows the ISP-B route as 'inactive'.
S 0.0.0.0/0 via yy.yy.yy.yy, eth5, cost 0, age 9304
via xx.xx.xx.xx, eth2
B i 0.0.0.0/0 via yy.yy.yy.yy, eth5, cost None, age 8903 I have routemaps set up for BGP for both peers to accept routes as well. Inbound Route Filters are configured in Gaia.
(*) = Routemap not configured
Routemaps for eBGP AS yyyyy
Default
Import: None
Export: None
Peer "yy.yy.yy.yy"
Import: None
Export: None
Routemaps for eBGP AS xxxxx
Default
Import: None
Export: None
Peer "xx.xx.xx.xx"
Import: None
Export: None
Routemaps for iBGP AS x.xxxx
Default
Import: None
Export: None
Routemap : "bgp"
Id : ----- [permit]
Match Conditions:
Protocol : bgp
Actions:
I tested by shutting down my standby appliance and on the active appliance, unplugging the physical link for ISP-A. It is at this point that we lose internet when I am left with only ISP-B.
Anyone work through something similar? I feel like I'm missing something obvious.