The display ipv6 fib command displays IPv6 FIB entries on the device.
By default, FIB entries on the main board are displayed.
display ipv6 fib [ slot-id ] [ verbose ] [ statistics ]
display ipv6 fib [ slot-id ] vpn-instance vpn-instance-name [ verbose ] [ statistics ]
display ipv6 fib [ slot-id ] ipv6-address [ prefix-length ] [ verbose ]
display ipv6 fib [ slot-id ] vpn-instance vpn-instance-name ipv6-address [ prefix-length ] [ verbose ]
display ipv6 fib [ vpn-instance vpn-instance-name ] [ verbose statistics ]
display ipv6 fib [ vpn-instance vpn-instance-name ] ipv6-address [ prefix-length ] [ verbose ]
display ipv6 fib [ slot-id ] statistics all
| Parameter | Description | Value |
|---|---|---|
| slot-id | Specifies the slot ID of the boards. Only the USG6635E/6655E, USG6680E and USG6712E/6716E support this parameter. | - |
| vpn-instace vpn-instance-name | Specifies the name of the VPN instance. | The value must be the name of an existing VPN instance. |
| ipv6-address | Specifies the prefix of an IPv6 address. | - |
| prefix-length | Specifies the prefix length of an IPv6 address. | - |
| verbose | Displays the detailed information of the FIB table. | - |
| statistics | Displays the statistics about FIB entries. | - |
# Display all FIB entries on the main control board.
<sysname> display ipv6 fib
IPv6 FIB Table:
Total number of Routes : 1
Destination: ::1 PrefixLength : 128
Nexthop : ::1 Flag : HU
Interface : InLoopBack0 Tunnel ID : 0x0
TimeStamp : 2014-11-29 10:51:54
Item |
Description |
|---|---|
Destination |
Indicates the route destination. |
PrefixLength |
Indicates prefix length contributing network address of the destination. |
NextHop |
Indicates the next hop to forward the packet to the destination. |
Flag |
Describes route character, using symbols:
|
Interface |
Indicates the outbound interface that forwards the packet. |
Tunnel ID |
Indicates the tunnel ID. If the packet is forwarded through MPLS, the tunnel ID should not be 0; if the packet is forwarded through IP, the tunnel ID is 0. |
TimeStamp |
Indicates the time to generate routes in the FIB. |
# Display detailed information about FIB entries.
<sysname> display ipv6 fib verbose
IPv6 FIB Table:
Total number of Routes : 1
Destination: ::1 PrefixLength : 128
Nexthop : ::1 Flag : HU
Interface : InLoopBack0 Tunnel ID : 0x0
TimeStamp : 2014-11-29 10:51:54 ATIndex : 0x0
Slot : 0 InLabel : NULL
IP6Token : 0x0 VlanId : 0
RefCount : 0 BgpKey : 0
NexthopBak : :: IP6TokenBak : 0x0
IfIndexBak : [No Intf] Tunnel ID Bak: 0x0
BgpKeyBak : 0 InLabelBak : NULL
TokenForLabelBak : 0x0 UnrType : 0
NexthopForLabelBak: ::
IfIndexForLabelBak: [No Intf] OriginAs : 0
BgpNexthop : :: PeerAs : 0
Item |
Description |
|---|---|
Destination |
Indicates the route destination. |
PrefixLength |
Indicates prefix length contributing network address of the destination. |
Nexthop |
Indicates the next hop to forward the packet to the destination. |
Flag |
Describes route character, using symbols:
|
Interface |
Indicates the outbound interface that forwards the packet. |
Tunnel ID |
Indicates the tunnel ID. If the packet is forwarded through MPLS, the tunnel ID should not be 0; if the packet is forwarded through IP, the tunnel ID is 0. |
TimeStamp |
Indicates the time to generate routes in the FIB. |
ATIndex |
Indicates the AT index. |
Slot |
Indicates the slot ID of the board where an outbound interface resides. |
InLabel |
Indicates the value of a private network label. |
IP6Token |
When the route is a gateway route, the value of this field indicates the index of the ND entry distributed by the system to the adaptation module. When the route is a non-gateway route, the value of this field is 0. |
VlanId |
Indicates the VLAN ID. |
RefCount |
Indicates the number of times a route is used. |
BgpKey |
Indicates the key value for BGP routes. |
NexthopBak |
Indicates the backup next hop. |
IP6TokenBak |
Indicates ND token backup. |
IfIndexBak |
Indicates outbound interface backup. |
Tunnel ID Bak |
Indicates the tunnel ID backup. |
BgpKeyBak |
Indicates the key value backup for BGP routes. |
InLabelBak |
Indicates the backup for an inner private network label. |
TokenForLabelBak |
Indicates the private network token backup. |
UnrType |
Indicates UNR routes. |
NexthopForLabelBak |
Indicates the next-hop backup for a labeled private network route. |
IfIndexForLabelBak |
Indicates the outbound interface backup for a labeled private network route. |
OriginAs |
Indicates the original AS number. |
BgpNexthop |
Indicates the BGP next-hop address. |
PeerAs |
Indicates the peer AS number. |