RMVSRVTBLE (Remove Service Table Entry)
RMVSRVTBLE Command syntax diagram
Purpose
The Remove Service Table Entry (RMVSRVTBLE) command is used to remove a service entry from the service table. The service table is used to manage the mapping of network services to ports. You must know the service entry name, the port, and the protocol to remove the entry.
Restriction: You must have system configuration (*IOSYSCFG) special authority to use this command.
Required Parameters
- SERVICE
- Specifies the name of the service entry to be removed.
- PORT
- Specifies the port number assigned to the service to be removed.
- PROTOCOL
- Specifies the name of the protocol used by the service to be removed.
Example for RMVSRVTBLE
RMVSRVTBLE SERVICE(FTP) PORT(21) PROTOCOL(TCP)This command removes an FTP service entry from the network service table. The service being removed is assigned to port 21 and runs the TCP protocol.
Error messages for RMVSRVTBLE
*ESCAPE Messages
- TCP2901
- Service entry not found in table.