Protocol Independent Features
Left running head:
Chapter name (automatic)
428
Beta Beta
OmniAccess 5740 Unified Services Gateway CLI Command Reference Guide
Alcatel-Lucent
IP ACCESS-LIST STANDARD
ip access-list standard {<1-99>|<1300-1999>|<access-list-name>}
DESCRIPTION
This command is entered in the Configuration Mode. This command is used to
define a named access list, and enters Standard Access-list Configuration mode.
PARAMETERS
DEFAULT VALUE
None.
EXAMPLE
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.