Jump to content

ISDN Internet Verbindung schläg fehl...


Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Empfohlene Beiträge

Hallo,

ich will nur mal so zu spielen eine ISDN Internet by Call Verbindungmit nem Cisco herstellen. Als Gerät hab ich nen Cisco 3640 mit 8x Bri-ST.

 

Wenn ich den DDR Prozess mit nem Ping antriggere (mit ping 194.25.2.129), kommt auf der Konsole folgendes:

 

00:51:25: %LINK-3-UPDOWN: Interface BRI2/0:1, changed state to down..

00:51:29: %LINK-3-UPDOWN: Interface BRI2/0:1, changed state to up

00:51:29: BR2/0:1 PPP: Using dialer call direction

00:51:29: BR2/0:1 PPP: Treating connection as a callout

00:51:29: BR2/0:1 PAP: O AUTH-REQ id 20 len 19 from "01075"

00:51:29: BR2/0:1 PAP: I AUTH-ACK id 20 len 5

00:51:29: %ISDN-6-CONNECT: Interface BRI2/0:1 is now connected to 0019282028 hmb

2

00:51:29: %LINK-3-UPDOWN: Interface BRI2/0:1, changed state to down

 

Ich weiß jetzt nur nicht mehr weiter.

 

Meine Konfig:

!

version 12.2

service timestamps debug uptime

service timestamps log uptime

no service password-encryption

!

hostname Router

!

!

ip subnet-zero

!

!

!

ip audit notify log

ip audit po max-events 100

!

isdn switch-type basic-net3

call rsvp-sync

!

!

!

!

!

!

!

!

interface Ethernet0/0

ip address 192.168.2.1 255.255.255.0

half-duplex

!

interface BRI2/0

ip address negotiated

encapsulation ppp

dialer idle-timeout 180

dialer string 0019282028

dialer-group 1

isdn switch-type basic-net3

isdn calling-number 32

no fair-queue

ppp authentication pap

ppp pap sent-username 01075 password 0 internet

!

interface BRI2/1

no ip address

encapsulation hdlc

shutdown

isdn switch-type basic-net3

!

.

.

 

!

ip route 0.0.0.0 0.0.0.0 BRI2/0

!

dialer-list 1 protocol ip permit

!

 

show isdn status:

 

Router#sh isdn stat

Global ISDN Switchtype = basic-net3

ISDN BRI2/0 interface

dsl 16, interface ISDN Switchtype = basic-net3

Layer 1 Status:

ACTIVE

Layer 2 Status:

TEI = 93, Ces = 1, SAPI = 0, State = MULTIPLE_FRAME_ESTABLISHED

Layer 3 Status:

0 Active Layer 3 Call(s)

Active dsl 16 CCBs = 0

The Free Channel Mask: 0x80000003

 

Viele Grüße

Carsten

Link zu diesem Kommentar

Hier debug dialer event und debug ppp negotiation

 

 

Router#

Router#ping 194.25.2.129

 

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 194.25.2.129, timeout is 2 seconds:

 

00:20:32: BR2/0 DDR: Dialing cause ip (s=192.168.2.1, d=194.25.2.129)

00:20:32: BR2/0 DDR: Attempting to dial 0019282028.

00:20:34: %LINK-3-UPDOWN: Interface BRI2/0:1, changed state to up

00:20:34: BR2/0:1 PPP: Using dialer call direction

00:20:34: BR2/0:1 PPP: Treating connection as a callout

00:20:34: BR2/0:1 PPP: Phase is ESTABLISHING, Active Open [0 sess, 0 load]

00:20:34: BR2/0:1 LCP: O CONFREQ [Closed] id 8 len 14

00:20:34: BR2/0:1 LCP: AuthProto PAP (0x0304C023)

00:20:34: BR2/0:1 LCP: MagicNumber 0x108E05C0 (0x0506108E05C0)

00:20:34: BR2/0:1 LCP: I CONFREQ [REQsent] id 145 len 25

00:20:34: BR2/0:1 LCP: AuthProto PAP (0x0304C023)

