From: anand kumar (akkumar1000@xxxxxxxxx)
Date: Fri Feb 02 2001 - 17:50:17 GMT-3
Calling party should be 8358662 rather than 8358664.
Anand
--- Jack Reynolds <jacreyno@cisco.com> wrote:
>
>
> Static routes are not needed for connected
> interfaces. Each of these
> routers shares the same wire address. To verify
> this perform a deb dialer
> packet and watch the bri attempt to send traffic.
>
> Someone already posted the answer, chap requires
> dialed/dialing router's
> hostname and password to be listed. deb ppp auth
> would demonstrate this.
>
> JR
>
>
>
>
>
> -----Original Message-----
> From: nobody@groupstudy.com
> [mailto:nobody@groupstudy.com]On Behalf Of
> Ifeanyi Eze
> Sent: Tuesday, January 30, 2001 8:14 AM
> To: ccielab@groupstudy.com
> Subject: RE: basic isdn setup problem
>
>
> Your R2 and R3 probably have no route to each other.
> Remove the access list
> in R3, and provide a static route: example
> Ip route 196.1.1.0 255.255.255.0 bri 0
>
> Apply the above config to both R3 and R2 and I hope
> you configured username
> and password on both Routers. Your isdn layers 1
> and 2 are ok but layer 3
> traffic is not going through due to lack of route.
>
> Good luck
>
> Eze
>
> -----Original Message-----
> From: nobody@groupstudy.com
> [mailto:nobody@groupstudy.com]On Behalf Of
> Bolcer, Matt
> Sent: Wednesday, January 31, 2001 10:22 AM
> To: ccielab@groupstudy.com
> Subject: basic isdn setup problem
>
> anyone see any reasons for the encap failures when
> the dialer map shows the
> path and the isdn info is okay (supposedly)?
>
> R2----------------- Teltone ISDN Simulator
> ----------------- R3
>
> R2 config:
>
> !
> interface BRI0
> ip address 196.1.1.26 255.255.255.0
> ip directed-broadcast
> encapsulation ppp
> no ip route-cache
> dialer idle-timeout 90
> dialer map ip 196.1.1.29 name r3 8358664
> dialer-group 1
> isdn switch-type basic-dms100
> isdn spid1 0835866101
> isdn spid2 0835866301
> ppp authentication chap
> !
> ip classless
> no ip http server
> !
> dialer-list 1 protocol ip permit
>
>
> r2#sh isdn status
> Global ISDN Switchtype = basic-dms100
> ISDN BRI0 interface
> dsl 0, interface ISDN Switchtype =
> basic-dms100
> Layer 1 Status:
> ACTIVE
> Layer 2 Status:
> TEI = 96, Ces = 1, SAPI = 0, State =
> MULTIPLE_FRAME_ESTABLISHED
> I_Queue_Len 0, UI_Queue_Len 0
> TEI = 97, Ces = 2, SAPI = 0, State =
> MULTIPLE_FRAME_ESTABLISHED
> I_Queue_Len 0, UI_Queue_Len 0
> Spid Status:
> TEI 96, ces = 1, state = 5(init)
> spid1 configured, no LDN, spid1 sent,
> spid1 valid
> Endpoint ID Info: epsf = 0, usid = 1,
> tid = 1
> TEI 97, ces = 2, state = 5(init)
> spid2 configured, no LDN, spid2 sent,
> spid2 valid
> Endpoint ID Info: epsf = 0, usid = 3,
> tid = 1
> Layer 3 Status:
> 0 Active Layer 3 Call(s)
> Activated dsl 0 CCBs = 0
> The Free Channel Mask: 0x80000003
>
> r3 config:
> !
> interface BRI0
> ip address 196.1.1.29 255.255.255.0
> ip directed-broadcast
> encapsulation ppp
> no ip route-cache
> logging event subif-link-status
> dialer idle-timeout 90
> dialer map ip 196.1.1.26 name r2 8358661
> dialer-group 1
> isdn switch-type basic-dms100
> isdn spid1 0835866201
> isdn spid2 0835866401
> no fair-queue
> ppp authentication chap
> !
> ip classless
> ip route 164.56.2.132 255.255.255.252 192.168.4.1
> no ip http server
> !
> access-list 99 permit 192.57.1.1
> access-list 100 permit ip any any
> dialer-list 1 protocol ip permit
>
> r3#sh isdn status
> Global ISDN Switchtype = basic-dms100
> ISDN BRI0 interface
> dsl 0, interface ISDN Switchtype =
> basic-dms100
> Layer 1 Status:
> ACTIVE
> Layer 2 Status:
> TEI = 94, Ces = 1, SAPI = 0, State =
> MULTIPLE_FRAME_ESTABLISHED
> I_Queue_Len 0, UI_Queue_Len 0
> TEI = 95, Ces = 2, SAPI = 0, State =
> MULTIPLE_FRAME_ESTABLISHED
> I_Queue_Len 0, UI_Queue_Len 0
> Spid Status:
> TEI 94, ces = 1, state = 5(init)
> spid1 configured, no LDN, spid1 sent,
> spid1 valid
> Endpoint ID Info: epsf = 0, usid = 2,
> tid = 1
> TEI 95, ces = 2, state = 5(init)
> spid2 configured, no LDN, spid2 sent,
> spid2 valid
> Endpoint ID Info: epsf = 0, usid = 4,
> tid = 1
> Layer 3 Status:
> 0 Active Layer 3 Call(s)
> Activated dsl 0 CCBs = 0
> The Free Channel Mask: 0x80000003
> Total Allocated ISDN CCBs = 0
>
> r2#sh dialer map
> Static dialer map ip 196.1.1.29 name r3 (8358662) on
> BRI0
>
> r3#sh dialer map
> Static dialer map ip 196.1.1.26 name r2 (8358661) on
> BRI0
>
> r2#sh debug
> Dial on demand:
> Dial on demand events debugging is on
> Generic IP:
> IP packet debugging is on
> PPP:
> PPP packet display debugging is on
> ISDN:
> ISDN events debugging is on
> ISDN Q931 packets debugging is on
>
> ISDN events debug DSLs. (On/Off/No DSL:1/0/-)
> DSL 0 --> 1
> 1 -
>
> ISDN Q931 packets debug DSLs. (On/Off/No
> DSL:1/0/-)
> DSL 0 --> 1
> 1 -
>
> r2# ping 196.1.1.29
> Type escape sequence to abort.
> Sending 5, 100-byte ICMP Echos to 196.1.1.29,
> timeout is 2 seconds:
>
> 1d18h: IP: s=196.1.1.26 (local), d=196.1.1.29
> (BRI0), len 100, sending
>
=== message truncated ===
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:28:34 GMT-3