kurze Antwort: JA
Obwohl es sich bei diesem Gerät um einen reinen ISDN Router handelt, kann man ihn unter bestimmten Vorraussetzungen als DSL Router einsetzen.
Benötigt wid ein IOS Image mit PPPoE Client Support. Ich verwende im Beispiel ein „c800-k8osy6-mw.122-13.T.bin“.
kurze Antwort: NEIN
Der hat doch nur eine Ethernet Schnitstelle.
Ja, natürlich hat der Cisco 801 nur eine Ethernet und eine BRI Schnitstelle, ist ja auch eine ISDN Cisco Router
Hänge die Ethernet Schnitstelle des Cisco Router 801 auf einen HUB oder Switch, dass gleiche machst Du mit dem DSL-Modem.
Wenn ich das DSL-Modem auf meinen HUB stecke bin ich dann noch sicher ? Geht mein LAN Traffic dann ins Internet ? Gute Fragen, so wie ich dass sehe ist das DSL-Modem eine bridges, diese sollte per definition folglich nur PPPoe Traffic weiterreichen.
Okay ich habe verstanden worum es geht, wie konfiguriere ich jetzt nun meinen Cisco 801 ? Wenn alles richtig verkabelt ist, das richtige Image ist auch schon auf Deinem Cisco 801, dann kanns losgehen.
version 12.2 service timestamps debug uptime service timestamps log uptime service password-encryption service compress-config ! hostname "Cisco Router" ! enable password 7 xxxx ! clock timezone GMT+01:00 1 clock summer-time GMT+01:00 recurring last Sun Mar 2:00 last Sun Oct 3:00 ip subnet-zero no ip source-route ! no ip domain lookup vpdn enable ! vpdn-group 1 request-dialin protocol pppoe ip mtu adjust ! isdn switch-type basic-net3 ! ! ! ! interface Ethernet0 description connected to EthernetLAN ip address 192.168.15.254 255.255.255.0 ip nat inside ip route-cache same-interface no ip route-cache no ip mroute-cache pppoe enable pppoe-client dial-pool-number 1 dial-on-demand ! interface BRI0 no ip address ip mroute-cache shutdown isdn switch-type basic-net3 isdn answer1 xxxxx ! interface Dialer2 description T-DSL-Line ip address negotiated ip access-group 100 in no ip proxy-arp ip mtu 1492 ip nat outside encapsulation ppp no ip split-horizon ip tcp adjust-mss 1452 dialer pool 1 dialer hold-queue 10 dialer vpdn dialer-group 1 fair-queue 64 256 0 no cdp enable ppp authentication chap pap callin ppp chap hostname xxxxxxxxx#0001@t-online.de ppp chap password 7 xxxxxxxxxxx ppp pap sent-username xxxxxxx#0001@t-online.de password 7 xxxxxxx ! router rip version 2 passive-interface Dialer2 network 192.168.15.0 no auto-summary ! ip nat translation timeout 300 ip nat translation tcp-timeout 300 ip nat inside source list 99 interface Dialer2 overload ip nat inside source static tcp 192.168.15.1 1723 interface Dialer2 1723 ip classless ip route 0.0.0.0 0.0.0.0 Dialer2 no ip http server ! ! no logging trap access-list 99 permit 192.168.15.0 0.0.0.255 access-list 100 permit tcp any any established access-list 100 permit icmp any any access-list 100 permit udp any eq domain any access-list 100 permit udp any eq ntp any access-list 100 permit tcp any eq ftp-data any gt 1024 access-list 100 permit tcp any any eq 1723 access-list 100 permit gre any any access-list 100 deny tcp any any eq telnet access-list 100 deny ip 10.0.0.0 0.255.255.255 any access-list 100 deny ip 127.0.0.0 0.255.255.255 any access-list 100 deny ip 172.0.0.0 0.31.255.255 any access-list 100 deny ip 169.254.0.0 0.0.255.255 any access-list 100 deny ip 192.168.0.0 0.0.255.255 any access-list 100 deny ip 224.0.0.0 31.255.255.255 any access-list 100 deny ip host 0.0.0.0 any access-list 101 remark ### for route to Dialer 1 ### access-list 101 permit ip any any time-range free access-list 102 remark ### for route to Dialer 2 ### access-list 102 permit ip any any time-range pay access-list 103 remark ### for dial out ### access-list 103 deny eigrp any any access-list 103 deny udp any any eq rip access-list 103 deny udp any any eq bootpc access-list 103 deny udp any any eq bootps access-list 103 deny udp any eq netbios-ns any access-list 103 deny udp any any eq netbios-ns access-list 103 deny udp any eq netbios-dgm any access-list 103 deny udp any any eq netbios-dgm access-list 103 deny udp any any eq syslog access-list 103 deny udp any any eq snmp access-list 103 deny udp any any eq snmptrap access-list 103 deny udp any any eq ntp access-list 103 permit ip any any dialer-list 1 protocol ip list 103 ! snmp-server community public RO snmp-server enable traps tty banner login ^C Authorised access only This system is the property of Galactic Internet Disconnect IMMEDIATELY if you are not an authorised user! Contact noc@net.galaxy +99 876 543210 for help. ^C ! line con 0 access-class 99 in exec-timeout 0 0 password 7 xxxxxx login stopbits 1 line vty 0 4 password 7 xxxxxx login ! scheduler interval 500 sntp server 192.168.15.1 no rcapi server ! ! time-range free periodic Wednesday 4:00 to 4:01 ! time-range pay periodic weekdays 0:00 to 23:59 periodic weekend 0:00 to 23:59 ! end