- Posts: 4
- Thank you received: 0
ISDN link establishment failure
18 years 3 months ago #15685
by BiT
ISDN link establishment failure was created by BiT
I am using a NetSim to practice on ISDN. I tried to set up an ISDN link between two routers each with a 2B+D interface. The problem is there is no ping. I have posted here the configuration of each one:
Router1:
[code:1]<output omitted>
!
interface Bri0
ip address 172.16.2.1 255.255.0.0
no ip directed-broadcast
dialer string 7782002
dialer-group 1
isdn switch-type basic-ni
!
!
ip classless
no ip http server
access-list 101 permit icmp any any
!
dialer-list 1 protocol ip permit
dialer-list 1 protocol ip deny
dialer-list 1 protocol ip deny
dialer-list 1 protocol ip deny
dialer-list 1 protocol ip permit
!
isdn switch-type basic-ni
<output omitted>[/code:1]
Router2:
[code:1]
<output omitted>
!
interface Bri0
ip address 172.16.2.2 255.255.0.0
no ip directed-broadcast
dialer string 7782001
dialer-group 1
isdn switch-type basic-ni
!
!
ip classless
no ip http server
access-list 101 permit icmp any any
!
dialer-list 1 protocol ip permit
dialer-list 1 protocol ip deny
!
isdn switch-type basic-ni
<output omitted>[/code:1]
Router1:
[code:1]<output omitted>
!
interface Bri0
ip address 172.16.2.1 255.255.0.0
no ip directed-broadcast
dialer string 7782002
dialer-group 1
isdn switch-type basic-ni
!
!
ip classless
no ip http server
access-list 101 permit icmp any any
!
dialer-list 1 protocol ip permit
dialer-list 1 protocol ip deny
dialer-list 1 protocol ip deny
dialer-list 1 protocol ip deny
dialer-list 1 protocol ip permit
!
isdn switch-type basic-ni
<output omitted>[/code:1]
Router2:
[code:1]
<output omitted>
!
interface Bri0
ip address 172.16.2.2 255.255.0.0
no ip directed-broadcast
dialer string 7782001
dialer-group 1
isdn switch-type basic-ni
!
!
ip classless
no ip http server
access-list 101 permit icmp any any
!
dialer-list 1 protocol ip permit
dialer-list 1 protocol ip deny
!
isdn switch-type basic-ni
<output omitted>[/code:1]
18 years 2 months ago #16361
by taqqi14
Replied by taqqi14 on topic Re: ISDN link establishment failure
does the Bri channels of both routers come up?ping cant b successfull if they cant be connected to each other..Send the output of "Sh int bri0" on both routers ,which will show channels up if they r connected.
Taqqi14
Taqqi14
18 years 2 months ago #16371
by vk
If there is a WILL,There is a WAY.
Replied by vk on topic ISDN link establishment failure
Hi BiT,
Taqqi14 is right first we need to chk does the Bri channels of both routers come up?
In your config there is no use of an access-list as you are not mapping access-list with dialer-list.
but I think this shuld not affact the pinging as u define dialer-list 1 protocol ip permit.
Please correct me if I am wrong....... :oops:
Regards
Kunal
Taqqi14 is right first we need to chk does the Bri channels of both routers come up?
In your config there is no use of an access-list as you are not mapping access-list with dialer-list.
but I think this shuld not affact the pinging as u define dialer-list 1 protocol ip permit.
Please correct me if I am wrong....... :oops:
Regards
Kunal
If there is a WILL,There is a WAY.
18 years 2 months ago #16389
by Dove
Dove
Replied by Dove on topic Re: ISDN link establishment failure
I am using the Boson Netsim in this I also tried to configure the ISDN but its vain....
The status of port and everything show up and normal as the mentioned in the CCNA book....still I couldn't ping the remote ip.
looking for your suggestions on this.
Rgds,
Dove
The status of port and everything show up and normal as the mentioned in the CCNA book....still I couldn't ping the remote ip.
looking for your suggestions on this.
Rgds,
Dove
Dove
18 years 2 months ago #16414
by vk
If there is a WILL,There is a WAY.
Replied by vk on topic ISDN link establishment failure
Hi all ,
In BiT's ISDN configration I found that SPID is not assign on bri0 interface. :
As you said you are doing this on simulator, when you design the lab it gives you switch type , spid and dialer string number which you shoud assign on bri interface when you config isdn.
In actual life this numbers and switch type are provided by ISP and we should add this in config.
Your setup should work after assign spid on both routers.
Let me know if it will get resold!!!!!
Dove I think your config is same as BiT
In your setup chk 'sh isdn status'
In BiT's ISDN configration I found that SPID is not assign on bri0 interface. :
As you said you are doing this on simulator, when you design the lab it gives you switch type , spid and dialer string number which you shoud assign on bri interface when you config isdn.
In actual life this numbers and switch type are provided by ISP and we should add this in config.
Your setup should work after assign spid on both routers.
Let me know if it will get resold!!!!!
Dove I think your config is same as BiT
In your setup chk 'sh isdn status'
If there is a WILL,There is a WAY.
18 years 2 months ago #16429
by Chris
Chris Partsenidis.
Founder & Editor-in-Chief
www.Firewall.cx
Replied by Chris on topic Re: ISDN link establishment failure
Bit,
Is it possible to post the full configuration of both routers to help us troubleshoot the problem?
Also, you can try removing all "dialer-list 1 protocol ip deny " to ensure no redundant code is left in the configuration.
Cheers,
Is it possible to post the full configuration of both routers to help us troubleshoot the problem?
Also, you can try removing all "dialer-list 1 protocol ip deny " to ensure no redundant code is left in the configuration.
Cheers,
Chris Partsenidis.
Founder & Editor-in-Chief
www.Firewall.cx
Time to create page: 0.132 seconds