44 neighbor activate, 45 neighbor advertisement-interval – CANOGA PERKINS CanogaOS Command Reference User Manual

Page 307

Advertising
background image

CanogaOS Command Line Reference

Revision 1.02

Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches

Page 307 of 855

Example

Switch# configure terminal
Switch(config)# router bgp 100
Switch(config-router)# mpls-resolution

16.44 neighbor activate

Use this command to enable the exchange of the specified AF routes with a neighboring router.
Use the no parameter with this command to disable exchange of information with a neighbor.

Command Syntax

(no) neighbor NEIGHBORID activate
NEIGHBORID = A.B.C.D|X:X::X:X|TAG
A.B.C.D Specifies the address of the BGP neighbor in IPv4 format.
X:X::X:X Specifies the address of the BGP neighbor in IPv6 format.
TAG Name of an existing peer-group. For information on how to create peer groups, refer to the
neighbor peer-group and neighbor remote-as commands. When this parameter is used
with a command, the command applies on all peers in the specified group.

Command Mode

Address Family mode and Router mode

Usage

After the TCP connection is opened with the neighbor, this command is used to enable or disable the
exchange of the specified AF information with a neighboring router.
To enable the exchange of multicast and VPNv4 address prefix types, neighbors are activated using the
neighbor activate command in address family mode.

Examples

Switch# configure terminal
Switch(config)# router bgp 10
Switch(config-router)# neighbor 1.2.3.4 activate


Related Commands

neighbor remote-as

16.45 neighbor advertisement-interval

Use this command to set the minimum interval between sending the BGP routing updates.
Use the no parameter with this command to set the interval time to default.

Advertising