Intel 480T Switch User Manual


 
338
Intel
®
NetStructure 480T Routing Switch User Guide
Route maps are used in conjunction with the match and set
operations. A match operation specifies a criteria that must be
matched. A set operation specifies a change that is made to the route
when the match operation is successful.
There are three basic steps to configuring a route-map:
1. Create a route-map.
2. Add entries to the route map.
3. Add statements to the route map entries.
Creating a Route Map
To create a route-map , use this command:
create route-map <route-map>
Add Entries to the Route Map
To add entries to the route map, use this command:
configure route-map <route-map> add <sequence number>
[permit | deny] {match-one | match-all}
where:
The unique sequence number identifies the entry, and
determines the position of the entry in the route map. Route maps
are evaluated sequentially.
The
permit keyword permits the route; the deny keyword denies
the route and is applied only if the entry is successful.
The
match-one keyword is a logical or. The route map is
successful if at least one of the matching statements is true.
The
match-all keyword is a logical and. The route map is
successful when all match statements are true. This is the default
setting.
Add Statements to the Route Map Entries
To add statements to the route map entries, use one of these three
commands: