R2511-HP MSR Router Series Layer 3 - IP Routing Command Reference(V5)

274
ip-address: Specifies the IP address of a peer with which to reset the session.
all: Resets all BGP sessions.
external: Resets all the EBGP sessions.
group group-name: Resets sessions with the specified BGP peer group.
internal: Resets all the IBGP sessions.
Examples
# Reset all the BGP sessions.
<Sysname> reset bgp all
reset bgp dampening
Use reset bgp dampening to clear route dampening information and release suppressed routes.
Syntax
reset bgp dampening [ ip-address [ mask | mask-length ] ]
Views
User view
Default command level
1: Monitor level
Parameters
ip-address: Specifies the destination IP address of a route.
mask: Specifies the mask, in dotted decimal notation.
mask-length: Specifies the mask length in the range of 0 to 32.
Examples
# Clear damping information for route 20.1.0.0/16 and release the suppressed route.
<Sysname> reset bgp dampening 20.1.0.0 255.255.0.0
Related commands
dampening
display bgp routing-table dampened
reset bgp flap-info
Use reset bgp flap-info to clear the flap statistics of routes matching the specified filter.
Syntax
reset bgp flap-info [ ip-address [ mask-length | mask ] | as-path-acl as-path-acl-number | regexp
as-path-regular-expression ]
reset bgp peer-ip-address flap-info
Views
User view