H3C S7500E Series Command Manual page 260

Hide thumbs Also See for S7500E Series:
Table of Contents

Advertisement

Command Manual – IP Routing Overview
H3C S7500E Series Ethernet Switches
Description
Use the display ipv6 routing-table ipv6-address command to display routing
information about the specified destination IPv6 address.
Executing the command with different parameters yields different output:
display ipv6 routing-table ipv6-address prefix-length
The system ANDs the input destination IPv6 address with the input prefix length, and
ANDs the destination IPv6 address in each route entry with the input prefix length.
If the two operations yield the same result for an entry and the entry is active with a
prefix length less than or equal to the input prefix length, the entry is displayed.
Only route entries that exactly match the input destination address and prefix length are
displayed.
display ipv6 routing-table ipv6-address prefix-length longer-match
The system ANDs the input destination IPv6 address with the input prefix length; and
ANDs the destination IPv6 address in each route entry with the input prefix length.
If the two operations yield the same result for multiple entries with a prefix length less
than or equal to the input prefix length, the one that is active with the longest prefix
length is displayed.
Examples
# Display brief information about the route matching the specified destination IPv6
address.
<Sysname> display ipv6 routing-table 10::1 127
Routing Table:
Summary Count: 3
Destination: 10::/64
NextHop
Interface
Destination: 10::/68
NextHop
Interface
Destination: 10::/120
NextHop
Interface
# Display brief information about the matched route with the longest prefix length.
<Sysname> display ipv6 routing-table 10:: 127 longer-match
Routing Tables:
: ::
: NULL0
: ::
: NULL0
: ::
: NULL0
Chapter 1 Routing Overview Commands
1-20
Protocol
: Static
Preference: 60
Cost
: 0
Protocol
: Static
Preference: 60
Cost
: 0
Protocol
: Static
Preference: 60
Cost
: 0

Advertisement

Table of Contents
loading

Table of Contents