CCNP Certification / BCMSN Exam Tutorial: Server Load Balancing (SLB)
Once you’re focusing on your BCMSN Examination on the strategy to CCNP certification, you’ll examine at size regarding how Cisco routers and multilayer switches can operate to offer router redundancy – but there’s A further valuable provider, Server Load Balancing, that does the exact same for servers. Whilst HSRP, VRRP, and CLBP all signify a number of Actual physical routers to hosts as one virtual router, SLB represents many physical servers to hosts as an individual virtual server.
In the subsequent illustration, 3 Bodily servers are positioned in the SRB group ServFarm. They’re represented to the hosts as being the virtual server 210.one.1.fourteen.
The hosts will seek out to communicate with the server at 210.one.one.fourteen, not being aware of that they’re truly speaking With 토토사이트 all the routers in ServFarm. This permits rapid cutover if among the Bodily servers goes down, and likewise serves to hide the particular IP addresses in the servers in ServFarm.
The essential functions of SLB includes creating the server farm, accompanied by making the Digital server. We’ll first include 210.1.one.11 to the server farm:
MLS(config)# ip slb serverfarm ServFarm
MLS(config-slb-sfarm)# actual 210.1.1.11
MLS(config-slb-authentic)# inservice

The very first command results in the server farm, with the real command specifying the IP address of the real server. The inservice command is needed by SLB to consider the server as ready to manage the server farm’s workload. The real and inservice commands should be recurring for every server during the server farm.
To develop the Digital server:
MLS(config)# ip slb vserver VIRTUAL_SERVER
MLS(config-slb-vserver)# serverfarm ServFarm
MLS(config-slb-vserver)# Digital 210.1.1.14
MLS(config-slb-vserver)# inservice
With the leading down, the vserver was named VIRTUAL_SERVER, which signifies the server farm ServFarm. The virtual server is assigned the IP tackle 210.one.one.14, and connections are permitted after the inservice command is applied.
You may also want to manage which within your community hosts can connect to the Digital server. If hosts or subnets are named With all the client command, those would be the only consumers that will hook up with the virtual server. Observe this command utilizes wildcard masks. The following configuration would let only the hosts on the subnet 210.one.1.0 /24 to connect with the Digital server.
MLS(config-slb-vserver)# customer 210.one.1.0 0.0.0.255
SLB would be the server conclude’s respond to to HSRP, VRRP, and GLBP – but you still really need to know it to be a CCNP! Figuring out redundancy procedures and protocols is significant in currently’s networks, so you should definitely’re comfy with SLB right before taking on the Test.