44
2.
“mac” action can change the settings of MAC address filtering. You can change filtering
type. You can select ,unselect or clear those MAC address item.
Description
Usage
Set filtering type to 'disable'
filterSet mac disable
Set filtering type to 'include'
filterSet mac include
Set filtering type to 'exclude'
filterSet mac exclude
Set mac address
filterSet mac setmac [index] [MAC address]
index: 1...1291632,
MAC address format : 00-00-01-02-03-04-05
Select a mac address
filterSet mac select [index]
index: 1...64
Unselect a mac address
filterSet mac unselect [index]
index: 1...64
Clear a mac address
filterSet mac clear [index]
index: 1...64
Clear all mac addresses
filterSet mac clearall
3. The “ip” action can set the IP and port to be block. You can set the protocol type to be block.
Usage: filterSet ip [Index] [Start IP] [End IP] [Start port] [End port] [Protocol]
Argument
Description
index: the (index)th item to be modified
index : 1 .. 8
Start IP
the last byte of the Start IP
End IP
the last byte of the End IP
Start port
the first port being blocked
End port
the last port being blocked
Protocol: the protocol type
Type “tcp” or “udp”
Example:
cmd>filterSet ip 2 45 78 21 21 udp
Set to index 2 Source IP Start: 45 Source IP end: 78 PortStart 21 PortEnd 21 pro
tocol 2
Ok