Specifications
Table Of Contents
- Software Configuration Guide
- Contents
- Preface
- Understanding Interface Numbering and Cisco IOS Software Basics
- Understanding Interface Numbering
- Understanding Cisco IOS Software Basics
- Upgrading to a New Cisco IOS Release
- Where to Go Next
- Using the Setup Command Facility
- Before Starting Your Router
- Using the setup Command Facility
- Configuring Global Parameters
- Configuring Interface Parameters
- Completing the Configuration
- Where to Go Next
- Configuring with the Command-Line Interface
- Configuring the Host Name and Password
- Configuring 1-Port and 2-Port Ethernet Interfaces
- Configuring Fast Ethernet Interfaces
- Configuring Asynchronous/Synchronous Serial Network Modules or WAN Interface Cards
- Configuring 16-Port and 32-Port Asynchronous Network Modules
- Configuring ISDN BRI WAN Interface Cards
- Configuring T1 and E1 Interfaces
- Configuring T1 (FT1) WAN Interface Cards
- Configuring ATM Interfaces
- Configuring Inverse Multiplexing for ATM Interfaces
- Configuring Analog Modem Interfaces
- Configuring Wireless Multipoint Interfaces
- Checking the Interface Configuration
- Configuring 1-Port ADSL WAN Interface Card
- Configuring the NM-AIC-64, Contact Closure Network Module
- Configuring the 1-Port HSSI Network Module
- Configuring the Compression Network Module for the Cisco 3600 Series Routers
- Configuring the Digital Modem Network Module for the Cisco 3640 Router
- Prerequisites
- Configuration Tasks
- Configure the E1/T1 Network Module for ISDN PRI
- Configure the ISDN D-Channel Serial Interfaces
- Configure the Loopback Interface
- Configure the LAN Interface
- Create the Group Asynchronous Interface
- Configure the ISDN Dialer Interface
- Configure the Default IP Pool Information
- Configure Modem Lines for Dial-In and Dial-Out
- Configuration Example
- Configuring 1-Port G.SHDSL WAN Interface Card
- Saving Configuration Changes
- Where to Go Next
- Configuring Voice-over-IP
- Voice-over-IP Prerequisites
- Configuring the Voice Interface
- Voice-over-IP Configuration Examples
- Where to Go Next
- Configuration Examples
- Cisco 2600 Series Router Configuration Example
- Cisco 3631 Router Configuration Example
- Cisco 3725 Router Configuration Example
- 1-Port ADSL WAN Interface Card Configuration Examples
- NM-AIC-64, Contact Closure NetworkConfiguration Examples
- Cisco 3640 Central Site Configuration to Support ISDN and Modem Calls
- Formatting the Compact Flash Memory Cards
- Using the ROM Monitor
- Index

B-10
Software Configuration Guide For Cisco 2600 Series, Cisco 3600 Series, and Cisco 3700 Series Routers
OL-1957-03
Appendix B Formatting the Compact Flash Memory Cards
File and Directory Operations
00000040: 80008000 00628A44 00650EEC 00000007 .... .b.D .e.l ....
00000050: 0000011C 0000001B 00000001 00000006 .... .... .... ....
00000060: 80008000 0000011C 00004000 00000000 .... .... ..@. ....
00000070: 00000000 00000008 00000000 00000021 .... .... .... ...!
00000080: 00000001 00000002 8000C000 0000411C .... .... ..@. ..A.
00000090: 00000700 00000000 00000000 00000004 .... .... .... ....
000000A0: 00000000 00000029 00000001 00000003 .... ...) .... ....
000000B0: 8000C700 0000481C 00000380 00000000 ..G. ..H. .... ....
000000C0: 00000000 00000004 00000000 0000002F .... .... .... .../
000000D0: 00000001 10000003 8000CA80 00004B9C .... .... ..J. ..K.
000000E0: 00000020 00000000 00000000 00000008 ... .... .... ....
000000F0: 00000000 0000002F 00000001 10000003 .... .../ .... ....
00000100: 8000CAA0 00004BBC 00623FA4 00000000 ..J ..K< .b?$ ....
00000110: 00000000 00000008 00000000 3C1C8001 .... .... .... <...
00000120: 679C4A80 3C018001 AC3DC70C 3C018001 g.J. <... ,=G. <...
00000130: AC3FC710 3C018001 AC24C714 3C018001 ,?G. <... ,$G. <...
00000140: AC25C718 3C018001 AC26C71C 3C018001 ,%G. <... ,&G. <...
00000150: AC27C720 3C018001 AC30C724 3C018001 ,'G <... ,0G$ <...
00000160: AC31C728 3C018001 AC32C72C 3C018001 ,1G( <... ,2G, <...
--More-- q
Directory Operations for Class C Flash File System
Create a New Directory
To create a directory in compact Flash memory, use the mkdir {flash: | slot0:} command.
The following example shows output for first displaying the contents of an internal compact Flash card,
and then creating a directory named config and a subdirectory named
test-config:
Router# dir flash:
Directory of flash:/
3 -rw- 6458208 Mar 01 1993 00:04:08 c3725-i-mz.tmp
128094208 bytes total (121634816 bytes free)
Router# mkdir flash:/config
Create directory filename [config]?
Created dir flash:/config
Router# mkdir flash:/config/test-config
Create directory filename [/config/test-config]?
Created dir flash:/config/test-config
Router# dir flash:
Directory of flash:/
3 -rw- 6458208 Mar 01 1993 00:04:08 c3725-i-mz.tmp
1580 drw- 0 Mar 01 1993 23:48:36 config
128094208 bytes total (121626624 bytes free)
Router# cd flash:/config
Router# dir flash:
Directory of flash:/config/
1581 drw- 0 Mar 01 1993 23:50:08 test-config
128094208 bytes total (121626624 bytes free)