User manual

Chapter 4 - Layer 3 Command Set - IP Networking OSPFv2 (Dynamic Routing Protocol Module)
Alvarion BreezeNET B130/B300 GigE 147 Operational User Manual
Correspondingly, for the range which consists of only one address, the key word
host is used.
For example, the command:
OSPF(config)# access-list 1 permit 192.168.12.150 0.0.0.0
is equal to the following command:
OSPF(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:
OSPF(config)# access-list TestList1 deny 192.168.1.0/24
OSPF(config)# access-list TestList1 permit any
While configuring, the operators are appended to the end of the list.
Lists of prefixes are different from access lists so that each operator has a number
aside from a range (condition). Moreover, when a check for the parameter to fit
into an operator's range is performed, one can set up additional condition for the
parameter's mask length.
Table 4-10: 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-11: 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-12: Prefix Lists
prefix-list WORD [seq <1-4294967295>] (deny|permit) A.B.C.D/M [ge <0-32>] [le <0-32>]
List
identifier
Operator's position
number
Command Range The range of the
permitted mask length