Command Manual – Routing Protocol
Quidway S8500 Series Routing Switches
Chapter 5 BGP Configuration Commands
Huawei Technologies Proprietary
5-48
Example
# Configure the interval of sending the route update packet of the BGP peer group “test”
as 10 seconds.
[Quidway-bgp] peer test as-number 100
[Quidway-bgp] peer test route-update-interval 10
5.1.56 peer shutdown
Syntax
peer
{
peer-address
|
group-name
}
shutdown
undo peer
{
peer-address
|
group-name
}
shutdown
View
BGP view, BGP multicast view, BGP L2VPN view and BGP VRF view
Parameter
group-name
: Peer group names, which contain letters and numbers. The name length
ranges from 1 to 47.
peer-address
: Peer IP address.
Description
Use the
peer shutdown
command to disconnect and not to reconnect BGP
connections, without deleting BGP configurations.
Example
# Disconnect without reconnecting Peer 1.1.1.1 in the BGP unicast view.
[Quidway-bgp] peer 1.1.1.1 shutdown
# Disconnect without reconnecting the Group Out in the BGP unicast view.
[Quidway-bgp] peer out shutdown
# Disconnect without reconnecting Peer 1.1.1.1 in the BGP vrf view.
[Quidway-bgp-af-vpn-instance] peer 1.1.1.1 shutdown
# Disconnect but not reconnect the out group in the BGP vrf view.
[Quidway-bgp-af-vpn-instance] peer out shutdown
5.1.57 peer timer
Syntax
peer
{
group-name
|
peer-addres
s }
timer
keep-alive
keepalive-interval
hold
holdtime-interval
}