Hi all,
I'm working on a lab in the Boson sim that deals with ISDN and legacy DDR. The lab has me set up an ISDN switched connection between two routers. I did, the pings work and things seem to be happy enough.
In looking at status, both bri0 interfaces are up/up, but both B channels for each of these interfaces are down/down since there is no active call. The lab then has you initiate a ping from one of the routers to the other using it's isdn interface address.
They then want you to check the status of the B channels and see that one of them is up with the reasoning that the ping has "established" a call. When I check isdn status, both B channels still show down/down.
I'm thinking this is probably what I should see since I wouldn't expect the connection to remain beyond what is necessary to satisfy the ping, but then I'm just guessing. Anyone care to weigh in on what you think should happen?
router1(config)# isdn switch-type basic-nirouter1(config)# dialer-list 1 protocol ip permitrouter1(config)# username router2 password ciscorouter1(config)# interface bri0router1(config-if)# encapsulate ppprouter1(config-if)# ip address 200.10.1.1 255.255.255.0router1(config-if)# isdn spid1 32177820010100router1(config-if)# dialer-group 1router1(config-if)# dialer map ip 200.10.1.2 name router2 broadcast 7782001router1(config-if)# ppp authentication chaprouter1(config-if)# no shutrouter2(config)# isdn switch-type basic-nirouter2(config)# dialer-list 1 protocol ip permitrouter2(config)# username router1 password ciscorouter2(config)# interface bri0router2(config-if)# encapsulate ppprouter2(config-if)# ip address 200.10.1.2 255.255.255.0router2(config-if)# isdn spid1 32177820020100router2(config-if)# dialer-group 1router2(config-if)# dialer map ip 200.10.1.1 name router1 broadcast 7782002router2(config-if)# ppp authentication chaprouter2(config-if)# no shutrouter1# ping 200.10.1.2 [here the ping succeeds]router1# show isdn status [still shows no active calls]router1# show interfaces bri0 1 2 [both channels still down/down]
:
Many thanks