ping 172.16.3.3 from router bottom_right doesn't work.
A call gets set up from isdnr but no replies are sent. I've resolved the issue by making modifications on the configuration on isdnl.
These being:
1. removing the dialer string command
2. changing the dialer string command to dialer string 4444444 (second line of isdnr), but that causes it to unneccessarily open the second channel.
To me it seems, that when the ping doesn't work, isdnl is trying to dial the first line of isdnr (which is already on a call).
This scenerio is on live working equipment (lab environment only)
I doubt something like this will be covered on the exam, but it's something I would like to figure out.
Assuming it is a dialing issue, why would isdnl try to dial out when there is already an open channel from isdnr?
Note: I've changed the dial string to generic values, there may be typos.
ISDNR
isdnr#sh ru
%SYS-5-CONFIG_I: Configured from console by console
Building configuration...
Current configuration:
!
version 11.3
service password-encryption
!
hostname isdnr
!
enable secret 5 $1$js4v$gXGoMxFmJ7yUrr.SSXavr1
!
username isdnl password 7 074F0ABA04
isdn switch-type basic-ni
!
!
interface Ethernet0
ip address 172.16.1.3 255.255.255.0
!
interface BRI0
ip address 172.16.2.2 255.255.255.0
encapsulation ppp
dialer string 1111111
dialer-group 1
isdn switch-type basic-ni
isdn spid1 204333333300 3333333
isdn spid2 204444444400 4444444
ppp authentication chap
hold-queue 75 in
!
ip classless
ip route 172.16.3.0 255.255.255.0 172.16.2.1
access-list 1 permit 172.16.1.0 0.0.0.255
dialer-list 1 protocol ip list 1
!
line con 0
line vty 0 4
login
!
end
isdnr#
ISDNL
isdnl# sh run
Building configuration...
Current configuration:
!
version 11.2
service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname isdnl
!
enable secret 5 $1$La48$KoAq3vL1XUO4P6b.UOKq0.
!
username isdnr password 7 074F0ABA04
isdn switch-type basic-ni1
!
interface Ethernet0
ip address 172.16.3.3 255.255.255.0
!
interface BRI0
ip address 172.16.2.1 255.255.255.0
encapsulation ppp
dialer string 3333333
dialer-group 1
isdn spid1 204111111100 1111111
isdn spid2 204222222200 2222222
ppp authentication chap
hold-queue 75 in
!
ip classless
ip route 172.16.1.0 255.255.255.0 172.16.2.2
access-list 1 permit 172.16.3.0 0.0.0.255
dialer-list 1 protocol ip list 1
!
line con 0
line vty 0 4
login
!
end
isdnl#
Didn't know how to attach topology directly to post. Map is at url listed below. Thanks mikej412.
http://www.mts.net/~clarabs/isdn_trouble.bmp