display ipv6 rib nib

Use display ipv6 rib nib to display next hop information in the IPv6 RIB.

Syntax

display ipv6 rib nib [ self-originated ] [ nib-id ] [ verbose ]

display ipv6 rib nib protocol protocol [ verbose ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

self-originated: Displays information about next hops of self-originated routes in the IPv6 RIB.

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

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

protocol protocol: Specifies a protocol by its name.

Examples

# Display brief next hop information in the IPv6 RIB.

<Sysname> display ipv6 rib nib
Total number of nexthop(s): 151

      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 in the IPv6 RIB.

<Sysname> display ipv6 rib nib verbose
Total number of nexthop(s): 151

      NibID: 0x20000000        Sequence: 0
       Type: 0x1                Flushed: Yes
   UserKey0: 0x0                VrfNthp: 0
   UserKey1: 0x0                Nexthop: ::
    IFIndex: 0x111            LocalAddr: ::
   TopoNthp: Invalid
     RefCnt: 4              FlushRefCnt: 1
       Flag: 0x84               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
   TopoNthp: Invalid
     RefCnt: 4              FlushRefCnt: 1
       Flag: 0x84               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

      NibID: 0x26000001        Sequence: 1
       Type: 0x1                Flushed: Yes
   UserKey0: 0x0                VrfNthp: 0
   UserKey1: 0x0                Nexthop: 121::2
    IFIndex: 0x112            LocalAddr: ::
   TopoNthp: Invalid
   Instance: default

      NibID: 0x26000002        Sequence: 1
       Type: 0x1                Flushed: Yes
   UserKey0: 0x0                VrfNthp: 0
   UserKey1: 0x0                Nexthop: 122::2
    IFIndex: 0x112            LocalAddr: ::
   TopoNthp: Invalid
   Instance: abc

...

For command output, see Table 12 and Table 13.