display ipv6 route-direct nib

Use display ipv6 route-direct nib to display next hop information for IPv6 direct routes.

Syntax

display ipv6 route-direct nib [ nib-id ] [ verbose ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

nib-id: Specifies a NIB by its ID, a hexadecimal string in the range of 1 to ffffffff.

verbose: Displays detailed next hop information for IPv6 direct routes. If you do not specify this keyword, the command displays brief next hop information for IPv6 direct routes.

Examples

# Display brief next hop information for IPv6 direct routes.

<Sysname> display ipv6 route-direct nib
Total number of nexthop(s): 115

      NibID: 0x20000000        Sequence: 0
       Type: 0x1                Flushed: Yes
   UserKey0: 0x0                VrfNthp: 0
   UserKey1: 0x0                Nexthop: ::
    IFIndex: 0x111            LocalAddr: ::
   TopoNthp: Invalid

      NibID: 0x20000001        Sequence: 1
       Type: 0x1                Flushed: Yes
   UserKey0: 0x0                VrfNthp: 0
   UserKey1: 0x0                Nexthop: ::1
    IFIndex: 0x112            LocalAddr: ::1
   TopoNthp: Invalid

...

# Display detailed next hop information for IPv6 direct routes.

<Sysname> display ipv6 route-direct nib verbose
Total number of nexthop(s): 115

      NibID: 0x20000000        Sequence: 0
       Type: 0x1                Flushed: Yes
   UserKey0: 0x0                VrfNthp: 0
   UserKey1: 0x0                Nexthop: ::
    IFIndex: 0x111            LocalAddr: ::
     RefCnt: 1              FlushRefCnt: 0
       Flag: 0x2                Version: 1
 1 nexthop(s):
PrefixIndex: 0              OrigNexthop: ::
  RelyDepth: 0              RealNexthop: ::
  Interface: NULL0            LocalAddr: ::
  TunnelCnt: 0                      Vrf: default-vrf
   TunnelID: N/A               Topology:
     Weight: 0

      NibID: 0x20000001        Sequence: 1
       Type: 0x1                Flushed: Yes
   UserKey0: 0x0                VrfNthp: 0
   UserKey1: 0x0                Nexthop: ::1
    IFIndex: 0x112            LocalAddr: ::1
     RefCnt: 1              FlushRefCnt: 0
       Flag: 0x2                Version: 1
 1 nexthop(s):
PrefixIndex: 0              OrigNexthop: ::1
  RelyDepth: 0              RealNexthop: ::1
  Interface: InLoop0          LocalAddr: ::1
  TunnelCnt: 0                      Vrf: default-vrf
   TunnelID: N/A               Topology:
     Weight: 0

...

For command output, see Table 14 and Table 15.