House Keeping Commands

From Braindisconnect
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

House keeping commands basically setup the router logging and alias commands used often... so set up house keeping commands in every device. This is especially useful in labs and say the CCIE exams.

Here is a list that I use...

no ip domain-lookup
no logging console
logging buffer
cdp run
alias exec c config term
alias exec srr sh run | begin ^rout
alias exec sip sh ip int brief
alias exec sipu sh ip int brief | exclude down
line con 0
  exec-timeout 0 0
  logging synchronous
  exit
line vty 0 4
  logging synchronous
  exit