Purpose
Command or Action
(Optional) Defines an extended UDP access list and the access conditions.
access-list access-list-number
{
deny
|
permit
}
udp source source-wildcard
Step 4
The UDP parameters are the same as those described for TCP except that the
[operator [port]] port number or name must be a UDP port number or name,
and the
flag
and
established
keywords are not valid for UDP.
[
operator port
]
destination
destination-wildcard
[
operator port
]
[
precedence precedence
] [
tos tos
]
[
fragments
] [
log
[
log-input
] [
time-range
time-range-name
] [
dscp dscp
]
Example:
Switch(config)#
access-list 101 permit
udp any any eq 100
Defines an extended ICMP access list and the access conditions.
access-list access-list-number
{
deny
|
permit
}
icmp source source-wildcard
Step 5
The ICMP parameters are the same as those described for most IP protocols
in an extended IPv4 ACL, with the addition of the ICMP message type and
code parameters. These optional keywords have these meanings:
destination destination-wildcard
[
icmp-type
|
[[
icmp-type icmp-code
] | [
icmp-message
]]
[
precedence precedence
] [
tos tos
]
•
icmp-type
—
Enter to filter by ICMP message type, a number from 0
to 255.
[
fragments
] [
time-range time-range-name
]
[
dscp dscp
]
Example:
Switch(config)#
access-list 101 permit
•
icmp-code
—
Enter to filter ICMP packets that are filtered by the ICMP
message code type, a number from 0 to 255.
•
icmp-message
—
Enter to filter ICMP packets by the ICMP message type
name or the ICMP message type and code name.
icmp any any 200
(Optional) Defines an extended IGMP access list and the access conditions.
access-list access-list-number
{
deny
|
permit
}
igmp source source-wildcard
Step 6
The IGMP parameters are the same as those described for most IP protocols
in an extended IPv4 ACL, with this optional parameter.
destination destination-wildcard
[
igmp-type
]
[
precedence precedence
] [
tos tos
]
igmp-type
—
To match IGMP message type, enter a number from 0 to 15, or
enter the message name:
dvmrp
,
host-query
,
host-report
,
pim
, or
trace
.
[
fragments
] [
log
[
log-input
] [
time-range
time-range-name
] [
dscp dscp
]
Example:
Switch(config)#
access-list 101 permit
igmp any any 14
Returns to privileged EXEC mode.
end
Example:
Switch(config)#
end
Step 7
Catalyst 2960-X Switch Security Configuration Guide, Cisco IOS Release 15.0(2)EX
OL-29048-01
159
Configuring IPv4 ACLs
Creating a Numbered Extended ACL