사설사이트: It's Not as Difficult as You Think

CCNP Certification / BCMSN Test Tutorial: Server Load Balancing (SLB)

Once you’re engaged on your BCMSN exam on your own way to CCNP certification, you’ll read through at size regarding how Cisco routers and multilayer switches can get the job done to deliver router redundancy – but there’s A further helpful assistance, Server Load Balancing, that does exactly the same for servers. Although HSRP, VRRP, and CLBP all characterize several Bodily routers to hosts as only one Digital router, SLB represents a number of Bodily servers to hosts as one Digital server.

In the following example, 3 Actual physical servers are positioned in to the SRB group ServFarm. They’re represented for the hosts given that the virtual server 210.1.1.fourteen.

The hosts will seek out to talk to the server at 210.one.one.14, not figuring out that they’re essentially communicating Using the routers in ServFarm. This allows quick cutover if among the Actual physical servers goes down, and likewise serves to cover http://edition.cnn.com/search/?text=토토사이트 the particular IP addresses from the servers in ServFarm.

The fundamental operations of SLB consists of producing the server farm, accompanied by developing the virtual server. We’ll initial insert 210.one.1.11 to the server farm:

MLS(config)# ip slb serverfarm ServFarm

image

MLS(config-slb-sfarm)# actual 210.1.one.eleven

MLS(config-slb-serious)# inservice

The primary command makes the server farm, with the real command specifying the IP handle of the true server. The inservice command is needed by SLB to look at the server as Prepared to manage the server farm’s workload. The actual and inservice commands must be repeated for every server during the server farm.

To make the Digital server:

MLS(config)# ip slb vserver VIRTUAL_SERVER

MLS(config-slb-vserver)# serverfarm ServFarm

MLS(config-slb-vserver)# virtual 210.one.1.fourteen

MLS(config-slb-vserver)# inservice

Within the top rated down, the vserver was named VIRTUAL_SERVER, which represents the server farm ServFarm. The virtual server is assigned the IP address 210.1.one.14, and connections are authorized as soon as the inservice command is utilized.

You may also want to manage which of your network hosts can connect to the virtual server. If hosts or subnets are named Along with the client command, All those would be the only clients that will hook up with the virtual server. Notice this command employs wildcard masks. The subsequent configuration would let only the hosts over the subnet 210.1.1.0 /24 to connect with the virtual server.

MLS(config-slb-vserver)# client 210.one.1.0 0.0.0.255

SLB will be the server conclusion’s answer to HSRP, VRRP, and GLBP – but you continue to should comprehend it to become a CCNP! Figuring out redundancy techniques and protocols is significant in today’s networks, so ensure 먹튀검증 you’re comfy with SLB in advance of taking on the exam.