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]

Reply via email to