Cisco Cisco Packet Data Gateway (PDG)

Seite von 360
Getting Started   
▀  Using the StarOS CLI for Initial Configuration 
 
 
▄  VPC-VSM System Administration Guide, StarOS Release 19 
48 
   
         ip address ipaddress subnetmask 
         ip address ipaddress subnetmask secondary 
         #exit 
Step 7 
Save your configuration as described in the Verifying and Saving Your Configuration chapter. 
Configuring the System for Remote Access 
Configure the system for remote access. An administrative user may access the system from a remote location over a 
local area network (LAN) or wide area network (WAN): 
 
Telnet 
 
Secure Shell (SSH) 
 
File Transfer Protocol (FTP) (secured or unsecured) 
 
Trivial File Transfer Protocol (TFTP) 
Important:
  If there are two simultaneous telnet sessions, and one administrator deletes the context into which the 
other administrator is logged, the administrator in the deleted context will not be automatically kicked into the local 
context. Although the deleted context will still appear in the CLI prompt, context specific commands will generate 
errors. 
 
Important:
  For maximum security, use SSH v2. 
Step 1 
Enter the context configuration mode by entering the following command: 
[local]host_name(config)# context local 
[local]host_name(config-ctx)# 
Step 2 
Configure the system to allow Telnet access, if desired: 
[local]host_name(config-ctx)# server telnetd 
Step 3 
Configure the system to allow SSH access, if desired: 
[local]host_name(config-ctx)# ssh generate key [ type { v1-rsa | v2-rsa | v2-dsa 
} ]
 
Important:
  
v2-rsa
 is the recommended key type. 
[local]host_name(config-ctx)# server sshd 
[local]host_name(config-sshd)# subsystem sftp 
[local]host_name(config-sshd)# exit