2012년 9월 9일 일요일

Router - default configuration setting


라우터 작업시 기본적으로 설정해 주는 세팅 값들..

Router>enable
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#no ip domain-lookup
Router(config)#
Router(config)#line con 0
Router(config-line)#logging synchronous
Router(config-line)#no exec-timeout 
Router(config-line)#end
Router#


no ip domain-lookup 
: 잘못된 명령어를 실행한 경우 holding time 없이 계속 작업

logging synchronous & no exec-timeout 
: 콘솔 작업에 대한 모든 기록을 logging 서버에 저장한다. 콘솔 작업에 대한 장애 원인 분석시 유용함

댓글 없음:

댓글 쓰기