Posts Tagged ‘bri’

I know from experience that part of the excitement and anxiety of putting together your own CCNA / CCNP home lab is deciding what to buy! While you can make a workable home lab out of almost any combination of Cisco routers and switches, some routers are better suited for home lab work than others because they can fill multiple roles.

When you buy CCNA or CCNP “lab kits” – bundles of routers and switches – you can get a little confused about whether you’re getting a good deal. One router I get asked about quite a bit is the 2503.

2503 routers are fantastic for CCNA and CCNP home labs. They come with two serial interfaces, allowing you to connect one interface directly to another router (you’ll need a DTE/DCE cable for that, too) while connecting another to a frame relay switch if you like. If you don’t have a frame relay switch, you can connect a 2503 directly to two other routers via the serial interfaces.
Read the rest of this entry »

To earn your Cisco CCNA and CCNP certifications, you’ve got to master ISDN – and despite what some people say, there’s still a lot of ISDN out there that needs to be supported. And when it comes to troubleshooting ISDN, there’s a lot to look at. Is the correct ISDN 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 ISDN is sending pings across the link, but the connection can be tested without using pings or even before assigning IP addresses to the BRI interfaces!

It’s a good idea to place these test 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 ISDN!)

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

R1#isdn call 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: %ISDN-6-CONNECT: Interface BRI0:1 is now connected to 8358662 R2

To tear the test call down correctly, use isdn disconnect interface. IOS Help displays the options with this command.
Read the rest of this entry »