CCNP Certification / BCMSN Examination Tutorial: Server Load Balancing (SLB)
Any time you’re focusing on your BCMSN Test on your own solution to CCNP certification, you’ll browse at length about how Cisco routers and multilayer switches can get the job done to supply router redundancy – but there’s One more useful company, Server Load Balancing, that does a similar for servers. When HSRP, VRRP, and CLBP all represent multiple physical routers to hosts as just one Digital router, SLB signifies multiple Bodily servers to hosts as an individual Digital server.
In the next instance, a few Actual physical servers are already put into the SRB team ServFarm. They’re represented into the hosts since the Digital server 210.1.1.14.
The hosts will look for to talk to the server at 210.1.1.fourteen, not being aware of that they’re essentially speaking Together with the routers in ServFarm. This enables quick cutover if one of several Bodily servers goes down, in addition to serves to hide the particular IP addresses of your servers in ServFarm.

The basic functions of SLB requires producing the server farm, followed by making the virtual server. We’ll very first incorporate 210.one.1.11 to your server farm:
MLS(config)# ip slb serverfarm ServFarm
MLS(config-slb-sfarm)# true 210.one.one.eleven
MLS(config-slb-serious)# inservice
The very first command results in the server farm, with the actual command specifying the IP address of the true server. The inservice command is necessary by SLB to evaluate the server as ready to manage the server farm’s workload. The true and inservice commands must be recurring for every server during the server farm.
To create the virtual 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 leading down, the vserver was named VIRTUAL_SERVER, which represents the server farm ServFarm. The virtual server is assigned the IP tackle 210.one.1.fourteen, and connections are authorized after the inservice command is used.
You might also want 토토사이트 to control which of your respective network hosts can connect to the virtual server. If hosts or subnets are named With all the customer command, People will be the only consumers which can connect to the Digital server. Take note that this command makes use of wildcard masks. The subsequent configuration would enable only the hosts over the subnet 210.1.1.0 /24 to connect to the virtual server.
MLS(config-slb-vserver)# consumer 210.one.one.0 0.0.0.255
SLB will be the server conclude’s reply to HSRP, VRRP, and GLBP – but you continue to really need to realize it to become a CCNP! Figuring out redundancy strategies and protocols is significant in currently’s networks, so ensure that you’re snug with SLB before taking on the Examination.