display ipv6 route-static nib

Use display ipv6 route-static nib to display IPv6 static route next hop information.

Syntax

display ipv6 route-static 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 IPv6 static route next hop information. If you do not specify this keyword, the command displays brief IPv6 static route next hop information.

Examples

# Display brief IPv6 static route next hop information.

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

      NibID: 0x21000000        Sequence: 0
       Type: 0x41               Flushed: Yes
   UserKey0: 0x0                VrfNthp: 0
   UserKey1: 0x0                Nexthop: 2::3
    IFIndex: 0x0              LocalAddr: ::
   TopoNthp: Invalid

      NibID: 0x21000001        Sequence: 1
       Type: 0x41               Flushed: Yes
   UserKey0: 0x0                VrfNthp: 0
   UserKey1: 0x0                Nexthop: 3::4
    IFIndex: 0x0              LocalAddr: ::
   TopoNthp: Invalid

...

Table 125: Command output

Field

Description

NibID

ID of the NIB.

Sequence

Sequence number of the NIB.

Type

Type of the NIB.

Flushed

Indicates whether the route with the NIB has been flushed to the FIB.

UserKey0

Reserved data 1.

UserKey1

Reserved data 2.

VrfNthp

Index of the VPN instance to which the next hop belongs. This field displays 0 if the next hop is on an IPv6 network.

Nexthop

Next hop address.

IFIndex

Interface index

LocalAddr

Local interface address.

TopoNthp

This field is not supported in the current software version.

Index of the topology that contains the next hop. This field displays Invalid if the next hop is on an IPv6 network, because the router does not support multiple topologies.

# Display detailed IPv6 static route next hop information.

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

      NibID: 0x21000000        Sequence: 0
       Type: 0x41               Flushed: Yes
   UserKey0: 0x0                VrfNthp: 0
   UserKey1: 0x0                Nexthop: 2::3
    IFIndex: 0x0              LocalAddr: ::
   TopoNthp: Invalid
     RefCnt: 1              FlushRefCnt: 0
       Flag: 0x12               Version: 1
 1 nexthop(s):
PrefixIndex: 0              OrigNexthop: 2::3
  RelyDepth: 2              RealNexthop: ::
  Interface: NULL0            LocalAddr: ::
  TunnelCnt: 0                      Vrf: default-vrf
   TunnelID: N/A               Topology:
     Weight: 0

      NibID: 0x21000001        Sequence: 1
       Type: 0x41               Flushed: Yes
   UserKey0: 0x0                VrfNthp: 0
   UserKey1: 0x0                Nexthop: 3::4
    IFIndex: 0x0              LocalAddr: ::
   TopoNthp: Invalid
     RefCnt: 1              FlushRefCnt: 0
       Flag: 0x12               Version: 1
 1 nexthop(s):
PrefixIndex: 0              OrigNexthop: 3::4
  RelyDepth: 1              RealNexthop: ::
  Interface: Vlan11           LocalAddr: ::
  TunnelCnt: 0                      Vrf: default-vrf
   TunnelID: N/A               Topology:
     Weight: 0

...

Table 126: Command output

Field

Description

x nexthop(s)

Number of next hops.

PrefixIndex

Prefix index of the next hop for an ECMP route.

Vrf

VPN instance name. For an IPv6 network, this field displays default-vrf.

OrigNexthop

Original next hop.

RealNexthop

Real next hop.

Interface

Output interface.

localAddr

Local interface address.

RelyDepth

Recursion depth.

TunnelCnt

Number of tunnels after route recursion.

TunnelID

ID of the tunnel after route recursion.

Topology

This field is not supported in the current software version.

Topology name. This field is blank for IPv6, because IPv6 does not support multiple topologies.

Weight

ECMP route weight. This field displays 0 for non-ECMP routes.

RefCnt

Reference count of the next hop.

FlushRefCnt

Reference count of the next hop that is flushed to the FIB.

Flag

Flag of the next hop.

Version

Version of the next hop.