Specifies a name for a neighbor.
BGP configuration mode
BGP address-family IPv4 unicast VRF configuration mode
BGP address-family IPv6 unicast VRF configuration mode
The no form of the command removes the name.
The following example specifies a BGP4 neighbor name.
device# configure terminal device(config)# router bgp device(config-bgp-router)# neighbor 10.11.12.13 description mygoodneighbor
The following example specifies a BGP4+ neighbor name for VRF instance "red".
device# configure terminal device(config)# router bgp device(config-bgp-router)# address-family ipv6 unicast vrf red device(config-bgp-ipv6u-vrf)# neighbor 2001:2018:8192::125 default-originate route-map myroutemap