시스코 모델
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로 접근