Cisco Nexus 7000 Series Configuration Manual page 311

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 .
Command
Step 3
template peer-session template-name
Example:
switch(config-router)# template
peer-session BaseSession
switch(config-router-stmp)#
Step 4
password number password
Example:
switch(config-router-stmp)# password 0
test
Step 5
timers keepalive hold
Example:
switch(config-router-stmp)# timers 30 90
Step 6
exit
Example:
switch(config-router-stmp)# exit
switch(config-router)#
Step 7
neighbor ip-address remote-as as-number
Example:
switch(config-router)# neighbor
192.168.1.2 remote-as 65536
switch(config-router-neighbor)#
Step 8
inherit peer-session template-name
Example:
switch(config-router-neighbor)# inherit
peer-session BaseSession
switch(config-router-neighbor)
Step 9
description text
Example:
switch(config-router-neighbor)#
description Peer Router A
switch(config-router-neighbor)
Step 10
show bgp peer-session template-name
Example:
switch(config-router-neighbor)# show bgp
peer-session BaseSession
Step 11
copy running-config startup-config
Example:
switch(config-router-neighbor)# copy
running-config startup-config
Use the show bgp neighbor command to see the template applied. See the Cisco Nexus 7000 Series
NX-OS Unicast Routing Command Reference for details on all commands available in the template.
OL-20002-02
Purpose
Enters peer-session template configuration mode.
(Optional) Adds the clear text password test to the
neighbor. The password is stored and displayed in type
3 encrypted form (3DES).
(Optional) Adds the BGP keepalive and holdtimer
values to the peer-session template.
The default keepalive interval is 60. The default hold
time is 180.
Exits peer-session template configuration mode.
Places the router in the neighbor configuration mode
for BGP routing and configures the neighbor IP
address.
Applies a peer-session template to the peer.
(Optional) Adds a description for the neighbor.
(Optional) Displays the peer-policy template.
(Optional) Saves this configuration change.
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
Configuring Advanced BGP
11-15

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents