티스토리 뷰
728x90
반응형
Switch>enable
- 'Switch>' 사용자 모드를 뜻한다. enable은 로그인을 의미한다.
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
- 'Switch#' 관리자 또는 인에이블 모드를 뜻한다.
- 상세 설정이 가능하며, 상세하게 동작 시험이 가능하다.
- 사용자 모드에서 enable(로그인) 한 후 진입을 한다.
- configure terminal은 환경설정을 하기 위한 명령어 이다.
Switch(config)#hostname ?
WORD This system's network name
- '?'를 통해 도움말을 볼 수 있다.
Switch(config)#hostname JEONG
- 라우터의 이름을 JEONG라고 정의 한다.
JEONG(config)#line console ?
<0-0> First Line number
JEONG(config)#line console 0
JEONG(config-line)#login
JEONG(config-line)#password cisco
- 삭제시 no password cisco 라고 입력한다.
JEONG(config-line)#end
%SYS-5-CONFIG_I: Configured from console by console
JEONG#show running-config
- 설정 정보를 보여준다.
Building configuration...
Current configuration : 375 bytes
!
version 12.4
no service password-encryption
!
hostname JEONG
!
!
!
!
!
ip ssh version 1
!
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
shutdown
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Vlan1
no ip address
shutdown
!
ip classless
!
!
!
!
!
line con 0
password cisco
login
line vty 0 4
login
!
!
end
728x90
반응형
'Cisco' 카테고리의 다른 글
[Cisco] 패킷트레이서 기본 네트워크 구성 (1) | 2018.02.12 |
---|---|
[Cisco] 스위치 ip 설정 (0) | 2018.02.09 |
[Cisco] 라우터 SSH 설정 (0) | 2018.02.08 |
[Cisco] 콘솔 패스워드 설정 (0) | 2018.02.08 |
[Cisco] show running-config (0) | 2018.02.05 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
250x250