Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »


basic BGP

BGP
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


  • No labels