CCNP Certification / BCMSN Test Tutorial: Server Load Balancing (SLB)
If you’re engaged on your BCMSN Examination with your approach to CCNP certification, you’ll browse at duration regarding how Cisco routers and multilayer switches can function to supply router redundancy – but there’s A further beneficial assistance, Server Load Balancing, that does a similar for servers. Though HSRP, VRRP, and CLBP all stand for various physical routers to hosts as just one virtual router, SLB signifies several Actual physical servers to hosts as an individual Digital server.
In the subsequent illustration, three physical servers are placed to the SRB team ServFarm. They’re represented for the hosts as being the virtual server 210.1.one.fourteen.
The hosts will request to communicate with the server at 210.1.one.14, not understanding which they’re really communicating with the routers in ServFarm. This permits rapid cutover if among the list of Bodily servers goes down, as well as serves to hide the actual IP addresses of the servers in ServFarm.
The basic functions of SLB requires making the server farm, accompanied by producing the Digital server. We’ll very first incorporate 210.one.1.11 for the server farm:
MLS(config)# ip slb serverfarm ServFarm
MLS(config-slb-sfarm)# actual 210.1.1.11
MLS(config-slb-serious)# inservice
The very first command makes the server farm, with the actual command specifying the IP address of the actual server. The inservice command is necessary by SLB to take into account the server as ready to deal with the server farm’s workload. The true and inservice commands should be repeated for each server while in 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)# Digital 210.1.one.fourteen
MLS(config-slb-vserver)# inservice
From the top down, the vserver was named VIRTUAL_SERVER, which signifies the server farm ServFarm. The Digital server is assigned the IP handle 210.one.one.fourteen, and connections are allowed once the inservice command is applied.
You may additionally want to control which of your respective network hosts can connect to http://www.bbc.co.uk/search?q=토토사이트 the 안전공원 Digital server. If hosts or subnets are named While using the customer command, Those people would be the only shoppers that may connect to the virtual server. Notice that this command employs wildcard masks. The following configuration would allow for just the hosts around the subnet 210.one.1.0 /24 to connect to the Digital server.
MLS(config-slb-vserver)# client 210.1.1.0 0.0.0.255
SLB is definitely the server stop’s response to HSRP, VRRP, and GLBP – but you still have to comprehend it to become a CCNP! Knowing redundancy approaches and protocols is vital in today’s networks, so be sure to’re snug with SLB ahead of taking up the exam.