Entering the route map into the software – Brocade Multi-Service IronWare Routing Configuration Guide (Supporting R05.6.00) User Manual

Page 111

Advertising
background image

Multi-Service IronWare Routing Configuration Guide

83

53-1003033-02

Filtering

Entering the route map into the software

To add instance 1 of a route map named “GET_ONE” with a permit action, enter the following
command.

Brocade(config)# route-map GET_ONE permit 1

Brocade(config-routemap GET_ONE)#

Syntax: [no] route-map map-name permit | deny num

As shown in this example, the command prompt changes to the route map level. You can enter the
match and set clauses at this level. Refer to

“Specifying the match conditions”

on page 84 and

“Setting parameters in the routes”

on page 88.

The map-name is a string of characters that names the map. Map names can be up to 80
characters in length.

The permit | deny parameter specifies the action the device will take if a route matches a match
statement:

If you specify deny, the device does not advertise or learn the route.

If you specify permit, the device applies the match and set clauses associated with this route
map instance.

The num parameter specifies the instance of the route map you are defining.

To delete a route map, enter a command such as the following. When you delete a route map, all
the permit and deny entries in the route map are deleted.

Brocade(config)# no route-map Map1

This command deletes a route map named Map1. All entries in the route map are deleted.

To delete a specific instance of a route map without deleting the rest of the route map, enter a
command such as the following.

Brocade(config)# no route-map Map1 permit 10

This command deletes the specified instance from the route map but leaves the other instances of
the route map intact.

Advertising