00:20:34: BR2/0:1 LCP: MagicNumber 0x0716A52C (0x05060716A52C)

00:20:34: BR2/0:1 LCP: MRRU 1524 (0x110405F4)

00:20:34: BR2/0:1 LCP: EndpointDisc 1 hmb2 (0x130701686D6232)

00:20:34: BR2/0:1 LCP: O CONFREJ [REQsent] id 145 len 8

00:20:34: BR2/0:1 LCP: MRRU 1524 (0x110405F4)

00:20:34: BR2/0:1 LCP: I CONFACK [REQsent] id 8 len 14

00:20:34: BR2/0:1 LCP: AuthProto PAP (0x0304C023)

00:20:34: BR2/0:1 LCP: MagicNumber 0x108E05C0 (0x0506108E05C0)

00:20:34: BR2/0:1 LCP: I CONFREQ [ACKrcvd] id 146 len 21

00:20:34: BR2/0:1 LCP: AuthProto PAP (0x0304C023)

00:20:34: BR2/0:1 LCP: MagicNumber 0x0716A52C (0x05060716A52C)

00:20:34: BR2/0:1 LCP: EndpointDisc 1 hmb2 (0x130701686D6232)

00:20:34: BR2/0:1 LCP: O CONFACK [ACKrcvd] id 146 len 21

00:20:34: BR2/0:1 LCP: AuthProto PAP (0x0304C023)

00:20:34: BR2/0:1 LCP: MagicNumber 0x0716A52C (0x05060716A52C)

00:20:34: BR2/0:1 LCP: EndpointDisc 1 hmb2 (0x130701686D6232)

00:20:34: BR2/0:1 LCP: State is Open

00:20:34: BR2/0:1 PPP: Phase is AUTHENTICATING, by both [0 sess, 0 load]

00:20:34: BR2/0:1 PAP: O AUTH-REQ id 8 len 19 from "01075"

00:20:34: BR2/0:1 PAP: I AUTH-ACK id 8 len 5

00:20:34: BR2/0:1 LCP: I TERMREQ [Open] id 147 len 4

00:20:34: BR2/0:1 LCP: O TERMACK [Open] id 147 len 4

00:20:34: BR2/0:1 PPP: Phase is TERMINATING [0 sess, 0. load]

00:20:34: %ISDN-6-CONNECT: Interface BRI2/0:1 is now connected to 0019282028 hmb2

00:20:34: %LINK-3-UPDOWN: Interface BRI2/0:1, changed state to down

00:20:34: BR2/0:1 LCP: State is Closed

00:20:34: BR2/0:1 PPP: Phase is DOWN [0 sess, 0 load]

00:20:34: BR2/0:1 DDR: disconnecting call

 

Viele Grüße

Carsten

Link zu diesem Kommentar

Hallo Rob,

so langsam weiß ich echt nichts mehr. Ich habe mal einen T-Online Testzugang genommen (funzt 100%).

 

Dabei kommt nur folgendes im debug:


00:40:57: BR2/0:1 LCP: O TERMACK [REQsent] id 4 len 4

00:40:58: %ISDN-6-CONNECT: Interface BRI2/0:1 is now connected to 00191011 stacking

00:40:58: %LINK-3-UPDOWN: Interface BRI2/0:1, changed state to down

00:40:58: BR2/0:1 LCP: State is Closed

00:40:58: BR2/0:1 PPP: Phase is DOWN [0 sess, 0 load]

00:41:01: %LINK-3-UPDOWN: Interface BRI2/0:1, changed state to up

00:41:01: BR2/0:1 PPP: Using dialer call direction

00:41:01: BR2/0:1 PPP: Treating connection as a callout

00:41:01: BR2/0:1 PPP: Phase is ESTABLISHING, Active Open [0 sess, 0 load]

00:41:01: BR2/0:1 LCP: O CONFREQ [Closed] id 181 len 14

00:41:01: BR2/0:1 LCP: AuthProto PAP (0x0304C023)

00:41:01: BR2/0:1 LCP: MagicNumber 0x10A0C071 (0x050610A0C071)

