Configuring Multiprotocol Bgp - Cisco Nexus 7000 Series Configuration Manual

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 .

Configuring Multiprotocol BGP

You can configure MP-BGP to support multiple address families, including IPv4 and IPv6 unicast and
multicast routes.
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.
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
neighbor ip-address remote-as as-number
Example:
switch(config-router)# neighbor
192.168.1.2 remote-as 65537
switch(config-router-neighbor)#
Step 4
address-family {ipv4 | ipv6} {unicast |
multicast}
Example:
switch(config-router-neighbor)#
address-family ipv4 multicast
switch(config-router-neighbor-af)#
Step 5
copy running-config startup-config
Example:
switch(config-router-neighbor-af)# copy
running-config startup-config
OL-20002-02
10-10).
config t
router bgp as-number
neighbor ip-address remote-as as-number
address-family {ipv4 | ipv6} {unicast | multicast}
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.
Places the router in neighbor configuration mode for
BGP routing and configures the neighbor IP address.
Enters address family configuration mode.
(Optional) Saves this configuration change.
Configuring Advanced BGP
11-35

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents