Cisco Nexus 7000 Series Configuration Manual page 315

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 .
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
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 65536
Step 3
template peer template-name
Example:
switch(config-router)# template peer
BasePeer
switch(config-router-neighbor)#
Step 4
inherit peer-session template-name
Example:
switch(config-router-neighbor)# inherit
peer-session BaseSession
Step 5
address-family {ipv4 | ipv6}{multicast |
unicast}
Example:
switch(config-router-neighbor)#
address-family ipv4 unicast
switch(config-router-neighbor-af)#
Step 6
inherit peer template-name
Example:
switch(config-router-neighbor-af)#
inherit peer BasePolicy
Step 7
exit
Example:
switch(config-router-neighbor-af)# exit
switch(config-router-neighbor)#
OL-20002-02
router bgp autonomous-system-number
template peer template-name
Add appropriate attributes to the peer template.
exit
neighbor ip-address
inherit peer template-name
exit
Add appropriate neighbor attributes.
show bgp peer-template template-name
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.
Enters peer template configuration mode.
(Optional) Inherits a peer-session template in the peer
template.
(Optional) Configures the global address family
configuration mode for the IPv4 address family.
(Optional) Applies a peer template to the neighbor
address family configuration.
Exits BGP neighbor address family configuration
mode.
Configuring Advanced BGP
11-19

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents