Verifying Advanced Bgp Configuration - Cisco Nexus 7000 Series Configuration Manual

Nx-os unicast routing configuration
Hide thumbs Also See for Nexus 7000 Series:
Table of Contents

Advertisement

Verifying Advanced BGP Configuration

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 .
Command
Step 6
neighbor ip-address remote-as as-number
Example:
switch(config-router-vrf)# neighbor
209.165.201.1 remote-as 65536
switch(config-router--vrf-neighbor)#
Step 7
copy running-config startup-config
Example:
switch(config-router-vrf-neighbor)# copy
running-config startup-config
This example shows how to create a VRF and configure the router ID in the VRF:
switch# config t
switch(config)# vrf context NewVRF
switch(config-vrf)# exit
switch(config)# router bgp 65536
switch(config-router)# vrf NewVRF
switch(config-router-vrf)# neighbor 209.165.201.1 remote-as 65536
switch(config-router-vrf-neighbor)# copy running-config startup-config
Verifying Advanced BGP Configuration
To verify the BGP configuration, use the following commands:
Command
show bgp all [summary] [vrf vrf-name]
show bgp convergence [vrf vrf-name]
show bgp {ip | ipv6} {unicast | multicast}
[ip-address | ipv6-prefix] community {regexp
expression | [community] [no-advertise]
[no-export] [no-export-subconfed]} [vrf
vrf-name]
show bgp [vrf vrf-name] {ip | ipv6} {unicast |
multicast} [ip-address | ipv6-prefix]
community-list list-name [vrf vrf-name]
show bgp {ip | ipv6} {unicast | multicast}
[ip-address | ipv6-prefix] extcommunity {regexp
expression | generic [non-transitive | transitive]
aa4:nn [exact-match]} [vrf vrf-name]
show bgp {ip | ipv6} {unicast | multicast}
[ip-address | ipv6-prefix] extcommunity-list
list-name [exact-match]} [vrf vrf-name]
Cisco Nexus 7000 Series NX-OS Unicast Routing Configuration Guide, Release 4.x
11-42
Chapter 11
Purpose
Configures the IP address and AS number for a remote
BGP peer.
(Optional) Saves this configuration change.
Purpose
Displays the BGP information for all address
families.
Displays the BGP information for all address
families.
Displays the BGP routes that match a BGP
community.
Displays the BGP routes that match a BGP
community list.
Displays the BGP routes that match a BGP
extended community.
Displays the BGP routes that match a BGP
extended community list.
Configuring Advanced BGP
OL-20002-02

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents