Specifications
Send document comments to nexus3k-docfeedback@cisco.com.
5-11
Cisco Nexus 3000 Series NX-OS Unicast Routing Configuration Guide, Release 5.0(3)U2(2)
OL-25782-02
Chapter 5 Configuring Basic BGP
Configuring Basic BGP
• Configuring BGP Peers, page 5-14
• Configuring Dynamic AS Numbers for Prefix Peers, page 5-16
• Clearing BGP Information, page 5-18
Note If you are familiar with the Cisco IOS CLI, be aware that the Cisco NX-OS commands for this feature
might differ from the Cisco IOS commands that you would use.
Enabling the BGP Feature
You must enable the BGP feature before you can configure BGP.
SUMMARY STEPS
1. configure terminal
2. feature bgp
3. (Optional) show feature
4. (Optional) copy running-config startup-config
DETAILED STEPS
Use the no feature bgp command to disable the BGP feature and remove all associated configuration.
Command Purpose
Step 1
configure terminal
Example:
switch# configure terminal
switch(config)#
Enters configuration mode.
Step 2
feature bgp
Example:
switch(config)# feature bgp
Enables the BGP feature.
Step 3
show feature
Example:
switch(config)# show feature
(Optional) Displays enabled and disabled features.
Step 4
copy running-config startup-config
Example:
switch(config)# copy running-config
startup-config
(Optional) Saves this configuration change.
Command Purpose
no feature bgp
Example:
switch(config)# no feature bgp
Disables the BGP feature and removes all
associated configuration.