clear ipv6 bgp flap-statistics

Clears route-flap statistics for BGP4+ routes.

Syntax

clear ipv6 bgp flap-statistics [ ipv6-addr { / mask } | neighbor { ipv6-addr | ipv4-addr } | regular-expression string ] [ vrf vrf-name ]

Parameters

ipv6-addr
IPv6 address of a specific route in dotted-decimal notation.
mask
(Optional) IPv6 mask of the specified route in CIDR notation.
neighbor
Clears route-flap statistics only for routes learned from the specified neighbor.
ipv6-addr
IPv6 address of the neighbor.
ipv4-addr
IPv4 address of the neighbor.
regular-expression
Specifies a regular expression.
string
Regular expression.
vrf vrf-name
Specifies the name of a VRF instance.

Modes

Privileged EXEC mode

Examples

This example clears all dampening statistics for all BGP4+ route.

device# clear ipv6 bgp flap-statistics 

This example clears the dampening statistics for a BGP4+ route for the VRF "red".

 device# clear ipv6 bgp flap-statistics vrf red

This example Clears route-flap statistics for routes learned from a IPv4 BGP Peer and an IPv6 BGP Peer.

SLX# clear ipv6 bgp flap-statistics neighbor 192.0.2.1 vrf vrf1
SLX# clear ipv6 bgp flap-statistics neighbor 2001:db8::01:01