Configuring Route Dampening - Cisco Nexus 7000 Series Configuration Manual

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

Advertisement

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 or Action
Step 9
route-reflector-client
Example:
switch(config-router-neighbor-af)#
route-reflector-client
Step 10
show bgp {ip | ipv6} {unicast |
multicast} neighbors
Example:
switch(config-router-neighbor-af)#
show bgp ip unicast neighbors
Step 11
copy running-config startup-config
Example:
switch(config-router-neighbor-af)#
copy running-config startup-config
This example shows how to configure the router as a route reflector and add one neighbor as a client:
switch(config)# router bgp 65536
switch(config-router)# neighbor 192.0.2.10 remote-as 65536
switch(config-router-neighbor)# address-family ip unicast
switch(config-router-neighbor-af)# route-reflector-client
switch(config-router-neighbor-af)# copy running-config startup-config

Configuring Route Dampening

You can configure route dampening to minimize route flaps propagating through your iBGP network.
To configure route dampening, use the following command in address-family or VRF address family
configuration mode:
Command
dampening [{ half-life reuse-limit
suppress-limit max-suppress-time |
route-map map-name }]
Example:
switch(config-router-af)# dampening
route-map bgpDamp
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
11-28
Chapter 11
Purpose
Configures the device as a BGP route reflector and
configures the neighbor as its client. This command
triggers an automatic notification and session reset for
the BGP neighbor sessions.
(Optional) Displays the BGP peers.
(Optional) Saves this configuration change.
Purpose
Disables capabilities negotiation. The parameter
values are as follows:
half-life—The range is from 1 to 45.
reuse-limit—The range is from 1 to 20000.
suppress-limit—The range is from 1 to 20000.
max-suppress-time—The range is from 1 to
255.
Configuring Advanced BGP
OL-20002-02

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents