access-list (standard)
Except on the first page, right running head:
Heading1 or Heading1NewPage text (automatic)
337
Alcatel-Lucent
Beta
Beta
OmniAccess 700 CLI Command Reference Guide
D
EFAULT
V
ALUE
By default, no access list is configured.
E
XAMPLE
ALU(config)# access-list 101 permit ip 162.168.0.0
255.255.0.0 170.170.0.0 255.255.0.0
ACCESS
-
LIST
(
STANDARD
)
access-list
{<
1-99
>|<
1300-1999
>} {
deny
|
permit
} {
source
-
ip-
address
<
network-number>
|
ip-address/prefix-length
|
any
|
host
<
host-ipaddress
>}[
log
]
D
ESCRIPTION
This command is used to configure a Standard Access-list. Standard Access-list
uses only source IP address.
P
ARAMETERS
D
EFAULT
V
ALUE
By default, no access list is configured.
E
XAMPLE
ALU(config)# access-list 1 deny 1.0.0.0/8
ALU(config)# access-list 2 permit 20.0.0.0/8
Parameter
Description
{<
1-99
>|<
1300-
1999
>}
Access list number.
deny
Denies access for matching conditions.
permit
Permits access for matching conditions.
source-ip-
address
<network-number
>
Source IP address network.
ip-address/
prefix-length
Source IP address network.
any
Match all source network.
host-ipaddress
Match only specified IP address.
log
If access list is matched, logs the message.