Technical data

ENABLE SERVICE
ENABLE SERVICE
Enables a service on the running TCP/IP Services software.
Related commands: DISABLE SERVICE, SHOW SERVICE
Format
ENABLE SERVICE [ service ]
[ /ADDRESS=IP_address ]
[ /PORT=n ]
[ /PROCESS=process ]
[ /PROTOCOL=protocol ]
Parameters
service
Optional. Default: All services.
Specifies the service to enable. The service must be defined in the services
database.
Qualifiers
/ADDRESS=IP_address
Optional. Default: 0.0.0.0.
Binds the service only to the specified address. If your host is multihomed, use
this qualifier to configure the service to be offered on a specific Internet interface.
/PORT=n
Optional. Starts the service on the specified port.
/PROCESS=process
Optional.
Runs the service as the specified process.
/PROTOCOL=protocol
Optional. Default: TCP.
Runs the service with the specified protocol.
Examples
1.
TCPIP> ENABLE SERVICE TELNET
Initializes TELNET communications.
2.
TCPIP> ENABLE SERVICE RLOGIN /ADDRESS=130.180.4.7
Starts the remote login service for users on the host with IP address
130.180.4.7.
Command Descriptions 2–49