'업무이야기 > etc' 카테고리의 다른 글
온양온천역, 가산디지털단지역 1호선 시간표 (2) | 2025.02.12 |
---|---|
SAISEI Configuration Sample (1) | 2021.03.29 |
Cluster NAS Gateway(Scaleway) (1) | 2011.11.03 |
온양온천역, 가산디지털단지역 1호선 시간표 (2) | 2025.02.12 |
---|---|
SAISEI Configuration Sample (1) | 2021.03.29 |
Cluster NAS Gateway(Scaleway) (1) | 2011.11.03 |
Alcatel OmniSwitch 7700 7800 Management Guide Manual 입니다.
한드림넷 보안 스위치 SG2024 소개 자료 (0) | 2012.01.12 |
---|---|
Foundry Command Reference Guide (0) | 2012.01.12 |
Alcatel Omni Switch 7000_8800 Netconfig Guide Manual (0) | 2012.01.12 |
ServerIron의 SLB(Server Load Balancing) (0) | 2012.01.04 |
Alteon L4 스위치 기본 설정방법 (0) | 2011.12.26 |
Alcatel Omni Switch 7000 8800 Netconfig Guide Manual입니다.
참고하세요.....
Foundry Command Reference Guide (0) | 2012.01.12 |
---|---|
Alcatel OmniSwitch 7700 7800 Management Guide (0) | 2012.01.12 |
ServerIron의 SLB(Server Load Balancing) (0) | 2012.01.04 |
Alteon L4 스위치 기본 설정방법 (0) | 2011.12.26 |
Alteon L4 스위치 VRRP 로 SLB 구성 (Hotstandby) (0) | 2011.12.21 |
간만의 외식 (3) | 2012.01.21 |
---|---|
등산로를 따라 업체 가는길... (0) | 2012.01.17 |
인천에 첫눈이 쌓였던 날... (0) | 2012.01.05 |
자전거 타기에 푹 빠진 종우와 리나... (0) | 2011.09.04 |
벌초 (0) | 2011.08.28 |
등산로를 따라 업체 가는길... (0) | 2012.01.17 |
---|---|
보광휘닉스파크 (0) | 2012.01.08 |
자전거 타기에 푹 빠진 종우와 리나... (0) | 2011.09.04 |
벌초 (0) | 2011.08.28 |
과천 서울대공원 동물원... (3) | 2011.08.20 |
ServerIron의 SLB(Server Load Balancing)
ServerIron>enable
Password:****
ServerIron#config term
ServerIron(config)#ip add 209.157.22.10/24 : switch의 IP Address를 설정하는 명령
ServerIron(config)#ip default-gateway 209.157.22.10 : switch의 default-gateway를 설정하는 명령
ServerIron(config)#server router-port 1 : router가 연결되어 있는 port를 지정하는 명령
ServerIron(config)#server real server1 209.157.22.1 : real server를 설정하는 명령
ServerIron(config-rs-server1)#port http : load balancing할 port를 지정하는 명령
ServerIron(config-rs-server1)#port default disable
ServerIron(config-rs-server1)#port http keepalive : http port health check를 enable시키는 명령
ServerIron(config-rs-server1)#port http url “GET /index.htm” : http health check할 url을 설정하는 명령
ServerIron(config-rs-server1)#server real server2 209.157.22.2
ServerIron(config-rs-server2)#port http
ServerIron(config-rs-server2)#port default disable
ServerIron(config-rs-server2)# port http url “GET /index.htm”
ServerIron(config-vs-server2)#server virtual virtual1 209.157.22.101 : virtual server를 설정하는 명령
ServerIron(config-vs-virtual1)#port http
ServerIron(config-vs-virtual1)#port default disable
ServerIron(config-vs-virtual1)#bind http server1 http server2 http : virtual server virtual1의 http
ServerIron(config-vs-virtual1)#end port에 real server 1, 2의 http port를
bind하는 명령(real server 1개씩 추가/삭제 가능)
ServerIron#write memory
ServerIron#.Write startup-config in progress.
.Write startup-config done.
ServerIron#
Alcatel OmniSwitch 7700 7800 Management Guide (0) | 2012.01.12 |
---|---|
Alcatel Omni Switch 7000_8800 Netconfig Guide Manual (0) | 2012.01.12 |
Alteon L4 스위치 기본 설정방법 (0) | 2011.12.26 |
Alteon L4 스위치 VRRP 로 SLB 구성 (Hotstandby) (0) | 2011.12.21 |
Alteon L4 스위치 VRRP (0) | 2011.12.21 |
Whitney Houston - One Moment In Time (0) | 2012.02.12 |
---|---|
김경호 - 하지 못했던 이야기 (0) | 2012.02.07 |
모니터 교체 (0) | 2011.09.20 |
잊혀지는 것 (0) | 2011.08.31 |
아이폰의 변신 (0) | 2011.08.31 |
Main#
Main# /cfg/l3 ; 스위치 IP 설정(또는 Main# /cfg/ip)Layer 3# if 1 ; 스위치 자체 IP 설정IP Interface 1# addr 11.22.33.2 ; IP address 할당IP Interface 1# mask 255.255.255.0 ; subnet mask 할당 (필요시)IP Interface 1# ena ; IP address 활성화IP Interface 1# /cfg/l3/gw ; default gateway 설정Enter default gateway number: (1-255) 1 [Enter] ; gateway 번호 입력 (필요시)Default gateway 1# addr 11.22.33.1 ; default gateway 할당Default gateway 1# ena ; gateway 활성화Default gateway 1# /cfg/slb/real 1 ; 첫번째 real 서버 설정Real server 1# rip 11.22.33.11 ; real 서버 IP address 할당Real server 1# ena ; 첫번째 real 서버 활성화Real server 1# /cfg/slb/real 2 ; 두번째 real 서버 설정Real server 2# rip 11.22.33.12 ; real 서버 IP address 할당Real server 2# ena ; 두번째 real 서버 활성화Real server 2# /cfg/slb/group 1 ; real 서버 1번 그룹 설정Real server group1# add 1 ; 등록된 real 서버 1번을 1번 그룹에 추가Real server group1# add 2 ; 등록된 real 서버 2번을 1번 그룹에 추가Real server group1# /cfg/slb/virt 1 ; virtual 서버 설정...Virtual server 1# vip 11.22.33.10 ; virtual 서버 IP address 할당Virtual server 1# ena ; virtual 서버 활성화Virtual server 1# service http ; http 서비스 설정...Virtual server 1 http Service# group 1 ; http 서비스를 real 서버 1번 그룹에 할당(필요시 Virtual server 1 http Service# rport 8080 ; http 서비스를 real 서버의 8080 포트에 매핑)
Virtual server 1# /cfg/slb/port 1 ; L4의 물리적인 포트 1번 설정...SLB port 1# server ena ; 포트 1번을 서버 포트로 할당SLB port 1# /cfg/slb/port 2 ; L4의 물리적인 포트 2번 설정...SLB port 2# server ena ; 포트 2번을 서버 포트로 할당SLB port 8# /cfg/slb/port 8 ; L4의 물리적인 포트 8번 설정...SLB port 8# client ena ; 포트 8번을 클라이언트 포트로 할당SLB port 8# /cfg/slb ; SLB 설정...Layer 4# on ; Server Load Balancing 모드 OnLayer 4# apply ; 변경된 설정값 적용Layer 4# cur ; 현재 설정값 확인Layer 4# save ; FLASH 메모리에 현재 설정내용 저장Layer 4# /info/slb/dump ; SLB 정보 확인
Alcatel Omni Switch 7000_8800 Netconfig Guide Manual (0) | 2012.01.12 |
---|---|
ServerIron의 SLB(Server Load Balancing) (0) | 2012.01.04 |
Alteon L4 스위치 VRRP 로 SLB 구성 (Hotstandby) (0) | 2011.12.21 |
Alteon L4 스위치 VRRP (0) | 2011.12.21 |
VLAN 과 Trunk (0) | 2011.11.23 |