If no sequence number is specified, the entire route map is deleted.
To delete a
match
or
set
clause from a route-map, first enter the context of that route map and then issue The
no
form of the clause to delete it.
Example
To delete the
match metric 25
clause from sequence 20 of Map4, you would use the following commands:
switch(config)# route-map Map4 permit seq 20
switch(route-map-Map4-20)# no match metric 25
Viewing route maps
Syntax:
show route-map [
name
]
Displays the commands in all route maps or in a specified route map.
[name]
Optionally specifies the name of a route map to display. If no name is specified, all route maps are displayed.
All sequences of a route map are displayed. For example:
switch(config)# show route-map Map3
Routemap information
route-map "Map3" permit seq 10
match interface vlan 11 12 13
match metric 25
exit
route-map "Map3" permit seq 20
match interface vlan 21 22 23
match metric 25
exit
Using match commands
For more information, see
Matching VLANs
Syntax:
match interface vlan
vid
[
vid
...]
no match interface vlan
vid
[
vid
...]
Matches a VLAN interface. The
no
form of the command deletes the match clause from the sequence.
vid
Specifies the ID number of the VLAN to match.
[vid ...]
Optional additional VLAN identifiers. A single command can specify multiple VLANs. A match succeeds if any
of the VLANs matches (logical OR.)
270
Aruba 3810 / 5400R Multicast and Routing Guide for ArubaOS-
Switch 16.08