CCNP Certification / BCMSN Examination Tutorial: Server Load Balancing (SLB)
When you’re focusing on your BCMSN exam with your method to CCNP certification, you’ll examine at duration about how Cisco routers and multilayer switches can do the job to supply router redundancy – but there’s A different helpful provider, Server Load Balancing, that does exactly the same for servers. Even though HSRP, VRRP, and CLBP all signify a number of physical routers to hosts as a single Digital router, SLB signifies a number of Bodily servers to hosts as just one virtual server.

In the next instance, three physical servers are already positioned to the SRB group ServFarm. They’re represented into the hosts since the virtual server 210.one.1.14.
The hosts will look for to communicate with the server at 210.one.one.fourteen, not knowing which they’re essentially speaking With all the routers in ServFarm. This allows brief cutover if on the list of Actual physical servers goes down, as well as serves to cover the particular IP addresses of the servers in ServFarm.
The basic functions of SLB consists of producing the server farm, followed by making the virtual server. We’ll initially include 210.one.one.eleven on the server farm:
MLS(config)# ip slb serverfarm ServFarm
MLS(config-slb-sfarm)# actual 210.1.one.eleven
MLS(config-slb-true)# inservice
The first command makes the server farm, with the actual command specifying the IP address of the real server. The inservice command is necessary by SLB to look at the server as Completely ready to handle the server farm’s workload. The actual 토토사이트 and inservice instructions must be repeated for each server during 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)# Digital 210.one.one.fourteen
MLS(config-slb-vserver)# inservice
From your best down, the vserver was named VIRTUAL_SERVER, which signifies the server farm ServFarm. The Digital server is assigned the IP address 210.one.1.fourteen, and connections are authorized as soon as the inservice command is used.
You may additionally want to regulate which of the community hosts can connect to the Digital server. If hosts or subnets are named With all the shopper command, All those would be the only clients that could hook up with the Digital server. Observe this command takes advantage of wildcard masks. The next configuration would let only the hosts around the subnet 210.1.one.0 /24 to connect with the Digital server.
MLS(config-slb-vserver)# shopper 210.1.one.0 0.0.0.255
SLB is definitely the server conclude’s respond to to HSRP, VRRP, and GLBP – but you still really need to comprehend it to be a CCNP! Realizing redundancy tactics and protocols is vital in now’s networks, so make sure you’re relaxed with SLB right before taking on the exam.