Jump to content

876w keine internetverbindung 16er T-DSL


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 bekomme einfach keine internetverbindung zustande.

zuerst hatte ich keine sync aber das problem hab ich dank des forums hier gelöst. aktuelles IOS 12.4(22)T eingespielt und auf einmal klappte auch der sync.

habe bis jetzt nur per SDM die konfiguration erstellt da ich totaler newbie in sachen cisco bin.

 

kann mir jemand weiterhelfen

anbei mein derzeitige config.

 

Current configuration : 5766 bytes

!

version 12.4

no service pad

service tcp-keepalives-in

service tcp-keepalives-out

service timestamps debug datetime msec localtime show-timezone

service timestamps log datetime msec localtime show-timezone

service password-encryption

service sequence-numbers

!

hostname cisco

!

boot-start-marker

boot-end-marker

!

logging message-counter syslog

logging buffered 51200

logging console critical

enable secret xxxx

!

no aaa new-model

clock timezone PCTime 1

clock summer-time PCTime date Mar 30 2003 2:00 Oct 26 2003 3:00

!

crypto pki trustpoint TP-self-signed-1467988225

enrollment selfsigned

subject-name cn=IOS-Self-Signed-Certificate-1467988225

revocation-check none

rsakeypair TP-self-signed-1467988225

!

!

dot11 syslog

no ip source-route

ip dhcp excluded-address 192.168.123.1 192.168.123.99

ip dhcp excluded-address 192.168.123.253

!

ip dhcp pool sdm-pool1

import all

network 192.168.123.0 255.255.255.0

default-router 192.168.123.253

!

!

ip cef

no ip bootp server

ip name-server 217.237.149.205

ip name-server 217.237.151.51

!

!

!

!

username xxxx privilege 15 secret xxxx

!

!

!

archive

log config

hidekeys

!

!

!

!

!

interface BRI0

no ip address

no ip redirects

no ip unreachables

no ip proxy-arp

ip flow ingress

encapsulation hdlc

shutdown

!

interface ATM0

no ip address

no ip redirects

no ip unreachables

no ip proxy-arp

ip flow ingress

no atm ilmi-keepalive

dsl operating-mode adsl2+

!

interface ATM0.1 point-to-point

description $ES_WAN$$FW_OUTSIDE$

ip flow ingress

pvc 1/32

oam-pvc manage

pppoe-client dial-pool-number 1

!

!

interface FastEthernet0

!

interface FastEthernet1

!

interface FastEthernet2

!

interface FastEthernet3

!

interface Dot11Radio0

no ip address

no ip redirects

no ip unreachables

no ip proxy-arp

ip flow ingress

shutdown

speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0

station-role root

!

interface Vlan1

description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$$ES_LAN$$FW_INSIDE$

ip address 192.168.123.253 255.255.255.0

no ip redirects

no ip unreachables

no ip proxy-arp

ip flow ingress

ip nat inside

ip virtual-reassembly

!

interface Dialer0

ip address negotiated

no ip redirects

no ip unreachables

no ip proxy-arp

ip mtu 1452

ip flow ingress

ip nat inside

ip virtual-reassembly

encapsulation ppp

dialer pool 1

dialer-group 1

no cdp enable

ppp authentication chap pap callin

ppp chap hostname xxxx

ppp chap password xxxx

ppp pap sent-username xxxx password xxxx

!

ip forward-protocol nd

ip route 0.0.0.0 0.0.0.0 Dialer0

ip http server

ip http authentication local

ip http secure-server

ip http timeout-policy idle 60 life 86400 requests 10000

!

ip nat inside source list 1 interface Dialer0 overload

!

logging trap debugging

access-list 1 remark INSIDE_IF=Vlan1

access-list 1 remark SDM_ACL Category=2

access-list 1 permit 192.168.123.0 0.0.0.255

dialer-list 1 protocol ip permit

no cdp run

 

!

!

!

!

control-plane

!

banner exec ^C

^C

banner login ^CAuthorized access only!

Disconnect IMMEDIATELY if you are not an authorized user!^C

!

line con 0

login local

no modem enable

transport output telnet

line aux 0

login local

transport output telnet

line vty 0 4

login local

transport input telnet ssh

!

scheduler max-task-time 5000

scheduler allocate 4000 1000

scheduler interval 500

end

Link zu diesem Kommentar

sh ip route

Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP

D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area

N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2

E1 - OSPF external type 1, E2 - OSPF external type 2

i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2

ia - IS-IS inter area, * - candidate default, U - per-user static route

o - ODR, P - periodic downloaded static route

 

Gateway of last resort is 0.0.0.0 to network 0.0.0.0

 

C 192.168.123.0/24 is directly connected, Vlan1

S* 0.0.0.0/0 is directly connected, Dialer0

Checking for DNS settings... Successful

DNS lookup set :Yes

Statically configured DNS servers : 217.237.149.205 217.237.151.51

Dynamically imported DNS servers :None

Checking interface IP address.. Failed

Interface IP address :Not assigned/received

Interface IP address Type :Negotiated

Link zu diesem Kommentar

version 12.4

no service pad

service tcp-keepalives-in

service tcp-keepalives-out

service timestamps debug datetime msec localtime show-timezone

service timestamps log datetime msec localtime show-timezone

service password-encryption

service sequence-numbers

!

hostname cisco

!

boot-start-marker

boot-end-marker

!

logging message-counter syslog

logging buffered 51200

logging console critical

