CCNP Certification / BCMSN Test Tutorial: Server Load Balancing (SLB)
Once you’re working on your BCMSN Test on the technique to CCNP certification, you’ll go through at length about how Cisco routers and multilayer switches can work to supply router redundancy – but there’s A different practical provider, Server Load Balancing, that does a similar for servers. Whilst HSRP, VRRP, and CLBP all represent multiple physical routers to hosts as a single Digital router, SLB signifies many Bodily servers to hosts as a single virtual server.
In the subsequent case in point, a few physical servers happen to be positioned into your SRB team ServFarm. They’re represented for the hosts as being the virtual server 210.1.1.fourteen.
The hosts will seek out to talk to the server at 210.1.one.14, not recognizing which they’re in fact communicating Along with the routers in ServFarm. This allows swift cutover if one of the Actual physical servers goes down, and likewise serves to cover the particular IP addresses in the servers in ServFarm.
The fundamental functions of SLB will involve generating the server farm, followed by producing the Digital server. We’ll initially increase 210.1.1.11 towards the server farm:
MLS(config)# ip slb serverfarm ServFarm
MLS(config-slb-sfarm)# serious 210.one.one.eleven
MLS(config-slb-serious)# inservice
The very first command creates the server farm, with the true command specifying the IP deal with of the true server. The inservice command is required by SLB to take into account the server as Completely ready to take care of the server farm’s workload. The true and inservice commands need to be recurring for each server during 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.one.one.fourteen
MLS(config-slb-vserver)# inservice
From the top rated down, the vserver was named VIRTUAL_SERVER, which represents the server 먹튀검증 farm ServFarm. The virtual server is assigned the IP deal with 210.1.1.fourteen, and connections are permitted once the inservice command is https://www.washingtonpost.com/newssearch/?query=먹튀검증 utilized.
You might also want to manage which of your respective community hosts can hook up with the virtual server. If hosts or subnets are named Using the shopper command, Those people will be the only clientele that may connect with the Digital server. Notice this command utilizes wildcard masks. The next configuration would permit just the hosts to the subnet 210.one.1.0 /24 to connect to the virtual server.
MLS(config-slb-vserver)# client 210.1.1.0 0.0.0.255
SLB could be the server conclude’s reply to HSRP, VRRP, and GLBP – but you continue to ought to comprehend it to be a CCNP! Recognizing redundancy approaches and protocols is important in now’s networks, so ensure you’re relaxed with SLB before taking over the exam.