Cisco CCNA / CCNP Exam Tutorial: Testing ISDN Links Without Pings

To earn your Cisco CCNA and certifications, you’ve got to master – and despite what some people say, there’s still a lot of out there that needs to be supported.  And when it comes to troubleshooting , there’s a lot to look at.  Is the correct switchtype configured? Are the dialer map statements correct?  What about the dialer-group and dialer-list commands?  And that’s just the start.

I always say that all troubleshooting starts at Layer 1, the Physical layer of the OSI model.  The usual method of troubleshooting is sending pings across the link, but the connection can be tested without using pings or even before assigning IP addresses to the interfaces!

It’s a good idea to place these calls before configuring the interfaces – that way, you know you’ve got a valid connection before beginning the configuration (and there’s a lot of config to go along with !)

To place a without using pings, use the interface command.

R1# interface bri0 8358662

R1#

03:54:43: BR0 DDR: Attempting to dial 8358662

03:54:43: %LINK-3-UPDOWN: Interface BRI0:1, changed state to up

03:54:44: BR0:1 DDR: dialer protocol up

03:54:45: %LINEPROTO-5-UPDOWN: Line protocol on Interface BRI0:1, changed state to up

03:54:49: %-6-CONNECT: Interface BRI0:1 is now connected to 8358662 R2

To tear the down correctly, use interface.  IOS Help displays the options with this command.

R1# interface 0 ?

all  the data (s) on all channels

b1   the data on b1

b2   the data on b2

R1# interface 0 all

03:58:36: BR0:1 DDR: disconnecting

03:58:36: BR0:2 DDR: disconnecting

03:58:36: %-6-: Interface BRI0:1  disconnected from 8358662
R2, lasted 20 seconds

03:58:36: %LINK-3-UPDOWN: Interface BRI0:1, changed state to down

03:58:36: BR0:1 DDR: disconnecting

03:58:37: %LINEPROTO-5-UPDOWN: Line protocol on Interface BRI0:1, changed state to down

I say “correctly” because the one thing you don’t want to do to end an , or otherwise, is just shut the interface.  Telcos don’t like it, and lab devices like it even less.  Always let the - do its work and tear the down in an orderly fashion – don’t just cut it off by shutting the interface down.

Related posts

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

Leave a Reply