Configuring Multiprotocol Bgp - 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
This example shows how to redistribute EIGRP into BGP:
switch# configure terminal
switch(config)# router bgp 65536
switch(config-router)# address-family ipv4 unicast
switch(config-router-af)# redistribute eigrp 201 route-map Eigrpmap
switch(config-router-af)# copy running-config startup-config

Configuring Multiprotocol BGP

You can configure MP-BGP to support multiple address families, including IPv4 unicast and multicast
routes.
BEFORE YOU BEGIN
Ensure that you have enabled the BGP feature (see the
page
SUMMARY STEPS
1.
2.
3.
4.
5.
DETAILED STEPS
Command
Step 1
configure terminal
Example:
switch# configure terminal
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)#
Cisco Nexus 3000 Series NX-OS Unicast Routing Configuration Guide, NX-OS Release 5.0(3)U1(1)
6-32
5-11).
configure terminal
router bgp as-number
neighbor ip-address remote-as as-number
address-family ipv4 {unicast | multicast}
(Optional) copy running-config startup-config
Chapter 6
"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.
Configuring Advanced BGP

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents