Switch 텔넷 암호 설정
Switch>enable
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#line vty 0 4 //텔넷
Switch(config-line)#password 12345
Switch(config-line)#login
Switch(config-line)#end
%SYS-5-CONFIG_I: Configured from console by console
Switch#show running-config
Building configuration...
Current configuration : 956 bytes
!
version 12.1
no service password-encryption
!
hostname Switch
!
interface Vlan1
ip address 218.234.13.10 255.255.255.0
!
line con 0
!
line vty 0 4
password 12345
login
line vty 5 15
login
!
!
end
Switch#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
Switch#
----------<PC>------------
PC>telnet 218.234.13.10
Trying 218.234.13.10 ...
User Access Verification
Password:
---------------------------
----------패스워드해제-------------
Switch(config)#line vty 0 4 //텔넷
Switch(config-line)#password 12345
Switch(config-line)#login
Switch(config-line)#end
-----------------------------------
'네트워크' 카테고리의 다른 글
[switch] Cisco 스위치에서 VLAN 및 트렁크 설정하는 방법 (0) | 2013.09.06 |
---|---|
[switch] Vlan 설정 (정적 포트별 나누기) (0) | 2013.09.06 |
[router] Secret 패스워드 (0) | 2013.09.06 |
[router] console 모드 패스워드 설정 (0) | 2013.09.06 |
[router] 라우터 기초 설정 (0) | 2013.09.06 |