User manual
Chapter 3 - Layer 2 Command Set - PHY and MAC Switch Command
Alvarion BreezeNET B130/B300 GigE 83 Operational User Manual
switch list ip_mynet match add 'net 195.38.45.64/26'
A list-expression of match type is created. In this case when using filter its effect
will cover all types of packets (ip, arp and so on) from 195.38.45.64/26 network.
switch list ip_mynet match add 'ip net 195.38.45.64/26'
In this example a list-expression of match type is also created but now only ip
packets from 195.38.45.64/26 network will be affected when using filter.
A source file can be specified for the list. The source file should contain the list of
values with each value taking one line. The file is retrieved using FTP protocol.
Example:
switch list MACGROUP1 file
ftp://1.2.3.4/switches/list/macgroup1.txt
With this macgroup1.txt file might contain the following information:
#The list of computers in HR department
00:01:02:03:04:05# Smith
00:11:12:13:14:15# Johnson
<EOF>
Values are loaded from the file automatically after switch is started, or when a
source file name is modified or when the following command is executed:
switch resynchronize
switch list LISTNAME remove
This command deletes the list with LISTNAME name from the switch
configuration.
switch list LISTNAME flush
Clears the contents of LISTNAME name.
switch list OLDLISTNAME rename NEWLISTNAME
Renames the list with OLDLISTNAME to NEWLISTNAME.
switch list LISTNAME dump [WILDCARD]
Prints the contents of the list LISTNAME. If WILDCARD parameter is specified, the
command prints only those values from the list which satisfy the WILDCARD.
3.7.3 Groups Configuration Commands
Syntax: