12 neighbor shutdown, 13 neighbor soo – CANOGA PERKINS 9175 Command Reference User Manual
Page 484
CanogaOS Command Reference
27-8
Switch(config-router-af)#neighbor 10.10.0.1 send-community extended
27.12 neighbor shutdown
Use this command to disable a neighbor administratively.
Use the no parameter with this command to re-enable a neighbor.
Command Syntax
(no) neighbor NEIGHBORADDRESS shutdown
NEIGHBORADDRESS neighbor IP address. Use A.B.C.D form.
Command Mode
Address Family-vrf mode
Usage
Use this command to terminates any active session for a specified neighbor and clears all related routing
information.
In case a peer group is specified for shutdown, a large number of peering sessions could be terminated. The
show ip bgp summary command displays the summary of BGP neighbors and their connections.
Examples
Switch(config-router)# address-family ipv4 vrf VRF_A
Switch(config-router-af)# neighbor 10.10.0.1 shutdown
Related Commands
address-family ipv4 vrf, neighbor remote-as
27.13 neighbor soo
Use this command to enable site-of-origin feature.
Use the no parameter with this command to disable this feature.
Command Syntax
neighbor NEIGHBORADDRESS soo SOO-VAL
no neighbor NEIGHBORADDRESS soo
NEIGHBORADDRESS neighbor IP address. Use A.B.C.D form.
SOO-VAL = ASN|IPID
ASN = AS Number:NN Specifies a 16-bit AS number and an arbitrary number (for example 100:1)
IPID = A.B.C.D|NN Specifies a 32-bit IP address and an arbitrary number (for example
192.34.23.1:1)
Command Mode