cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
836
Views
5
Helpful
3
Replies

NX7K | BGP

zekebashi
Level 4
Level 4

Hello,

 

What is the equivalent command in the NX-OS for "neighbor x.x.x.x. next-hop-self"? 

 

Current configuration on Catalyst switch:

router bgp 65000

  no synchronization

  bgp log-neighbor-changes

  neighbor 1.1.1.1 remote-as 6666

  neighbor 1.1.1.1 next-hop-self <------------ What is the equivalent command in the NX-OS?

 

Thanks in advance.

 

Best, ~zK

 

 

3 Replies 3

Reza Sharifi
Hall of Fame
Hall of Fame

Hi,

It is under address family:

 

  1. switch(config-router-neighbor-af)# next-hop-self
  2. switch(config-router-neighbor-af)# next-hop-third-party

Link:

https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus7000/sw/unicast/config/cisco_nexus7000_unicast_routing_config_guide_8x/configuring_advanced_bgp.html

HTH

Unfortunately, this command isn't available in NX-OS version 8.4.4. Under the address family, there are two sub-commands available:

 

sw-vdc-s(config-router-af)#nexthop ?

    route-map           Route map for valid nexthops

    trigger-delay        Set the delay to trigger nexthop tracking

 

Any other ideas?

 

Look at the prompt in Reza's example ie. you need to be in the neighbor configuration then the address family. 

 

Jon

Review Cisco Networking products for a $25 gift card