House Keeping Commands

From Braindisconnect
Revision as of 08:20, 2 March 2015 by Jbutler (talk | contribs) (Created page with "Category:Networking House keeping commands basically setup the router logging and alias commands used often... so set up house keeping commands in every device. This is es...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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