Specifications

Configuring and Managing Cisco Access Servers and Dial Shelves
Upgrading and Configuring SPE Firmware
DC-128
Cisco IOS Dial Technologies Configuration Guide
Step 7 When the SPE firmware is downloaded to your workstation, transfer the file to a Trivial File Transfer
Protocol (TFTP) server in your LAN using a terminal emulation software application.
Step 8 When the SPE firmware is downloaded to your workstation, transfer the file to a TFTP server somewhere
in your LAN using a terminal emulation software application.
Using an FTP Application
Note The directory path leading to the SPE firmware files on cco.cisco.com is subject to change without
notice. If you cannot access the files using an FTP application, try the Cisco Systems URL
http://www.cisco.com/cgi-bin/ibld/all.pl?i=support&c=3.
Step 1 Log in to the Cisco.com FTP server called cco.cisco.com:
terminal> ftp cco.cisco.com
Connected to cio-sys.cisco.com.
Step 2 Enter your registered username and password (for example, harry and letmein):
Name (cco.cisco.com:harry): harry
331 Password required for harry.
Password: letmein
230-#############################################################
230-# Welcome to the Cisco Systems CCO FTP server.
230-# This server has a number of restrictions. If you are not familiar
230-# with these, please first get and read the /README or /README.TXT file.
230-# http://www.cisco.com/acs/info/cioesd.html for more info.
230-#############################################################
Step 3 Specify the directory path that holds the SPE firmware you want to download. For example, the directory
path for the Cisco AS5400 SPE firmware is /cisco/access/5400:
ftp> cd /cisco/access/5400
250-Please read the file README
250- it was last modified on Tue May 27 10:07:38 1997 - 48 days ago
250-Please read the file README.txt
250- it was last modified on Tue May 27 10:07:38 1997 - 48 days ago
250 CWD command successful.
Step 4 Enter the ls command to view the contents of the directory:
ftp> ls
227 Entering Passive Mode (192,31,7,130,218,128)
150 Opening ASCII mode data connection for /bin/ls.
total 2688
drwxr-s--T 2 ftpadmin ftpcio 512 Jun 30 18:11 .
drwxr-sr-t 19 ftpadmin ftpcio 512 Jun 23 10:26 ..
lrwxrwxrwx 1 root 3 10 Aug 6 1996 README ->README.txt
-rw-rw-r-- 1 root ftpcio 2304 May 27 10:07 README.txt
-r--r--r-- 1 ftpadmin ftpint 377112 Jul 10 18:08 np-spe-upw-10.0.1.2.bin
-r--r--r-- 1 ftpadmin ftpint 635 Jul 10 18:08 SPE-firmware.10.1.30.readme
Step 5 Specify a binary image transfer:
ftp> binary
200 Type set to I.
Step 6 Copy the SPE firmware files from the access server to your local environment with the get command.