user manual
Table Of Contents
- Table of Contents
- 1 Introduction
- 2 Command Usage
- 3 Configuring CHAP
- 4 Command Reference
- Command Listing
- Command Syntax
- Admin
- Beacon
- Clear
- Date
- FcipRoute
- FRU
- Help
- History
- Image
- Initiator
- Localmap
- Logout
- Password
- Ping
- Quit
- Reboot
- Remote Map
- Remote Peer
- Reset Factory
- Save
- Set
- Set CHAP
- Set FC
- Set Features
- Set iSCSI
- Set iSNS
- Set Mgmt
- Set NTP
- Set Properties
- Set SNMP
- Set System
- Show
- Show CHAP
- Show FC
- Show FcipRoutes
- Show Features
- Show Initiators
- Show iSCSI
- Show iSNS
- Show Localmaps
- Show Logs
- Show Memory
- Show Mgmt
- Show NTP
- Show Performance
- Show Presented Initiators
- Show Presented Targets
- Show Properties
- Show Remotemaps
- Show Remotepeers
- Show SNMP
- Show Stats
- Show System
- Show Targets
- Show VLAN
- Shutdown
- Target
- Traceroute
- A Log Messages
- B Simple Network Management Protocol (SNMP)
- Index

2 – Command Usage
Working with SAN Router Configurations
SN0054659-00 A 2-3
A
Save Router Configuration and Persistence
Perform the following steps to save the router’s configuration and persistent data.
Persistent data consists of LUN mappings, discovered FC targets, and discovered
iSCSI initiators.
To save the router’s configuration and persistence:
1. Execute the fru save CLI command (see “FRU” on page 4-10) to generate
a file (iSR-6142_FRU.bin) containing the saved data. This file is stored
locally on the router in an FTP directory.
2. Transfer the saved data from the router to a workstation by executing an
FTP utility on a workstation. The following text is an example of an FTP
transfer to get the saved router configuration data:
c:\>ftp 172.17.137.102
Connected to 172.17.137.102.
220 (none) FTP server (GNU inetutils 1.4.2) ready.
User (172.17.137.102:(none)): ftp
331 Guest login ok, type your name as password.
Password: ftp
230 Guest login ok, access restrictions apply.
ftp> bin
200 Type set to I.
ftp> get iSR-6142_FRU.bin
200 PORT command successful.
150 Opening BINARY mode data connection for
'iSR-6142_FRU.bin' (6168 bytes).
226 Transfer complete.
ftp: 6168 bytes received in 0.00Seconds
6168000.00Kbytes/sec.
ftp> quit
221 Goodbye.