User manual
Chapter 4 - Layer 3 Command Set - IP Networking ARDA
Alvarion BreezeNET B130/B300 GigE 138 Operational User Manual
Nominate. Identical to Standard but is identified by a name (not number).
Moreover, operators are configured in the format of <value>/<mask length>
In order to create or edit an access list in ARDA the following commands are used
(in "config" mode):
This command creates an operator in a standard access list. Value and mask
define a range (criteria) for the operator. The mask defines those bits of the value
which form the range. For example, in order to specify the range of IP-address
from 192.168.12.0 to 192.168.255, one should specify the value of 192.168.12.0
and a mask of 0.0.0.255. For the value and mask of 0.0.0.0 255.255.255.255
there is a key word any. For example, the command:
ARDA(config)# access-list 1 permit 0.0.0.0 255.255.255.255
is equal to the command:
ARDA(config)# access-list 1 permit any
Correspondingly, for the range which consists of only one address, the key word
"host" is used.
For example, the command:
ARDA(config)# access-list 1 permit 192.168.12.150 0.0.0.0
is equal to the following command:
ARDA(config)# access-list 1 permit host 192.168.12.150
Table 4-6: Standard Access Lists
access-list (<1-99>|<1300-1999>) (deny|permit) A.B.C.D A.B.C.D
List identifier Command value Mask of bits
Range of values for the parameter
Table 4-7: Extended Access Lists
access-list (<100-199>|<2000-2699>) (deny|permit) ip A.B.C.D
A.B.C.D
A.B.C.D
A.B.C.D.
List identifier command The range of
source addresses
The range of
destination addresses