00:41:01: BR2/0:1 LCP: I CONFREQ [REQsent] id 1 len 27

00:41:01: BR2/0:1 LCP: MRU 1524 (0x010405F4)

00:41:01: BR2/0:1 LCP: AuthProto PAP (0x0304C023)

00:41:01: BR2/0:1 LCP: MRRU 1524 (0x110405F4)

00:41:01: BR2/0:1 LCP: EndpointDisc 1 stacking (0x130B01737461636B696E67)

00:41:01: BR2/0:1 LCP: O CONFREJ [REQsent] id 1 len 8

00:41:01: BR2/0:1 LCP: MRRU 1524 (0x110405F4)

00:41:01: BR2/0:1 LCP: I CONFREJ [REQsent] id 181 len 8

00:41:01: BR2/0:1 LCP: AuthProto PAP (0x0304C023)

00:41:01: BR2/0:1 LCP: O CONFREQ [REQsent] id 182 len 14

00:41:01: BR2/0:1 LCP: AuthProto PAP (0x0304C023)

00:41:01: BR2/0:1 LCP: MagicNumber 0x10A0C071 (0x050610A0C071)

00:41:01: BR2/0:1 LCP: I CONFREQ [REQsent] id 2 len 23

00:41:01: BR2/0:1 LCP: MRU 1524 (0x010405F4)

00:41:01: BR2/0:1 LCP: AuthProto PAP (0x0304C023)

00:41:01: BR2/0:1 LCP: EndpointDisc 1 stacking (0x130B01737461636B696E67)

00:41:01: BR2/0:1 LCP: O CONFACK [REQsent] id 2 len 23

00:41:01: BR2/0:1 LCP: MRU 1524 (0x010405F4)

00:41:01: BR2/0:1 LCP: AuthProto PAP (0x0304C023)

00:41:01: BR2/0:1 LCP: EndpointDisc 1 stacking (0x130B01737461636B696E67)

00:41:01: BR2/0:1 LCP: I CONFREJ [ACKsent] id 182 len 8

00:41:01: BR2/0:1 LCP: AuthProto PAP (0x0304C023)

00:41:01: BR2/0:1 LCP: O CONFREQ [ACKsent] id 183 len 14

00:41:01: BR2/0:1 LCP: AuthProto PAP (0x0304C023)

00:41:01: BR2/0:1 LCP: MagicNumber 0x10A0C071 (0x050610A0C071)

00:41:01: BR2/0:1 LCP: I CONFREJ [ACKsent] id 183 len 8

00:41:01: BR2/0:1 LCP: AuthProto PAP (0x0304C023)

00:41:01: BR2/0:1 LCP: O CONFREQ [ACKsent] id 184 len 14

00:41:01: BR2/0:1 LCP: AuthProto PAP (0x0304C023)

00:41:01: BR2/0:1 LCP: MagicNumber 0x10A0C071 (0x050610A0C071)

00:41:01: BR2/0:1 LCP: I CONFREJ [ACKsent] id 184 len 8

00:41:01: BR2/0:1 LCP: AuthProto PAP (0x0304C023)

Link zu diesem Kommentar

00:41:01: BR2/0:1 LCP: O CONFREQ [ACKsent] id 185 len 14

00:41:01: BR2/0:1 LCP: AuthProto PAP (0x0304C023)

00:41:01: BR2/0:1 LCP: MagicNumber 0x10A0C071 (0x050610A0C071)

00:41:01: BR2/0:1 LCP: I CONFREJ [ACKsent] id 185 len 8

00:41:01: BR2/0:1 LCP: AuthProto PAP (0x0304C023)

00:41:01: BR2/0:1 LCP: O CONFREQ [ACKsent] id 186 len 14

00:41:01: BR2/0:1 LCP: AuthProto PAP (0x0304C023)

00:41:01: BR2/0:1 LCP: MagicNumber 0x10A0C071 (0x050610A0C071)

00:41:01: BR2/0:1 LCP: I CONFREJ [ACKsent] id 186 len 8

00:41:01: BR2/0:1 LCP: AuthProto PAP (0x0304C023)

