Specifications
3-454
Cisco Wide Area Application Services Command Reference
OL-16451-01
Chapter 3 CLI Commands
(config) inetd
(config) inetd
To enable FTP and RCP services on a WAAS device, use the inetd enable global configuration
command. To disable these same services, use the no form of this command.
inetd enable {ftp | rcp}
no inetd enable {ftp | rcp}
Syntax Description
Defaults FTP is enabled; RCP is disabled.
Command Modes global configuration
Device Modes application-accelerator
central-manager
Usage Guidelines Inetd (an Internet daemon) is a program that listens for connection requests or messages for certain ports
and starts server programs to perform the services associated with those ports. Use the inetd enable
command with the ftp and rcp keywords to enable and disable services on the WAAS device. To disable
the service, enter the no form of the inetd enable command. Use the show inetd EXEC command to see
whether current inetd sessions are enabled or disabled.
Examples The following example shows how to enable an FTP service session on the WAAS device:
WAE(config)# inetd enable ftp
The following example shows how to disable FTP services:
WAE(config)# no inetd enable ftp
Related Commands show inetd
enable Enables services.
ftp Enables FTP services.
rcp Enables RCP services.