neighbor activate

Syntax

neighbor <IP-ADDRESS> activate

no neighbor <IP-ADDRESS> activate

Description

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-router-ipv4-uc

or

config-router-ipv6-uc

Parameters

<IP-ADDRESS>

Specifies an IP address.

Authority

Administrators

Examples

switch(config-router-ipv4-uc)# neighbor 1.1.1.1 activate
switch(config-router-ipv4-uc)# no neighbor 1.1.1.1 activate