Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



basic BGP


Code Block
titleBGP
router bgp 65000
 bgp log-neighbor-changes
 neighbor 10.10.100.20 remote-as 65000
 neighbor 10.10.100.20 update-source lo
 !
 address-family l2vpn evpn
 neighbor 10.10.100.7 activate
 exit-address-family
 !
 exit
!


Redistribute into BGP




route-mapand ip-prefix

https://docs.ipinfusion.com/datacenter/index.html#page/OcNOS-DC_6.4.2/Layer3-Config/RouteMap_continue.html##ww1024887