enable secret 5 $1$GOr7$5EcXkXnJeuqhP/gDlsU1z.

!

aaa new-model

!

!

aaa authentication login default local

aaa authorization exec default local

!

!

aaa session-id common

clock timezone PCTime 1

clock summer-time PCTime date Mar 30 2003 2:00 Oct 26 2003 3:00

!

crypto pki trustpoint TP-self-signed-1467988225

enrollment selfsigned

subject-name cn=IOS-Self-Signed-Certificate-1467988225

revocation-check none

rsakeypair TP-self-signed-1467988225

!

!

crypto pki certificate chain TP-self-signed-1467988225

certificate self-signed 01

dot11 syslog

no ip source-route

ip dhcp excluded-address 192.168.123.1 192.168.123.99

ip dhcp excluded-address 192.168.123.253

!

ip dhcp pool sdm-pool1

import all

network 192.168.123.0 255.255.255.0

default-router 192.168.123.253

!

!

ip cef

no ip bootp server

ip name-server 217.237.149.205

ip name-server 217.237.151.51

ip ddns update method sdm_ddns1

DDNS both

!

!

!

!

!

username router privilege 15 secret xxxx

!

!

!

archive

log config

hidekeys

!

!

!

!

!

interface BRI0

no ip address

no ip redirects

no ip unreachables

no ip proxy-arp

ip flow ingress

encapsulation hdlc

shutdown

!

interface ATM0

no ip address

no ip redirects

no ip unreachables

no ip proxy-arp

ip flow ingress

no atm ilmi-keepalive

dsl operating-mode adsl2+

!

interface ATM0.1 point-to-point

pvc 1/32

oam-pvc manage

pppoe-client dial-pool-number 1

!

!

interface FastEthernet0

!

interface FastEthernet1

!

interface FastEthernet2

!

interface FastEthernet3

!

interface Dot11Radio0

no ip address

no ip redirects

no ip unreachables

no ip proxy-arp

ip flow ingress

shutdown

speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0

station-role root

!

interface Vlan1

description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$$ES_LAN$$FW_INSIDE$

ip address 192.168.123.253 255.255.255.0

no ip redirects

no ip unreachables

no ip proxy-arp

ip flow ingress

ip nat inside

ip virtual-reassembly

!

interface Dialer0

ip address negotiated

ip mtu 1452

ip nat outside

ip virtual-reassembly

encapsulation ppp

dialer pool 1

dialer-group 1

no cdp enable

ppp authentication chap pap callin

ppp chap hostname xxxx

ppp chap password xxxx

ppp pap sent-username xxxx password xxxx

!

ip forward-protocol nd

ip route 0.0.0.0 0.0.0.0 Dialer0

ip http server

ip http authentication local

ip http secure-server

ip http timeout-policy idle 60 life 86400 requests 10000

!

ip nat inside source list 1 interface Dialer0 overload

!

logging trap debugging

access-list 1 remark INSIDE_IF=Vlan1

access-list 1 remark SDM_ACL Category=2

access-list 1 permit 192.168.123.0 0.0.0.255

dialer-list 1 protocol ip permit

no cdp run

 

!

!

!

!

control-plane

!

!

line con 0

no modem enable

transport output telnet

line aux 0

transport output telnet

line vty 0 4

transport input telnet ssh

!

scheduler max-task-time 5000

scheduler allocate 4000 1000

scheduler interval 500

end

Link zu diesem Kommentar

cisco#deb atm er

ATM errors debugging is on

cisco#deb atm ev

ATM events debugging is on

cisco#deb pppoe er

PPPoE protocol errors debugging is on

cisco#deb pppoe ev

PPPoE protocol events debugging is on

cisco#deb ppp neg

PPP protocol negotiation debugging is on

cisco#deb ppp auth

PPP authentication debugging is on

cisco#ter mon

% Console already monitors

cisco#conf t

Enter configuration commands, one per line. End with CNTL/Z.

cisco(config)#int atm 0

cisco(config-if)#shut

cisco(config-if)#no shut

cisco(config-if)#exit

cisco(config)#

 

 

console nutz ich selten weil wie gesagt ich mich da gar ne auskenn.

aber wenns so detailiert geschrieben ist dann gehts schon.

Link zu diesem Kommentar

nö da kommt nix

 

ATM0 is up, line protocol is up

Hardware is MPC ATMSAR (with Alcatel ADSL Module)

MTU 4470 bytes, sub MTU 4470, BW 722 Kbit/sec, DLY 510 usec,

reliability 255/255, txload 1/255, rxload 1/255

Encapsulation ATM, loopback not set

Encapsulation(s): AAL5 AAL2, PVC mode

10 maximum active VCs, 1024 VCs per VP, 1 current VCCs

VC Auto Creation Disabled.

VC idle disconnect time: 300 seconds

Last input 00:00:09, output 00:00:08, output hang never

Last clearing of "show interface" counters never

Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0

Queueing strategy: Per VC Queueing

5 minute input rate 0 bits/sec, 0 packets/sec

5 minute output rate 0 bits/sec, 0 packets/sec

224 packets input, 12282 bytes, 0 no buffer

Received 0 broadcasts, 0 runts, 0 giants, 0 throttles

0 input errors, 18 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort

285 packets output, 20026 bytes, 0 underruns

5 output errors, 0 collisions, 5 interface resets

0 unknown protocol drops

0 output buffer failures, 0 output buffers swapped out

 

wie gesagt jetzt leuchtet auch die ppp led am cisco.

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