Configuring Bgp Authentication - Cisco Nexus 3000 Series Configuration Manual

Nx-os unicast routing configuration guide, nx-os release 5.0(3)u1(1)
Hide thumbs Also See for Nexus 3000 Series:
Table of Contents

Advertisement

Chapter 6
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 3 k - d o c f e e d b a c k @ c i s c o . c o m
To configure the BGP prefix peering timeout value, use the following command in router configuration
mode:
Command
timers prefix-peer-timeout value
Example:
switch(config-router-neighbor)# timers
prefix-peer-timeout 120
To configure the maximum number of peers, use the following command in neighbor configuration
mode:
Command
maximum-peers value
Example:
switch(config-router-neighbor)#
maximum-peers 120
This example shows how to configure a prefix peering that accepts up to 10 peers:
switch(config)# router bgp 65536
switch(config-router)# timers prefix-peer-timeout 120
switch(config-router)# neighbor 10.100.200.0/24 remote-as 65536
switch(config-router-neighbor)# maximum-peers 10
switch(config-router-neighbor)# address-family ipv4 unicast
switch(config-router-neighbor-af)#
Use the show ip bgp neighbor command to show the details of the configuration for that prefix peering
with a list of the currently accepted instances and the counts of active, maximum concurrent, and total
accepted peers.

Configuring BGP Authentication

You can configure BGP to authenticate route updates from peers using MD5 digests.
To configure BGP to use MD5 authentication, use the following command in neighbor configuration
mode:
Command
password [0 | 3 | 7] string
Example:
switch(config-router-neighbor)# password
BGPpassword
Cisco Nexus 3000 Series NX-OS Unicast Routing Configuration Guide, NX-OS Release 5.0(3)U1(1)
Purpose
Configures the timeout value for prefix peering.
The range is from 0 to 1200 seconds. The default
value is 30.
Purpose
Configures the maximum number of peers for this
prefix peering. The range is from 1 to 1000.
Purpose
Configures an MD5 password for BGP neighbor
sessions.
Configuring Advanced BGP
6-19

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents