I had a similar problem on an 804, 12.0(7)T. Once I upgraded to 12.1 the
dialer profiles worked fine.






"Odell, Jeff" <[EMAIL PROTECTED]> wrote:
A Cisco TAC engineer told me that the SPID1 not valid, SPID2 not valid info
in the Show ISDN Stat is a "cosmetic bug".  As long as you have the two
entries showing state=Multiple_Frame_Established, the SPIDs are valid.  I
experienced this bug in versions 12.0.5T and 12.0.7T on a 2600 router.  It
appeared to be fixed in 12.1.1.  I am still working with the TAC to get past
some other issues so I am not completely confident that this is purely a
cosmetic bug.  I will let you know if I find anything interesting.

Jeff Odell
CCNA CCDA
Network Specialist
949-453-4377
800-739-5837 pager
949-500-3184 cell phone


-----Original Message-----
From: Kevin Wigle [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 27, 2000 9:34 PM
To: Kari Nurdin; [EMAIL PROTECTED]
Subject: Re: ISDN Dialer Profile Not Working


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
>
>
>
>
>

Arthur Davis
Network Engineer
Altra Energy Technologies


____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

___________________________________
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