neighbor activate
Syntax
neighbor <IP-ADDRESS> activate
no neighbor <IP-ADDRESS> activate
Description
This command enables the address-family capability and exchange of information specific to an address family with a BGP neighbor.
The
no
form of this command removes the address-family capability and disables the exchange of routes for the specified address-family with the BGP neighbor.
Command context
config-bgp-ipv4-uc
or
config-bgp-ipv6-uc
Parameters
<IP-ADDRESS>
Specifies an IP address.
Authority
Administrators
Examples
switch(config-bgp-ipv4-uc)# neighbor 1.1.1.1 activate switch(config-bgp-ipv4-uc)# no neighbor 1.1.1.1 activate