I have included a config I am deploying on a hub-and-spoke deployment via
frame-relay.  I am having problems getting the ISDN interface to come up
with only one spid.  I do not have a strong background in ISDN and would
appreciate assistance to tell me where I am going wrong in my config.

Thank you in advance for your help.

Regards,

John Huston
[EMAIL PROTECTED]

begin config===============

service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname me
!
enable password you
!
logging buffered 4096 debugging
!
username test password 0 test
username me password 0 you
!
!
!
!
memory-size iomem 25
ip subnet-zero
no ip domain-lookup
ip dhcp excluded-address x.x.x.x x.x.x.x
!
ip dhcp pool primary
   network x.x.x.x x.x.x.x
   netbios-name-server x.x.x.x
   default-router x.x.x.x
   lease 5
!
isdn switch-type basic-ni
!
!
!
interface Serial0
 ip unnumbered FastEthernet0
 encapsulation frame-relay
 no fair-queue
 service-module t1 timeslots 23-24
 frame-relay map ip x.x.x.x xxx broadcast
 no shut
!

interface BRI0
 description Backup ISDN interface
 ip address x.x.x.x x.x.x.x
 encapsulation ppp
 dialer idle-timeout 30
 dialer string xxxxxxxxxxx
 dialer load-threshold 25 outbound
 dialer-group 1
 isdn switch-type basic-ni
 isdn spid1 xxxxxxxxxxx
 no cdp enable
 ppp authentication pap callin
 ppp pap sent-username me password you
 no shut
!
interface FastEthernet0
 ip address x.x.x.x x.x.x.x
 no ip route-cache
 speed auto
 no fair-queue
 no shut
!
router eigrp 20
 network x.x.x.x
!
ip classless
no ip http server
!
!
map-class dialer 64k
access-list 101 deny   eigrp any any
access-list 101 permit ip any any
dialer-list 1 protocol ip list 101
!
line con 0
 exec-timeout 0 0
 transport input none
line aux 0
line vty 0 4
 password xxx
 login
!
no scheduler allocate
end




_________________________________
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to