Hello,
I will have to connect our Nexus Switch to an Extreme switch soon. The Extreme switch will be managed by another company and they will want to share their routes to the Cisco Nexus using BGP.
I have created a lab in GNS3 with a Nexus and Extreme switch set a port on the Cisco with an IP (router mode) on 172.28.100.1/30, but how can I make a port on the Extreme 172.28.100.2/30 then add a loopback IP off 1.1.1.1/32 and advertise it to the Cisco switch using BGP (AS6500)?
On the Cisco Nexus I have done:
router bgp 65000
no synchronization
bgp log-neighbor-changes
neighbor 172.28.100.2 remote-as 65000
no auto-summary
Thanks