User manual

Chapter 3 - Layer 2 Command Set - PHY and MAC Switch Command
Alvarion BreezeNET B130/B300 GigE 82 Operational User Manual
{add | del} [VALUE ...]
dump [WILDCARD]
rename NEWNAME
file FILENAME
[ flush|remove]
Lists are used as a set of acceptable values for rules. Each list must have a
unique name and must be of one of the types: iface, mac, numrange, match. List
name may consist of letters and digits. List name should not start with a digit.
List name is case-insensitive.
Command parameters:
LISTNAME - list name. If list name contains spaces, it should be put in
quotes.
iface - list type which consists of network interfaces names.
mac - list type which consists of a set of MAC-addresses
numrange - list type that consists of a set of ranges of positive integer
numbers. The range of numbers is specified as <min>[-<max>]. The range
may consist of one number if <min>=<max>. If a range of numbers is added to
existing list and two ranges values intersect, these ranges will be
concatenated.
match - by context, match expressions are identical to expressions lists but
should consist of one element - the expression itself.
Keywords add and del add or delete values to the specified list correspondingly.
VALUE - one or several (except for match) values to be added or deleted from the
list.
Examples:
switch list my_iface iface add eth0 rf5.0
Here a list of iface type is created with a name of my_iface. Interfaces eth0 and
rf5.0 are added to this list.
switch list vlans numrange add 10 20-30 40
A range of numeric values are added to a list with a name of vlans and with a type
of numrange. Values added are 10, the range from 20 to 30 and a value 40.