User Manual

Table Of Contents
[Parameter]
line : Single-byte alphanumeric characters and single-byte symbols (32characters or less)
Route map description text
[Initial value]
none
[Input mode]
Route map mode
[Description]
Sets the route map description text.
If this is executed with the "no" syntax, the description is deleted from the route map.
[Note]
If a description has already been set, any succeeding descriptions will overwrite that description.
[Example]
Creates a route map and adds the “Test” description.
SWX3220(config)#route-map 1
SWX3220(config-route-map)#description Test
7.15.3 Parameter settings for application to route map entries
[Syntax]
match access-list acl-id
no match access-list [acl-id]
[Parameter]
acl-id : <1-4000>
IPv4, MAC or IPv6 access list ID
[Initial value]
none
[Input mode]
Route map mode
[Description]
Sets the application parameters for route map entries.
If this command is executed with the "no" syntax, the application parameters are deleted from the route map entry.
[Note]
For “permit” entries, the processing contents (set) will be executed if the received packet does not match the access list.
For “deny” entries, forwarding will be performed by means of the usual routing function if the received packet does not match
the access list.
If the application parameter (match) is not configured for the entry, this will be regarded as an invalid entry.
Also, only one application parameter (match) will be able to be set for the entry, and an error will occur if the command is
executed in the case where application parameters are already set.
Specifying TCP flags for an IPv4 access list is not supported. A TCP flag will be ignored if it is specified.
Policy-based routing (PBR) does not support multicast or broadcast traffic. Operations cannot be guaranteed if the access list
contains a multicast address or broadcast address.
[Example]
Create a route map used to forward communications from the segment of source 192.168.1.0/24 to the next hop 10.0.0.1.
SWX3220(config)#access-list 1 permit any 192.168.1.0 0.0.0.255 any
SWX3220(config)#route-map 100 permit 10
SWX3220(config-route-map)#match access-list 1
338 | Command Reference | Layer 3 functions