CCNP Certification / BCMSN Exam Tutorial: Server Load Balancing (SLB)
After you’re focusing on your BCMSN Examination in your method to CCNP certification, you’ll go through at length regarding how Cisco routers and multilayer switches can perform to provide router redundancy – but there’s An additional handy company, Server Load Balancing, that does precisely the same for servers. Whilst HSRP, VRRP, and CLBP all signify 토토사이트 multiple Bodily routers to hosts as just one virtual router, SLB represents various Bodily servers to hosts as a single Digital server.
In the next case in point, three physical servers happen to be put into the SRB group ServFarm. They’re represented into the hosts given that the Digital server 210.one.1.fourteen.
The hosts will search for to communicate with the server at 210.one.1.14, not figuring out which they’re actually communicating While using the routers in ServFarm. This enables rapid cutover if one of several physical servers goes down, and likewise serves to hide the actual IP addresses with the servers in ServFarm.
The fundamental operations of SLB consists of producing the server farm, followed by making the virtual server. We’ll very first include 210.one.1.eleven for the server farm:
MLS(config)# ip slb serverfarm ServFarm
MLS(config-slb-sfarm)# true 210.1.1.11
MLS(config-slb-serious)# inservice
The primary command makes the server farm, with the true command specifying the IP deal with of the actual server. The inservice command is needed by SLB to evaluate the server as Prepared to take care of the server farm’s workload. The actual and inservice commands should be repeated for every server from the server farm.
To develop the virtual 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
In the major down, the vserver was named VIRTUAL_SERVER, which signifies the server farm ServFarm. The Digital server is assigned the IP address 210.1.1.14, and connections are authorized after the inservice command is applied.
You might also want to manage which of the network hosts can connect with the virtual server. If hosts or subnets are named With all the client command, People would be the only clientele that may connect to the virtual server. Notice that this command takes advantage of wildcard masks. The next configuration would enable only the hosts around the subnet 210.1.one.0 /24 to connect to the Digital server.
MLS(config-slb-vserver)# consumer 210.one.one.0 0.0.0.255
SLB may be the server stop’s respond to to HSRP, VRRP, and GLBP – but you still ought to know it to be a CCNP! Realizing redundancy methods and protocols is important in nowadays’s networks, so make sure you’re comfortable with SLB before taking over the Examination.