1-9
Examples
# Display summary information about the routing table.
<Sysname> display ipv6 route-table
Routing Table:
Destinations : 4 Routes : 4
Destination: ::1/128 Protocol: Direct
NextHop : ::1
Interface : InLoopBack0
Destination: 2008::/64 Protocol: Direct
NextHop : 2008::32
Interface : Vlan-interface1
Destination: 2008::32/128 Protocol: Direct
NextHop : ::1
Interface : InLoopBack0
Destination: FE80::/10 Protocol: Direct
NextHop : ::
Interface : NULL0
Table 1-7 Description on the fields of the display ipv6 route-table command
Field Description
Destinations Number of reachable destination networks/hosts
Routes Number of routing entries
Destination
Destination network/host IPv6 address. The part following “/”
indicates the prefix length.
Protocol Routing protocol discovering the route
NextHop Next hop address
Interface Egress interface, through which a packet is sent.
# Display detailed information about the routing table.
<Sysname> display ipv6 route-table verbose
Routing Table:
Destinations : 2 Routes : 2
Destination: :: PrefixLength: 0
NextHop : 1:1:4::1 Protocol : Static
Interface : Vlan-interface1 State : Active
Destination: ::1 PrefixLength: 128
NextHop : ::1 Protocol : Direct