User`s manual
P
r
eli
mi
n
a
ry
Getting the Index File
SANbox-8/16 Switch Management
User’s Manual 59010-06 Rev. A TFTP
4-3
Getting the Index File
The index file lists the firmware version and the files available through the use of
TFTP. The files are laid out by title, description, file type (read/write), and format
(text or binary).
The firmware version number can be interpreted to mean the following:
• 3. = major release version
• 02. = minor release version
• 10 = version level
Windows:
Perform the following sequence of events:
d:\temp>tftp <IP address> get index <R> (Where: <IP address> = the actual
TFTP Session closed address of the switch being
accessed)
d:\temp>type index <R>
F/W Version 3.02.10
config mgmt. CPU configuration rw text
index this list of files r- text
load I/O CPU load module -w binary
reset reset switch rw either
d:\temp>
Unix:
Perform the following sequence of events:
#tftp <R>
tftp>connect <IP address> <R> (Where: <IP address> = the actual address
of the switch being accessed)
tftp>text <R> (Enter the text mode)
text mode
tftp>get index <R> (retrieve the index file)
transferred xxx bytes in x.x seconds
tftp>quit <R> (exit tftp)
#cat index <R> (look at the contents of the index file)
F/W Version 3.02.10
config mgmt. CPU configuration rw text
index this list of files r- text
load I/O CPU load module -w binary
reset reset switch rw either
#