To login to FRR
vtysh
Show host interfaces
show interface lo
Place this configuration in /etc/frr/frr.conf
(documentation says to place each protocol config in its own config file, but that didn't work for me)
log syslog informational
frr defaults traditional
### BGP config
debug bgp events
debug bgp filters
debug bgp fsm
debug bgp keepalives
debug bgp updates
router bgp 393552
bgp log-neighbor-changes
bgp router-id 192.69.23.154
neighbor 192.69.23.153 remote-as 393552
neighbor 192.69.23.153 description Lab-Router
neighbor 192.69.23.153 soft-reconfiguration inbound
neighbor 192.69.23.153 prefix-list Anycast out
network 192.69.22.10/32
ip prefix-list Anycast seq 10 permit 192.69.22.10/32