Users Guide

Table Of Contents
port-channel number Enter the port-channel interface number, from 1 to 128.
vlan vlan-id Enter the VLAN ID number, from 1 to 4093.
Default Not configured
Command Mode EXEC
Usage
Information
This command displays OSPFv3 traffic statistics for a specified instance or interface, or for all OSPFv3
instances and interfaces.
Example
OS10# show ipv6 ospf interface ethernet 1/1/1
Interface ethernet1/1/1
Receive Statistics
rx-invalid 0 rx-invalid-bytes 0
rx-hello 0 rx-hello-bytes 0
rx-db-des 0 rx-db-des-bytes 0
rx-ls-req 0 rx-ls-req-bytes 0
rx-ls-upd 0 rx-ls-upd-bytes 0
rx-ls-ack 0 rx-ls-ack-bytes 0
Transmit Statistics
tx-hello 1054 tx-hello-bytes 37944
tx-db-des 0 tx-db-des-bytes 0
tx-ls-req 0 tx-ls-req-bytes 0
tx-ls-upd 0 tx-ls-upd-bytes 0
tx-ls-ack 0 tx-ls-ack-bytes 0
Error packets (Receive statistics)
bad-src 0 dupe-id 0 hello-err 0
mtu-mismatch 0 nbr-ignored 0
resource-err 0 bad-lsa-len 0 lsa-bad-type 0
lsa-bad-len 0 lsa-bad-cksum 0
hello-tmr-mismatch 0 dead-ivl-mismatch 0
options-mismatch 0 nbr-admin-down 0 own-hello-drop 0
self-orig 0 wrong-length 0
version-mismatch 0 area-mismatch 0
Supported
Releases
10.4.0E(R1) or later
timers spf (OSPFv3)
Enables shortest path first (SPF) throttling to delay an SPF calculation when a topology change occurs.
Syntax
timers spf [start-time [hold-time [max-wait]]]
Parameters
start-time Sets the initial SPF delay in milliseconds, from 1 to 600000; default 1000.
hold-time Sets the additional hold time between two SPF calculations in milliseconds, from 1 to
600000; default 10000.
max-wait Sets the maximum wait time between two SPF calculations in milliseconds, from 1 to
600000; default 10000.
Default
start-time 1000 milliseconds
hold-time 10000 milliseconds
max-wait 10000 milliseconds
Command Mode ROUTER-OSPFv3
Usage
Information
OSPFv2 and OSPFv3 support SPF throttling. By default, SPF timers are disabled in an OSPF instance.
Use SPF throttling to delay SPF calculations during periods of network instability. In an OSPF network,
a topology change event triggers an SPF calculation after a specified start time. When the start timer
finishes, a hold time may delay the next SPF calculation for an additional time. When the hold timer is
running:
Each time a topology change occurs, the SPF calculation delays for double the configured hold time
up to maximum wait time.
If no topology change occur, an SPF calculation performs and the hold timer resets to its configured
value.
Layer 3 739