00:41:01: BR2/0:1 LCP: O CONFREQ [ACKsent] id 187 len 14

00:41:01: BR2/0:1 LCP: AuthProto PAP (0x0304C023)

00:41:01: BR2/0:1 LCP: MagicNumber 0x10A0C071 (0x050610A0C071)

00:41:01: BR2/0:1 LCP: I CONFREJ [ACKsent] id 187 len 8

00:41:01: BR2/0:1 LCP: AuthProto PAP (0x0304C023)

00:41:01: BR2/0:1 LCP: O CONFREQ [ACKsent] id 188 len 14

00:41:01: BR2/0:1 LCP: AuthProto PAP (0x0304C023)

00:41:01: BR2/0:1 LCP: MagicNumber 0x10A0C071 (0x050610A0C071)

00:41:01: BR2/0:1 LCP: I CONFREJ [ACKsent] id 188 len 8

00:41:01: BR2/0:1 LCP: AuthProto PAP (0x0304C023)

00:41:01: BR2/0:1 LCP: O CONFREQ [ACKsent] id 189 len 14

00:41:01: BR2/0:1 LCP: AuthProto PAP (0x0304C023)

00:41:01: BR2/0:1 LCP: MagicNumber 0x10A0C071 (0x050610A0C071)

00:41:01: BR2/0:1 LCP: I TERMREQ [ACKsent] id 3 len 4

00:41:01: BR2/0:1 LCP: O TERMACK [ACKsent] id 3 len 4

00:41:01: BR2/0:1 LCP: I TERMREQ [REQsent] id 4 len 4

00:41:01: BR2/0:1 LCP: O TERMACK [REQsent] id 4 len 4

00:41:02: %ISDN-6-CONNECT: Interface BRI2/0:1 is now connected to 00191011 stacking

00:41:02: %LINK-3-UPDOWN: Interface BRI2/0:1, changed state to down

00:41:02: BR2/0:1 LCP: State is Closed

00:41:02: BR2/0:1 PPP: Phase is DOWN [0 sess, 0 load]

Router#

 

Und was sagt mir das jetzt???

 

Viele Grüße

Carsten

Link zu diesem Kommentar

Und woran kann das liegen???

Ich hab nochmal chap eingefügt - selber Fehler...

Hier nochmal die aktuelle Konfig:

 

interface BRI2/0

ip address negotiated

encapsulation ppp

dialer idle-timeout 180

dialer string 00191011

dialer-group 1

isdn switch-type basic-net3

isdn calling-number 32

no fair-queue

ppp authentication chap pap

ppp chap hostname 000xxxxxxxxxxxxxxxx#1234

ppp chap password 7 000000000

ppp pap sent-username 000xxxxxxxxxxxxxxxx#1234 password 7 000000000

Link zu diesem Kommentar

Hi,

 

welches ios hast du genau drauf? bist du sicher, daß die gegenseite noch pap macht, weil diese sagt dass nicht, sondern du kriegst sofort einen reject... versuchs doch mal mit chap pap callin (also beide protokolle) und setzt den ppp chap hostname analog dem username und das ppp chap passwort analog dem pap passwort, dann die ganze sache nochmal debugen...

 

 

gruss

 

rob

Link zu diesem Kommentar
Der letzte Beitrag zu diesem Thema ist mehr als 180 Tage alt. Bitte erstelle einen neuen Beitrag zu Deiner Anfrage!

Schreibe einen Kommentar

Du kannst jetzt antworten und Dich später registrieren. Falls Du bereits ein Mitglied bist, logge Dich jetzt ein.

Gast
Auf dieses Thema antworten...

×   Du hast formatierten Text eingefügt.   Formatierung jetzt entfernen

  Only 75 emoji are allowed.

×   Dein Link wurde automatisch eingebettet.   Einbetten rückgängig machen und als Link darstellen

×   Dein vorheriger Inhalt wurde wiederhergestellt.   Editor-Fenster leeren

×   Du kannst Bilder nicht direkt einfügen. Lade Bilder hoch oder lade sie von einer URL.

×
×
  • Neu erstellen...