1 / 6

HPS-1004GP ( ㈜ 해피전 자 )

Switch 고정 IP 전환 매뉴얼. HPS-1004GP ( ㈜ 해피전 자 ). 2012. 09. ■ 목 차. 1. HPS-1004GP. 1-1. 장비 콘솔 연결 및 접속 1-2 . L2 관리용 IP, 고정 (Static) IP 설정 방법 1-3 . L2 관리용 IP, 유동 (DHCP) IP 에서 고정 (Static) IP 설정변경 방법. 2 . 기술지원 문의 연락처. 2 -1 . 기술지원 문의 연락처 ( 담당자 및 연락처 ). 1. HPS-1004GP.

khanh
Download Presentation

HPS-1004GP ( ㈜ 해피전 자 )

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Switch 고정 IP 전환 매뉴얼 HPS-1004GP (㈜해피전자) 2012. 09

  2. ■ 목 차 1. HPS-1004GP 1-1. 장비 콘솔 연결 및 접속 1-2. L2 관리용 IP, 고정(Static) IP 설정 방법 1-3. L2 관리용 IP, 유동(DHCP) IP 에서 고정(Static) IP 설정변경 방법 2. 기술지원 문의 연락처 2-1. 기술지원 문의 연락처 (담당자및 연락처)

  3. 1. HPS-1004GP • 1-1. 장비 콘솔연결 및 접속 • ① L2스위치의 ‘CONSOLE’포트에 콘솔케이블을 연결한다. • ② 노트북을 콘솔케이블과 연결한다. • ③ 노트북에 콘솔터미널 접속프로그램(하이퍼터미널, TeraTerm, SecureCRT.. 등)을 실행하여 • 콘솔터미널 구성대로 설정하고 연결한다. • ④ 아래와 같이 ID 및 Password, enable을입력 한 후 L2 스위치로 접속 한다. Console (관리용 콘솔 포트) [콘솔터미널 구성] ●전송 속도 : 9600 bps ●데이터 비트 : 8bit ●패리티 비트 : 없음 ●정지 비트 : 1bit ●흐름 제어 : 없음 • 참고 (콘솔 PIN MAP) 3

  4. 1. HPS-1004GP • 1-2. L2 관리용 IP, 고정(Static) IP 설정 방법 • ① 고정 IP 및 서브넷 마스크(Subnet Mask)를 설정한다. • (아래의 IP(180.134.1.21) 및 Subnet Mask(/24)는 사용 예제 입니다.) • ② 디폴트 게이트웨이(Default Gateway) 설정한다. • (아래의 Default Gateway(180.134.1.1)은 사용 예제 입니다.) • ③ 설정된 ‘IP’, ‘서브넷마스크’, ‘디폴트게이트웨이’를 확인한다. • ④ 설정 내용을 저장한다. • ⑤ 외부 망에서 설정한 IP로 Ping 및 Telnet 접속 가능여부를 확인한다. HPS1004GP#configure terminal HPS1004GP(config)# interface vlan1 Default VLAN 1 로들어감. HPS1004GP(config-if vlan1)# ip address 180.134.1.21/24 IP address 및 subnet mask설정. HPS1004GP(config-if vlan1)# no shutdown  Interface vlan1 활성화 HPS1004GP(config-if vlan1)# end HPS1004GP# configure terminal HPS1004GP(config)# ip route 0.0.0.0/0 180.134.1.1 Default Gateway 확인. HPS1004GP# sh run ! interface ge1 flowcontrolon ###### 중략 ###### interface vlan1 ip address 180.134.1.21/24 설정한 IP address 및 subnet mask 확인. ! ip route 0.0.0.0/0 180.134.1.1 설정한 Default Gateway 확인. ###### 중략 ###### ! end HPS1004GP# write memory 설정한 내용을 저장한다. ! Building configuration... [OK] HPS1004GP#

  5. 1. HPS-1004GP • 1-3. L2 관리용 IP, 유동(DHCP) IP 에서 고정(Static) IP 설정변경 방법 • ① 유동IP(DHCP Server로 부터 자동 할당 받은 IP)를 삭제한다. • ② 고정 IP 및 서브넷 마스크(Subnet Mask)를 설정한다. • (아래의 IP(180.134.1.21) 및 Subnet Mask(/24)는 사용 예제 입니다.) • ③ 디폴트 게이트웨이(Default Gateway) 설정한다. • (아래의 Default Gateway(180.134.1.1)은 사용 예제 입니다.) • ④ 설정된 ‘IP’, ‘서브넷마스크’, ‘디폴트게이트웨이’를 확인한다. • ⑤설정 내용을 저장한다. • ⑥ 외부 망에서 설정한 IP로 Ping 및 Telnet 접속 가능여부를 확인한다 HPS1004GP# configure terminal HPS1004GP(config)# interface vlan1 Default VLAN 1에 들어감. HPS1004GP(config-if vlan1)# no ip address dhcpDHCP Client 설정 삭제. HPS1004GP(config-if vlan1)# exit HPS1004GP(config)# noservice dhcp DHCP Service를Disable한다. HPS1004GP(config)# exit HPS1004GP#configure terminal HPS1004GP(config)# interface vlan1 Default VLAN 1 로들어감. HPS1004GP(config-if vlan1)# ip address 180.134.1.21/24 IP address 및 subnet mask설정. HPS1004GP(config-if vlan1)# no shutdown  Interface vlan1 활성화 HPS1004GP(config-if vlan1)# end HPS1004GP# configure terminal HPS1004GP(config)# ip route 0.0.0.0/0 180.134.1.1 Default Gateway 확인. HPS1004GP# sh run ! interface ge1 flowcontrolon ###### 중략 ###### interface vlan1 ip address 180.134.1.21/24 설정한 IP address 및 subnet mask 확인. ! ip route 0.0.0.0/0 180.134.1.1 설정한 Default Gateway 확인. ###### 중략 ###### ! end HPS1004GP# write memory 설정한 내용을 저장한다. ! Building configuration... [OK] HPS1004GP#

  6. 2. 기술지원 연락처 및 A/S입고처 2-1. 기술지원 연락처

More Related