continue

Syntax

continue没有continue

描述

Allows you to execute additional entries in a route map. The sequence number specifies the route-map entry's sequence number that will be executed next if the existing entry's match clause is successful.

If a successful match occurs and continue command exists, the route map saves the set value first and then jumps to the specified route map entry.

Set clauses are saved during the match clause evaluation and are executed only after the route map evaluation is completed. The set clauses are executed in the order in which they were configured.

Set clauses can be accumulative or additive asset as-path prepend也可以是绝对的set metric. For set commands that configures an accumulative value, subsequent values are added in order in which they were configured. For set commands that configures an absolute value, The values from the last instance will be applied.

The没有form of this command removes the route map continue configuration.

NOTE:

If the specified route-map sequence entry does not exist, route-map processing will be terminated at the current sequence number if its clause is matched. The continue sequence number must be higher than the current route map sequence number for this command to take effect.

Command context

config

Parameters

Specifies the value of the route map entry to be executed next after a successful match clause.

权威

Administrators or local user group members with execution rights for this command.

Examples

Configuring a route map to continue to execute an additional entry:

switch(config)#route-map GlobalMap permit 10switch(config-route-map-GlobalMap-10)#continue 40

Removing a route map continue configuration:

switch(config)#route-map GlobalMap permit seq 10switch(config-route-map-GlobalMap-10)#没有continue 40