The display ipv6 fib statistics command displays the IPv6 FIB statistics. The statistics mainly include the interface board capacity and the number of forwarding entries of each instance.
display ipv6 fib [ slot-id ] [ vpn-instace vpn-instance-name ] [ verbose ] statistics
display ipv6 fib [ slot-id ] statistics all
| Parameter | Description | Value |
|---|---|---|
slot-id |
Specifies the slot ID. 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. |
verbose |
Displays the detailed statistics of the FIB table. |
- |
all |
Displays all the statistics of the FIB table. |
- |
When running the display ipv6 fib statistics command, note the following:
If a slot ID is specified, you can view the IPv6 FIB route prefix capacity and the number of forwarding entries of each instance on the specified slot.
If no slot ID is specified, you can view information about all the IPv6 FIB entries on the main control board.
# Display the IPv6 FIB statistics in slot 2.
<sysname> display ipv6 fib 2 statistics all
IPv6 FIB Route Prefix Capacity : 320000
IPv6 FIB Total Route Prefix Count: 1 ; Entry Count : 1
IPv6 FIB Public Route Prefix Count :1 ; Entry Count : 1
IPv6 Vpn-instance vpna6 Route Prefix Count :0 ; Entry Count : 0
Item |
Description |
|---|---|
IPv6 FIB Route Prefix Capacity: |
Indicates the IPv6 FIB route prefix capacity. |
IPv6 FIB Total Route Prefix Count: Entry Count: |
Indicates the total number of IPv6 route prefix entries and the total number of IPv6 forwarding entries. |
IPv6 FIB Public Route Prefix Count: Entry Count: |
Indicates the total number of IPv6 public route prefix entries and the total number of IPv6 public forwarding entries. |
IPv6 Vpn-instance vpna6 Route Prefix Count: Entry Count: |
Indicates the total number of IPv6 route prefix entries and the total number of IPv6 forwarding entries of the VPN instance named vpna6. |