Archive

Posts Tagged ‘server’

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

November 13th, 2009

When you’re working on your BCMSN exam on your way to CCNP certification, you’ll read at length about how Cisco routers and multilayer switches can work to provide router redundancy - but there’s another helpful service, Server Load Balancing, that does the same for servers. While HSRP, VRRP, and CLBP all represent multiple physical routers to hosts as a single virtual router, SLB represents multiple physical servers to hosts as a single virtual server.

In the following example, three physical servers have been placed into the SRB group ServFarm. They’re 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 knowing that they’re actually communicating with the routers in ServFarm. This allows quick cutover if one of the physical servers goes down, and also serves to hide the actual IP addresses of the servers in ServFarm.

The basic operations of SLB involves creating the server farm, followed by creating the virtual server. We’ll first add 210.1.1.11 to the server farm:

MLS(config)# ip slb serverfarm ServFarm

MLS(config-slb-sfarm)# real 210.1.1.11

MLS(config-slb-real)# inservice

The first command creates the server farm, with the real command specifying the IP address of the real server. The inservice command is required by SLB to consider the server as ready to handle the server farm’s workload. The real and inservice commands should be repeated for each server in the server farm.
Read more…

CCNP / BCMSN Comp Tutorial: VLAN Trunking Pact ( VTP )

September 4th, 2009

Passing the BCMSN catechism and receipt one step closer to the CCNP certification means learning and viewing details that you were not presented duck monopoly your CCNA studies. ( Good, I recognize – you had likewise than enough details accordingly, justifiable? ) One contract you’ve got to enroll in addition details about is VTP, which seemed manageable enough fix your CCNA studies! Element of learning the details is mastering the fundamentals, whence drag this tutorial we’ll review the basics of VTP.

In expo vtp stratum readouts, the ” VTP Operating Mode ” is set to ” Server ” by underage. The other recognized spell for VTP Operating Mode is smartly VTP Mode, and Server is the deficit. Essential ‘ s finished the usage of VTP modes that we engagement distance limits on which switches power drop and occasion VLANs.
Read more…

CCNA / CCNP Home Lab Tutorial: Assembling Your Cisco Home Lab

August 8th, 2009

A CCNA or CCNP candidate who wants to be totally ready for the exam they will gather to practice in the home laboratory. Used with Cisco router and switch, and a lot more affordable then ever before, truly there is no reason not to have one!

With various models available, there is some understandable confusion between CCNAs and the future CCNPs about buying a router and to avoid that. You can take almost any Cisco router and set the home laboratory, part of the learning process that takes what equipment you have available and put together your own lab! For you to start preparing your home or to a laboratory that is one, this article will list the router that I use in the Cisco pods. You do not need to have all this equipment, but this will give you some ideas on how to get started.

The most versatile you can get the router for CCNA / CCNP home lab is 2520. This router come with four serial ports, one ethernet port, and an ISDN BRI interface for practice. This mix of interfaces means you can actually use it as a frame relay switch while using the ethernet port and BRI for routing. (There is no problem with the router using the laboratory as your second frame relay switch and router practices; frame relay to switch sample configuration, visit my website!)
Read more…