IOSv Full eBGP table

  1. Simple topology
    • Peering2 is Internet available bridge in eve-ng
    • Gig0/2 is link to KVM Linux machine
    • Gi0/0 public IP address with one route to FullFeed eBGP router
2. Connect to eBGP peering lbromir project https://lukasz.bromirski.net/post/bgp-w-labie-3/
router bgp 1111
 bgp router-id 172.17.17.1
 bgp log-neighbor-changes
 neighbor 85.232.240.179 remote-as 57355
 neighbor 85.232.240.179 local-as 65001
 neighbor 85.232.240.179 ebgp-multihop 255
 neighbor 85.232.240.179 update-source GigabitEthernet0/0
 !
 address-family ipv4
  neighbor 85.232.240.179 activate
  neighbor 85.232.240.179 remove-private-as
  neighbor 85.232.240.179 soft-reconfiguration inbound
  neighbor 85.232.240.179 route-map LBROMIR-IN in
  neighbor 85.232.240.179 route-map DROP-OUT out
 exit-address-family