User manual
CLI Reference Guide 95
type Specifies type of connection allowed on interface.
• Login
port only allows login users
• Network
port only allows network users
• Login_network
allows either type
user_name Designation for the switched interface, used if
connection type is no_prompt. Limit:
32
characters.
set network service <
admin_name
>
server_type [
service_name
]
socket [
socket_number
]
data [
“string”
]
close_active_connections [
TRUE | FALSE
]
Sets parameters for configured network services. You can list the configured
network services using
list network services
. Service must be disabled for this
command to work.
Parameters Description
<admin_name> Designation you assigned to network service with the add
network service command. Limit:
32
characters.
server_type Type of network service you wish to assign to this
administration name. Currently available services are:
• TELNETD
- TELNET server
• ClearTCPD
- for ClearTCP applications
• DialOut
- for dialout calls
• HTML
- for gathering statistics
• SNMPD
- SNMP agent
• TFTPD
- server for file transfers
socket The port the server listens on. For TFTP, TELNET and
CLEARTCP, it is the TCP or UDP port number. Socket
numbers are the joined sender’s (or receiver’s) IP address
and service type’s port number.
data TELNET and ClearTCP Ancillary Data. This field
contains server-specific configuration data. See table
which lists the configurable ancillary data parameters in
the
add network service
command on page 36.
close_active_
connections
Indicates whether or not to close any active connections
when a service is shut by
disable network_service.