When you're working on your BCMSN exam on your way to CCNP certification, you are going to study at length about how Cisco routers and multilayer switches can operate to give router redundancy - but there is yet another useful service, Server Load Balancing, that does the identical for servers. While HSRP, VRRP, and CLBP all represent multiple physical routers to hosts as a single virtual router, SLB represents several physical servers to hosts as a single virtual server.
In the following instance, 3 physical servers have been placed into the SRB group ServFarm. To get extra information, we understand you gander at: http://stocks.newsok.com/newsok/news/read/30925912/mathfilefoldergames.com_hosts_virtual_math_summit. They are represented to the hosts as the virtual server 210.1.1.14.
The hosts will seek to communicate with the server at 210.1.1.14, not understanding that they're basically communicating with the routers in ServFarm. This makes it possible for speedy cutover if a single of the physical servers goes down, and also serves to hide the actual IP addresses of the servers in ServFarm.
The standard operations of SLB requires developing the server farm, followed by building the virtual server. We'll very first add 210.1.1.11 to the server farm:
MLS(config)# ip slb serverfarm ServFarm
MLS(config-slb-sfarm)# true 210.1.1.11
MLS(config-slb-real)# inservice
The initial command creates the server farm, with the real command specifying the IP address of the true server. The inservice command is required by SLB to take into account the server as ready to manage the server farm's workload. To learn more, people might hate to have a peep at: http://www.wdrb.com/story/30394774/mathfilefoldergamescom-hosts-virtual-math-summit. The actual and inservice commands should really be repeated for each server 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)# virtual 210.1.1.14
MLS(config-slb-vserver)# inservice
From the best down, the vserver was named VIRTUAL_SERVER, which represents the server farm ServFarm. The virtual server is assigned the IP address 210.1.1.14, and connections are allowed as soon as the inservice command is applied.
You could possibly also want to handle which of your network hosts can connect to the virtual server. If hosts or subnets are named with the client command, these will be the only consumers that can connect to the virtual server. Note that this command utilizes wildcard masks. The following configuration would let only the hosts on the subnet 210.1.1. To read additional information, we recommend people check out: http://www.foxnebraska.com/story/30394774/mathfilefoldergamescom-hosts-virtual-math-summit. /24 to connect to the virtual server.
MLS(config-slb-vserver)# client 210.1.1. ...255
SLB is the server end's answer to HSRP, VRRP, and GLBP - but you nevertheless desire to know it to turn out to be a CCNP! Figuring out redundancy strategies and protocols is vital in today's networks, so make positive you're comfy with SLB prior to taking on the exam.. Visit http://www.wkrg.com/story/30394774/mathfilefoldergamescom-hosts-virtual-math-summit to discover the reason for it.
No comments:
Post a Comment