Using Redundant Management Modules
December 2000 5 - 23
01/01/2000 00:00a 2157693 M4R.BIN
01/01/2000 00:00a 1027230 M5.BIN
01/01/2000 00:00a 1029838 M4S.BIN
01/01/2000 00:00a 687026 P3R.BIN
01/01/2000 00:00a 1029838 MM.BIN
6 File(s) 6617560 bytes
74180608 bytes free
The command in this example lists all the image files on the flash card in the slot that has the management focus.
(More specifically, the command lists all the files that end with “.bin”.)
Displaying the Contents of a File
Use the following method to display the data in a file on a flash card.
USING THE CLI
To display the contents of a file, enter a command such as the following:
BigIron# more cfg.cfg
ver 06.5.00T51
module 1 bi-4-port-gig-m4-management-module
module 2 bi-24-port-copper-module
module 3 bi-4-port-gig-m4-management-module
module 4 bi-4-port-gig-m4-management-module
!
!
!
!
m2 active-management 3
ip address 192.168.2.58 255.255.255.0
end
Syntax: more [slot1 | slot2] <file-name>
This example shows the contents of a simple configuration file.
NOTE: The syntax for the m2 active-management command is changed to active-management. This example
is from a software release before the change.
Display a Hexadecimal Dump of the Data in a File
Use the following method to display the data in a file in hexadecimal format.
USING THE CLI
To display the data in a file in hexadecimal format, enter a command such as the following:
BigIron# hd cfg.cfg
00000000: 76657220 30362e35 2e303054 35310a6d ver 06.5.00T51 m
00000010: 6f64756c 65203120 62692d34 2d706f72 odule 1 bi-4-por
00000020: 742d6769 672d6d34 2d6d616e 6167656d t-gig-m4-managem
00000030: 656e742d 6d6f6475 6c650a6d 6f64756c ent-module modul
00000040: 65203220 62692d32 342d706f 72742d63 e 2 bi-24-port-c
00000050: 6f707065 722d6d6f 64756c65 0a6d6f64 opper-module mod
00000060: 756c6520 33206269 2d342d70 6f72742d ule 3 bi-4-port-
00000070: 6769672d 6d342d6d 616e6167 656d656e gig-m4-managemen
00000080: 742d6d6f 64756c65 0a6d6f64 756c6520 t-module module
00000090: 34206269 2d342d70 6f72742d 6769672d 4 bi-4-port-gig-
000000a0: 6d342d6d 616e6167 656d656e 742d6d6f m4-management-mo
000000b0: 64756c65 0a210a21 0a210a21 0a6d3220 dule ! ! ! ! m2
000000c0: 61637469 76652d6d 616e6167 656d656e active-managemen