User manual
24
• Many delete commands require that you first disable the process or
function. For example, commands to delete a network user,
interface, route, TCP connection, community name, network
service and others must first be disabled.
• Wherever an IP address value is required, you can enter a host name
provided you have configured a DNS server or put the name and
address into the DNS Local Host Table.
• You can create a script file - a text file containing CLI commands -
to simplify repetitive tasks. Use TFTP to transfer the file to the
FLASH file system, then use the do command to run the script file.
Network Address Formats
Many commands require a network address, to define a link to a remote host,
workstation or network. Network addresses are shown in this document using
the syntax described in the table on the next page. For help setting bitmasks
manually, see
Appendix B: Addressing Schemes
in the
NETServer Plus User
Manual
for a bitmask table.
Address T
yp
e Format Ran
g
e
a
pp
letalk_address net.node 1-65280.1-253 (decimal)
a
pp
letalk_ran
g
e net-net 1-65280 - 1-65280 (decimal)
IP_address a.b.c.d 0.0.0.0 to 255.255.255.255
(decimal)
ip_net_address a.b.c.d/mask 255.255.255.255/A,B,C,H (or
8, 16, etc.)
i
p
x_net_address xxxx hexadecimal
mac_address xx:xx:xx:xx:xx:xx hexadecimal di
g
it
p
airs
i
p
x_host_address
xxxx.xx:xx:xx:xx:xx:xx
i
p
x_net_address. mac_address
Interfaces
Interfaces are expressed as variants of the
mod:x
format where
x
is a modem
number (port) from 1-16 depending on your NETServer model. You can
specify more than one interface or a range in several ways. For example:
set switched interface mod:1,mod:2,mod:3
set switched interface “mod:1 mod:2 mod:3”
set switched interface mod:[1-3]
set switched interface mod:[1-3],mod:15,int:[9-11]