No mater what i try I keep getting this issue.
Current Setup…
VM A.
frr defaults datacenter
hostname cumulus2
# default to using syslog. /etc/rsyslog.d/45-frr.conf places the log
# in /var/log/frr/frr.log
log syslog informational
router bgp 31596
address-family ipv4 unicast
#no bgp default ipv4 multicast
#no bgp default ipv4 unicast
bgp log-neighbor-changes
neighbor 192.168.4.89 remote-as 50000
neighbor 192.168.4.89 next-hop-self
neighbor 192.168.4.89 send-community
neighbor 192.168.4.89 soft-reconfiguration inbound
VM B
cat /etc/frr/frr.conf
frr version 7.5+cl5.1.0u0
frr defaults datacenter
hostname cumulus
log syslog informational
service integrated-vtysh-config
!
router bgp 50000
no bgp default ipv4-unicast
address-family ipv4 unicast
neighbor 192.168.4.79 remote-as 31596
!
address-family ipv4 unicast
neighbor 192.168.4.79 activate
neighbor 192.168.4.79 next-hop-self
neighbor 192.168.4.79 soft-reconfiguration inbound
exit-address-family
!
line vty
!
any advise would be appreciated.