display ipv6 routing-table acl

Syntax

display ipv6 routing-table acl acl6-number [ verbose ] [ | { begin | exclude | include } regular-expression ]

View

Any view

Default level

1: Monitor level

Parameters

acl6-number: Basic IPv6 ACL number, in the range 2000 to 2999.

verbose: Displays both active and inactive verbose routing information permitted by the ACL. Without this keyword, only brief active routing information is displayed.

|: Filters command output by specifying a regular expression. For more information about regular expressions, see the Fundamentals Configuration Guide.

begin: Displays the first line that matches the specified regular expression and all lines that follow.

exclude: Displays all lines that do not match the specified regular expression.

include: Displays all lines that match the specified regular expression.

regular-expression: Specifies a regular expression, which is a case sensitive string of 1 to 256 characters.

Description

Use the display ipv6 routing-table acl command to display routing information permitted by the IPv6 ACL.

If the specified IPv6 ACL is not available, all routing information is displayed.

Examples

# Display brief routing information permitted by ACL 2000.

<Sysname> display ipv6 routing-table acl 2000
Routes Matched by Access list  2000  :
Summary Count : 2

Destination : ::1/128                           Protocol   : Direct
NextHop     : ::1                               Preference : 0
Interface   : InLoop0                           Cost       : 0
Destination : 1:1::/64                          Protocol   : Static
NextHop     : ::                                Preference : 60
Interface   : NULL0                             Cost       : 0

See Table 2 for description of the output.