Shut down SLB-related switch ports on the switch.
SEFOS(config)# set gvrp disable SEFOS(config)# set gmrp disable
SEFOS# configure terminal
SEFOS(config)# interface range extreme-ethernet 0/3-6 SEFOS(config-if-range)# shutdown SEFOS(config-if-range)# exit
SEFOS(config)# interface range extreme-ethernet 0/15-18 SEFOS(config-if-range)# shutdown SEFOS(config-if-range)# exit
Set up switch port access of the client network.
SEFOS(config)# vlan 2 SEFOS(config-vlan)# exit SEFOS(config)# interface range extreme-ethernet 0/3-6 SEFOS(config-if-range)# switchport access vlan 2 SEFOS(config-if-range)# exit
Set up interface address of the client VLAN.
SEFOS(config)# interface vlan 2 SEFOS(config-if)# shutdown SEFOS(config-if)# ip address 20.0.0.100 255.255.255.0 SEFOS(config-if)# no shutdown SEFOS(config-if)# exit
Set up VLAN switch port access for the server network.
SEFOS(config)# vlan 3 SEFOS(config-vlan)# exit SEFOS(config)# interface range extreme-ethernet 0/15-18 SEFOS(config-if-range)# switchport access vlan 3 SEFOS(config-if-range)# exit
Set up interface address of the server VLAN.
SEFOS(config)# interface vlan 3 SEFOS(config-if)# shutdown SEFOS(config-if)# ip address 192.0.0.100 255.255.255.0 SEFOS(config-if)# no shutdown SEFOS(config-if)# exit
SEFOS(config)# slb 10.10.10.0 255.255.255.0 192.0.0.1,192.0.0.2,192.0.0.3 SEFOS(config)# slb standby 10.10.10.0 255.255.255.0 192.0.0.4
SEFOS(config)# slb policy src-ip SEFOS(config)# end
SEFOS# show slb SLB Group ID: 1 Virtual IP: 10.10.10.0/24 Server Members: IP Address Vlan MacAddress Port State Comments ================ ==== ================= ==== ========= ================== 192.0.0.1 ---- --:--:--:--:--:-- ---- IDLE 192.0.0.2 ---- --:--:--:--:--:-- ---- IDLE 192.0.0.3 ---- --:--:--:--:--:-- ---- IDLE 192.0.0.4 ---- --:--:--:--:--:-- ---- STANDBY (down)
The preceding output shows that all active servers are in idle state (not reachable from the switch) and that the standby server is also unreachable from the switch (marked as down in the Comments column).