Cisco Nexus 7000 Series Configuration Manual page 282

Nx-os unicast routing configuration
Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

Configuring Basic BGP
S e n d d o c u m e n t c o m m e n t s t o n e x u s 7 k - d o c f e e d b a c k @ c i s c o . c o m .
Ensure that you are in the correct VDC (or use the switchto vdc command).
SUMMARY STEPS
1.
2.
3.
4.
5.
6.
7.
DETAILED STEPS
Command
Step 1
config t
Example:
switch# config t
switch(config)#
Step 2
router bgp autonomous-system-number
Example:
switch(config)# router bgp 64496
switch(config-router)#
Step 3
router-id ip-address
Example:
switch(config-router)# router-id
192.0.2.255
Step 4
address-family {ipv4 | ipv6}{unicast |
multicast}
Example:
switch(config-router)# address-family
ipv4 unicast
switch(config-router-af)#
Step 5
network ip-prefix [route-map map-name]
Example:
switch(config-router-af)# network
192.0.2.0
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
10-12
config t
router bgp autonomous-system-number
router-id ip-address
address-family {ipv4 | ipv6} {unicast | multicast}
network ip-prefix [route-map map-name]
show bgp all
copy running-config startup-config
Chapter 10
Purpose
Enters configuration mode.
Enables BGP and assigns the AS number to the local
BGP speaker. The AS number can be a 16-bit integer
or a 32-bit integer in the form of a higher 16-bit
decimal number and a lower 16-bit decimal numbe in
xx.xx format.
(Optional) Configures the BGP router ID. This IP
address identifies this BGP speaker.
(Optional) Enters global address family configuration
mode for the IPv4 address family.
(Optional) Specifies a network as local to this
autonomous system and adds it to the BGP routing
table.
For exterior protocols, the network command controls
which networks are advertised. Interior protocols use
the network command to determine where to send
updates.
Configuring Basic BGP
OL-20002-02

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents