ECS4660-28F_Management Guide-R03

Table Of Contents
C
HAPTER
51
| IP Routing Commands
Policy-based Routing for BGP
– 1901
EXAMPLE
Console(config)#route-map r1 permit 1
Console(config-route-map)#match as-path 60
Console(config-route-map)#set weight 30
Console(config-route-map)#call FD
Console(config-route-map)#
continue This command goes to a route-map entry with a higher sequence number
after a successful match occurs. Use the no form to remove this entry from
a route map.
SYNTAX
continue [sequence-number]
no continue
sequence-number – Sequence number at which to continue
processing. (Range: 1-65535)
COMMAND MODE
Route Map
COMMAND USAGE
If no match statements precede the call entry, the call is automatically
executed. If no sequence number is specified by the call entry, the next
entry is executed.
EXAMPLE
Console(config)#route-map RD permit 1
Console(config-route-map)#match as-path 60
Console(config-route-map)#set weight 30
Console(config-route-map)#continue 3
Console(config-route-map)#
description This command creates a description of an entry in the route map. Use the
no form to remove the description.
SYNTAX
description text
no description
text – Comment describing this route-map rule. (Maximum
length: 128 characters, no spaces or other special characters)
COMMAND MODE
Route Map