Die Telekom hilft Community zieht um und ist bis zum 8. Januar 2025 nur eingeschränkt zugänglich.
Konfiguration Tipps für Cisco 876 router
vor 12 Jahren
Ich weiß, dass nur die SpeedPort routers "offiziel" unterstützt werden, aber wo kann man Konfigurationinfos für Cisco routers finden? Nämlich, ein Cisco 876 - welcher ADSL+, VPN , VLANs, und viel mehr anbietet.
Ich habe viele Fragen über die Dailer interface:
- hostname
- password
- MTU (ich schätze 1492)
- encapsulation (PPP, glaube ich)
- authentication (CHAP und PAP, ich glaube)
und so weiter.
Deutsch ist nicht meine Muttersprache, d.h. Sie können ruhig auf Englisch beantworten.
Ich suche nach ziemlich genaue Hinweise, wie ich diesen Router als T-Online Privatkunde in Betrieb setzen kann. Danke im Voraus für irgendwelche Hilfe dazu...
Ich habe viele Fragen über die Dailer interface:
- hostname
- password
- MTU (ich schätze 1492)
- encapsulation (PPP, glaube ich)
- authentication (CHAP und PAP, ich glaube)
und so weiter.
Deutsch ist nicht meine Muttersprache, d.h. Sie können ruhig auf Englisch beantworten.
Ich suche nach ziemlich genaue Hinweise, wie ich diesen Router als T-Online Privatkunde in Betrieb setzen kann. Danke im Voraus für irgendwelche Hilfe dazu...
19940
0
13
Akzeptierte Lösungen
Alle Antworten
Sortieren
Älteste zuerst
Neueste zuerst
Älteste zuerst
Autor
Das könnte Ihnen auch weiterhelfen
Gelöst
353
0
2
255
0
1
vor 5 Jahren
410
0
1
vor 5 Jahren
1007
0
3
Telekom hilft1
Telekom hilft Team
vor 12 Jahren
Hier muss vermutlich de Benutzername/Username eingetragen werden. Diese wird aus den Zugangsdaten Ihres Internetanschlusses zusammengesetzt: „Anschlusskennung“+“Zugangsnummer(T-Online Nummer)“+"0001@t-online.de"
z.B.
0123456789129876543210980001@t-online.de
Wichtig: Wenn die Zugangsnummer nicht 12-stellig ist, muss diese mit „#“ beendet werden.
z.B.
01234567891298765432#0001@t-online.de
Das „persönliche Kennwort“ von Ihren Zugangsdaten.
Genau, 1492.
PPPoE.
CHAP und PAP sollte passen.
Verlangt das Gerät noch weitere Daten von Ihnen?
0
0
GottSeth
3 Sterne Mitglied
vor 12 Jahren
- password
- MTU (ich schätze 1492)Korrekt
- encapsulation (PPP, glaube ich)- Nö = PPPoE - LLC
- authentication (CHAP und PAP, ich glaube)= PAP oder Automatik
- VPI/VCI = 1/32
0
0
2phase
1 Sterne Mitglied
vor 12 Jahren
hier mal eine config für das FastEthernet4 und das Dialer-Interface:
interface FastEthernet4
no ip address
duplex auto
speed auto
pppoe-client dial-pool-number 1
no cdp enable
!
interface Dialer1
ip address negotiated
ip mtu 1492
ip nat outside
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap callin
ppp chap hostname 001234567890001@t-online.de
ppp chap password blablablapassword
Ist von einem 881W, sieht aber auf dem 876 eigentlich genau so aus.
MfG
0
0
Chrispe_2
1 Sterne Mitglied
vor 12 Jahren
habe selber (fast) das gleiche Problem (Cisco 886VA) und anscheinend habe ich endlich jemanden gefunden, der ein bisschen mehr Ahnung von diesem Thema hat....!! :)
(Im Internet stehen die wildesten und vor allem unterschiedlichsten Beschreibungen, wie ich das Gerät am besten konfiguriere um es mit dem Internet zu verbinden....HORROR!)
B2T:
Ich habe eine feste IP bei der Telekom (feste-ip2/123456789123@t-online-com.de)
Dementsprechend habe ich auch meinen Dialer angepasst..und bitte bekommt keinen Schock - ich probiere grade in alle Richtungen, weil ich einfach keine sch*** Internetverbindung zustande bekomme... (und ich habe auch einfach ein bisschen herumgetestet - ist ja ein "Lernprojekt" )
controller VDSL 0
sra
!
ip ftp username ftp
ip ftp password 7 120D000406
!
!
!
!
!
!
!
!
bba-group pppoe global
virtual-template 3
sessions max limit 8000
mac-address autoselect
sessions per-vc limit 8
sessions per-mac limit 2
sessions per-vlan limit 4000 inner 3500
sessions per-vc throttle 100 30 3008
sessions auto cleanup
!
!
vc-class atm users
protocol pppoe group global
encapsulation aal5snap
!
interface Ethernet0
description VDSL WAN Interface
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
pppoe enable group global
pppoe-client dial-pool-number 1
!
interface Ethernet0.2
pppoe enable group global
!
interface BRI0
no ip address
encapsulation hdlc
isdn termination multidrop
!
interface ATM0
no ip address
no atm ilmi-keepalive
pvc 1/32
encapsulation aal5snap
protocol pppoe
!
!
interface FastEthernet0
no ip address
shutdown
!
interface FastEthernet1
no ip address
shutdown
!
interface FastEthernet2
description Lewin
switchport access vlan 17
no ip address
duplex full
speed 100
!
interface FastEthernet3
no ip address
shutdown
!
interface Virtual-Template3
mtu 1456
ip unnumbered Ethernet0.2
!
interface Vlan1
no ip address
shutdown
!
interface Vlan17
ip address 192.168.1.3 255.255.255.0
!
interface Dialer1
description ADSL WAN Dialer
ip address negotiated
no ip unreachables
ip mtu 1452
ip nat outside
ip virtual-reassembly in
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap callin
ppp chap hostname feste-ip2/2TBBC692Y4JD@t-online-com.de
ppp chap password 7 065E57791A1A5C495D
ppp ipcp dns request accept
ppp ipcp route default
ppp ipcp address accept
no cdp enable
!
ip default-gateway 192.168.1.3
ip forward-protocol nd
ip http server
no ip http secure-server
!
!
ip nat inside source list 10 interface Dialer1 overload
ip route 0.0.0.0 0.0.0.0 Dialer1
!
access-list 10 permit 192.168.1.0 0.0.0.255
dialer-list 1 protocol ip permit
no cdp run
Der VDSL-Controller sagt mir, dass er Verbindungen ist:
MEINS#sh controller vdsl 0
Controller VDSL 0 is UP
Daemon Status: Up
XTU-R (DS) XTU-C (US)
Chip Vendor ID: 'BDCM' 'IFTN'
Chip Vendor Specific: 0x0000 0x7174
Chip Vendor Country: 0xB500 0xB500
Modem Vendor ID: 'CSCO' ' '
Modem Vendor Specific: 0x4602 0x0000
Modem Vendor Country: 0xB500 0x0000
Serial Number Near: FCZ162890NA 886VA-S 15.2(3)
Serial Number Far:
Modem Version Near: 15.2(3)
Modem Version Far: 0x7174
Modem Status: TC Sync (Showtime!)
DSL Config Mode: AUTO
Trained Mode: G.992.5 (ADSL2+) Annex B
TC Mode: ATM
Selftest Result: 0x00
DELT configuration: disabled
DELT state: not running
Trellis: ON ON
SRA: enabled enabled
SRA count: 0 0
Bit swap: enabled enabled
Bit swap count: 291 0
Line Attenuation: 20.5 dB 10.2 dB
Signal Attenuation: 20.5 dB 10.8 dB
Noise Margin: 6.0 dB 8.6 dB
Attainable Rate: 17300 kbits/s 1276 kbits/s
Actual Power: 0.0 dBm 12.8 dBm
Total FECC: 0 0
Total ES: 10 0
Total SES: 0 0
Total LOSS: 0 0
Total UAS: 0 0
Total LPRS: 0 0
Total LOFS: 0 0
Total LOLS: 0 0
Full inits: 1
Failed full inits: 0
Short inits: 0
Failed short inits: 0
Firmware Source File Name (version)
-------- ------ -------------------
VDSL embedded VDSL_LINUX_DEV_01212008 (1)
Modem FW Version: 110331_1212-4.02L.03.B2pvC032b.d23f
Modem PHY Version: B2pvC032b.d23f
Vender Version:
DS Channel1 DS Channel0 US Channel1 US Channel0
Speed (kbps): 0 15896 0 1179
SRA Previous Speed: 0 0 0 0
Previous Speed: 0 0 0 0
Total Cells: 0 30127186 0 2215633
User Cells: 0 60 0 0
Reed-Solomon EC: 0 0 0 0
CRC Errors: 0 11 0 0
Header Errors: 0 58 0 0
Interleave (ms): 0.00 0.12 0.00 0.24
Actual INP: 0.00 0.00 0.00 0.00
Jedoch sagt mit meine PPPoE-Session: (Keine MAC?!?)
MEINS#sh pppoe session
1 client session
Uniq ID PPPoE RemMAC Port VT VA State
SID LocMAC VA-st Type
N/A 0 0000.0000.0000 Et0 Di1 N/A PADISNT
0000.0000.0000
ATM0:
MEINS#sh int atm0
ATM0 is up, line protocol is up
Hardware is MPC ATMSAR, address is d48c.b500.9f08 (bia d48c.b500.9f08)
MTU 1600 bytes, sub MTU 1600, BW 1179 Kbit/sec, DLY 310 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ATM, loopback not set
Keepalive not supported
Encapsulation(s): AAL5
4 maximum active VCs, 1024 VCs per VP, 1 current VCCs
VC Auto Creation Disabled.
VC idle disconnect time: 300 seconds
Last input never, output never, 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
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts (0 IP multicasts)
0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
0 packets output, 0 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 unknown protocol drops
0 output buffer failures, 0 output buffers swapped out
ETH0:
MEINS#sh int ETH0
Ethernet0 is down, line protocol is down
Hardware is PQII_VDSL_ETHERNET, address is d48c.b500.9f0c (bia d48c.b500.9f0c)
Description: VDSL WAN Interface
MTU 1500 bytes, BW 1179 Kbit/sec, DLY 8400 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
ARP type: ARPA, ARP Timeout 04:00:00
Last input never, output never, 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: fifo
Output queue: 0/40 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts (0 IP multicasts)
0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 input packets with dribble condition detected
4 packets output, 240 bytes, 0 underruns
0 output errors, 0 collisions, 2 interface resets
0 unknown protocol drops
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapp
Die 192.168.1.3 soll die IP des Routers werden....
Falls noch weitere Infos benötigt werden, kann ich mit allem dienen!
Danke im Voraus und VG
Christian
0
0
2phase
1 Sterne Mitglied
vor 12 Jahren
https://supportforums.cisco.com/thread/2098283
0
0
jeremyNLSO
Starter*in
vor 11 Jahren
Fragen:
1) Muss ich das an ATM0 auch konfigurieren oder wie geht das? (Es scheint mir, als ob es unbedingt konfiguriert werden muss.) Zum Beispiel, ich habe keine Idee was ich für PVC x/xx eingeben soll.
2) Es sieht aus, als ob die Verbindung durch den Dialer nur gestartet wird, sobald man etwas von dem Internet will. Ist das richtig? Gibt es lieber einen Weg, wodurch man die Verbindung "always on" halten könnte? Oder ist das schon der Fall mit der Konfiguration wie es hier anzeigt ist?
3) Wie funktioniert es mit der IP-Adresse? Wenn ich sie auf der innere Seite meines Netzwerkes bestimmen will, mache ich das einfach wie normal mit dem IP ADDRESS command an dem Interface?
4) Ich verstehe nicht die Infos bezüglich der Ethernet ports. Was muss man tun, damit die Switch ports richtig Switchen? (Ich werde auch 2 VLANs hinzufügen wollen -- 3 mal insgesamt mit der Admin VLAN.)
Danke im Voraus für Ihre Hilfe. Und danke für das was schon mitgeteilt war....
0
0
2phase
1 Sterne Mitglied
vor 11 Jahren
1) Ja, ATM0 muss konfiguriert werden. PVC sollte 1/32 sein, dazu gibt es aber auch Master-Konfigurationen im Internet für Telekom DSL.
2) Bei mir ist es always on. Sollte es nicht so sein, kann man z.B. einen ip sla konfigurieren, der regelmäßig pingt.
3) Man kann beliebige Adressen verwenden (am besten private nach RFC1918). Diese müssen normal auf das VLAN-Interface per "ip address x.x.x.x 255.255.255.x" und in die NAT-Regel reingenommen werden (ausgehend NAT Overload auf Dialer-Interface).
4) VLANs hinzufügen und IP Adressen konfigurieren, dann die Ethernet-Ports entweder als Access Ports für das jeweilige VLAN definieren oder einen Trunk Port nehmen, falls unterstützt.
0
0
jeremyNLSO
Starter*in
vor 11 Jahren
So.... Ich habe scheinbar Verbindung bei der ATM Interface. Hier die Ergebnisse von Show Interface ATM0:
ATM0 is up, line protocol is up
Hardware is MPC ATMSAR (with Alcatel ADSL Module)
MTU 4470 bytes, sub MTU 4470, BW 1006 Kbit/sec, DLY 360 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:27, output never, 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
59 packets input, 4602 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
0 packets output, 0 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 unknown protocol drops
0 output buffer failures, 0 output buffers swapped out
* * * * * * * * * * * *
Meine Frage handelt sich um die Dialer Interface. Hier die Ergebnisse auf Show Interface DialerO:
Dialer0 is up (spoofing), line protocol is up (spoofing)
Hardware is Unknown
Description: ADSL WAN Dialer
Internet address will be negotiated using IPCP
MTU 1500 bytes, BW 56 Kbit/sec, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation PPP, loopback not set
Keepalive set (10 sec)
DTR is pulsed for 1 seconds on reset
Last input never, output never, output hang never
Last clearing of "show interface" counters 01:01:58
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: weighted fair
Output queue: 0/1000/64/0 (size/max total/threshold/drops)
Conversations 0/0/16 (active/max active/max total)
Reserved Conversations 0/0 (allocated/max allocated)
Available Bandwidth 42 kilobits/sec
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes
0 packets output, 0 Bytes
* * * * * * * * * * * *
Ist das richtig so? Soll es heißen, das es "gespooft" wird?
Im Allgemein liegt das Problem daran, dass ich intern pingen kann aber nichts außerhalb des privaten Netzwerk pingen kann.
Ich weiß nicht aber, ob es damit zu tun hat, das DNS irgendwie nicht resolven kann. Ich habe NICHT versucht, eine gültige externe IP Adresse zu pingen, nur durch den Domänennamen. Clients am internen Netzwerk sind konfiguriert DNS durch ein Microsoft DC zu resolven. Wenn DNS auf das DC es nicht resolven kann, die Abfrage sollte dann an den Router weiterleitet. Soll das anders sein? Auf jeden Fall habe ich den Fritz!Box damals so konfiguriert.
(Ich kann keine gültige externe IP Adressen durch NSLOOKUP finden angeblich weil ich durch MS DNS resolve. Es antwortet auf Abfragen mit meiner eigenen WAN IP Adresse...)
Im Grunde genommen, ich bin ein wesentlich zu unerfahren mit den DSL Verbindungen auf Cisco, inkl. Dialer Interface, um wissen zu können, woran das Problem liegt.
+ + + + + + + + + + + +
Hier die ganze Show Running-Configuration Output:
Current configuration : 1773 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname xxx-RTR-1
!
boot-start-marker
boot-end-marker
!
logging message-counter syslog
!
no aaa new-model
!
!
dot11 syslog
ip source-route
!
!
!
!
ip cef
no ip domain lookup
ip domain name mydomain.com
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
vtp mode transparent
username UserName password 7 xxxxxxxxxxxxxxxxxxxx
!
!
!
archive
log config
hidekeys
!
!
ip ssh version 2
!
!
!
interface BRI0
no ip address
encapsulation hdlc
shutdown
!
interface ATM0
no ip address
ip nat outside
ip virtual-reassembly
no atm ilmi-keepalive
pvc 1/32
encapsulation aal5snap
protocol pppoe
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
no cdp enable
!
interface Vlan1
ip address 192.168.211.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
interface Dialer0
ip address negotiated
ip mtu 1492
encapsulation ppp
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication chap callin
ppp chap hostname xxxxxxxxxxxxxxxxxxxxxxxx0001@t-online.de
ppp chap password 7 040A5F5656711B1650
!
ip default-gateway 192.168.211.1
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer0
no ip http server
no ip http secure-server
!
!
ip nat inside source list 10 interface Dialer0 overload
!
access-list 10 permit 192.168.211.0 0.0.0.255
dialer-list 1 protocol ip permit
no cdp run
!
!
!
!
!
control-plane
!
!
line con 0
exec-timeout 20 0
password 7 xxxxxxxxxxxxxxxx
logging synchronous
login
no modem enable
line aux 0
line vty 0 4
password 7 xxxxxxxxxxxxxxxx
login
transport input telnet ssh
!
scheduler max-task-time 5000
end
* * * * * * * * * * * *
Ich wäre SEHR dankbar für irgendwelche Hilfe die Sie mir anbieten können. Ich würde es ECHT zu schätzen wissen.
(Übrigens: Ich habe die Anweisung von Cisco auch angeshaut/benutzt wie es im folgenden Link steht:
http://www.cisco.com/en/US/docs/routers/access/800/850/software/configuration/guide/pppoanat.html#wpxref20820)
Cheers!
0
0
jeremyNLSO
Starter*in
vor 11 Jahren
Haben Sie Ihr Problem aufheben können?
0
0
2phase
1 Sterne Mitglied
vor 11 Jahren
auf den ersten Blick fällt mir Folgendes auf:
Das ATM0 braucht noch die Zuweisung zum Dialer-Interface und das "ip nat outside" muss ins Dialer:
conf t
int atm0
pppoe-client dial-pool-number 1
no ip nat outside
int d0
ip nat outside
"ip default-gateway 192.168.211.1" kann raus. Ich würde auch das "ppp chap password ..." beim Kopieren der Konfiguration ins Forum rausnehmen, die Cisco-Verschlüsselung ist sehr leicht zu knacken, da gibt es etliche Online-Tools für.
Was DNS angeht, könnte man auf einem Client testweise einen Google DNS-Server eintragen oder diesen auch mal pingen (8.8.8.8).
0
0
Weitere Antworten laden