4 exit-address-family, 5 neighbor activate – CANOGA PERKINS 9175 Command Reference User Manual

Page 479

Advertising
background image

CanogaOS Command Reference

27-3

27.4 exit-address-family

Use this command to exit address-family-vrf or address-family-vpnv4 mode.fd

Command Syntax

exit-address-family

Command Mode

Address Family-vrf and Address Family-vpnv4 mode.

Examples

The following example shows the change in prompt after using the exit-address-family command to exit the

address-family mode.

Switch(config)# router bgp 100

Switch(config-router)# address-family vpnv4 unicast

Switch(config-router-af)# exit-address-family

Switch(config-router)#

Related Commands

address-family vpnv4 unicast

27.5 neighbor activate

Use this command to enable the exchange of routing information with a peer router.

Use the no parameter with this command to disable this function.

Command Syntax

(no) neighbor NEIGHBORADDRESS activate

NEIGHBORADDRESS neighbor IP address. Use A.B.C.D form.

Default

Neighbor activation is enabled only under address-family ipv4.

Command Mode

Address Family-vpnv4 mode

Usage

Neighbor under address-family ipv4 is by default activated. For all other address-family, use this command to

enable neighbor in order to exchange routing information of specific address-family with neighbor.

Examples

Switch(config)# router bgp 100

Switch(config-router)# neighbor 10.10.20.1 remote-as 100

Advertising