Usually the biggest headache is that it doesn't save the VLAN config if you're in client/server mode because that doesn't appear in the config file. Switch to vtp transparent mode and it should save correctly.
When I was labbing I'd keep a text file that had a section for each task/device and what commands I'd pasted in to accomplish it. That helped troubleshoot if I went wrong somewhere because I had a clear record of everything done so far. It also made it easy to pick up an unfinished lab where I'd left off or work on previously completed labs at a particular task I wanted to work on more without starting from scratch. This is how my text files would look: 1.1 Cat1 --------- vtp mode server vtp domain apples vtp password oranges vtp interface lo1 vlan 100 vlan 200 vlan 12 vlan 67 vlan 123 exit int ra fa0/19 - 20 , gi0/1 shut int ra fa0/21-22 shut channel-group 21 mode on int ra fa0/23-24 shut channel-group 23 mode on int po21 sw trunk encap dot1q sw mode trunk sw nonegotiate sw trunk native vlan 123 int po23 sw trunk encap dot1q sw mode trunk sw nonegotiate sw trunk native vlan 123 int fa0/4 sw mode acc sw acc vlan 200 int fa0/11 sw mode acc sw acc vlan 100 int g0/2 sw mode acc sw acc vlan 12 1.1 Cat2-4 ----------- vtp mode client vtp domain apples vtp password oranges int ra fa0/19 - 20 , gi0/1-2 shut int ra fa0/21-22 shut channel-group 21 mode on int ra fa0/23-24 shut channel-group 23 mode on int po21 sw trunk encap dot1q sw mode trunk sw nonegotiate sw trunk native vlan 123 int po23 sw trunk encap dot1q sw mode trunk sw nonegotiate sw trunk native vlan 123 1.1 Cat2 -------- vtp interface lo1 int fa0/12 sw mode acc sw acc vlan 200 int fa0/1 sw mode acc sw acc vlan 12 int fa0/6 sw mode acc sw acc vlan 67 int fa0/7 sw mode acc sw acc vlan 67 1.1 Cat4 -------- int fa0/7 sw mode acc sw acc vlan 100 1.1 All Cats ------------ int ra fa0/21-24 , po21 , po23 no shut 1.2 Cat1 --------- spanning-tree vlan 12,67,100 root primary int ra fa0/4 , fa0/11 , gi0/2 spann portfast 1.2 Cat2 --------- spanning-tree vlan 200 root primary int ra fa0/1 , fa0/12 , fa0/6-7 spann portfast 1.3 Cat1 --------- int fa0/1 no switchport ip add 141.141.35.35 255.255.255.0 no shut 1.4 Cat2 -------- ip dhcp snooping vlan 67 system mtu 1508 sdm prefer routing do wr mem do reload 2.1 R2 ------- int s0/1/0 encap frame no frame inv frame map ip 141.41.26.5 205 br frame map ip 141.41.26.6 206 br frame map ip 141.41.26.2 206 2.1 R6 ------- int s0/1/0 encap frame no frame inv frame map ip 141.41.26.2 602 br frame map ip 141.41.26.5 602 frame map ip 141.41.26.6 602 2.1 R5 ------ int s0/1/0 encap frame no frame inv int s0/1/0.1 multipoint ip add 141.41.26.5 255.255.255.0 frame map ip 141.41.26.2 502 br frame map ip 141.41.26.6 502 frame map ip 141.41.26.5 502 On Thu, Jul 14, 2011 at 8:13 AM, Christophe Lemaire < [email protected]> wrote: > It worked for me several time in the past but since few weeks it don't > work anymore.... > > Christophe > > On Thu, Jul 14, 2011 at 12:36 PM, Alef <[email protected]> wrote: > > Does anyone have any success with saving configs in proctorlabs? > > I tried yesterday and the day before, no go. > > > > Takes forever and the end result that it just didn't save anything. > > > > Alef > > _______________________________________________ > > For more information regarding industry leading CCIE Lab training, please > visit www.ipexpert.com > > > > Are you a CCNP or CCIE and looking for a job? Check out > www.PlatinumPlacement.com > > > _______________________________________________ > For more information regarding industry leading CCIE Lab training, please > visit www.ipexpert.com > > Are you a CCNP or CCIE and looking for a job? Check out > www.PlatinumPlacement.com > -- Jay Taylor CCIE #28391 @JTIE_6EE7 _______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com Are you a CCNP or CCIE and looking for a job? Check out www.PlatinumPlacement.com
