cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1949
Views
0
Helpful
6
Replies

BGP configuration on Nexus 9000

TRACY HARTMANN
Level 1
Level 1

I have a Nexus 9000 that I need to add BGP on (we are currently running EIGRP)

 

I have the feature turned on the Nexus 

Feature Name Instance State
-------------------- -------- --------

bash-shell 1 enabled
bfd 1 enabled
bgp 1 enabled

router bgp 64640
neighbor 10.20.254.108
remote-as 64563


but it won't let me type in any network statements which is what I normally do on my other cisco layer 3 switches

 

I am assuming I am missing something I need to turn on since the option for network is not even under the router bgp.  

 

Thanks

 

Tracy

 

 

 

 

 

1 Accepted Solution

Accepted Solutions

Harold Ritter
Cisco Employee
Cisco Employee

Hi @TRACY HARTMANN ,

 

The network statement needs to be configured under "address-family ipv4 unicast" or "address-family ipv6 unicast".

 

router bgp 64640
address-family ipv4 unicast

network x.x.x.x/y

 

Regards,

 

 

Harold Ritter
Sr Technical Leader
CCIE 4168 (R&S, SP)
harold@cisco.com
México móvil: +52 1 55 8312 4915
Cisco México
Paseo de la Reforma 222
Piso 19
Cuauhtémoc, Juárez
Ciudad de México, 06600
México

View solution in original post

6 Replies 6

balaji.bandi
Hall of Fame
Hall of Fame

what is the full model and post-show version?

 

here is the config guide: you need the correct license

 

Creating a BGP Instance

 

https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/6-x/unicast/configuration/guide/l3_cli_nxos/l3_bgp.html#29596

 

 

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Model   cisco Nexus9000 C9372TX chassis

 

Cisco Nexus Operating System (NX-OS) Software
TAC support: http://www.cisco.com/tac
Copyright (C) 2002-2018, Cisco and/or its affiliates.
All rights reserved.
The copyrights to certain works contained in this software are
owned by other third parties and used and distributed under their own
licenses, such as open source. This software is provided "as is," and unless
otherwise stated, there is no warranty, express or implied, including but not
limited to warranties of merchantability and fitness for a particular purpose.
Certain components of this software are licensed under
the GNU General Public License (GPL) version 2.0 or
GNU General Public License (GPL) version 3.0 or the GNU
Lesser General Public License (LGPL) Version 2.1 or
Lesser General Public License (LGPL) Version 2.0.
A copy of each such license is available at
http://www.opensource.org/licenses/gpl-2.0.php and
http://opensource.org/licenses/gpl-3.0.html and
http://www.opensource.org/licenses/lgpl-2.1.php and
http://www.gnu.org/licenses/old-licenses/library.txt.

 

Software

BIOS: version 07.64
NXOS: version 9.2(1)
BIOS compile time: 05/16/2018
NXOS image file is: bootflash:///nxos.9.2.1.bin
NXOS compile time: 7/17/2018 16:00:00 [07/18/2018 05:51:19]


Hardware

cisco Nexus9000 C9372TX chassis
Intel(R) Core(TM) i3- CPU @ 2.50GHz with 16400304 kB of memory.
Processor Board ID FDO22040WC0

Device name: INHQCO02
bootflash: 53298520 kB
Kernel uptime is 99 day(s), 8 hour(s), 11 minute(s), 10 second(s)

Last reset
Reason: Unknown
System version: 9.2(1)
Service:

plugin
Core Plugin, Ethernet Plugin

Active Package(s):

 

what license do you have?

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Looks like Enterprise

 


license_FDO22040WC0_24.lic:
SERVER this_host ANY
VENDOR cisco
INCREMENT LAN_ENTERPRISE_SERVICES_PKG cisco 1.0 permanent uncounted \
VENDOR_STRING=<LIC_SOURCE>MDS_PRODUCTION</LIC_SOURCE><SKU>N93-LAN1K9</SK
U> \
HOSTID=VDH=FDO22040WC0 \
NOTICE=<LicFileID>20180320020959000</LicFileID><LicLineID>1</LicLineID><
PAK>N9K-C9372TX-EFDO22040WC0</PAK> \
SIGN=E65BDEE884D6

INHQCO02#

 

You got the right License, then from the document provide have steps as below ;

 

SUMMARY STEPS

1. configure terminal

2. router bgp autonomous-system-number

3. neighbor { ip-address | ipv6-address } remote-as as-number

4. (Optional) description text

5. (Optional) timers keepalive-time hold-time

6. (Optional) shutdown

7. address-family { ipv4 | ipv6} { unicast | multicast }

8.(Optional) weight value

9. (Optional) show bgp { ipv4 | ipv6 } { unicast | multicast } neighbors

10. (Optional) copy running-config startup-config

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Harold Ritter
Cisco Employee
Cisco Employee

Hi @TRACY HARTMANN ,

 

The network statement needs to be configured under "address-family ipv4 unicast" or "address-family ipv6 unicast".

 

router bgp 64640
address-family ipv4 unicast

network x.x.x.x/y

 

Regards,

 

 

Harold Ritter
Sr Technical Leader
CCIE 4168 (R&S, SP)
harold@cisco.com
México móvil: +52 1 55 8312 4915
Cisco México
Paseo de la Reforma 222
Piso 19
Cuauhtémoc, Juárez
Ciudad de México, 06600
México
Review Cisco Networking products for a $25 gift card