Reference Guide 658 Document #: LTRT-17939
Mediant MSBR
Command Mode
Privileged User
Note
In all neighbor commands, the neighbor ip-address/word maybe described as peer.
Example
In This example, the router in AS-1, is trying to peer with AS-2 at 10.0.0.1.
(config-data)# router bgp 1
(conf-router)# neighbor 10.0.0.1 remote-as 2
75.2.2.39 neighbor shutdown
This command shuts down the peer.
Syntax
neighbor {<neighbor tag>|a.b.c.d|x:x::x:x} shutdown
Command Description
a.b.c.d|x:x::x:x Defines the IP address of the neighbor (IPv4 or IPv6).
neighbor tag Defines the neighbor tag.
Default
NA
Command Mode
Privileged User
Example
In This example, the peer is shutdown.
(config-data)# router bgp 1
(conf-router)# neighbor 10.30.5.118 shutdown