Kevin,
  You are correct re: the spid1 NOT valid, when I first saw this I thought 
the same do I called the telco to confirm the spids and well as the switch 
type.  The telco confirmed the spids and switch type.  After the 
confirmation I decided to try the other configuration because I was more 
experienced with it and could not think of any thing else.
  I removed(sanitized) the original spids when sending this post, for 
obvious reasons.  However, the spids are identical on both configs.  Lastly, 
with the dialer profile config when I called the telco re: spidx NOT valid, 
I asked them if they where able to see which spid number was being sent from 
the Central router, however, they were not able to do this.
  I am pretty sure there is something wrong with the dialer profile config, 
but I can't find it.
  Thanks Kevin

Kari
CCNA CCDA





>From: "Kevin Wigle" <[EMAIL PROTECTED]>
>To: "Kari Nurdin" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
>Subject: Re: ISDN Dialer Profile Not Working
>Date: Wed, 28 Jun 2000 00:34:18 -0400
>
>Without analyzing your config deeply, the "spid1 NOT valid" and "spid2 NOT
>valid" are pretty good clues that something's not right with your spids.
>
>I'm surprised that any config worked, but since your configs here are
>sanitized, can't tell if the spids in the working config are the same as in
>the dialer-profile config.
>
>Kevin Wigle
>CCNP, CCDA................
>
>----- Original Message -----
>From: "Kari Nurdin" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Tuesday, 27 June, 2000 23:52
>Subject: ISDN Dialer Profile Not Working
>
>
> > Hi Everyone,
> >
> > First time placing a post, I hope someday to share and
> > contribute to the group like all of you.
> >
> > Recently, I had a ISDN install, the central site router consisted of two
> > BRI interfaces.  Each BRI to be connected to a remote site.  My first 
>task
> > was to get BRI0 up and running to the remote location.  BRI1 to be done 
>at
>a
> > later date.
> >
> > I configured the router using dialer profiles, however, I was not able 
>to
> > get it to work.  When doing the "show isdn status" , layer 2 status
>echoed:
> >
> > Layer 2 Status:
> >         TEI = 67, Ces = 1, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED
> >         TEI = 69, Ces = 2, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED
> >         TEI 67, ces = 1, state = 8(established)
> >             spid1 configured, spid1 sent, spid1 NOT valid
> >         TEI 69, ces = 2, state = 8(established)
> >             spid2 configured, spid2 sent, spid2 NOT valid
> >
> > As normal, I had to get this link up and functioning ASAP.  After 
>looking
> > over the configuration (the pressure didn't help), I decided to 
>configure
> > the router not using dialer profiles.  Using this configuration(NO 
>dialer
> > profiles) I was able to get the ISDN connection to the remote site up 
>and
> > running instantly.
> >
> > I am stumped as to why my dialer profile configuration did not work.
> >
> > I would like to use dialer profile in the future and I really would like
>to
> > find out whats wrong with my configuration (with the groups help).  The
> > following is the dialer profile configuration followed by my currently
> > working configuration.  Does anyone one see something I don't.  Thanks 
>in
> > Advance.
> >
> > DIALER GROUP CONFIG (not able to get working)
> > Central_H #show run
> > Building configuration...
> >
> > Current configuration:
> > !
> > version 12.0
> > service timestamps debug uptime
> > service timestamps log uptime
> > no service password-encryption
> > !
> > hostname Central_H
> > !
> > enable secret 5 $1$64Kr$yjggfj7dlti
> > !
> > username Remote_R1 password 0 password
> > username Central_H  password 0 password
> > username Remote_R2  password 0 password
> > !
> > !
> > !
> > !
> > memory-size iomem 25
> > ip subnet-zero
> > no ip routing
> > no ip domain-lookup
> > !
> > isdn switch-type basic-ni
> > isdn voice-call-failure 0
> > !
> > !
> > !
> > interface BRI0
> > description Remote_R1
> > no ip address
> > no ip directed-broadcast
> > encapsulation ppp
> > no ip route-cache
> > no ip mroute-cache
> > dialer pool-member 1 max-link 2
> > isdn switch-type basic-ni
> > isdn spid1 555123111100 1231111
> > isdn spid2 555123111200 1231112
> > no peer default ip address
> > ppp multilink
> > !
> > interface BRI1
> > description Remote_R2
> > no ip address
> > no ip directed-broadcast
> > encapsulation ppp
> > no ip route-cache
> > no ip mroute-cache
> > dialer pool-member 2 max-link 2
> > isdn switch-type basic-ni
> > isdn spid1 555123111100 1231111
> > isdn spid2 555123111200 1231112
> > no peer default ip address
> > ppp multilink
> > !
> > interface FastEthernet0
> > description Central_H
> > ip address 10.10.10.238 255.255.255.0
> > no ip directed-broadcast
> > no ip route-cache
> > no ip mroute-cache
> > half-duplex
> > bridge-group 1
> > !
> > interface Dialer1
> > description Remote_R1
> > ip address 10.10.10.238 255.255.255.0
> > no ip directed-broadcast
> > encapsulation ppp
> > dialer remote-name Remote_R1
> > dialer pool 1
> > dialer idle-timeout 2147483
> > dialer load-threshold 2 outbound
> > dialer-group 1
> > pulse-time 0
> > ppp authentication chap
> > ppp multilink
> > bridge-group 1
> > !
> > interface Dialer2
> > description Remote_R2
> > ip address 10.10.10.238 255.255.255.0
> > no ip directed-broadcast
> > encapsulation ppp
> > dialer remote-name Remote_R2
> > dialer pool 2
> > dialer idle-timeout 2147483
> > dialer string 3331111
> > dialer string 3331112
> > dialer load-threshold 2 outbound
> > dialer-group 2
> > pulse-time 0
> > ppp authentication chap
> > ppp multilink
> > bridge-group 1
> > !
> > no ip classless
> > ip http server
> > !
> > logging 10.10.10.10
> > access-list 1 permit 10.0.0.0 0.255.255.255
> > dialer-list 1 protocol bridge permit
> > bridge 1 protocol ieee
> > bridge 1 priority 1
> > banner motd ^CCtod"Unauthorized Use is Prohibited"^C
> > !
> > line con 0
> > password root
> > login
> > transport input none
> > ip netmask-format decimal
> > line aux 0
> > line vty 0 4
> > access-class 1 in
> > password root
> > login
> > ip netmask-format decimal
> > !
> > end
> >
> >
> > CURRENTLY WORKING ISDN CONFIG (non dialer profile)
> > Central_H #show run
> > Building configuration...
> >
> > Current configuration:
> > !
> > version 12.0
> > service timestamps debug uptime
> > service timestamps log uptime
> > no service password-encryption
> > !
> > hostname Central_H
> > !
> > enable secret 5 $1$64Kr$sXM4Opih4cVXaq2R5.eOu0
> > !
> > username Central_H  password 0 password
> > username Remote_R2 password 0 password
> > !
> > !
> > !
> > !
> > memory-size iomem 25
> > ip subnet-zero
> > no ip routing
> > no ip domain-lookup
> > !
> > isdn switch-type basic-ni
> > isdn voice-call-failure 0
> > !
> > !
> > !
> > interface Loopback0
> > ip address 10.10.10.238 255.255.255.0
> > no ip directed-broadcast
> > no ip route-cache
> > no ip mroute-cache
> > !
> > interface BRI0
> > description Remote_R1
> > no ip address
> > no ip directed-broadcast
> > encapsulation ppp
> > no ip route-cache
> > no ip mroute-cache
> > shutdown
> > dialer pool-member 1 max-link 2
> > isdn switch-type basic-ni
> > isdn spid1 555123111100 1231111
> > isdn spid2 555123111200 1231112
> > no peer default ip address
> > ppp multilink
> > !
> > interface BRI1
> > description Remote_R2
> > ip address 10.10.10.238 255.255.255.0
> > no ip directed-broadcast
> > encapsulation ppp
> > no ip route-cache
> > no ip mroute-cache
> > dialer idle-timeout 2147483
> > dialer wait-for-carrier-time 60
> > dialer map bridge name Remote_R2  broadcast 3331112
> > dialer load-threshold 2 either
> > dialer-group 1
> > isdn switch-type basic-ni
> > isdn spid1 555123111100 1231111
> > isdn spid2 555123111200 1231112
> > no peer default ip address
> > ppp authentication chap
> > ppp multilink
> > bridge-group 1
> > !
> > interface FastEthernet0
> > description Central_H
> > ip address 10.10.10.238 255.255.255.0
> > no ip directed-broadcast
> > no ip route-cache
> > no ip mroute-cache
> > half-duplex
> > bridge-group 1
> > !
> > no ip classless
> > ip http server
> > !
> > logging 10.10.10.194
> > access-list 1 permit 10.0.0.0 0.255.255.255
> > dialer-list 1 protocol bridge permit
> > bridge 1 protocol ieee
> > bridge 1 priority 1
> > banner motd ^CCtod"Unauthorized Use is Prohibited"^C
> > !
> > line con 0
> > password root
> > login
> > transport input none
> > ip netmask-format decimal
> > line aux 0
> > line vty 0 4
> > access-class 1 in
> > password root
> > login
> > ip netmask-format decimal
> > !
> > end
> >
> >
> > Kari
> > CCNA CCDA
> >
> >
> >
> >
> > ________________________________________________________________________
> > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
> >
> > ___________________________________
> > UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> > FAQ, list archives, and subscription info: http://www.groupstudy.com
> > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> >
>

________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

___________________________________
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to