215
reset bgp ipv4 multicast
Syntax
reset bgp ipv4 multicast
{
all
|
as-number
|
ip-address
|
group
group-name
|
external
|
internal
}
View
User view
Default level
2: System level
Parameters
all
: Resets all MBGP connections.
as-number
: Resets MBGP connections to peers in the AS.
ip-address
: Resets the connection with an IPv4 MBGP peer.
group
group-name
: Resets connections with the specified BGP peer group.
external
: Resets all the multicast eBGP connections.
internal
: Resets all the multicast iBGP connections.
Description
Use
reset bgp ipv4 multicast
to reset specified MBGP connections.
Examples
# Reset all the IPv4 MBGP connections.
<Sysname> reset bgp ipv4 multicast all
reset bgp ipv4 multicast dampening
Syntax
reset bgp ipv4 multicast dampening
[
ip-address
[
mask
|
mask-length
] ]
View
User view
Default level
1: Monitor level
Parameters
ip-address
: Specifies a destination IP address.
mask
: Specifies the network mask, in dotted decimal notation. The default is 255.255.255.255.
mask-length
: Specifies the mask length, in the range of 0 to 32. The default is 32.
Description
Use
reset bgp ipv4 multicast dampening
to clear route dampening information and release suppressed
routes.
Related commands:
dampening
and
display bgp multicast routing-table dampened
.