HP MPX200 Mutifunction Router Command Line Interface User Guide (5697-2512, May 2013)

Modifying a configuration
The router has the following major areas of configuration:
Management port configuration requires using the following commands:
set mgmt (see set mgmt” (page 46))
show mgmt (see show mgmt” (page 62))
iSCSI port configuration requires using the following commands:
set iscsi (see set iscsi” (page 45))
show iscsi (see show iscsi” (page 57))
Virtual port groups configuration requires the following commands:
set vpgroups (see set vpgroups” (page 49))
show vpgroups (see show vpgroups” (page 77))
LUN mapping requires using the following command:
lunmask add (see “LUN mask” (page 30))
Saving and restoring router configurations
Saving and restoring a configuration helps protect your work. You can also use a saved
configuration as a template for configuring other routers.
Saving blade configuration and persistence
Persistent data consists of system settings, virtual port group settings, LUN mappings, discovered
Fibre Channel targets, and discovered iSCSI initiators.
Saving a blade’s configuration and persistent data
1. To generate a file (MRX200_FRU.bin) containing the saved data (see “fru (page 17)), execute
the following command, which stores the file locally on the router in an FTP directory:
fru save
2. To transfer the saved data from the router to a workstation, execute an FTP utility on a
workstation:
c:\> ftp 172.17.137.102
The following example shows 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 MPX200_FRU.bin
200 PORT command successful.
150 Opening BINARY mode data connection for 'MPX200_FRU.bin' (6168 bytes).
226 Transfer complete.
ftp: 6168 bytes received in 0.00Seconds 6168000.00Kbytes/sec.
ftp> quit
221 Goodbye.
8 CLI overview