I have a couple routers setup and now they are not sending BGP notifications to each other.
When I do a show ip bgp neigh
bgp state=active
opens sent=0 received=0
etc
It shows this on its two neighboring routers also
Here is a striped copy of the BGP config
router bgp 12345
no synchronization
bgp log-neighbor-changes
network 12.xxx.xxx.0 mask 255.255.252.0
network 12.xxx.xxx.0 mask 255.255.255.0
network 66.xxx.xxx.0 mask 255.255.224.0
neighbor 66.xxx.xxx.1 remote-as 12345
neighbor 66.xxx.xxx.5 remote-as 12345
no auto-summary
Any help or ideas would be greatly appreciated
Thanks
When I do a show ip bgp neigh
bgp state=active
opens sent=0 received=0
etc
It shows this on its two neighboring routers also
Here is a striped copy of the BGP config
router bgp 12345
no synchronization
bgp log-neighbor-changes
network 12.xxx.xxx.0 mask 255.255.252.0
network 12.xxx.xxx.0 mask 255.255.255.0
network 66.xxx.xxx.0 mask 255.255.224.0
neighbor 66.xxx.xxx.1 remote-as 12345
neighbor 66.xxx.xxx.5 remote-as 12345
no auto-summary
Any help or ideas would be greatly appreciated
Thanks