Command Manual – Routing Protocol
Quidway S8500 Series Routing Switches
Chapter 5 BGP Configuration Commands
Huawei Technologies Proprietary
5-49
undo peer
{
group-name
|
peer-address
}
timer
View
BGP view
Parameter
group-name
: Name of peer group.
peer-address
: IP address of the peer.
keepalive-interval
: Keepalive interval to be specified. The range is 1 to 4294967295. By
default, its value is 60 seconds.
holdtime-interval
: Holdtime interval to be specified. The range is 3 to 4294967295. By
default, its value is 180 seconds.
Description
Use the
peer timer
command to configure the Keepalive and Holdtime intervals for the
specified peer/peer group.
Use the
undo peer timer
command to restore the default timer settings.
The timer configured by using this command has a higher priority than the one
configured by using the
timer
command.
Example
# Configure Keepalive and Holdtime intervals of the peer group “test”.
[Quidway-bgp] peer test timer keep-alive 60 hold 180
5.1.58 preference
Syntax
preference
ebgp-value ibgp-value local-value
undo preference
View
BGP view
Parameter
ebgp-value
: Sets preference value for routes learned from external peers.
ibgp-value
: Sets preference value for routes learned from internal peers.
local-value
: Sets preference value for local-originated routes.
The
ebgp-value
,
ibgp-value
and
local-value
arguments are in the range of 1 to 256. By
default, the first two is 256 and the last one is 130.