Cisco Nexus 7000 Series Configuration Manual page 329

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 .
BEFORE YOU BEGIN
Ensure that you have enabled the BGP feature (see the
page
Ensure that you are in the correct VDC (or use the switchto vdc command).
SUMMARY STEPS
1.
2.
3.
4.
5.
6.
DETAILED STEPS
Command
Step 1
config t
Example:
switch# config t
switch(config)#
Step 2
router bgp as-number
Example:
switch(config)# router bgp 65536
switch(config-router)#
Step 3
address-family {ipv4 | ipv6} {unicast |
multicast}
Example:
switch(config-router)# address-family
ipv4 unicast
switch(config-router-af)#
Step 4
redistribute {direct | {eigrp | isis |
ospf | ospfv3 | rip} instance-tag |
static} route-map map-name
Example:
switch(config-router-af)# redistribute
eigrp 201 route-map Eigrpmap
Step 5
default-metric value
Example:
switch(config-router-af)# default-metric
33
Step 6
copy running-config startup-config
Example:
switch(config-router-af)# copy
running-config startup-config
OL-20002-02
10-10).
config t
router bgp as-number
address-family {ipv4 | ipv6} {unicast | multicast}
redistribute {direct | {eigrp | isis | ospf | ospfv3 | rip} instance-tag | static} route-map map-name
default-metric value
copy running-config startup-config
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
"Enabling the BGP Feature" section on
Purpose
Enters configuration mode.
Enters BGP mode and assigns the autonomous system
number to the local BGP speaker.
Enters address family configuration mode.
Redistributes routes from other protocols into BGP.
See the
"Configuring Route Maps" section on
page 16-11
for more information about route maps.
(Optional) Generates a default route into BGP.
(Optional) Saves this configuration change.
Configuring Advanced BGP
11-33

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents