[[cisco:1600er_serie:cisco_1605r]]
 

Cisco 1605R (Cisco Router) als ADSL (PPPoE) Router

Seit ich die MTU-Size eingestellt habe bin ich mehr als zufrieden und du kannst den 1605R beruhigt in die Liste mitaufnehmen. Er kann als einer von wenigen Cisco Router PPPoE. So ist zumindest mein Kenntnisstand. Und das genügt wenn man zusätzlich ein T-DSL-Modem einsetzt.

Hardware: T-DSL-Splitter (BBAE), T-DSL-Modem (NTBBA), Cisco 1605R (IOS 12.1(3)XG4), Switch, Ethernetkarte Die Geräte sind in oben genannter Reihenfolge miteinander verdrahtet. Der Cisco 1605R besitzt 2x 10Mb Ethernet Anschlüsse. Der erste wird mit dem LAN verbunden und der zweite mit dem T-DSL-Modem (NTBBA). Meine Konfiguration des Ciscos sieht samt DHCP wie am Ende dargestellt aus (ich bestehe nicht darauf, dass sie optimal ist).


Wichtig ist nicht nur, dass die MaxMTU in der Cisco Konfiguration auf 1492 gesetzt wird, sondern ganz wichtig ist auch die Einstellung der MaxMTU der Ethernetkarten im LAN.


Current configuration: 
! 
version 12.1 
no service pad 
service timestamps debug uptime 
service timestamps log uptime 
service password-encryption 
! 
hostname DSL-Gateway
! 
enable password xxx 
! 
ip subnet-zero 
no ip finger 
no ip domain-lookup 
ip dhcp excluded-address 192.168.0.1 192.168.0.149 
ip dhcp excluded-address 192.168.0.200 192.168.0.254 
! 
ip dhcp pool 1 
network 192.168.0.0 255.255.255.0 
default-router 192.168.0.1 
dns-server 194.25.2.129 
! 
vpdn enable 
no vpdn logging 
! 
vpdn-group 1 
request-dialin 
protocol pppoe
ip mtu adjust
! 
interface Ethernet0 
description connected to LAN-net 
ip address 192.168.0.1 255.255.255.0 
ip nat inside 
ip tcp adjust-mss 1452
! 
interface Ethernet1 
description connected to DSL-Line
no ip address 
pppoe enable 
pppoe-client dial-pool-number 1 
! 
interface Dialer1 
description connected to Internet 
ip address negotiated 
ip mtu 1492 
ip tcp adjust-mss 1452
ip nat outside 
encapsulation ppp 
dialer pool 1 
dialer idle-timeout 900 
dialer string 0191011 
dialer hold-queue 10 
dialer-group 1 
no cdp enable 
ppp authentication pap callin 
ppp pap sent-username 123456789012345678901234#0001@t-online.de password xxx 
! 
ip nat inside source list 1 interface Dialer1 overload 
ip classless 
ip route 0.0.0.0 0.0.0.0 Dialer1 
no ip http server 
! 
access-list 1 permit 192.168.0.0 0.0.0.255 
dialer-list 1 protocol ip permit 
! 
line con 0 
exec-timeout 0 0 
password xxx 
login 
transport input none 
line vty 0 4 
exec-timeout 0 0 
password xxx 
login 
! 
end 
cisco/1600er_serie/cisco_1605r.txt · Zuletzt geändert: 12.09.2009 12:46 (Externe Bearbeitung)
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki Clicky Web Analytics No Bad-Bot!
Guestbook