User`s manual

P
r
eli
mi
n
a
ry
Retrieving the Current Switch Configuration File (config)
SANbox-8/16 Switch Management
4-4 TFTP 59010-06 Rev. A Users Manual
Retrieving the Current Switch Configuration File (config)
The Switch file named config contains the current configuration of the Switch
management processes, including the IP network configuration parameters, and
the SNMP configuration parameters.
To retrieve the Switch configuration file:
Windows
Perform the following sequence of events:
d:\temp>tftp <IP address> get config <R> (Where: <IP address> = the actual
TFTP Session closed address of the switch being
accessed)
d:\temp>type config <R>
netAddress=10.0.0.1
(These lines omitted for brevity)
snmpTrapAddress=127.0.0.1
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 config <R> (retrieve the config file)
transferred xxx bytes in x.x seconds
tftp>quit <R> (exit tftp)
#cat config <R> (look at the contents of the config file)
netAddress=10.0.0.1
(These lines omitted for brevity)
snmpTrapAddress=127.0.0.1
#