mwindschuettl
Goto Top

Cisco 876 - T-DSL Business

Hallo,

ich bekomme einfache keine DSL-Verbindung zustande.
Die Lämpchen bei OK, CD und PPP leuchten ständig grün am Router, aber kein blinken bei RXD ADSL oder TXD.

Wenn ich einen Connection Test mache, bekomme ich folgende Meldung:
Checking interface status: up
Checking for DNS settings: Failed
DNS configuration check has failed. No DNS Lookup has been configured.
Configure the command 'ip domain-lookup' in the config mode on the router.

Wenn ich dann unter DHCP -> DNS -> Primary DNS einen Eintrag mache
z.B.: 194.25.0.68oder 194.25.0.60 (DNS von Telekom), dann kommt folgende Meldung:
Checking interface status: up
interface physical status : up
Line protocol status: up

Checking for DNS settings: successful
DNS lookup set: Yes
Statically configured DNS servers: none
Dynamically imported DNS servers: 194.25.0.68 194.25.0.60

Checking interface IP address: successful
Interface IP adress: 79.207.168.151
Interface IP address Type: Negotiated

Checking exit interface: Failed
Exit interface found: None
Exit interface found: None

To test connectivity, SDM tries to ping the configured DNS servers. However, there is no configured route to any of the DNS servers through the selected interface.
Select 'User-specified' option or add a 'host specific/network specific/default' route through this interface and reset connection.

Ist das mit den DNS-Adressen überhaupt richtig?
Was mache ich falsch?

hier meine aktuelle Konfiguration (ohne DNS settings):
Building configuration...
Current configuration : 4290 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname yourname
!
boot-start-marker
boot-end-marker
!
logging buffered 51200 warnings
!
no aaa new-model
!
crypto pki trustpoint TP-self-signed-1828894822
 enrollment selfsigned
 subject-name cn=IOS-Self-Signed-Certificate-1828894822
 revocation-check none
 rsakeypair TP-self-signed-1828894822
!
!
crypto pki certificate chain TP-self-signed-1828894822
 certificate self-signed 01
  3082024F 308201B8 A0030201 02020101 300D0609 2A864886 F70D0101 04050030 
   ...
  43BE7880 3FB79D88 D4E3743C 71FED7E3 3D7717
  	quit
dot11 syslog
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 10.10.10.1
!
ip dhcp pool sdm-pool
   import all
   network 10.10.10.0 255.255.255.248
   default-router 10.10.10.1 
   lease 0 2
!
!
no ip domain lookup
ip domain name yourdomain.com
!
multilink bundle-name authenticated
!
!
username admin privilege 15 secret 5 $1$76zT$pfLTOINQRy2Ayyagxnja5/
! 
!
archive
 log config
  hidekeys
!
!
!
!
!
interface BRI0
 no ip address
 encapsulation hdlc
 shutdown
!
interface ATM0
 no ip address
 no atm ilmi-keepalive
 dsl operating-mode auto 
!
interface ATM0.1 point-to-point
 pvc 1/32 
  pppoe-client dial-pool-number 1
 !
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
 description $ETH-SW-LAUNCH$$INTF-INFO-HWIC 4ESW$
 ip address 10.10.10.1 255.255.255.248
!
interface Dialer0
 ip address negotiated
 ip mtu 1452
 encapsulation ppp
 dialer pool 1
 dialer-group 1
 no cdp enable
 ppp authentication chap pap callin
 ppp chap hostname t-online-com/xxxxxxxxxxxxxxxx@t-online-com.de
 ppp chap password 0 xxxxxxxx
 ppp pap sent-username t-online-com/xxxxxxxxxxxxxxx@t-online-com.de password 0 xxxxxxxx
!
ip forward-protocol nd
!
!
ip http server
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
dialer-list 1 protocol ip permit
no cdp run
!
!
!
!
control-plane
!
banner login ^C
-----------------------------------------------------------------------
Cisco Router and Security Device Manager (SDM) is installed on this device. 
This feature requires the one-time use of the username "cisco"   
with the password "cisco". The default username and password have a privilege level of 15.  

Please change these publicly known initial credentials using SDM or the IOS CLI. 
Here are the Cisco IOS commands.

username <myuser>  privilege 15 secret 0 <mypassword>
no username cisco

Replace <myuser> and <mypassword> with the username and password you want to use. 

For more information about SDM please follow the instructions in the QUICK START 
GUIDE for your router or go to http://www.cisco.com/go/sdm 
-----------------------------------------------------------------------
^C
!
line con 0
 login local
 no modem enable
line aux 0
line vty 0 4
 login local
 transport input telnet ssh
!
scheduler max-task-time 5000
end

Content-Key: 140500

Url: https://administrator.de/contentid/140500

Printed on: April 24, 2024 at 21:04 o'clock

Member: exchange
exchange Apr 13, 2010 at 12:31:11 (UTC)
Goto Top
Hallo,
mein Router läuft mit den folgenden Einstellungen ohne Probleme:
interface ATM0
 no ip address
 no atm ilmi-keepalive
 pvc 1/32
  pppoe-client dial-pool-number 1
 !
 dsl operating-mode auto
!

interface Vlan1
 ip address 192.168.0.1 255.255.255.0
 ip nat inside
 ip virtual-reassembly
 ip tcp adjust-mss 1420
!

interface Dialer1
 description PPPoE
 ip address negotiated
 ip mtu 1460
 ip nat outside
 ip virtual-reassembly
 encapsulation ppp
 dialer pool 1
 dialer idle-timeout 0
 dialer enable-timeout 122
 dialer-group 1
 compress stac
 no cdp enable
 ppp authentication chap pap callin
 ppp chap hostname %BENUTZERNAME%
 ppp chap password 0 %KENNWORT%
 ppp pap sent-username %BENUTZERNAME% password 0 %KENNWORT%
!
ip dns server
ip dns spoofing %DNSSERVER%
no ip domain-lookup

Wie sind Deine Schnittstellen eigentlich mit einander verheiratet, nur die halbe Konfiguration gepostet?

Gruß
Heiko
Member: mwindschuettl
mwindschuettl Apr 13, 2010 at 13:14:44 (UTC)
Goto Top
Hallo,

was meinst du mit verheiratet?
Ich habe alles geposted was View Running Config ausgegeben hat.

Gruß,
Markus
Member: aqui
aqui Apr 15, 2010 at 10:06:05 (UTC)
Goto Top
Guckst du auch hier:
Vernetzung zweier Standorte mit Cisco 876 Router
Ebenfalls eine lauffähige Konfig mit der es auf Anhieb funktioniert !!