











CompTIA
Exam Vouchers
Save money on CompTIA exams
| Question of the day
Sign up to receive
interactive practice questions
for MCSE, CompTIA
Cisco and other exams
| TestKing
Get MCSE, MCSD, CCNA, CCNP,A+, N+ and many more | * ExamSheets *
Guide for Success!
Actual Questions & Answers
MCSE, MCSD, A+ ,CCNA, CCNP
Oracle 8i, Oracle 9i Online practice tests
Certification sites Online university Online college Online education Distance learning Software forum Server administration forum Programming resources
|
|  |
| Author |
Working with very large config files
|
SkyFox
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
Working with very large config files
Hi all,
I have to deploy a configuration that definitely *can't* fit into the 55K of
NVRAM (Cisco 3725 platform), because of a huge number of tunnels interfaces.
I searched thru the CCO and found a "boot config filename" command that only
exists on IOS 12.1 and below. This command allows to boot from a
startup-configuration located in flash rather than in NVRAM.
However, I can't find a similar command with 12.2 and 12.3 releases.
Do you have any experience / idea about this issue?
Many thanks!
(I'm sorry if this thread is slightly OT in this group!)
Best Regards.
Olivier
Report this post to a moderator
|
|
03-24-04 06:25 PM
|
|
Simon Marsden
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
Re: Working with very large config files
Try 'service compress-config'
I posted earlier in this group about this command,
alas to no avail.
Simon.
"SkyFox" <pericat-dontspam@altern.org> wrote in message
news:4061c048$0$314$626a14ce@n
ews.free.fr...
> Hi all,
>
> I have to deploy a configuration that definitely *can't* fit into the 55K
of
> NVRAM (Cisco 3725 platform), because of a huge number of tunnels
interfaces.
>
> I searched thru the CCO and found a "boot config filename" command that
only
> exists on IOS 12.1 and below. This command allows to boot from a
> startup-configuration located in flash rather than in NVRAM.
> However, I can't find a similar command with 12.2 and 12.3 releases.
>
> Do you have any experience / idea about this issue?
>
> Many thanks!
> (I'm sorry if this thread is slightly OT in this group!)
>
> Best Regards.
> Olivier
>
>
Report this post to a moderator
|
|
03-24-04 07:25 PM
|
|
Hansang Bae
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
Re: Working with very large config files
In article <4061c048$0$314$626a14ce@news.free.fr>, pericat-
dontspam@altern.org says...
> Hi all,
>
> I have to deploy a configuration that definitely *can't* fit into the 55K of
> NVRAM (Cisco 3725 platform), because of a huge number of tunnels interfaces.
>
> I searched thru the CCO and found a "boot config filename" command that only
> exists on IOS 12.1 and below. This command allows to boot from a
> startup-configuration located in flash rather than in NVRAM.
> However, I can't find a similar command with 12.2 and 12.3 releases.
>
> Do you have any experience / idea about this issue?
>
> Many thanks!
> (I'm sorry if this thread is slightly OT in this group!)
--------------BEGIN QUOTE ------------------------
From: Aaron@Cisco.COM (Aaron Leonard)
Newsgroups: comp.dcom.sys.cisco
Service compress-config, as others have suggested, will cover you
if the config file isn't too big.
If you really want to load a BIG config, then yes, you can load it
from your flash. Use this to load the config file stored as
flash:foo
service config
boot host tftp foo 171.68.186.53 ! 171.68.186.53 is the local E0
address
tftp-server bootflash:foo.tmp alias foo
The most robust approach is to TFTP load from a local loopback address.
--------------END QUOTE ---------------------------
--
hsb
"Somehow I imagined this experience would be more rewarding" Calvin
*************** USE ROT13 TO SEE MY EMAIL ADDRESS ****************
******************************
******************************
********
Due to the volume of email that I receive, I may not not be able to
reply to emails sent to my account. Please post a followup instead.
******************************
******************************
********
Report this post to a moderator
|
|
03-25-04 06:24 AM
|
|
Piotr Glaska
Guest
Registered: Not Yet Location: Country: State: Certifications: Working on:
Total Posts: N/A
|
|
Re: Working with very large config files
Another, I suppose undocumented, way to load config from flash is:
service config
boot host flash:mybigconfig
Configuration on flash should contain 'no service config'. Otherwise router
will try to load config from tftp://255.255.255.255 all the time.
Config from flash will be added to the config first loaded from NVRAM, so
you can utilize both.
--
Piotr
Report this post to a moderator
|
|
03-26-04 10:24 AM
|
|
|
Featured site: MCSE, MCSD, CompTIA, CCNA training videos
Forum Rules: Who Can Read The Forum? Any registered user or guest.
Who Can Post New Topics? Any registered user.
Who Can Post Replies? Any registered user.
Changes: Messages can be edited by their author.
Posts: HTML code is OFF. Smilies are ON. vB code is ON. [IMG] code is OFF. |
|
ExamNotes forum archive
|