CCNP Certification / BCMSN Examination Tutorial: Server Load Balancing (SLB)
Once you’re engaged on your BCMSN exam on your method to CCNP certification, you’ll examine at length regarding how Cisco routers and multilayer switches can operate to offer router redundancy – but there’s Yet another helpful support, Server Load Balancing, that does precisely the same for servers. Although HSRP, VRRP, and CLBP all symbolize a number of Actual physical routers to hosts as just one Digital router, SLB represents various physical servers to hosts as one virtual server.
In the subsequent case in point, 3 physical servers have been put in the SRB group ServFarm. They’re represented towards the hosts as being the Digital server 210.one.one.fourteen.
The hosts will find to talk to the server at 210.1.one.fourteen, not realizing that they’re really communicating Together with the routers in ServFarm. This enables swift cutover if among the list of Bodily servers goes down, and in addition serves to cover the particular IP addresses with the servers in ServFarm.
The fundamental functions of SLB includes building the server farm, accompanied by generating the virtual server. We’ll initially incorporate 210.one.1.eleven on the server farm:
MLS(config)# ip slb serverfarm ServFarm
MLS(config-slb-sfarm)# authentic 210.1.one.eleven
MLS(config-slb-genuine)# inservice

The first command produces the server farm, with the real command specifying the IP deal with of the actual server. The inservice command is needed by SLB to evaluate the server as Completely ready to take care of the server farm’s workload. The true and inservice commands ought to be recurring for each server in the server farm.
To create the virtual server:
MLS(config)# ip slb vserver VIRTUAL_SERVER
MLS(config-slb-vserver)# serverfarm ServFarm
MLS(config-slb-vserver)# Digital 210.1.one.fourteen
MLS(config-slb-vserver)# inservice
With the leading down, the vserver was named VIRTUAL_SERVER, which represents the server farm ServFarm. The Digital server is assigned the IP deal with 210.1.1.fourteen, and connections are authorized after the inservice command is used.
You may additionally want to regulate which within your network hosts can connect with the virtual server. If hosts or subnets are named While using the client command, those would be the only consumers which 먹튀검증 will hook up with the virtual server. Be aware this command works by using wildcard masks. The next configuration would enable only the hosts within the subnet 210.1.1.0 /24 to connect with the Digital server.
MLS(config-slb-vserver)# client 210.one.one.0 0.0.0.255
SLB will be the server conclusion’s respond to to HSRP, VRRP, and GLBP – but you still need to know it to be a CCNP! Understanding redundancy techniques and protocols is significant in nowadays’s networks, so you should definitely’re at ease with SLB prior to taking up the Test.