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#
'업무이야기 > Network' 카테고리의 다른 글
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 |