User manual

Chapter 4 - Layer 3 Command Set - IP Networking ARDA
Alvarion BreezeNET B130/B300 GigE 139 Operational User Manual
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:
ARDA(config)# access-list TestList1 deny 192.168.1.0/24
ARDA(config)# access-list TestList1 permit any
While configuring, the operators are appended to the end of the list.
4.6.5 Creating Static Routes
To create a static route in the system using ARDA use "route" command in
"configuration" mode:
ARDA(config)# route <destination IP> [/] <mask><gateway>
<reject|blackhole> <1-255>
Where:
Destination IP - sets IP-address of the destination device. Can be set in
various ways described in "Basic principles" and "Filters" parts.
Mask - sets network mask for destination device. Can be set in various ways
described in "Basic principles" and "Filters" parts.
Gateway - sets IP gateway address or device interface as IP gateway
Reject - emits an ICMP unreachable message when matched for the defined
route
Blackhole - Silently discards packets when matched for the defined route
<1-255> - sets route priority
Examples:
ARDA(config)# route 10.1.2.3/24 eth0
ARDA(config)# route 10.1.2.3/24 1.2.3.1 reject
Table 4-8: 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