Cisco Cisco Packet Data Gateway (PDG)

ページ / 360
  Getting Started 
Using the StarOS CLI for Initial Configuration  ▀   
 
VPC-VSM System Administration Guide, StarOS Release 19  ▄  
 
   
49 
Step 4 
Configure the system to allow FTP access, if desired, by entering the following command: 
[local]host_name(config-ctx)# server ftpd 
Step 5 
Exit the configuration mode by entering the following command: 
[local]host_name(config-ctx)# end 
[local]host_name
Step 6 
Verify the configuration by entering the following command: 
[local]host_nameshow configuration 
The CLI output should be similar to the sample output:
 
context local 
   interface interface_name 
      ip address ipaddress subnetmask 
      exit 
   subscriber default 
      exit 
   administrator admin_name password admin_password 
   server telnetd 
   server ftpd 
   ssh generate key 
   server sshd 
   subsystem sftp 
   exit 
port ethernet 1/1 
   bind interface interface_name local 
   exit 
port ethernet 1/1 
   no shutdown 
   exit 
 snmp engine-id local 800007e580ed826c191ded2d3d 
end