Struggling To Become a CCNA ? Pass Now
No need to worry, I'm here to guide you. I have gained my CCNA after going through a well organised study technique. I was able to score 986/1000 in my first attempt for which I studied hard for a month not more than that. I want you to go through the simple study plan which I'm suggesting for getting success in CCNA exam. The technique which I'm going to explain is also useful for pursuing your CCNP and higher certificatons. Post your queries and request and check my post regularly on this blog for your success.
Google
 

Friday, September 18, 2009

Telecommuter site considerations



•Over the past decade the improvement of WAN technologies, notably DSL and cable modems, has allowed many employees to do their jobs remotely.
•As a result, the number of telecommuters and small offices has increased.
•As with the corporate and branch office solutions, the telecommuter site WAN solution should be selected by weighing cost and bandwidth requirements.

Branch office considerations



•A branch office, commonly referred to as a remote site, typically maintains at least one WAN connection to the central site and may have several links to other remote sites.
•Generally, branch office networks support fewer users than the central site and therefore require less bandwidth.
•Because remote site traffic can be sporadic or bursty, it will be important to determine whether it is more cost-effective to offer a permanent or dialup solution

Central site considerations





•The central site is the focal point of a company network.
•Typically, all remote sites and users must connect to the central site to access information, either intermittently or continuously.
•Because many users access this site in a variety of ways, a router at a central site should have a modular design so that interface modules can be added or swapped as needed.

Wednesday, September 9, 2009

CSU/DSU - Connectivity in Detail

Point-to-Point Serial Links

In the network at your job, most likely the serial interfaces on your

Cisco routers are not connected to each other directly. They connect

to a CSU/DSU, which supplies a clock rate to the router, allowing the

line protocol to stay up.

In the world of Cisco exams, and in your practice lab, there are

generally routers that have directly connected serial interfaces. These

routers are connected to each other by a DCE/DTE cable; the DCE end

of the cable will connect to the router that is acting as the CSU.











What’s The Line Protocol?

You’ll see a lot of discussion in CCNA and CCNP texts, but rarely does

anyone actually say what the line protocol is. The Cisco IOS Command

Reference defines the line protocol as "indicating whether the software

processes that handle the line protocol consider the line usable (that

is, keepalives are successful) or whether it has been taken down by an

administrator."

Translation: When the line protocol is down, there’s a problem with

the keepalives or the encapsulation type.



To tell the DTE end from the DCE end before connecting it, look for a

small label wrapped around one or both of the cable ends. That label

will indicate whether that is the DCE or DTE end. If there is no label,

the connector itself may have DTE or DCE imprinted on it.

After connecting the cable to the respective routers, use show

controller to ensure the router sees the cable as a DCE or DTE.

R1#show controller serial 1

HD unit 1, idb = 0x107114, driver structure at 0x10C590

buffer size 1524 HD unit 1, V.35 DTE cable

R3#show controller serial 1

HD unit 1, idb = 0xC7D1C, driver structure at 0xCCAA0

buffer size 1524 HD unit 1, V.35 DCE cable

The routers will not be able to communicate at this point, however.

Remember that when a serial interface connects to a CSU/DSU, the

interface receives clocking from that device. There is no CSU/DSU

involved when two serial interfaces are directly connected; therefore,

one of the devices must supply a clock rate to the other. The DCE

interface must supply the clock rate to the DTE.

R3(config)#int serial 1

R3(config-if)#clockrate 56000

<>

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1, changed state to up

R3#ping 172.12.13.1

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 172.12.13.1, timeout is 2 seconds:

!!!!!




In The REAL World…

For exam purposes, you need to memorize the fact that the DCE is the

interface that needs to have the clock rate configured. When you’re at

your practice rack, you’ll find out that you can’t put the clockrate on

the DTE, because the router won’t let you!