Reference Guide

Table Of Contents
Current number of all ACLs: 9 Maximum number of all ACLs: 100
MAC ACL Name Rules Direction Interface(s) VLAN(s)
------------------------------- ----- --------- ---------------- ----------
madan 1
mohan 1
goud 1
(Extreme 220) (Routing) #
(Extreme 220) (Routing) #
(Extreme 220) (Routing) #configure
(Extreme 220) (Config) #route-map madan
(Extreme 220) (route-map)#match ip address 1 2 3 4 5 madan
(Extreme 220) (route-map)#match mac-list madan mohan goud
(Extreme 220) (route-map)#exit
(Extreme 220) (Config) #exit
(Extreme 220) (Routing) #show route-map
route-map madan permit 10
Match clauses:
ip address (access-lists) : 1 2 3 4 5 madan
mac-list (access-lists) : madan mohan goud
Set clauses:
(Extreme 220) (Config) #access-list 2 permit every
Request denied. Another application using this ACL restricts the number of rules allowed.
(Extreme 220) (Config) #ip access-list madan
(Extreme 220) (Config-ipv4-acl)#permit udp any any
Request denied. Another application using this ACL restricts the number of rules allowed.
no match ip address
To delete a match statement from a route map, use the no form of this command.
Format
no match ip address [access-list-number | access-list-name]
Mode Route Map Configuration
match ipv6 address
Use this command to configure a route map to match based on a destination prefix. prefix-list
prefix-list-name identifies the name of an IPv6 prefix list used to identify the set of matching
routes. Up to eight prefix lists may be specified. If multiple prefix lists are specified, a match occurs if a
prefix matches any one of the prefix lists. If you configure a match ipv6 address statement within a
route map section that already has a match ipv6 address statement, the new prefix lists are added to
the existing set of prefix lists, and a match occurs if any prefix list in the combined set matches the
prefix.
Default
No match criteria are defined by default.
Format match ipv6 address prefix-list prefix-list-name [prefix-list-
name...]
Mode Route Map Configuration
In the following example, IPv6 addresses specified by the prefix list apple are matched through the
route map abc.
Router(config)# route-map abc
Router(config-route-map)# match ipv6 address prefix-list apple
Routing Commands
ExtremeSwitching 200 Series: Command Reference Guide for version 01 .02.04.0007 539