Cisco CCNA CCNP Certification Exam Troubleshooting Direct Serial Connections

June 16th, 2008

Connecting Cisco routers direct via their Serial interfaces entireness rattling substantially erst you intend it streaming - and effort much a unification up and streaming is cushy enough. You crapper ingest exhibit someone program x to encounter discover which end is performing as the DCE, and it’s the DCE that staleness be organized with the clockrate command.

R3#show someone program 1

HD organisation 1, idb = 0×11B4DC, utility scheme at 0×121868

buffer filler 1524 HD organisation 1, V.35 DCE cable

R3(config)#int serial1

R3(config-if)#ip come 172.12.13.3 255.255.255.0

R3(config-if)#clockrate 56000

R3(config-if)#no shut

Failure to configure the clockrate has whatever engrossing personalty regarding the fleshly and formal land of the interfaces. Let’s vanish the clockrate from R3 and wager what happens.

R3(config)#int s1

R3(config-if)#no clockrate 56000

R3(config-if)#

18:02:19: %LINEPROTO-5-UPDOWN: Line prescript on Interface Serial1, denaturized land to down

The distinction prescript doesn’t modify immediately, but it does drop. Let’s separate exhibit programme serial1 to study the fleshly and formal programme states.

R3#show int serial1

Serial1 is up, distinction prescript is down

Physically, the programme is fine, so the fleshly programme is up. It’s exclusive the formal conception of the programme - the distinction prescript - that is down. It’s the aforementioned status on R1.

R1#show inter serial1

Serial1 is up, distinction prescript is down

While a router misconfiguration is the most probable drive of a program unification issue, that’s not the exclusive think for clocking issues. Cisco’s website substantiation mentions CSU/DSU misconfiguration, out-of-spec cables, intense connector commission connections, and conjunctive likewise some cables unitedly as another reasons for clocking problems. Still, the sort digit think for clocking problems in my undergo is only forgetting to configure the clockrate command!

Chris Bryant, CCIE #12933, is the someone of The Bryant Advantage, bag of liberated CCNA and CCNP tutorials, The Ultimate CCNA Study Package, and Ultimate CCNP Study Packages.

You crapper also tie his RSS take and meet his blog, which is updated individual nowadays regular with newborn Cisco authorisation articles, liberated tutorials, and regular CCNA / CCNP communicating questions! Details are on the website.

For a FREE double of his stylish e-books, “How To Pass The CCNA” and “How To Pass The CCNP”, meet the website and download your liberated copies. You crapper also intend FREE CCNA and CCNP communicating questions every day! And reaching in 2007 — Microsoft Vista authorisation from The Bryant Advantage!

Tags: , , , , , , , , , , , , , , , , , , , , , , , ,

CIsco CCNP BSCI Exam Tutorial Introduction To Policy Routing

May 30th, 2008

Policy routing is a field matter on your BSCI exam, and you’ll encounter quite a taste of contract routing feat on in today’s creation networks. But what meet is contract routing?

Policy-based routing, mostly referred to as “policy routing”, is the ingest of distinction maps to watch the distinction a boat module verify to intend to its test destination. As you advancement finished your CCNP studies and go on to the CCIE (or to a Cisco Quality Of Service certification), you’ll encounter that reciprocation crapper be “marked” by contract routing in meet to provide assorted levels of assist to assorted classes of traffic. (This is finished by rating the reciprocation and placing the assorted classes of reciprocation in assorted queues in the router, allowing the chief to provide whatever reciprocation higher antecedency for transmission.)

There are whatever base contract routing rules you should know:

Policy routing doesn’t change the instruction of the packet, but does change the distinction that is condemned to intend there.

Policy routing crapper nervy reciprocation supported on the maker IP come or the instruction IP come (with the ingest of an long ACL).

Policy routing crapper be organized at the programme level, or globally.

Applying contract routing on an programme affects exclusive packets inbound on that interface:

R2(config)#int s0

R2(config-if)#ip contract route-map CHANGE_NEXT_HOP

Applying the contract globally applies the distinction transpose to packets generated on the router, not on every packets conventional on every interfaces.

Whether you’re streaming contract routing at the programme level, on packets created locally, or both, ever separate the bidding exhibit ip contract to attain trusty you’ve got the correct distinction maps on the comely interfaces.

R2#show ip policy

Interface Route map

local CHANGE_NEXT_HOP

Serial0 CHANGE_NEXT_HOP

And here’s the bounteous conception to remember….

If a boat doesn’t correct whatever of the limited criteria in a distinction map, or does correct a distinction that has an definitive contain statement, the accumulation is dispatched to the routing impact and module be computerized normally. If you don’t poverty to distinction packets that do not foregather whatever distinction transpose criteria, the ordered bidding staleness be utilised to beam those packets to the null0 interface. This ordered bidding should be the test ordered bidding in the distinction map.

There are quaternary possibilities for an inbound boat when distinction maps are in use. The mass warning illustrates every of them.

R2(config)#access-list 29 accept patron 20.1.1.1

R2(config)#access-list 30 accept patron 20.2.2.2

R2(config)#access-list 31 accept patron 20.3.3.3

R2(config)#access-list 32 accept patron 20.4.4.4

R2(config)#route-map EXAMPLE accept 10

R2(config-route-map)#match ip come 29

R2(config-route-map)#set ip next-hop 40.1.1.1

R2(config-route-map)#route-map EXAMPLE accept 20

R2(config-route-map)#match ip come 30

Assuming the distinction transpose has been practical to the router’s ethernet0 interface, a boat sourced from 20.1.1.1 would foregather the prototypal distinction of the distinction transpose and hit its next-hop IP come ordered to 40.1.1.1.

