CCNP Certification / BCMSN Exam Tutorial: Server Load Balancing (SLB)
If you’re engaged on your BCMSN Test on the technique to CCNP certification, you’ll go through at duration about how Cisco routers and multilayer switches can operate to supply router redundancy – but there’s An additional useful services, Server Load Balancing, that does precisely the same for servers. Although HSRP, VRRP, and CLBP all stand for several Actual physical routers to hosts as an individual Digital router, SLB signifies several Bodily servers to hosts as just one virtual server.
In the next illustration, three physical servers are positioned in the SRB team ServFarm. They’re represented for the hosts as the virtual server 210.1.1.fourteen.
The hosts will look for to talk to the server at 210.one.1.14, not knowing they’re in fact communicating Together with the routers in ServFarm. This enables quick cutover if among the list of Actual physical servers goes down, as well as serves to hide the actual IP addresses in the servers in ServFarm.
The fundamental functions of SLB involves developing the server farm, accompanied by developing the Digital server. We’ll to start with incorporate 210.1.one.11 into the server farm:

MLS(config)# ip slb serverfarm ServFarm
MLS(config-slb-sfarm)# authentic 210.1.1.11
MLS(config-slb-genuine)# inservice
The main command creates the server farm, with the true command specifying the IP deal with of the actual server. The inservice command is necessary by SLB to take into account the server as All set to take care of the server farm’s workload. The true and inservice instructions should be recurring for every server in the server farm.
To create the Digital server:
MLS(config)# ip slb vserver VIRTUAL_SERVER
MLS(config-slb-vserver)# serverfarm ServFarm
MLS(config-slb-vserver)# virtual 210.one.one.fourteen
MLS(config-slb-vserver)# inservice
From the best down, the vserver was named VIRTUAL_SERVER, which represents the server farm ServFarm. The Digital server is assigned the IP handle 210.one.one.fourteen, and connections are permitted when the inservice command is utilized.
You might also want to control which of your respective 먹튀검증 community hosts can hook up with the virtual server. If hosts or subnets are named Along with the client command, These will be the only shoppers that may connect to the virtual server. Take note this command makes use of wildcard masks. The subsequent configuration would permit only the hosts within the subnet 210.one.1.0 /24 to hook up with the Digital server.
MLS(config-slb-vserver)# client 210.one.one.0 0.0.0.255
SLB will be the server conclusion’s remedy to HSRP, VRRP, and GLBP – but you still really need to know it to become a CCNP! Realizing redundancy methods and protocols is vital in today’s networks, so make sure you’re relaxed with SLB ahead of taking on the Test.