User manual

CLI Reference Guide 39
Add network service examples:
To configure a ClearTCP service to offer modem sharing on TCP port 2000,
doing no authentication upon connect, using modem group Group1, type:
Note: all DATA values
must
be enclosed in
double quotations
.
add network service modem_sharing server_type cleartcpd socket 2000
data “auth=off,modem_group=\Group1\,service_type=dialout”
To configure a TELNET service to offer CLI access on port 4000, doing
authentication upon connect and dropping the connection on hangup (abbr.):
add net ser CLI_access serv telnetd soc 4000 dat “drop_on_hangup=on”
add snmp community <
community_name
>
address [
IP_address
]
access [
RO | RW
]
Adds to the list of SNMP authorized users. The community name and IP
address of SNMP requests from managers on the network must match the list,
which you can see using
list snmp communities
.
Parameters Description
<community_name> Group name that authorizes SNMP requests.
address IP address of the SNMP manager, in the form
nnn.nnn.nnn.nnn
access Determines what type of access to SNMP MIBs the
added user will have. Options: Read Only (RO) and
Read Write (RW).