Sun Ethernet Fabric Operating System SLB Administration Guide

Exit Print View

Updated: July 2015
 
 

Create SLB Server Members

When you add a server member as the first member of the group, an LBG is created. This example shows adding two server entries, as well as a single standby server, to an LBG.

  1. Add the first and second server members.
    SEFOS# configure terminal
    SEFOS(config)# slb 10.10.10.0 255.255.255.0 192.0.0.1,192.0.0.2
    
  2. Create a standby SLB server member.
    SEFOS# configure terminal
    SEFOS(config)# slb standby 10.10.10.0 255.255.255.0 192.0.0.3
    SEFOS(config)# end
    
  3. Show current LBGs and members.

    The following example shows LBG with one active SLB server member and one standby SLB server member. For information about the status of a server member, see Conditions for a Member Participating in Load Distribution.

    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            1  00:14:4f:3e:e0:10    3 ACTIVE
    192.0.0.2            1  00:14:4f:3e:e0:15    8 IDLE
    192.0.0.3            1  00:14:4f:3e:e0:19   12 STANDBY   (up)