R0106-HP MSR Router Series Layer 3 - IP Routing Command Reference(V7)
442
Examples
# Clear dampening information for the public BGP IPv4 unicast route to network 20.1.0.0/16, and
release the suppressed route.
<Sysname> reset bgp dampening ipv4 20.1.0.0 255.255.0.0
# Clear dampening information for the public BGP IPv6 unicast route to network 2345::/16, and release
the suppressed route.
<Sysname> reset bgp dampening ipv6 2345:: 16
# Clear dampening information for the BGP IPv4 multicast route to network 1.2.3.4/32, and release the
suppressed route.
<Sysname> reset bgp dampening ipv4 multicast 1.2.3.4 32
# Clear dampening information for the BGP IPv6 multicast route to network 2345::/16, and release the
suppressed route.
<Sysname> reset bgp dampening ipv6 multicast 2345:: 16
Related commands
• dampening
• display bgp routing-table dampened
reset bgp flap-info
Use reset bgp flap-info to clear the flap statistics of BGP IPv4 unicast routes.
Syntax
reset bgp flap-info ipv4 { multicast | [ unicast ] [ vpn-instance vpn-instance-name ] } [ network-address
[ mask | mask-length ] | as-path-acl as-path-acl-number | peer ipv4-address ]
reset bgp flap-info ipv6 { multicast | [ unicast ] [ vpn-instance vpn-instance-name ] } [ network-address
prefix-length | as-path-acl as-path-acl-number | peer ipv6-address ]
Views
User view
Predefined user roles
network-admin
Parameters
ipv4: Clears flap statistics for BGP IPv4 routes.
ipv6: Clears flap statistics for BGP IPv6 routes.
multicast: Clears flap statistics for BGP multicast routes.
unicast: Clears flap statistics for BGP unicast routes.
vpn-instance vpn-instance-name: Specifies an MPLS L3VPN instance by its name, a case-sensitive string
of 1 to 31 characters. If no VPN instance is specified, this command clears flap statistics for public BGP
routes.
network-address: Specifies a destination network address.
mask: Specifies a network mask, in dotted decimal notation.
mask-length: Specifies a mask length in the range of 0 to 32.
prefix-length: Specifies a prefix length in the range of 0 to 128.










