ip access-list standard
Except on the first page, right running head:
Heading1 or Heading1NewPage text (automatic)
345
Alcatel-Lucent
Beta
Beta
OmniAccess 700 CLI Command Reference Guide
IP
ACCESS
-
LIST
STANDARD
ip access-list standard
{<
1-99
>|<
1300-1999
>|
<access-list-name>
}
D
ESCRIPTION
Enter this command in the Configuration
mode. This command is used to define a
named access list, and enters Standard Access-list Configuration mode.
P
ARAMETERS
D
EFAULT
V
ALUE
None.
E
XAMPLE
ALU(config)# ip access-list standard test
ALU(config-std-nacl)#
Configure Standard IP Access-list Rule
This command is used to configure a rule for a Standard IP Access-List. You can
configure multiple rules for an IP access list.
{
permit
|
deny
} {
any
|
host
<
host-ip-address
>|
<ip-address/
prefix-length>
|<
ip-address subnet-mask
>}[
log
]
Example:
ALU(config-std-nacl)# permit host 10.0.0.1
ALU(config-std-nacl)# permit 11.0.0.0/8
Parameter
Description
<
1-99
>|<
1300-
1999
>
IP access list number.
access-list-name
Name of the access list.
Parameter
Description
permit
Result is permit if conditions are matched.
deny
Result is deny if conditions are matched.
host
<
host-ip-
address>
Specify host IP address.
<ip-address/prefix-
length>
|<
ip-address
subnet-mask
>
Source IP address network.
log
If access list is matched, log the message.