display ipv6 route-static routing-table

Use display ipv6 route-static routing-table to display IPv6 static routing table information.

Syntax

display ipv6 route-static routing-table [ vpn-instance vpn-instance-name ] [ ipv6-address prefix-length ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

vpn-instance vpn-instance-name: Specifies an MPLS L3VPN instance by its name, a case-sensitive string of 1 to 31 characters. If you do not specify a VPN instance, the command displays IPv6 static routing table information for the public network.

ipv6-address: Specifies the destination IPv6 address.

prefix-length: Specifies the prefix length in the range of 0 to 128.

Examples

# Display IPv6 static routing table information.

<Sysname> display ipv6 route-static routing-table
Total number of routes: 5

Status: * - valid

*Destination: 1::1/128
       NibID: 0x21000000        NextHop: 2::2
   MainNibID: N/A             BkNextHop: N/A
     BkNibID: N/A             Interface: Vlan-interface11
     TableID: 0xa           BkInterface: N/A
        Flag: 0x80d0a          BfdSrcIp: N/A
     DbIndex: 0x3            BfdIfIndex: 0x0
        Type: Normal        BfdVrfIndex: 0
  TrackIndex: 0xffffffff          Label: NULL
  Preference: 60            vrfIndexDst: 0
     BfdMode: N/A            vrfIndexNH: 0
   Permanent: 0                     Tag: 0

*Destination: 1::1234/128
      NibID: 0x21000000        NextHop: 2::2
   MainNibID: N/A             BkNextHop: N/A
     BkNibID: N/A             Interface: NULL0
     TableID: 0xa           BkInterface: N/A
        Flag: 0x80d0a          BfdSrcIp: N/A
     DbIndex: 0x1            BfdIfIndex: 0x0
        Type: Normal        BfdVrfIndex: 0
  TrackIndex: 0xffffffff          Label: NULL
  Preference: 60            vrfIndexDst: 0
     BfdMode: N/A            vrfIndexNH: 0
   Permanent: 0                     Tag: 0

...

Table 127: Command output

Field

Description

Destination

Destination address/prefix.

NibID

ID of the NIB.

MainNibID

ID of the primary next hop for static route FRR.

BkNibID

ID of the backup next hop for static route FRR.

NextHop

Next hop address.

BkNextHop

Backup next hop address.

Interface

Output interface of the route.

BkInterface

Backup output interface.

TableID

ID of the table to which the route belongs.

DbIndex

Index of the database to which the route belongs.

Type

Route type:

  • Normal.

  • DHCP.

  • NAT.

BfdSrcIp

Source IPv6 address of the indirect BFD session.

BfdIfIndex

Index of the interface where BFD is enabled.

BfdVrfIndex

Index of the VPN instance where BFD is enabled. This field displays 0 if BFD is enabled for an IPv6 network.

BfdMode

BFD session mode:

  • N/A—No BFD session is configured.

  • Ctrl—Control packet mode.

  • Echo—Echo packet mode.

TrackIndex

NQA Track index.

vrfIndexDst

Index of the VPN instance to which the destination belongs. For an IPv6 network, this field displays 0.

vrfIndexNH

Index of the VPN instance to which the next hop belongs. For an IPv6 network, this field displays 0.

Permanent

Permanent static route flag. 1 indicates a permanent static route.