본문 바로가기
IT/Tips

Cisco Switch ios 명령어들

by ITeaStory 2013. 12. 31.

Modes

User Mode(Switch1>) : 할 수 있는게 거의 없다 시계 보는거 정도?

Privileged Mode(Switch1#) 

Global configuration Mode( Switch1(config)# )


ex)

Switch1>enable

Switch1#configure terminal

Switch1(config)#interface fastethernet 0/1

Switch1(config-if)#


대부분의 설정의 Global configuration Mode에서 이루어진다.



- Host name 설정


Switch1(config)#hostname SW1

SW1(config)#


- 빠져나가는 명령


 명령어

 사용 위치

 이동 위치

 disable

 exit

 end

 ctrl + z

 Only Privileged Mode

 Everywhere

 Global Configuration Mode 이상

 Global Configuration Mode 이상

 User Mode
 한단계 아래 모드로

 Privileged Mode

 Privileged Mode



- Console 설정


 명령어

 설명

 Switch1(config)#line console 0

 Switch1(config-line)#password cisco

 Switch1(config-line)#login

 콘솔 설정

 패스워드를 cisco로 지정

 로그인 할 때 패스워드 체크


- Telent 접속 설정


명령어

 설명

 Switch(config)#line vty 0 4

 Switch(config-line)#password cisco

 Switch(config-line)#login

 Virtual Terminal 설정

 패스워드를 cisco로 지정

 로그인 할 때 패스워드 체크 

 Switch(config)#line vty firstline lastline    : first line lsat line 으로 이용자 수를 조절 가능 범위 : 0~15



- m분 s초 동안 동작이 없으면 로그아웃 시키기


SW1(config-line)#exec-timeout m s


ex)

SW1(config-line)#exec-timeout 1 0 < 1분 뒤에 로그아웃

SW1(config-line)#exec-timeout 0 0 < 로그아웃 하지 마라



- 설정 도중 뜨는 로그를 안뜨게 하는 명령어


SW1(config-line)#logging synchronous



- 시간 설정하는 명령


SW1#clock set time dd mm yy



- 시간 동기화 하는 명령


SW1(config)#clock timezone kst 9 UTC보다 9시간 빠르다



- 서버와 시간 동기화


SW1(config)#ntp server 203.248.240.140




- 명령어를 잘못 쳤을 때 틀린 명령어를 찾으려고 Broadcast를 안날리게 하는 명령어


SW1(config)#no ip domain-lookup


ex)

SW1#eanble

Translating "eanble"...domain server (255.255.255.255)

% Unknown command or computer name, or unable to find computer address


더 이상 이런걸 안 봐도 된다



- 암호화 되지 않은 암호의 암호화


SW1(config)#service password-encryption


미적용시 적용시

enable password cisco -> enable password 7 0822455D0A16



- 포트에 설명 첨부


SW1(config)#interface fastEthernet 0/1

SW1(config-if)#description This port is connected SW1's Fa 0/1


SW1#show running-config로 확인 해보면


interface FastEthernet0/1

 description This port is connected SW1's Fa 0/1


설명이 첨부되어 있음



- 유저의 등록


SW1(config)#username test password test

SW1(config)#line console 0

로컬이 가지고 있는 아이디 패스워드로 로그인 해라

SW1(config-line)#login local