Microsoft MVPs inside





 MCSEboard.de – IT Pro Forum zu Windows Server 2008 R2 / 2008 / 2003 & Windows 7 / Vista / XP
Registrieren Hilfe Regeln Benutzerliste Suchen Heutige Beiträge Alle Foren als gelesen markieren

Cisco Forum — Allgemein


Cisco Forum: Alles zum Thema CISCO Zertifizierungen CCNA, CCNP, CCSP, CCIE etc. — Q & A zum Thema CISCO Router, Switches und Firewalls


Antwort
     
Themen-Optionen
Alt 03.09.2006, 18:57   #1
Member
 
Benutzerbild von Schnufix
 
Offline
Registriert seit: 10-2005
Ort: Sarstedt
Beiträge: 137
ISDN Internet Verbindung schläg fehl...

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

Signatur
Wer ist "Fatal Error" und was macht er auf meiner "HardDisk"?

    Mit Zitat antworten
Alt 03.09.2006, 18:59   #2
Member
 
Benutzerbild von Schnufix
 
Offline
Registriert seit: 10-2005
Ort: Sarstedt
Beiträge: 137
Vielleicht sollte ich noch erwähnen, dass die doppel-Null beim Dialerstring ok ist, da ich auf einer Nst-Anlage hänge....

Signatur
Wer ist "Fatal Error" und was macht er auf meiner "HardDisk"?

    Mit Zitat antworten
Alt 04.09.2006, 08:52   #3
Board Veteran
 
Benutzerbild von rob_67
 
Offline
Registriert seit: 05-2005
Ort: Bolivien (temporär)
Beiträge: 955
Hi,schalt mal des debugging an mit debug dialer events und debug ppp negotiation und poste mal den output...

gruss


rob
    Mit Zitat antworten
Alt 08.09.2006, 13:15   #4
Member
 
Benutzerbild von Schnufix
 
Offline
Registriert seit: 10-2005
Ort: Sarstedt
Beiträge: 137
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

Signatur
Wer ist "Fatal Error" und was macht er auf meiner "HardDisk"?

    Mit Zitat antworten
Alt 08.09.2006, 15:20   #5
Senior Member
 
Offline
Registriert seit: 12-2005
Beiträge: 384
Müßte bei authentication nicht nur
"ppp authentication pap callout"
stehen?

Die gegenstelle authentifziert sich ja nicht.

sollte bei einem debug ppp authentication auch sichtbar werden
    Mit Zitat antworten
Alt 08.09.2006, 19:11   #6
Member
 
Benutzerbild von Schnufix
 
Offline
Registriert seit: 10-2005
Ort: Sarstedt
Beiträge: 137
Hmm, "ppp authentication pap callout" hatte ich auch schon mal drin, hatte aber keinen Unterschied gebracht. Wenn ich das aber richtig verstanden habe, ist das doch aber egal, ob ich nur callout oder gar nix eingebe, oder????

Ich werde es aber nochmal testen....

Signatur
Wer ist "Fatal Error" und was macht er auf meiner "HardDisk"?

    Mit Zitat antworten
Alt 11.09.2006, 09:52   #7
Board Veteran
 
Benutzerbild von rob_67
 
Offline
Registriert seit: 05-2005
Ort: Bolivien (temporär)
Beiträge: 955
hi,

die gegenseite scheint dich nicht zu akzeptieren, bei freenet finde ich auch diese rufnummer nicht?!


gruss


rob
    Mit Zitat antworten
Alt 11.09.2006, 13:26   #8
Member
 
Benutzerbild von Schnufix
 
Offline
Registriert seit: 10-2005
Ort: Sarstedt
Beiträge: 137
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:
[CODE]
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)

Signatur
Wer ist "Fatal Error" und was macht er auf meiner "HardDisk"?

    Mit Zitat antworten
Alt 11.09.2006, 13:26   #9
Member
 
Benutzerbild von Schnufix
 
Offline
Registriert seit: 10-2005
Ort: Sarstedt
Beiträge: 137
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

Signatur
Wer ist "Fatal Error" und was macht er auf meiner "HardDisk"?

    Mit Zitat antworten
Alt 11.09.2006, 13:31   #10
Senior Member
 
Offline
Registriert seit: 12-2005
Beiträge: 384
Naja, das die Aushandlung schon fehlschlägt.
Also noch bevor die Userdaten übertragen werden.

Ich würde sagen deiner Versucht immer PAP vorzuschlagen und der andere weist es immer zurück bis der andere "termination" anfragt.
    Mit Zitat antworten
Antwort


Themen-Optionen


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
KB955706 schläg Fehl via Windows update toxictuna Windows Forum — Allgemein 1 11.05.2009 17:00
WSUS - Verbindung zur Datenbank schlägt fehl? Volker Racho Windows Server Forum 0 07.02.2008 17:28
RDP-Verbindung schlägt fehl. banani Windows Server Forum 8 10.07.2007 15:41
SP2 in Server 2003 Std ingegriert -> R2 Setup schläg fehl! substyle Windows Server Forum 4 01.04.2007 13:48
Eintragen von zus. Clientlizenzen auf SBS 2003 SP1 Server schläg fehl Frank Bernhardt Microsoft Lizenzen 1 02.11.2005 15:41


Alle Zeitangaben in MEZ/CET. Es ist jetzt 18:42 Uhr. Seite generiert in 0,044 Sekunden.

- Unsere Partner -

Copyright © 2000 – 2012 MCSEboard.de

Sprung zum Seitenanfang