display ospfv3 routing

Use display ospfv3 routing to display OSPFv3 route information.

Syntax

display ospfv3 [ process-id ] routing [ ipv6-address prefix-length ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

process-id: Specifies an OSPFv3 process by its ID in the range of 1 to 65535. If you do not specify this argument, the command displays the OSPFv3 route information for all processes.

ipv6-address prefix-length: Specifies an IPv6 address. The ipv6-address argument specifies an IPv6 prefix. The prefix-length argument specifies a prefix length in the range of 0 to 128.

Examples

# Display OSPFv3 routing information.

<Sysname> display ospfv3 routing

               OSPFv3 Process 1 with Router ID 9.9.9.9
-------------------------------------------------------------------------
 I  - Intra area route,  E1 - Type 1 external route,  N1 - Type 1 NSSA route
 IA - Inter area route,  E2 - Type 2 external route,  N2 - Type 2 NSSA route
 *  - Selected route

*Destination: 3::3/128
  Type       : I                                    Area       : 0.0.0.1
  AdvRouter  : 1.1.1.1                              Preference : 0
  NibID      : 0x130000001                          Cost       : 10
  Interface  : Vlan101                              BkInterface: Vlan102
  Nexthop    : FE80::20C:29FF:FED4:7171
  BkNexthop  : FE80:1:1:1

*Destination: 3::4/128
  Type       : I                                     Area       : 0.0.0.1
  AdvRouter  : 1.1.1.1                               Preference : 0
  NibID      : 0x130000001                           Cost       : 10
  Interface  : Vlan101                               BkInterface: Vlan102
  Nexthop    : FE80::10C:29AF:FE97:1210
  BkNexthop  : FE80:1:1:1

*Destination: 3::5/128
  Type       : I                                     Area       : 0.0.0.1
  AdvRouter  : 1.1.1.1                               Preference : 0
  NibID      : 0x130000001                           Cost       : 10
  Interface  : Vlan101                               BkInterface: Vlan102
  Nexthop    : FE80::10BC:28AF:FE97:1008
  BkNexthop  : FE80:1:1:1

Total: 3
 Intra area: 3         Inter area: 0         ASE: 0         NSSA: 0

Table 159: Command output

Field

Description

Destination

Destination network segment.

Type

Route type.

Area

Area ID.

AdvRouter

Advertising router.

Preference

OSPFv3 route preference.

NibID

Next hop ID.

Cost

Route cost value.

Interface

Output interface.

BkInterface

Backup output interface.

Nexthop

Primary next hop IP address.

BkNexthop

Backup next hop IP address.

Nexthop

Next hop address.

Interface

Output interface.

AdvRouter

Advertising router.

Area

Area ID.

Tag

Tag of external routes.

Preference

Route preference.

Total

Total number of routes.

Intra area

Number of intra-area routes.

Inter area

Number of inter-area routes.

ASE

Number of Type-5 external routes.

NSSA

Number of Type-7 external routes.