Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ISDN Connectivity problem

Status
Not open for further replies.

mojo2002

Technical User
Dec 2, 2002
27
0
0
GB
Hi,

I've setup a router to play with over ISDN, I'm using our pop router at the other end and all is well if I connect from that...

I.e. incoming connections to the router I'm playing with are fine.

I just can't make an outgoing call via ISDN.

Heres the config:

Current configuration : 2259 bytes
!
version 12.1
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname testingrouter
!
no logging buffered
no logging buffered
logging rate-limit console 10 except errors
enable secret *********
enable password ************
!
username **** password *********
memory-size iomem 25
ip subnet-zero
no ip finger
no ip domain-lookup
ip dhcp excluded-address 192.168.49.1 192.168.49.10
!
ip dhcp pool testingrouter
network 192.168.49.0 255.255.255.0
dns-server 192.168.40.10
default-router 192.168.49.1
netbios-name-server 192.168.40.28
!
isdn switch-type basic-net3
!
!
!
interface BRI0
ip address 111.111.111.49 255.255.255.0
encapsulation ppp
dialer idle-timeout 180
dialer map ip 111.111.111.1 name ***** **********
dialer load-threshold 10 either
dialer-group 1
isdn switch-type basic-net3
no fair-queue
ppp authentication chap callin
ppp chap password *********
ppp multilink
!
interface FastEthernet0
ip address 192.168.49.1 255.255.255.0
speed auto
full-duplex
!
ip classless
ip route 0.0.0.0 0.0.0.0 111.111.111.1
ip route 192.168.40.0 255.255.255.0 111.111.111.1
no ip http server
!
access-list 10 permit 195.106.150.0 0.0.0.255
access-list 10 permit 192.168.0.0 0.0.255.255
access-list 10 permit 111.111.111.0 0.0.0.255
access-list 10 permit 167.167.167.0 0.0.0.255
access-list 10 permit 167.167.0.0 0.0.255.255
access-list 10 permit 172.16.1.0 0.0.0.255
access-list 101 deny udp any any range netbios-ns netbios-ss
access-list 101 deny tcp any any range 137 139
access-list 101 permit ip any any
dialer-list 1 protocol ip list 101
snmp-server engineID local
snmp-server community ********* RW
snmp-server packetsize 2048
banner motd ^C
************************************************


Cisco 1720 Router
testingrouter

Unauthorised Access is Prohibited
and will be Prosecuted

************************************************
^C
!
line con 0
password *****
transport input none
line aux 0
line vty 0 4
access-class 10 in
password *********
login
!
end
 
I've tried setting the line speed to 56k

i.e.

dialer map ip 111.111.111.1 speed 56 name ***** **********

but no joy....
 
We dont use them on any other routers and we have no problems?

 
SPIDS are only used to define channels for voice and data and we don't use voice so that would have no bearing (pardon the pun) on the problem.
 
My apologies, I'm in North America hence we need spids. It really has nothing to do with you using voice. See below

"Some service providers use service profile identifiers (SPIDs) to define the services subscribed to by the Integrated Services Digital Network (ISDN) device that is accessing the ISDN service provider. The service provider assigns the ISDN device one or more SPIDs when you first subscribe to the service. If you are using a service provider that requires SPIDs, your ISDN device cannot place or receive calls until it sends a valid assigned SPID to the service provider when accessing the switch to initialize the connection.

Currently, only the DMS-100 and NI-1 switch types require SPIDs. The AT&T 5ESS switch type may support a SPID, but you should contact your provider for information on what the SPID must be configured as. Remember that SPIDs are only required in North America and are configured only if required by your telco/provider."

Have you tried using the debug commands? Debug ppp authentication and debug ppp negotiation.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top