/cfg/slb/nwclss/network
Network Element Configuration Menu (type = address)
When /cfg/slb/nwclss/type is set to address, the following Network Element menu displays:
 
Enter network element id: 66
------------------------------------------------------------------
[network class 333 Network 66 Menu]
     net - Set network element
     del - Delete network element
     cur - Display current network element
 
Network Class Menu Options (/cfg/slb/nwclss/network) 
Command Syntax and Usage
net <range <fromIP>-<toIP> | subnet <IP> <mask>> <exclude|include>
 
Sets the network type (range or subnet), and the network match type (exclude or include) of the network element.
Default: include
Note: When configuring a network element with the subnet option, the range of addresses defined should not include the first and last addresses of the subnet as they are the network and broadcast addresses of the subnet.
To define a range of addresses that includes the first and last addresses, use the range option.
For example:
/cfg/slb/nwclss 1
ipver v4
/cfg/slb/nwclss 1/network 1
net subnet 192.168.100.0 255.255.255.0 include
defines a range of addresses that does not include 192.168.100.0 and 192.168.100.255.
To include theses addresses, configure the following:
/cfg/slb/nwclss 1
ipver v4
/cfg/slb/nwclss 1/network 1
net range 192.168.100.0 192.168.100.255 include
del
 
Deletes the network element.
cur
 
Displays the current network element settings.