CLI Guide
• . (period) matches on any single character, including
white space.
• * (asterisk) matches on sequences in a pattern (zero or
more sequences).
• + (plus sign) matches on sequences in a pattern (one or
more sequences).
• ? (question mark) matches sequences in a pattern (0 or 1
sequences).
• [ ] (brackets) matches a range of single-character
patterns.
• ^ (caret) matches the beginning of the input string. (If
the caret is used at the beginning of a sequence or
range, it matches on everything BUT the characters
specified.)
• $ (dollar sign) matches the end of the output string.
Command Modes EXEC Privilege
Supported Modes Full–Switch
Command History
Version Description
9.9(0.0) Introduced on the FN IOM.
9.2(0.0) Introduced on the MXL 10/40GbE Switch IO Module.
debug ip bgp ipv6 unicast dampening
View information on routes being dampened.
Syntax
debug ip bgp ipv6 unicast dampening
To disable debugging, use the no debug ip bgp ipv6 unicast dampening
command.
Parameters
dampening Enter the keyword dampening to clear route flap
dampening information.
Command Modes EXEC Privilege
Supported Modes Full–Switch
Command History
Version Description
9.9(0.0) Introduced on the FN IOM.
9.2(0.0) Introduced on the S4820T.
IPv6 Border Gateway Protocol (IPv6 BGP)
851