CCNP Certification / BCMSN Test Tutorial: Server Load Balancing (SLB)
If you’re working on your BCMSN Test on your own approach to CCNP certification, you’ll browse at size regarding how Cisco routers and multilayer switches can operate to offer router redundancy – but there’s One more helpful support, Server Load Balancing, http://query.nytimes.com/search/sitesearch/?action=click&contentCollection®ion=TopBar&WT.nav=searchWidget&module=SearchSubmit&pgtype=Homepage#/먹튀검증 that does the identical for servers. When HSRP, VRRP, and CLBP all stand for various Bodily routers to hosts as one Digital router, SLB represents several Actual physical servers to hosts as one virtual server.
In the following example, three Actual physical servers are put into the SRB group ServFarm. They’re represented for the hosts as the virtual server 210.one.1.14.
The hosts will seek to talk to the server at 210.1.one.14, not figuring out which they’re truly communicating While using the routers in ServFarm. This allows quick cutover if one of the physical servers goes down, in addition to serves to hide the actual IP addresses on the servers in ServFarm.
The essential functions of SLB entails developing the server farm, accompanied by building the Digital server. We’ll to start with incorporate 210.one.one.11 on the server farm:
MLS(config)# ip slb serverfarm ServFarm
MLS(config-slb-sfarm)# serious 210.one.1.eleven
MLS(config-slb-serious)# inservice
The main command makes the server farm, with the true command specifying the IP handle of the true server. The inservice command is necessary by SLB to look at the server as ready to deal with the server farm’s workload. The true and inservice instructions need to be repeated for every server during the server farm.

To generate 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
From your prime down, the vserver was named VIRTUAL_SERVER, which represents the server farm ServFarm. The virtual server is assigned the IP tackle 210.1.1.14, and connections are allowed once the inservice command is used.
You might also want to control which of your respective network hosts can hook up with the virtual server. If hosts or subnets are named with the consumer 먹튀검증 command, those would be the only clientele that will connect to the Digital server. Observe that this command makes use of wildcard masks. The subsequent configuration would allow for only the hosts around the subnet 210.one.one.0 /24 to connect with the virtual server.
MLS(config-slb-vserver)# consumer 210.one.one.0 0.0.0.255
SLB may be the server conclude’s remedy to HSRP, VRRP, and GLBP – but you still must comprehend it to become a CCNP! Knowing redundancy methods and protocols is important in nowadays’s networks, so you should definitely’re cozy with SLB in advance of taking on the Test.