6-65
View
BGP view, BGP-VPN instance view
Default Level
2: System level
Parameters
group-name
: Name of a peer group, a sting of 1 to 47 characters.
ip-address
: IP address of a peer.
interval
: Minimum interval for sending the same update message. The range is 5 to 600 seconds.
Description
Use the
peer route-update-interval
command to specify the interval for sending the same update to
a peer/peer group.
Use the
undo peer route-update-interval
command to restore the default value.
By default, the interval is 5 seconds for IBGP peers, and 30 seconds for EBGP peers.
Examples
# In BGP view, specify the interval for sending the same update to peer group
test
as 10 seconds.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] peer test as-number 100
[Sysname-bgp] peer test route-update-interval 10
# In BGP-VPN instance view, specify the interval for sending the same update to peer group
test
as
10 seconds (the VPN has been created).
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ipv4-family vpn-instance vpn1
[Sysname-bgp-vpn1] peer test as-number 100
[Sysname-bgp-vpn1] peer test route-update-interval 10
peer substitute-as (BGP/BGP-VPN instance view)
Syntax
peer
{
group-name
|
ip-address
}
substitute-as
undo peer
{
group-name
|
ip-address
}
substitute-as
View
BGP view, BGP-VPN instance view
Default Level
2: System level
Parameters
group-name
: Name of a peer group, a sting of 1 to 47 characters.
ip-address
: IP address of a peer.