Here's the alias list I put into all my routers before starting the config section.
alias exec c conf t alias exec sr show run alias exec sri show run | inc alias exec srs show run | sec alias exec srp show run partition alias exec si show ip alias exec s6 show ipv6 alias exec sir show ip route alias exec s6r show ipv6 route alias exec siib show ip int br | ex unass alias exec s6ib show ipv6 int br alias exec sid show int des alias exec sis show int status alias exec sal show archive logging config all provisioning As you can see from 'sal', I also enable config logging. archive log conf log en no hide In the TS section, console logging is OFF by default. For config, I save my starting configs to the flash, but you can't do that on the TS section. Instead, I also enable config logging, which did not interfere with my lab this last time (PASS, yay). I apply this to every TS device I log into in order to make sure I can see log messages on the console, read them in 'show log', and review any config changes I made with 'show archive logging config all provisioning'. conf t logging console debug logging buffered 16000 info archive log conf log en no hide end The exception is when a question says "do not make any changes to AS100", in which case I enable console logging only but note to turn it back OFF before logging out. I also make it a strict habit to "wr" any device in TS before I close it, whether I made changes or not. Note that many people feel like its a waste of time to add aliases and the like. For me at least, having some familiar custom commands available made me feel more "at home" during the real lab, and saved some typing time. Hope this helps! Keller Giacomarro [email protected] On Sat, Apr 20, 2013 at 10:16 AM, [email protected] < [email protected]> wrote: > Show run l sec router > > > Sent from Windows Mail > > > From: Jason Aarons > Sent: April 20, 2013 2:44 PM > To: [email protected] > Subject: [OSL | CCIE_RS] Common alias commands? > > > SIIB - sh ip int brief | exc un > > What are some other similar alias commands I should start memorizing for > R&S? I'm in the habit of tab typing the long versions and need to switch to > creating aliases. .. > _______________________________________________ > 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 > > http://onlinestudylist.com/mailman/listinfo/ccie_rs > _______________________________________________ > 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 > > http://onlinestudylist.com/mailman/listinfo/ccie_rs > _______________________________________________ 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 http://onlinestudylist.com/mailman/listinfo/ccie_rs