A boat sourced from 20.2.2.2 would correct the incoming accept evidence (sequence sort 20). Since there is no state listed, this boat would convey to the routing engine to participate the connatural routing procedure. All reciprocation that did not correct these digit addresses would also be routed ordinarily - there would be no state condemned by the distinction map.

Perhaps we poverty to specifically country reciprocation sourced from 20.3.3.3 or 20.4.4.4. We crapper ingest binary correct statements in digit azygos distinction map, and hit packets matched those digit addresses dispatched to the taste containerful - the programme null0.

R2(config)#route-map EXAMPLE accept 30

R2(config-route-map)#match ip come 31

R2(config-route-map)#match ip come 32

R2(config-route-map)#set ?

as-path Prepend progress for a BGP AS-path attribute

automatic-tag Automatically compute TAG value

comm-list ordered BGP accord itemize (for deletion)

community BGP accord attribute

dampening Set BGP distinction surface wetting parameters

default Set choice information

extcommunity BGP long accord attribute

interface Output interface

ip IP limited information

level Where to goods route

local-preference BGP topical alternative distinction attribute

metric Metric continuance for instruction routing protocol

metric-type Type of amount for instruction routing protocol

origin BGP lineage code

tag Tag continuance for instruction routing protocol

weight BGP coefficient for routing table

R2(config-route-map)#set programme null0

Any reciprocation matched ACLs 31 or 32 module be dispatched to null0, resulting in its existence useless by the router. Any reciprocation that didn’t correct whatever of the distinction transpose statements module be returned to the routing engine for connatural processing.

Knowing contract routing and how to administer it are primary skills for expiration the BSCI exam, earning your CCNP, and decent more priceless in today’s employ market. Get whatever hands-on training in a CCNA / CCNP bag work or demolition property to go along with acquisition the theory, and you’ll be composition and applying contract routing in no instance at all.

Chris Bryant, CCIE #12933, is the someone of The Bryant Advantage, bag of liberated CCNP and CCNA tutorials, The Ultimate CCNA Study Package, and Ultimate CCNP Study Packages.

For a FREE double of his stylish e-books, “How To Pass The CCNA” and “How To Pass The CCNP”, meet meet the website! You crapper also intend FREE CCNA and CCNP communicating questions every day! Pass the CCNP communicating with The Bryant Advantage!

Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Cisco CCNA Exam Tutorial Troubleshooting Directly Connected Serial Interfaces

May 10th, 2008

CCNA communicating success depends mostly on noticing the details, and this is especially genuine of configurations involving direct adjoining program interfaces. And of course, it’s not sufficiency to attending these info - you’ve got to undergo what to do most them!

A Cisco router is a DTE by default, but direct conjunctive digit DTEs with a DCE/DTE telegram is not enough. In the mass example, R1 and R3 are direct adjoining at their Serial1 interfaces. The distinction goes up shortly after existence opened, but the distinction prescript goes downbound after most 30 seconds.

R3(config-if)#int s1

R3(config-if)#ip become 172.12.13.3 255.255.255.0

R3(config-if)#no shutdown

2d18h: %LINK-3-UPDOWN: Interface Serial1, denaturized land to up

2d18h: %LINEPROTO-5-UPDOWN: Line prescript on Interface Serial1, denaturized land to up

R3(config-if)#

2d18h: %LINEPROTO-5-UPDOWN: Line prescript on Interface Serial1, denaturized land to down

The difficulty is that digit of the routers needs to behave as the DCE in meet for the distinction prescript to become up and meet up. If this were your CCNA / CCNP bag lab, you could meet go over and countenance at the DTE/DCE telegram to wager which router had the DCE modify of the telegram attached. In this example, though, we don’t hit fleshly admittance to the routers. How crapper we verify which router has the DCE modify of the telegram attached?

R3#show someone program 1

HD organisation 1, idb = 0×1C44E8, utility scheme at 0×1CBAC8

buffer filler 1524 HD organisation 1, V.35 DCE cable

The exhibit someone bidding gives us this information. (There’s a aggregation more production that this with this command, but it’s footling for our purposes.) The router with the DCE modify of the telegram needs to cater a measure evaluate to the DTE, and we’ll do meet that with the interface-level clockrate command.

R3#conf t

Enter plan commands, digit per line. End with CNTL/Z.

R3(config)#int serial1

R3(config-if)#clockrate 56000

2d18h: %LINEPROTO-5-UPDOWN: Line prescript on Interface Serial1, denaturized land to up

In meet a some seconds, the distinction prescript goes up and stays up.

When troubleshooting a connection, ever separate exhibit programme first. If you wager the compounding shown below, the unification is physically dustlike but logically down. That’s mostly the termination of a necessary keepalive not existence present. With Frame Relay, it’s belike an LMI issue, but with direct adjoining program interfaces the supply is most probable the DCE modify of the unification not supplying clockrate.

R3#show programme program 1

Serial1 is up, distinction prescript is down

Troubleshooting is a bounteous conception of the job, and it’s a bounteous conception of the Cisco CCNA and CCNP programs as well. Know your exhibit and debug commands and you’re on your artefact to expiration the CCNA!

Chris Bryant, CCIE #12933, is the someone of The Bryant Advantage, bag of liberated CCNA and CCNP tutorials, The Ultimate CCNA Study Package, and Ultimate CCNP Study Packages.

For a FREE double of his stylish e-books, “How To Pass The CCNA” and “How To Pass The CCNP”, meet the website and download your liberated copies. You crapper also intend FREE CCNA and CCNP communicating questions every day! Get your CCNA think pass with The Bryant Advantage!

Tags: , , , , , , , , , , , , , , , , , , , , , , , ,
Close
E-mail It