show ipv6 ospf summary

Displays summary information for all OSPFv3 instances.

Syntax

show ipv6 ospf summary [ all-vrfs | all-vrfs total | vrf vrfname ]

Parameters

all-vrfs
Specifies all VRF instances. If this option is not used, details for the default VRF are shown in the output.
vrf vrfname
Specifies a non-default VRF instance. If this option is not used, details for the default VRF are shown in the output.
all-vrfs total
Displays the cumulative summary of OSPF information with the total numbers for all of the VRF intances. If this option is not used, details for the default VRF are shown in the output. If this option is not used, details for the default VRF are shown in the output.

Modes

Privileged EXEC mode

Examples

The following example shows sample default VRF output from the show ipv6 ospf summary command when no arguments or keywords are used.

device# show ipv6 ospf summary
Seq Instance        Intfs   Nbrs    Nbrs-Full LSAs    Routes
1   default-vrf     0       0       0         0       0
 

The following example shows sample output from the show ipv6 ospf summary all-vrfs total command.

device# show ipv6 ospf summary all-vrfs total

-----------------------------------------
         IPv6 OSPF Summary Total
-----------------------------------------
Number of instances: 1024
Number of interfaces: 2048
Number of neighbors: 2048
Number of neighbors in FULL state: 2048
Number of LSAs: 76786
Number of Routes: 67570
device#