OSPFv3 Commands
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
1606
clear ospfv3 counters
clear ospfv3 {domain <domainName>} counters
{ interfaces [[vlan | tunnel] all | vlan <vlan-name> |
tunnel <tunnel-name> | area <area-identifier>]
| area [all | <area-identifier>]
| virtual-link [all | {routerid} <router-identifier>
{area} <area-identifier>]
| neighbor [all | routerid <router-identifier> | vlan <vlan-name> |
tunnel <tunnel-name>]
| system
}
Description
Clears the OSPFv3 counters (statistics).
Syntax Description
Default
N/A.
Usage Guidelines
The global command clear counters also clears all OSPFv3 counters. This global command is the
equivalent of
clear ospfv3 counters for OSPFv3.
This command can be used to clear various OSPFv3 counters (Interface, Area, Virtual-Link, System etc.).
The following is the list of various counters that would be reset to zero by this command:
● Neighbor specific counters
■ Number of state changes
■ Number of events
● Interface/VLAN/Virtual-link/Tunnel specific counters
■ Number of Hellos rxed
■ Number of Hellos txed
■ Number of DB Description rxed
domainName Specifies an OSPFv3 domain. OSPF-Default is the only one currently
supported.
all Specifies all VLANs, tunnels, areas, neighbors, or virtual-links.
vlan-name Specifies an IPv6 configured VLAN.
tunnel-name Specifies an IPv6 tunnel.
router-identifier Specifies a router identifier, a four-byte, dotted decimal number.
area-identifier Specifies an OSPFv3 area, a four-byte, dotted decimal number.
system Specifies the OSPFv3 system/global counters.