how'd u manage all the config files?
the_return_of_the_Ring
Member Posts: 119
in CCNA & CCENT
If you want to change the topology of your home lab to meet other topics, what do you do about all those config files on each router/switch? I figure i can rename the config file in switches, but for routers i have no idea. copy them to tftp server? what's your advises?
Comments
-
BubbaJ Member Posts: 323madonion wrote:If you want to change the topology of your home lab to meet other topics, what do you do about all those config files on each router/switch? I figure i can rename the config file in switches, but for routers i have no idea. copy them to tftp server? what's your advises?
-
marlon23 Member Posts: 164 ■■□□□□□□□□All methods are mentioned here:
http://www.cisco.com/en/US/products/sw/iosswrel/ps1835/products_tech_note09186a008020260d.shtml#em-prog
I like the copy/paste one.LAB: 7609-S, 7606-S, 10008, 2x 7301, 7204, 7201 + bunch of ISRs & CAT switches -
mikej412 Member Posts: 10,086 ■■■■■■■■■■Well, there's a lot to be said for consistancy and standards (and the same password). With a few routers, you can have a "standard config" and just "cut and paste."
With anything larger that involves more than backing up individual routers (and restoring different configurations) -- you need a plan.
I keep a base configuration for all my routers/switches (including the vlan.dat as mentioned by BubbaJ ) on a tftp server.
The trick for the CCIE lab is to use Frame-Relay, since you can configure a full mesh, and then enable interfaces (DLCIs) as needed (and most of the fun stuff involves Frame-relay configurations). I've still got a few direct serial connections for PPP and multilink -- and I can reconfigure some 2521s to get more serial connections as needed (taking them out of the giant frame-relay cloud I have).
If you backup to a tftp server, look at automating with something like winbatch or a Linux Server. It takes less time for one of my Linux servers to update all of my routers, then it would take me to manually copy and paste configurations to just 3 of my routers.
You'd use one subdirectory for your "base configuration." Then as you try different labs -- you could save the configurations to other subdirectories based on lab names/number (like from the sybex CCNA book).
As you hit the CCNP -- you might have an EIGRP tftp sub-directory, OSPF, BGP, etc.... You may have PPP-pap, PPP-chap, PPP-multilink, PPP-compress, etc. Anything you might want to use as a future starting point for a new lab or for review, you'd save.
With the CCNP -- when in doubt, save the config -- you might want to try something you did earlier when you are studying for the CIT exam:mike: Cisco Certifications -- Collect the Entire Set! -
Danman32 Member Posts: 1,243Of course, with learning, it is best done by repetition. So, if you have to rebuild your configurations each time, you'll get quite proficient with the commands, which is extremely helpful on the test.
If you simply copy and paste, you might forget your fundamentals. -
BubbaJ Member Posts: 323Danman32 wrote:Of course, with learning, it is best done by repetition. So, if you have to rebuild your configurations each time, you'll get quite proficient with the commands, which is extremely helpful on the test.
If you simply copy and paste, you might forget your fundamentals.