Foundry Switch and Router Installation and Configuration Guide
5 - 24 December 2000
000000d0: 7420330a 69702061 64647265 73732031 t 3 ip address 1
000000e0: 39322e31 36382e32 2e353820 3235352e 92.168.2.58 255.
000000f0: 3235352e 3235352e 300a656e 255.255.0 end
Syntax: hd [slot1 | slot2] <file-name>
Each row of hexadecimal output contains the following parts:
• The byte offset of the date that is displayed to the right of the offset
• A row of hexadecimal data
• The ASCII equivalent of the hexadecimal data shown in the row
Creating a Subdirectory
To create a subdirectory on a flash card, enter a command such as the following:
BigIron# mkdir slot1 \TEST
To verify successful creation of the subdirectory, enter a command to change to the new subdirectory level:
BigIron# chdir \TEST
Current directory of slot1 is: \TEST
Syntax: md | mkdir [slot1 | slot2] <dir-name>
You can enter either md or mkdir for the command name.
The slot1 | slot2 parameter specifies a PCMCIA slot. If you do not specify a slot, the command applies to the slot
that currently has the management focus.
The <dir-name> parameter specifies the subdirectory name. You can enter a name that contains any combination
of the following characters. Do not enter a backslash “ / ” in front of the name.
• All upper and lowercase letters
• All digits
• Spaces
• Any of the following special characters:
• $
• %
• '
• -
• _
• @
• ~
• `
• !
• (
• )
• {
• }
• ^
• #
• &