Description
Use
peer route-update-interval
to specify the interval for sending the same update to a peer/peer
group.
Use
undo peer route-update-interval
to restore the default.
By default, the interval is 15 seconds for the IBGP peer, and 30 seconds for the EBGP peer.
Examples
# Specify the interval for sending the same update to the peer 1:2::3:4 as 10 seconds.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ipv6-family
[Sysname-bgp-af-ipv6] peer 1:2::3:4 as-number 100
[Sysname-bgp-af-ipv6] peer 1:2::3:4 route-update-interval 10
peer substitute-as (IPv6 address family view)
Syntax
peer
{
ipv6-group-name
|
ipv6-address
}
substitute-as
undo peer
{
ipv6-group-name
|
ipv6-address
}
substitute-as
View
IPv6 address family view
Default level
2: System level
Parameters
ipv6-group-name
: Name of a peer group, a string of 1 to 47 characters.
ipv6-address
: IPv6 address of a peer.
Description
Use
peer substitute-as
to substitute the local AS number for the AS number of a peer/peer group in
the AS_PATH attribute.
Use
undo peer substitute-as
to remove the configuration.
The substitution is not configured by default.
Examples
# Substitute the local AS number for the AS number of peer 1:2::3:4.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ipv6-family
[Sysname-bgp-af-ipv6] peer 1:2::3:4 substitute-as
peer timer (IPv6 address family view)
Syntax
peer
{
ipv6-group-name
|
ipv6-address
}
timer
keepalive keepalive hold holdtime
undo peer
{
ipv6-group-name
|
ipv6-address
}
timer
400