White Papers

Table Of Contents
Command Modes ROUTE-MAP
Supported Modes FullSwitch
Command
History
Version Description
9.9(0.0) Introduced on the FN IOM.
8.3.16.1 Introduced on MXL 10/40GbE Switch IO Module
Example
Dell(config-route-map)#show config
!
route-map hopper permit 10
Dell(config-route-map)#
show route-map
Display the current route map configurations.
Syntax
show route-map [map-name]
Parameters
map-name
(OPTIONAL) Enter the name of a configured route map, up to 140 characters.
Command Modes
EXEC
EXEC Privilege
Supported Modes FullSwitch
Command
History
Version Description
9.9(0.0) Introduced on the FN IOM.
8.3.16.1 Introduced on the MXL 10/40GbE Switch IO Module.
Example
Dell#show route-map
route-map firpo, permit, sequence 10
Match clauses:
Set clauses:
tag 34
Dell#
Related
Commands
route-map configures a route map.
deny (for Standard IP ACLs)
To drop packets with a certain IP address, configure a filter.
Syntax
deny {source | any | host {ip-address}}[count [byte]] [dscp value] [order]
[fragments] [log [interval minutes] [threshold-in-msgs [count]] [monitor]
To remove this filter, you have two choices:
Use the no seq sequence-number command if you know the filters sequence number.
Use the no deny {source [mask] | any | host ip-address} command.
Parameters
source Enter the IP address of the network or host from which the packets were sent.
any Enter the keyword any to specify that all routes are subject to the filter.
host
ip-address
Enter the keyword host then the IP address to specify a host IP address.
190 Access Control Lists (ACL)