Cisco Nexus 7000 Series Configuration Manual page 323

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

Advertisement

Chapter 11
Configuring Advanced 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 .
10.
11.
DETAILED STEPS
Command or Action
Step 1
config t
Example:
switch# config t
switch(config)#
Step 2
router bgp as-number
Example:
switch(config)# router bgp 65536
switch(config-router)#
Step 3
cluster-id cluster-id
Example:
switch(config-router)# cluster-id
192.0.2.1
Step 4
address-family {ipv4 | ipv6} {unicast
| multicast}
Example:
switch(config-router)# address-family
ipv4 unicast
switch(config-router-af)#
Step 5
client-to-client reflection
Example:
switch(config-router-af)#
client-to-client reflection
Step 6
exit
Example:
switch(config-router-neighbor)# exit
switch(config-router)#
Step 7
neighbor ip-address remote-as
as-number
Example:
switch(config-router)# neighbor
192.0.2.10 remote-as 65536
switch(config-router-neighbor)#
Step 8
address-family {ipv4 | ipv6}{unicast |
multicast}
Example:
switch(config-router-neighbor)#
address-family ipv4 unicast
switch(config-router-neighbor-af)#
OL-20002-02
show bgp {ip | ipv6} {unicast | multicast} neighbors
copy running-config startup-config
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
Purpose
Enters configuration mode.
Enters BGP mode and assigns the autonomous system
number to the local BGP speaker.
Configures the local router as one of the route reflectors
that serve the cluster. You specify a cluster ID to identify
the cluster. This command triggers an automatic soft
clear or refresh of BGP neighbor sessions.
Enters router address family configuration mode for the
specified address family.
(Optional) Configures client-to-client route reflection.
This feature is enabled by default. This command triggers
an automatic soft clear or refresh of BGP neighbor
sessions.
Exits router address configuration mode.
Configures the IP address and AS number for a remote
BGP peer.
Enters neighbor address family configuration mode for
the unicast IPv4 address family.
Configuring Advanced BGP
11-27

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents