continue
Syntax
continue
[
node-number
]
undo continue
View
Routing policy view
Default level
2: System level
Parameters
node-number
: Routing policy node number,
in the range of 0 to 65535.
Description
Use
continue
to specify the next node of the routing policy to be matched.
Use
undo continue
to remove the configuration.
By default, no next routing policy node is specified.
The node number specified must be larger than the current node number.
Example
# Create routing policy
policy1
with node 10, and specify the match mode as
permit
. Specify the
number of the next routing policy node to be matched as 20.
<Sysname> system-view
[Sysname] route-policy policy1 permit node 10
[Sysname-route-policy] continue 20
display ip as-path
Syntax
display ip as-path
[
as-path-number
] [
|
{
begin
|
exclude
|
include
}
regular-expression
]
View
Any view
Default level
1: Monitor level
Parameters
as-path-number
: AS path list number, in the range of 1 to 256.
|
: Filters command output by specifying a regular expression. For more information about regular
expressions, see
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, a case-sensitive string of 1 to 256 characters.
Description
Use
display ip as-path
to display BGP AS path list information.
417