display ospfv3 interface

Use display ospfv3 interface to display OSPFv3 interface information.

Syntax

display ospfv3 [ process-id ] interface [ interface-type interface-number | verbose ]

Views

Any view

Predefined user roles

network-admin

network-operator

mdc-admin

mdc-operator

Parameters

process-id: Specifies an OSPFv3 process by its ID in the range of 1 to 65535.

interface-type interface-number: Specifies an interface by its type and number.

verbose: Displays detailed information about all OSPFv3 interfaces.

Usage guidelines

If no process is specified, this command displays brief OSPFv3 interface information for all processes.

If you do not provide the interface-type interface-number or the verbose keyword, this command displays brief information about all OSPFv3 interfaces.

Examples

# Display OSPFv3 information about VLAN-interface 1.

<Sysname> display ospfv3 interface vlan-interface 1

               OSPFv3 Process 1 with Router ID 1.1.1.1

 Area: 0.0.0.0
-------------------------------------------------------------------------
 Vlan-interface1 is up, line protocol is up
  Interface ID 65697        Instance ID 0
  IPv6 prefixes
    fe80::200:12ff:fe34:1  (Link-Local address)
    2001::1
  Cost: 1       State: BDR       Type: Broadcast    MTU: 1500
  Priority: 1
  Designated router: 2.2.2.2
  Backup designated router: 1.1.1.1
  Timers: Hello 10, Dead 40, Wait  40, Retransmit 5, Transmit delay 1
  Neighbor count is 1, Adjacent neighbor count is 1
  Previous state: Waiting
  Exchanging/Loading neighbors: 0
  Wait timer: Off,  LsAck timer: Off

Table 110: Command output

Field

Description

Area

Area ID that the interface belongs to.

Interface ID

Interface ID.

Instance ID

Instance ID.

IPv6 prefixes

IPv6 Prefix.

Cost

Cost value of the interface.

State

Interface state:

  • DOWN—No protocol traffic can be sent or received on the interface.

  • Waiting—The interface starts sending and receiving Hello packets and the router is trying to determine the identity of the (Backup) designated router for the network.

  • p-2-p—The interface will send Hello packets at the interval of HelloInterval, and try to establish an adjacency with the neighbor.

  • DR—The router is the designated router on the network.

  • BDR—The router is the backup designated router on the network.

  • DROther—The router is a DROther router on the attached network.

Type

Network type of the interface: PTP (P2P), PTMP (P2MP), broadcast, or NBMA.

MTU

MTU value of the interface.

Priority

DR priority of the interface.

Designated router

DR on this link.

Backup designated router

BDR on this link.

Timer interval configured

Time intervals in seconds configured on the interface:

  • Hello—Hello interval.

  • Dead—Dead interval.

  • Wait—After this timer expires, the interface quits from the waiting state.

  • Retransmit—LSA retransmission interval.

  • Transmit delay—Transmission delay of the interface.

Neighbor count

Number of Neighbors on the interface.

Adjacent neighbor count

Number of Adjacencies on the interface.

Previous state

Previous state of the interface: Down, Waiting, P-2-P, DR, BDR, or DROther.