17The system ANDs the input destination IPv6 address with the input prefix length, and ANDs thedestination 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 thanor 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-matchThe system ANDs the input destination IPv6 address with the input prefix length; and ANDs thedestination 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 theinput 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. display ipv6 routing-table 10::1 127Routing Table:Summary Count: 3Destination: 10::/64 Protocol : StaticNextHop : :: Preference: 60Interface : NULL0 Cost : 0Destination: 10::/68 Protocol : StaticNextHop : :: Preference: 60Interface : NULL0 Cost : 0Destination: 10::/120 Protocol : StaticNextHop : :: Preference: 60Interface : NULL0 Cost : 0# Display brief information about the matched route with the longest prefix length. display ipv6 routing-table 10:: 127 longer-matchRouting Tables:Summary Count : 1Destination: 10::/120 Protocol : StaticNextHop : :: Preference: 60Interface : NULL0 Cost : 0See Table 2 for description of the output.display ipv6 routing-table ipv6-address1 ipv6-address2Syntaxdisplay ipv6 routing-table [ vpn-instance vpn-instance-name ] ipv6-address1 prefix-length1ipv6-address2 prefix-length2 [ verbose ] [ | { begin | exclude | include } regular-expression ]ViewAny view