User manual

Chapter 4 - Layer 3 Command Set - IP Networking ARIP
Alvarion BreezeNET B130/B300 GigE 127 Operational User Manual
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:
RIP(config)# access-list 1 permit 0.0.0.0 255.255.255.255
is equal to the command:
RIP(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:
RIP(config)# access-list 1 permit 192.168.12.150 0.0.0.0
is equal to the following command:
RIP(config)# access-list 1 permit host 192.168.12.150
In this case the list identifier is a character expression. The range is specified in a
format of <value>/<mask length>. For example, if we need to specify the range of
IP-addresses from 192.168.12.0 to 192.168.12.255, 192.168.12.0/24 is specified.
For 0.0.0.0/0 range the key word any can be used. For example:
RIP(config)# access-list TestList1 deny 192.168.1.0/24
RIP(config)# access-list TestList1 permit any
Range of values for the parameter
Table 4-3: 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
Table 4-4: Nominate Access Lists
access-list WORD (deny|permit) A.B.C.D/M [exact-match]
List identifier command Range The requirement for the exact match of
a parameter to the range
Table 4-2: Standard Access Lists