Switch(config-acl-RULE)#
frame-type udp [dest_mac]
[source_port] [dest_port]
[source_ip] [ip_mask]
[dest_ip] [ip_mask] [ip_ttl]
[ip_fragment] [ip_option]
Define destination MAC address type.
“any”: Specify “any” to apply ACL rule
to any destination MAC addresses.
“uc”: Specify “uc” to apply ACL rule to
unicast traffic.
“mc”: Specify “mc” to apply ACL rule
to multicast traffic.
“bc”: Specify “bc” to apply ACL rule to
broadcast traffic.
“any”: Specify “any” to filter frames
from any source ports.
“0-65535”: Specify a source port
between 0 and 65535.
“0-65535/0-65535”: Specify a range of
source ports. For example,
“1000/2000” means that port numbers
from 1000 to 200 are specified. The
starting source port number is100;
whereas, the ending source port
number is 2000.
“any”: Specify “any” to filter frames
from any destination ports.
“0-65535”: Specify a destination port
between 0 and 65535.
“0-65535/0-65535”: Specify a range of
destination ports. For example,
“1000/2000” means that port numbers
from 1000 to 2000 are specified. The
starting destination port number
is1000; whereas, the ending
destination port number is 2000.
This is sender IP filtering function.
Specify “any” to filter frames from any
sender IP addresses. Or, specify either
a host IP address (x.x.x.x).
Define source IP mask.
“any”: Specify “any” to mean any IP
mask.
“255.255.0.0”: Specify a specific IP
mask.