749
access-list
<num> {deny | permit} icmp
{{<sIpAddr> <sMask>} | any | {host <sIpAddr>}}
{{<dIpAddr>
<dMask>} | any-destination |
{host-destination
<dIpAddr>}} [<icmp-type>
[<icmp-code>]] [precedence <prec>] [tos <tos>]
Creates a numbered ICMP
extended IP access rule; if the
numbered extended
access-list of specified number
does not exist, then an
access-list will be created
using this number.
access-list
<num> {deny | permit} igmp
{{<sIpAddr> <sMask>} | any | {host <sIpAddr>}}
{{<dIpAddr>
<dMask>} | any-destination |
{host-destination
<dIpAddr>}} [<igmp-type>]
[precedence <prec>] [tos <tos>]
Creates a numbered IGMP
extended IP access rule; if the
numbered extended
access-list of specified number
does not exist, then an
access-list will be created
using this number.
access-list <num> {deny | permit} tcp {{<sIpAddr>
<sMask>} | any | {host <sIpAddr>}} [s-port
<sPort>] {{<dIpAddr> <dMask>} | any-destination
| {host-destination <dIpAddr>}} [d-port <dPort>]
[ack | fin | psh | rst | syn | urg] [precedence
<prec>] [tos <tos>]
Creates a numbered TCP
extended IP access rule; if the
numbered extended
access-list of specified number
does not exist, then an
access-list will be created
using this number.
access-list
<num> {deny | permit} udp
{{<sIpAddr> <sMask>} | any | {host <sIpAddr>}}
[s-port
<sPort>] {{<dIpAddr>
<dMask>} |
any-destination | {host-destination <dIpAddr>}}
[d-port <dPort>] [precedence <prec>] [tos <tos>]
Creates a numbered UDP
extended IP access rule; if the
numbered extended
access-list of specified number
does not exist, then an
access-list will be created
using this number.
access-list <num> {deny | permit} {eigrp | gre |
igrp | ipinip | ip | <int>} {{<sIpAddr> <sMask>} |
any | {host <sIpAddr>}} {{<dIpAddr> <dMask>} |
any-destination | {host-destination <dIpAddr>}}
[precedence <prec>] [tos <tos>]
Creates a numbered IP
extended IP access rule for
other specific IP protocol or all
IP protocols; if the numbered
extended access-list of
specified number does not
exist, then an access-list will
be created using this number.
no access-list <num>
Deletes a numbered extensive
IP access-list