display ipv6 routing-table

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

Syntax

display ipv6 routing-table

Views

Any view

Examples

# Display IPv6 routing information.

<boot> display ipv6 routing-table
Kernel IPv6 routing table
Destination                                 Next Hop
    Flags Metric Ref    Use Iface
::1/128                                     ::
    U     0      0        1 lo
FE80::201:2FF:FE03:406/128                  ::
    U     0      0        1 lo
FE80::/64                                   ::
    U     256    0        0 m-eth0
FF02::1:2/128                               FF02::1:2
    UC    0      2888     0 m-eth0
FF00::/8                                    ::
    U     256    0        0 m-eth0

Table 37: Command output

Field

Description

Kernel IPv6 routing table

IPv6 routing information.

Flags

Flags:

  • A—The route was learned from a route advertisement.

  • C—The route is a cached route used to fast forward packets.

  • D—The route is the default route learned through neighbor discovery.

  • G—The route is a gateway route.

  • H—The route is a host route.

  • U—The route can be used.

Metric

Cost of the route.

Ref

Number of times the route has been referenced by other route entries.

Use

Number of times the route has been matched.

Iface

Outbound interface. If it is a loopback interface, the value of this field is lo.