이름풀이 기능
R(config)#ip domain-lookup
R(config)#no ip domain-lookup===>only IOS가 생성한 DNS만 비활성
ex) R#ppp
Translating "ppp"..domain server (255.255.255.255)
% unknown commadn or computer name, or unable to find computer address
잘못된 명령어때문에 이름풀이 하려고 시도한 것이다
콘솔 연결 시간 제한
R#config terminal
R(config)#line con 0
R(config-line)#no exec-timeout
R(config-line)#exec-timeout 0 0
R(config-line)#exec-timeout 2 10 (2분10초)
콘솔 로깅 메세지 동기화
R(config)#line con 0
R(config-line)#logging synchronous
ex) R#confi
%sys-5-config_I:configure from console by console
R#configure
호스트 테이블(라우터 이름==>IP)
R#ip host 이름 IP
R1#ip host R2 192.168.1.1
R1#ip host R3 192.168.1.2
R1#ip host R4 192.168.1.3
R1#ip host R5 192.168.1.4
service timestamps debug datetime msec localtime //현재 시간 타입으로 디버그 정의
service timestamps log datetime msec localtime //현재시간 타입으로 로그 정의
clock timezone KST 9 //현재시간 타입으로 정의
no ip domain-lookup //잘못친 명령어 도메인 검색 하지 않기
clock set 16:41:30 13 JULY 2006 // 날짜 설정하기