Cisco Nexus 7000 Series Configuration Manual page 337

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.
7.
DETAILED STEPS
Command
Step 1
config t
Example:
switch# config t
switch(config)#
Step 2
vrf context vrf-name
Example:
switch(config)# vrf context
RemoteOfficeVRF
switch(config-vrf)#
Step 3
exit
Example:
switch(config-vrf)# exit
switch(config)#
Step 4
router bgp as-number
Example:
switch(config)# router bgp 65536
switch(config-router)#
Step 5
vrf vrf-name
Example:
switch(config-router)# vrf
RemoteOfficeVRF
switch(config-router-vrf)#
OL-20002-02
10-10).
config t
vrf context vrf-name
exit
router bgp as-number
vrf vrf-name
neighbor ip-address remote-as as-number
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.
Creates a new VRF and enters VRF configuration
mode.
Exits VRF configuration mode.
Creates a new BGP process with the configured
autonomous system number.
Enters the router VRF configuration mode and
associates this BGP instance with a VRF.
Configuring Advanced BGP
11-41

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents