Contents

조회 수 11272 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

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

단축키

Prev이전 문서

Next다음 문서

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

시스코 모델

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로 접근



?

  1. [c++] mfc 간단한 파일 입출력 예제

  2. [linux] 쉘 환경변수 PS1(프롬프트)

  3. [linux] 기존 환경설정 저장하면서 커널 컴파일..

  4. [c] 기본 자료형(int)이 표현할 수 없는 큰 수(Big number)를 덧셈하는 코드.

  5. [linux] 간단한 vi편집기 사용 명령

  6. [linux] 프로그램 설치방법 (내공쌓기)

  7. [linux] 쉘 스크립트에 대한 설명과 예제..

  8. [ms-sql] 프로시져 예제..

  9. 스터디 자료, 암호화에 대해서.. 나중에 볼 ppt..

  10. [linux] Xwindow/Xmanager 사용

  11. [ios] 간단한 방법으로 OS버전 확인하기.

  12. [c#] 파일(File) 쓰기 ㅎㅎ

Board Pagination Prev 1 ... 23 24 25 26 27 28 29 30 31 32 ... 98 Next
/ 98