CCNP Certification / BCMSN Exam Tutorial: Server Load Balancing (SLB)
If you’re focusing on your BCMSN exam with your strategy to CCNP certification, you’ll read at duration about how Cisco routers and multilayer switches can perform to supply router redundancy – but there’s A different beneficial support, Server Load Balancing, that does the identical for servers. While HSRP, VRRP, and CLBP all depict many Actual physical routers to hosts as an individual 먹튀검증 Digital router, SLB signifies multiple Actual physical servers to hosts as one Digital server.
In the subsequent instance, a few Actual physical servers are placed to the SRB group ServFarm. They’re represented for the hosts because the virtual server 210.1.1.fourteen.
The hosts will search for to talk to the server at 210.1.one.14, not realizing they’re in fact communicating with the routers in ServFarm. This enables swift cutover if one of several Actual physical servers goes down, in addition to serves to cover the particular IP addresses with the servers in ServFarm.

The fundamental functions of SLB includes generating the server farm, accompanied by generating the Digital server. We’ll first include 210.1.one.11 into the server farm:
MLS(config)# ip slb serverfarm ServFarm
MLS(config-slb-sfarm)# actual 210.1.one.eleven
MLS(config-slb-real)# inservice
The initial command produces the server farm, with the true command specifying the IP address of the real server. The inservice command is required by SLB to consider the server as Completely ready to deal with the server farm’s workload. The real and inservice instructions really should be repeated for every server from the server farm.
To make 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
From your top down, the vserver was named VIRTUAL_SERVER, which represents the server farm ServFarm. The virtual server is assigned the IP deal with 210.one.1.14, and connections are allowed once the inservice command is used.
You may additionally want to manage which of your network hosts can connect with the virtual server. If hosts or subnets are named Along with the client command, Individuals would be the only clientele that could connect to the virtual server. Take note that this command makes use of wildcard masks. The subsequent configuration would make it possible for just the hosts around the subnet 210.one.1.0 /24 to connect to the virtual server.
MLS(config-slb-vserver)# client 210.1.one.0 0.0.0.255
SLB would be the server end’s remedy to HSRP, VRRP, and GLBP – but you still really need to comprehend it to be a CCNP! Being aware of redundancy tactics and protocols is important in currently’s networks, so ensure you’re comfortable with SLB prior to taking over the exam.