CCNP Certification / BCMSN Examination Tutorial: Server Load Balancing (SLB)
After you’re working on your BCMSN Test on your own solution to CCNP certification, you’ll read at duration regarding how Cisco routers and multilayer switches can function to supply router redundancy – but there’s An additional valuable company, Server Load Balancing, that does a similar for servers. Though HSRP, VRRP, and CLBP all stand for a number of Actual physical routers to hosts as just one virtual router, SLB represents various physical servers to hosts as an individual Digital server.
In the subsequent case in point, three Actual physical servers are actually positioned into the SRB group ServFarm. They’re represented on the hosts because the virtual server 210.1.one.14.
The hosts will seek out to communicate with the server at 210.1.one.fourteen, not figuring out they’re really speaking Along with the routers in ServFarm. This enables swift cutover if one of several physical servers goes down, and in addition serves to hide the particular IP addresses of the servers in 먹튀검증 ServFarm.
The basic functions of SLB will involve making the server farm, accompanied by creating the virtual server. We’ll to start with add 210.1.1.eleven on the server farm:
MLS(config)# ip slb serverfarm ServFarm

MLS(config-slb-sfarm)# authentic 210.one.one.eleven
MLS(config-slb-authentic)# inservice
The main command generates the server farm, with the true command specifying the IP tackle of the true server. The inservice command is necessary by SLB to think about the server as Prepared to deal with the server farm’s workload. The real and inservice instructions should be recurring for each server inside the server farm.
To produce the virtual server:
MLS(config)# ip slb vserver VIRTUAL_SERVER
MLS(config-slb-vserver)# serverfarm ServFarm
MLS(config-slb-vserver)# virtual 210.1.1.14
MLS(config-slb-vserver)# inservice
In the top down, the vserver was named VIRTUAL_SERVER, which signifies the server farm ServFarm. The Digital server is assigned the IP deal with 210.one.1.14, and connections are permitted as soon as the inservice command is used.
You may also want to manage which of the community hosts can connect with the virtual server. If hosts or subnets are named Using the client command, Those people would be the only consumers that may connect to the virtual server. Be aware that this command uses wildcard masks. The following configuration would make it possible for just the hosts about the subnet 210.one.1.0 /24 to connect with the virtual server.
MLS(config-slb-vserver)# customer 210.1.1.0 0.0.0.255
SLB is definitely the server end’s solution to HSRP, VRRP, and GLBP – but you continue to have to comprehend it to be a CCNP! Knowing redundancy tactics and protocols is significant in now’s networks, so be sure to’re snug with SLB before taking on the Test.