basic BGP | ||||||
---|---|---|---|---|---|---|
| ||||||
Redistribute into BGP | ||||||
router bgp 65003 bgp router-id 1.1.1.3 neighbor 1.1.1.1 remote-as 65001 neighbor 1.1.1.2 remote-as 65002 neighbor 192.168.37.2 remote-as 65007 neighbor 1.1.1.1 update-source 1.1.1.3 neighbor 1.1.1.2 update-source 1.1.1.3 neighbor 192.168.37.2 update-source 192.168.37.1 ! address-family ipv4 unicast redistribute connected neighbor 192.168.37.2 activate exit-address-family | ||||||
address-family ipv4 unicast redistribute connected router-map XXXXXXXX | ||||||
route-map ( route learn from BGP ???? ) | and ip-prefix | |||||
https://docs.ipinfusion.com/datacenter/index.html#page/OcNOS-DC_6.4.2/Layer3-Config/RouteMap_continue.html##ww1024887 | ||||||
|
Page Comparison
General
Content
Integrations