Concept Guide

The following example shows the bgp asnotation asdot command output.
DellEMC(conf-router_bgp)#bgp asnotation asdot
DellEMC(conf-router_bgp)#sho conf
!
router bgp 100
bgp asnotation asdot
bgp four-octet-as-support
neighbor 172.30.1.250 remote-as 18508
neighbor 172.30.1.250 local-as 65057
neighbor 172.30.1.250 route-map rmap1 in
neighbor 172.30.1.250 password 7 5ab3eb9a15ed02ff4f0dfd4500d6017873cfd9a267c04957
neighbor 172.30.1.250 no shutdown
5332332 9911991 65057 18508 12182 7018 46164 i
The following example shows the bgp asnotation asdot+ command output.
DellEMC(conf-router_bgp)#bgp asnotation asdot+
DellEMC(conf-router_bgp)#sho conf
!
router bgp 100
bgp asnotation asdot+
bgp four-octet-as-support
neighbor 172.30.1.250 remote-as 18508
neighbor 172.30.1.250 local-as 65057
neighbor 172.30.1.250 route-map rmap1 in
neighbor 172.30.1.250 password 7 5ab3eb9a15ed02ff4f0dfd4500d6017873cfd9a267c04957
neighbor 172.30.1.250 no shutdown
5332332 9911991 65057 18508 12182 7018 46164 i
Conguring a BGP VRF address family
To perform BGP conguration between two neighbors that must exchange IPv6 or IPv4 VRF information, use the following commands.
Following are the steps to congure BGP VRF address-family between two peers.
Congure a VRF routing table.
CONFIG mode
ip vrf vrf-name
For more information on VRF conguration, see Virtual Routing and Forwarding (VRF).
Add the IP address of the neighbor for the specied autonomous system.
CONFIG-VRF mode
ip route-import tag
Enter the router conguration mode and the AS number.
CONFIG mode
router bgp as-number
Specify the IPv4 address family conguration.
CONFIG-ROUTER-BGP mode
address-family {ipv4 | ipv6} vrf vrf-name
vrf vrf-nameSpecies the name of VRF instance associated with the IPv4 or IPv6 address-family conguration.
Add the IP address of the neighbor in the specied AS to the IPv4 MBGP neighbor table.
CONFIG-ROUTER-BGP-AF mode
neighbor {ip-address | ipv6–address | peer-group-name} remote-as as-number
Border Gateway Protocol (BGP)
193