The key cause I like to recommend getting your arms on actual Cisco tools quite than a simulator is that actual Cisco routers provide the likelihood to observe and study present and debug instructions 미국 범죄경력증명서.
The data you purchase from debugs is invaluable. Frankly, it is this data that places you above the ‘averageâ CCNA who does not have that hands-on expertise. Watching debugs in motion additionally provides you a head begin on the CCNP. Since 90 – 95% of CCNAs go on to pursue the CCNP, it is a terrific thought to get began with debugs now.
Do not make the error of ready till you are learning on your CCNP and CCIE to start out studying debugs and exhibits. The work you do for the CCNA is the muse for every little thing you may do sooner or later.
By no means, ever, ever observe debugs on a production community. There are debugs that gives you a lot data that the router truly turns into overloaded after which locks up. By no means observe debugs on a production community.
It is necessary to know the right present and debug instructions for ISDN for a number of causes. First, by watching ISDN in operation, you may see its processes and higher perceive what is going on on. Secondly, it is troublesome if not unattainable to correctly troubleshoot ISDN with out realizing the right present and debug instructions. (It is simple to miss an ISDN authentication error simply by trying on the configuration, however operating debug ppp negotiation will shortly present you the place the issue lies.)
Let’s check out the ISDN present and debug instructions that each CCNA and CCNP ought to know.
Present ISDN Standing
For those who solely know one ISDN present command, it is received to be this one. All the time use this command after configuring your ISDN change sort and any vital SPIDs. The command will present you the change sort (and also will present you for those who didn’t configure a change sort), and whether or not the SPIDs you entered are legitimate:
R1#present isdn standing
World ISDN Switchtype = basic-ni
ISDN BRI0 interface
dsl 0, interface ISDN Switchtype = basic-ni
Layer 1 Standing:
ACTIVE
Layer 2 Standing:
TEI = 91, Ces = 1, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED
TEI = 92, Ces = 2, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED
Spid Standing:
TEI 91, ces = 1, state = 5(init)
spid1 configured, no LDN, spid1 despatched, spid1 legitimate
Endpoint ID Data: epsf = 0, usid = 1, tid = 1
TEI 92, ces = 2, state = 5(init)
spid2 configured, no LDN, spid2 despatched, spid2 legitimate
Endpoint ID Data: epsf = 0, usid = 3, tid = 1
Layer 3 Standing:
0 Lively Layer 3 Name(s)
Activated dsl 0 CCBs = 0
The Free Channel Masks: 0x80000003
Every so often, you may get this output from present isdn standing:
R2#present isdn standing
The present ISDN Switchtype = basic-ni1
ISDN BRI0 interface
Layer 1 Standing:
ACTIVE
Layer 2 Standing:
Layer 2 NOT Activated
Spid Standing:
TEI Not Assigned, ces = 1, state = 3(await institution)
spid1 configured, no LDN, spid1 NOT despatched, spid1 NOT legitimate
TEI Not Assigned, ces = 2, state = 1(terminal down)
spid2 configured, no LDN, spid2 NOT despatched, spid2 NOT legitimate
Verify your operating configuration, and if the SPIDs look good, merely shut the BRI interface and open it once more. Then run present ISDN standing once more. For those who then see ‘spids are validâ, you are able to proceed. For those who nonetheless see a message that the spids are invalid, you have most certainly mistyped the SPID.
Present Entry-Record
What’s this command received to do with ISDN? Every part.
Keep in mind how the ISDN hyperlink comes up within the first place? Attention-grabbing site visitors. By default, there is no such thing as a fascinating site visitors. You outline fascinating site visitors with the dialer-list and dialer-group instructions, AND the access-list command. You probably have an issue along with your hyperlink by no means developing or with it developing and staying up, use this command to see what site visitors has been outlined as fascinating.
Present Dialer
One other useful command to find out why an ISDN hyperlink is developing and staying up. This command exhibits you what number of profitable calls and failed calls have taken place, what the present idle-timer worth is (by default, it is 120 seconds), and most significantly, what the supply and vacation spot was for the present fascinating site visitors:
R1#present dialer
BRI0 – dialer sort = ISDN
Dial String Successes Failures Final referred to as Final standing
8358662 1 0 00:00:59
profitable
0 incoming name(s) have been screened.
0 incoming name(s) rejected for callback.
BRI0:1 – dialer sort = ISDN
Idle timer (120 secs), Quick idle timer (20 secs)
Watch for service (30 secs), Re-enable (15 secs)
Dialer state is information hyperlink layer up
Dial cause: ip (s=172.12.21.1, d=172.12.21.2)
Time till disconnect 62 secs
Linked to 8358662 (R2)
Right here, you may see that the idle-timer worth is at its default, that there are 62 seconds left till the hyperlink comes down (except fascinating site visitors resets the timer), and that the supply of the fascinating site visitors was 172.12.21.1 and the vacation spot is 172.12.21.2. If that vacation spot is the multicast handle of a routing protocol – say, 224.0.0.5 for OSPF – you already know what site visitors is preserving the road up.
Present ISDN Historical past
Wish to see what calls have been made within the final quarter-hour? Simply run this command. It is useful for those who’re strolling in to an ISDN troubleshooting scenario and wish to see what calls have been made.
R1#present isdn
history——————————————————————————– ISDN CALL HISTORY——————————————————————————–Historical past table has a most of 100 entries.Historical past table information is retained for a most of 15 Minutes.——————————————————————————–Name Calling Known as Distant Seconds Seconds Seconds ChargesType Quantity .Quantity Identify Used Left Idle Items/Foreign money———————————————————————————————————–Out 8358662 R2 121 0Out 8358662 R2 121 0—————————————————————————————————–
Debug PPP Negotiation
Not solely do it is advisable to know this command on your CCNA and CCNP exams, you MUST comprehend it to be an efficient ISDN troubleshooter.
When PPP authentication is first configured, it is easy to mistype a password, or overlook to configure a ‘username / passwordâ mixture. As an alternative of frequently studying your operating configuration to see what the issue is, run debug ppp negotiation and ship a ping to carry the road up. You may shortly see the place the issue is.
R2#debug ppp negotiation
PPP protocol negotiation debugging is on
R2#ping 172.12.21.1
BR0:1 PPP: Section is AUTHENTICATING, by each
BR0:1 CHAP: O CHALLENGE id 1 len 23 from “R2”
BR0:1 CHAP: I CHALLENGE id 1 len 23 from “R1”
BR0:1 CHAP: O RESPONSE id 1 len 23 from “R2”
BR0:1 CHAP: I SUCCESS id 1 len 4
BR0:1 CHAP: I RESPONSE id 1 len 23 from “R1”
BR0:1 CHAP: O SUCCESS id 1 len 4
By mastering these easy ISD