402
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ipv6-family multicast
[Sysname-bgp-af-ipv6-mul] reflector cluster-id 50
refresh bgp ipv6 multicast
Syntax
refresh
bgp
ipv6 multicast
{
ipv6-address
|
all
|
external
|
group
ipv6-group-name
|
internal
} {
export
|
import
}
View
User view
Default level
1: Monitor level
Parameters
ipv6-address
: Soft-resets the connection to the specified IPv6 MBGP peer.
all
: Soft-resets all IPv6 MBGP connections.
external
: Soft-resets IPv6 multicast eBGP connections.
group
ipv6-group-name
: Soft-resets connections to an IPv6 multicast peer group. The name of the peer
group is a string of 1 to 47 characters.
internal
: Soft-resets IPv6 multicast iBGP connections.
export
: Performs a soft-reset in an outbound direction.
import
: Performs a soft-reset in an inbound direction.
Description
Use
refresh bgp ipv6 multicast
to soft-reset specified IPv6 MBGP connections. This command allows you
to refresh the IPv6 MBGP routing table and apply a new policy without removing IPv6 MBGP
connections.
To perform an IPv6 MBGP soft reset, be sure that all routers in the network should support route-refresh.
If a peer that does not support route refresh exists in the network, use the
peer keep-all-routes
command
on the local router to save all route updates from the peer before performing a soft reset.
Examples
# Soft-reset inbound IPv6 MBGP connections.
<Sysname> refresh bgp ipv6 multicast all import
reset bgp ipv6 multicast
Syntax
reset bgp ipv6 multicast
{
as-number
|
ipv6-address
[
flap-info
] |
all
|
group
ipv6-group-name
|
external
|
internal
}
View
User view