Configuring Route Dampening; Configuring Load Sharing And Ecmp - 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

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
Command or Action
Step 10
show bgp ip {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

Configuring Load Sharing and ECMP

You can configure the maximum number of paths that BGP adds to the route table for equal-cost
multipath load balancing.
To configure the maximum number of paths, use the following command in router address-family
configuration mode:
Command
maximum-paths [ibgp] maxpaths
Example:
switch(config-router-af)# maximum-paths 12
Cisco Nexus 3000 Series NX-OS Unicast Routing Configuration Guide, NX-OS Release 5.0(3)U1(1)
6-26
Chapter 6
Purpose
(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.
Purpose
Configures the maximum number of equal-cost
paths for load sharing. The range is from 1 to 16.
The default is 8.
Configuring Advanced BGP

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents