21
inactive
: Displays information about inactive routes. Without this keyword, the command displays
information about both active and inactive routes.
verbose
: Displays detailed routing table information. Without this keyword, the command displays brief
routing information.
Examples
# Display brief information about direct routes.
<Sysname> display ipv6 routing-table protocol direct
Summary Count : 3
Direct Routing Table Status : <Active>
Summary Count : 3
Destination: ::1/128 Protocol : Direct
NextHop : ::1 Preference: 0
Interface : InLoop0 Cost : 0
Destination: FE80::/10 Protocol : Direct
NextHop : :: Preference: 0
Interface : NULL0 Cost : 0
Destination: FF00::/8 Protocol : Direct
NextHop : :: Preference: 0
Interface : NULL0 Cost : 0
Direct Routing Table Status : <Inactive>
Summary Count : 0
# Display brief information about static routes.
<Sysname> display ipv6 routing-table protocol static
Summary Count : 3
Static Routing table Status : <Active>
Summary Count : 3
Destination: 2::2/128 Protocol : Static
NextHop : fe80::2 Preference: 60
Interface : Vlan22 Cost : 0
Destination: 2::2/128 Protocol : Static
NextHop : fe80::3 Preference: 60
Interface : Vlan22 Cost : 0
Destination: 3::3/128 Protocol : Static
NextHop : 2::2 Preference: 60
Interface : Vlan22 Cost : 0
Static Routing table Status : <Inactive>