CCNP Certification / BCMSN Examination Tutorial: Server Load Balancing (SLB)
Once you’re engaged on your BCMSN Examination with your approach to CCNP certification, you’ll go through at size regarding how Cisco routers and multilayer switches can perform to deliver router redundancy – but there’s An additional practical services, Server Load Balancing, that does the exact same for servers. Whilst HSRP, VRRP, and CLBP all represent multiple Actual physical routers to hosts as an individual virtual router, SLB represents various physical servers to hosts as just one Digital server.
In the next example, three Bodily servers happen to be positioned in to the SRB group ServFarm. They’re represented for the hosts given that the virtual server 210.1.one.14.
The hosts will find to communicate with the server at 210.one.1.14, not figuring out which they’re essentially speaking With all the routers in ServFarm. This permits fast cutover if among the list of Bodily servers goes down, and also serves to cover the particular IP addresses in the servers in ServFarm.
The basic functions of SLB consists of making the server farm, followed by creating the virtual server. We’ll 1st increase 210.one.one.eleven into the server farm:
MLS(config)# ip slb serverfarm ServFarm
MLS(config-slb-sfarm)# serious 210.one.one.eleven
MLS(config-slb-serious)# inservice
The 1st command generates the server farm, with the real command specifying the IP tackle of the actual server. The inservice command is necessary by SLB to think about the server as Completely ready to take care of the server farm’s workload. The real and inservice instructions really should be recurring for each server within the server farm.
To build the Digital server:
MLS(config)# ip slb vserver VIRTUAL_SERVER
MLS(config-slb-vserver)# serverfarm ServFarm
MLS(config-slb-vserver)# Digital 210.1.1.fourteen
MLS(config-slb-vserver)# inservice
Through the leading down, the vserver was named VIRTUAL_SERVER, which signifies the server farm ServFarm. The Digital server is assigned the IP handle 210.one.1.14, and connections are authorized when the inservice command is used.
You might also want to control which of one's network hosts can connect with the Digital server. If hosts or subnets are named Using the client command, Those people would be the only customers that can hook up with the virtual server. Take note that this command employs wildcard masks. The following configuration would allow for just the hosts to the subnet 210.1.one.0 /24 to connect to the virtual server.
MLS(config-slb-vserver)# consumer 210.one.one.0 0.0.0.255

SLB could be the server finish’s reply to HSRP, VRRP, and GLBP – but you continue to must comprehend it to become a CCNP! Being aware of 먹튀검증 redundancy methods and protocols is vital in right now’s networks, so be sure you’re cozy with SLB prior to taking up the exam.