09-08-2022
07:56 PM
- last edited on
09-11-2022
11:43 PM
by
Translator
This Nexus seems to have different commands and the BGP is not coming up. I don't show any neighbors or even like it is trying to come up.
Below is some information about the Nexus and the config
Software
BIOS: version 08.32
NXOS: version 7.0(3)I4(7)
BIOS compile time: 10/18/2016
NXOS image file is: bootflash:///nxos.7.0.3.I4.7.bin
NXOS compile time: 6/28/2017 14:00:00 [06/29/2017 05:53:29]
cisco Nexus9000 C9504 (4 Slot) Chassis ("Supervisor Module")
Intel(R) Xeon(R) CPU E5-2403 v2 @ 1.80GHz with 16401184 kB of memory.
Processor Board ID FOC21413L60
feature bgp (is this the only one I need on? I was only using statics before)
router bgp 64649
log-neighbor-changes
address-family ipv4 unicast
Network 2.2.2.0 /24
neighbor 10.13.252.26
remote-as 64576
neighbor 10.13.252.27
remote-as 64577
Do I need a local router ID defined?
show ip bgp summary
BGP summary information for VRF default, address family IPv4 Unicast
Seems like I am missing something
Solved! Go to Solution.
09-09-2022
04:48 AM
- last edited on
09-11-2022
11:47 PM
by
Translator
Hi @TRACY HARTMANN ,
With NXOS, you need to enable the
address-family ipv4 unicast
under each neighbor.
router bgp 64649
neighbor 10.13.252.26
remote-as 64576
address-family ipv4 unicast
neighbor 10.13.252.27
remote-as 64577
address-family IPv4 unicast
Regards,
09-09-2022 06:31 AM
This fixed it thank you for your help.
09-09-2022 12:03 AM
- Review this document https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/6-x/unicast/configuration/guide/l3_cli_nxos/l3_bgp.html , check if the licensing requirements are met (too).
M.
09-09-2022
12:11 AM
- last edited on
09-11-2022
11:44 PM
by
Translator
You need to provide more information here. is the nexus in vPC ? Do you have VRF ? Do you have neighbor IP reachability?
show bgp all
09-09-2022
12:31 AM
- last edited on
09-11-2022
11:45 PM
by
Translator
Hello,
feature bgp
is the only one you need. Try and add the neighbors under the main BGP process rather than the address family:
router bgp 64649
log-neighbor-changes
--> neighbor 10.13.252.26 remote-as 64576
--> neighbor 10.13.252.27 remote-as 64577
address-family ipv4 unicast
09-09-2022 01:33 AM
if the neighbor is direct connect then OK if not please share the topology with some more info
09-09-2022
04:48 AM
- last edited on
09-11-2022
11:47 PM
by
Translator
Hi @TRACY HARTMANN ,
With NXOS, you need to enable the
address-family ipv4 unicast
under each neighbor.
router bgp 64649
neighbor 10.13.252.26
remote-as 64576
address-family ipv4 unicast
neighbor 10.13.252.27
remote-as 64577
address-family IPv4 unicast
Regards,
09-09-2022 06:31 AM
This fixed it thank you for your help.
09-09-2022 06:50 AM
For NKOS the address family can config
1- under router
2- under neighbor
He already config it under router? Or this is bug?
09-09-2022
07:21 AM
- last edited on
09-11-2022
11:54 PM
by
Translator
This is not a bug. NXOS BGP configuration structure is closer to IOS-XR than IOS.
1- The
address-family ipv4 unicast
section under router bgp is used to configure things that will apply to this address family as a whole, such as maximum-path, network statements, etc.
2- The
address-family ipv4 unicast
under the neighbor is to first and foremost activate the address family on the neighbor
(IOS uses neighbor x.x.x.x activate under address-family ipv4 uni)
and secondly it is used to configure parameters related to the specific address family for this neighbor, such as
route-map, prefix-list, default-originate
etc.
Regards,
Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: