Network/Feature

Starting Configuration (1)

billy0529 2014. 3. 7. 13:35
728x90

               <> 시작 기본 설정



1. alias mode command-alias original-command

    no alias mode [command-alias]


ex1) alias exec [c] [configure terminal]

         c 커맨드를 입력시 configure terminal 명령어로 대체


ex2 ) alias exec c configuer terminal

          alias exec i show ip route

          alias exec r show running-config

          alias exec t show ip interface brief




2. no ip domain-lookup



   잘못된 커맨드 입력시 이를 도메인주소로 인식하여 DNS서버를 찾는 동작을 방지함

 

    


3. logging synchronous


    exec-timeout 0 0

    login local


             

    1) logging synchronous

                   console, telnet 연결중 로그메시지뒤에 명령어입력이 겹치는 현상방지


    2) exec-timeout [minute] [second] 

                   숫자를 모두 0으로 설정시 infinite time 으로 되어

                   console, telnet 연결중 장시간 입력없어도 timeout 되지 않음 

                   반대로 시간을 설정시 경과후 timeout 

                   ex) exec-timeout 30 0

                   설명: 30분간 입력 없을시 강제 세션중지


                    3) login local

                   console, telnet 접속시 미리 username 커맨드로 생성된 아이디와 패스워드로

                  접속하도록 설정

     




'Network > Feature' 카테고리의 다른 글

IGMP  (0) 2014.10.08
Flash memory 파일관리  (0) 2014.06.10
Prefix-list  (0) 2014.05.06
Keychain Management  (0) 2014.03.12
Ping, Traceroute  (0) 2014.03.09