Enter network element id: 66 ------------------------------------------------------------------ [network class 333 Network 66 Menu] net - Set network element del - Delete network element cur - Display current network element |
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. |