RE: CCIE One Day Lab FAIL - Alias Exec [7:27075]
All, I cut and paste the following alias-execs in all my configs: alias exec sir sho ip route alias exec sxr sho ipx route alias exec sr sho run alias exec ct conf t alias exec sib sho ip int brief alias exec cib clear ip bgp * They save me much time. It also promotes remembering the long commands. Jerry --- Jim Brown wrote: > Cut and paste baby! > > Cut once, paste many. > > -Original Message- > From: Courtney Alexander Foster [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 21, 2001 1:54 PM > To: Bryan Ginman; Joseph Ezerski; McCallum, Robert; 'Ccielab' (E-mail); > Cisco@Groupstudy. Com (E-mail); George; Kev; kevin; sandra; sandra1; > Warren > Subject: RE: CCIE One Day Lab FAIL > > > You would have to waste a lot of time setting aliases on all the routers > > C. A. Foster > Sr. Network Engineer > x5910 > > > -Original Message- > From: Bryan Ginman [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 21, 2001 2:27 PM > To: Courtney Alexander Foster; Joseph Ezerski; McCallum, Robert; > 'Ccielab' > (E-mail); Cisco@Groupstudy. Com (E-mail); George; Kev; kevin; sandra; > sandra1; Warren > Subject: RE: CCIE One Day Lab FAIL > > > Aliases are a God send for all you slow of fingers out there. > > ex. > > alias exec g sho ip int brief > > typing g will now issue show ip int brief to the cli > > Cheers, > > Bryan > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > Courtney Alexander Foster > Sent: Wednesday, November 21, 2001 2:13 PM > To: Joseph Ezerski; McCallum, Robert; 'Ccielab' (E-mail); > Cisco@Groupstudy. > Com (E-mail); George; Kev; kevin; sandra; sandra1; Warren > Subject: RE: CCIE One Day Lab FAIL > > > I don't type that fast...but I am trying to master the short version of > the > commands...but commands like "sh ip int br" messes me up on routers with > BRI > interfaces > > C. A. Foster > Sr. Network Engineer > x5910 > > > -Original Message- > From: Joseph Ezerski [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 21, 2001 12:15 PM > To: 'McCallum, Robert'; ''Ccielab' (E-mail)'; 'Cisco@Groupstudy. Com > (E-mail)'; 'George'; 'Kev'; 'kevin'; 'sandra'; 'sandra1'; 'Warren' > Subject: RE: CCIE One Day Lab FAIL > > > For those that finished with an hour or so to spare, do you mind posting > what your estimated typing speed is? I know it sounds funny, but I work > with someone who can type 120 words a minute and it seems to make all > the > difference in a tight time situation like the lab. > > Thanks in advance, > > -Joe > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > McCallum, Robert > Sent: Tuesday, November 20, 2001 5:45 AM > To: 'Ccielab' (E-mail); Cisco@Groupstudy. Com (E-mail); George; Kev; > kevin; > sandra; sandra1; Warren > Subject: CCIE One Day Lab FAIL > > > O.k. I sat the exam last week and failed but by not a lot. Silly > mistakes > killed me. For those of you who have still to experience the one day > lab > then please read ahead. > > Mostly everyone on this list stated that there was no time to do the lab > or > check anything. I found this to be so untrue it was unreal. Most > people on > the lab finished with an hour to go and I had more time than this to > check > and try to get the annoying things that didn't work to work (although I > failed to get two things working)... So from that, my advice is if you > are > stuck on something, move on and work your way through the workbook. > Once > you get to the end you should have plenty time to fix (if you can) the > problems you left. > > >From my experience of Brussels everything was there. The proctors > turned up when they should, answered any questions you asked, there were > icons for each element you had to configure, there was paper, there were > pens, pencils, sharpeners and erasers. Lunch was horrible although I > don't > think anyone was to bothered about lunch, so if you are a person who > cannot > go without lunch bring a packed lunch with you (just don't put your > answers > in your lunch box !!). > > All in all enjoy the experience and READ the questions (even the > smallest > detail). I am resetting in Feb next year and I reckon the pressure will > really be on then. Most people fail 1st time anyway is what I can say > this > time but next time ?? > > Robert McCallum > Ext 730 3448 &
RE: bri flapping with demand cirquit/igrp redistribution
t; > flapping. > > > > > > > > > i followed someone's advice and created a > > > > route/map > > > > > > > > > filter to filter out bri network from igrp > > > > > > > > > redistributing back into ospf. > > > > > > > > > what the hell am i doing wrong? i know its > > > > a big > > > > > > > > > thing > > > > > > > > > that lots of people had problems with. > > > > > > > > > here's the key configs: > > > > > > > > > interface BRI0/0 > > > > > > > > > ip address 173.5.8.1 255.255.255.252 > > > > > > > > > encapsulation ppp > > > > > > > > > ip ospf demand-circuit > > > > > > > > > dialer idle-timeout 15 > > > > > > > > > dialer map ip 173.5.8.2 name R5 broadcast > > > > 8667007 > > > > > > > > > dialer map ip 173.5.8.2 name R5 broadcast > > > > 8667008 > > > > > > > > > dialer load-threshold 128 outbound > > > > > > > > > dialer-group 1 > > > > > > > > > isdn switch-type basic-dms100 > > > > > > > > > isdn spid1 9258667005 > > > > > > > > > isdn spid2 9258667006 > > > > > > > > > ppp authentication chap > > > > > > > > > ppp chap hostname CCIE > > > > > > > > > ppp multilink > > > > > > > > > > > > > > > > > > > > > > > > > > > router ospf 1 > > > > > > > > > log-adjacency-changes > > > > > > > > > area 0 authentication message-digest > > > > > > > > > area 0 range 173.5.1.0 255.255.255.0 > > > > > > > > > summary-address 173.5.10.0 255.255.255.0 > > > > > > > > > redistribute igrp 100 metric 100 subnets > > > > route-map > > > > > > > > > stuff > > > > > > > > > network 1.1.1.0 0.0.0.3 area 0 > > > > > > > > > network 173.5.1.0 0.0.0.15 area 0 > > > > > > > > > network 173.5.7.0 0.0.0.7 area 3 > > > > > > > > > network 173.5.8.0 0.0.0.3 area 3 > > > > > > > > > network 173.5.10.0 0.0.0.127 area 3 > > > > > > > > > network 173.5.17.0 0.0.0.255 area 0 > > > > > > > > > access-list 15 permit 173.5.8.0 0.0.0.3 > > > > log > > > > > > > > > route-map stuff deny 5 > > > > > > > > > match ip address 15 > > > > > > > > > ! > > > > > > > > > route-map stuff permit 10 > > > > > > > > > set tag 4 > > > > > > > > > > > > > > > > > > > > > > __ > > > > > > > > > Do You Yahoo!? > > > > > > > > > Get email at your own domain with Yahoo! > > > > Mail. > > > > > > > > > http://personal.mail.yahoo.com/ > > > > > > > > > > > > > > > > > > > > > > > > > > > > __ > > > > > > > > Do You Yahoo!? > > > > > > > > Get email at your own domain with Yahoo! > > > > Mail. > > > > > > > > http://personal.mail.yahoo.com/ > > > > > > > > > > > > > > > > > > > > > > > ___ > > > > > > > > To unsubscribe from the CCIELAB list, send a > > > > message to > > > > > > > === message truncated === > > > > > > > > > = > > > > > > Vincent > > > > > > > > > __ > > > Do You Yahoo!? > > > Get email at your own domain with Yahoo! Mail. > > > http://personal.mail.yahoo.com/ > > > > > > **NOTE** All LAB SWAP messages should now be sent to the > > > LAB SWAP Message board on groupstudy.com. > > > ___ > > > To unsubscribe from the CCIELAB list, send a message to > > > [EMAIL PROTECTED] with the body containing: > > > unsubscribe ccielab > > > > > > _ > > > FAQ, list archives, and subscription info: > >http://www.groupstudy.com/list/cisco.html > > > Report misconduct and Nondisclosure violations to > [EMAIL PROTECTED] > > > >**NOTE** All LAB SWAP messages should now be sent to the > >LAB SWAP Message board on groupstudy.com. > >___ > >To unsubscribe from the CCIELAB list, send a message to > >[EMAIL PROTECTED] with the body containing: > >unsubscribe ccielab > > > >**NOTE** All LAB SWAP messages should now be sent to the > >LAB SWAP Message board on groupstudy.com. > >___ > >To unsubscribe from the CCIELAB list, send a message to > >[EMAIL PROTECTED] with the body containing: > >unsubscribe ccielab > > _ > Get your FREE download of MSN Explorer at http://explorer.msn.com > > _ > FAQ, list archives, and subscription info: > http://www.groupstudy.com/list/cisco.html > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED] > > **NOTE** All LAB SWAP messages should now be sent to the > LAB SWAP Message board on groupstudy.com. > ___ > To unsubscribe from the CCIELAB list, send a message to > [EMAIL PROTECTED] with the body containing: > unsubscribe ccielab = Jerry Toomey __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/?.refer=text _ FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]