Develop

[switch] 시스코 스위치(catalyst 2950) telnet 설정

by hooni posted Apr 23, 2013
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄

시스코 모델

catalyst 2950 (Layer 2 스위치)


1. interface vlan 1에 ip address를 설정

2. line vty 0 4 에 password를 설정

3. enable password 혹은 enable secret 를 주어야 interface vlan ip로 telnet이 가능..


다음은 설정내용..

switch#conf t

switch(conf)#interface vlan 1

switch(conf-if)#ip add 10.1.1.1 255.255.255.0

switch(conf-if)#no sh

switch(conf-if)#exit

switch(conf)#enable password cisco

switch(conf)#line vty 0 4

switch(conf-line)#login

switch(conf-line)#password cisco


-> 이렇게하면 10.1.1.1로 접근