 masmith99
join:2003-05-25 East Orange, NJ
| reply to masmith99 Re: CISCO 1841 VZ DSL PPOE
Hello, I have the CISCO 1841 working with Verizon DSL with the config below. Had to stop using the 1841 router, very very slow download, speed was reduce to 300k using this router. My 2650 with a 15 port switch module was much faster.
********** 1841 config *************
service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname mks1 ! boot-start-marker boot system flash:c1841-advipservicesk9-mz.124-18.bin boot-end-marker ! enable secret 5 ! no aaa new-model ! resource policy ! ip subnet-zero ip cef ! ! no ip dhcp use vrf connected no ip dhcp conflict logging ip dhcp excluded-address 10.10.10.1 ip dhcp excluded-address 10.10.10.2 ip dhcp excluded-address 10.10.10.3 ip dhcp excluded-address 10.10.10.4 ip dhcp excluded-address 10.10.10.5 ! ! ip dhcp pool Inside network 10.10.20.0 255.255.255.0 dns-server 71.250.0.12 71.242.0.12 default-router 10.10.10.1 lease infinite ! ! ! no ip bootp server ip inspect name myfw cuseeme timeout 3600 ip inspect name myfw ftp timeout 3600 ip inspect name myfw http java-list 10 timeout 3600 ip inspect name myfw rcmd timeout 3600 ip inspect name myfw realaudio timeout 3600 ip inspect name myfw tftp timeout 30 ip inspect name myfw udp timeout 15 ip inspect name myfw tcp timeout 3600 ip inspect name myfw h323 timeout 3600 ip inspect name myfw icmp timeout 3600 vpdn enable ! ! ! username mks1 privilege 15 password 7 ! ! ! ! interface Loopback0 ip address 10.1.1.1 255.255.255.255 ! ! ! interface FastEthernet0/0 description inbound from Verizon DSL Modem ip address 10.10.10.1 255.255.255.0 no ip redirects no ip unreachables no ip proxy-arp ip nat inside ip virtual-reassembly ip tcp adjust-mss 1452 duplex auto speed auto pppoe enable pppoe-client dial-pool-number 1 no keepalive no cdp enable no shutdown ! ! ! interface Dialer0 description ISP Verizon DSL config PPOE ip address negotiated ip access-group 110 in no ip redirects no ip unreachables no ip proxy-arp ip mtu 1492 ip nat outside ip inspect myfw out ip virtual-reassembly encapsulation ppp ip tcp adjust-mss 1452 dialer pool 1 dialer persistent no cdp enable ppp authentication chap pap callin ppp chap hostname masmith22 ppp chap password 7 ppp pap sent-username masmith22 password 7 justin22 ppp ipcp dns request ppp ipcp route default ! ! ! interface Vlan1 no ip address ! ! ! ! interface FastEthernet0/1 description Inside Home Network ip address 10.10.10.3 255.255.255.0 ip nat inside duplex auto speed auto no shutdown ! ! ! ip classless ! ! no ip http server no ip http secure-server ip nat inside source list 111 interface Dialer0 overload ip nat inside source static udp 10.10.10.4 500 interface Dialer0 500 ip nat inside source static esp 10.10.10.4 interface Dialer0 ! ! ! access-list 110 permit tcp any eq 3389 any access-list 110 permit tcp any any eq 3389 access-list 110 permit tcp any any eq smtp access-list 110 permit tcp any eq www any access-list 110 permit tcp any eq 443 any access-list 110 permit tcp any eq 1863 any access-list 110 permit gre any any log-input access-list 110 permit udp any eq domain any access-list 110 permit udp any eq ntp any access-list 110 permit tcp any eq 5190 any access-list 110 permit tcp any any eq 6881 access-list 110 permit icmp any any net-unreachable access-list 110 permit icmp any any host-unreachable access-list 110 permit icmp any any port-unreachable access-list 110 permit icmp any any packet-too-big access-list 110 permit icmp any any administratively-prohibited access-list 110 permit icmp any any source-quench access-list 110 permit icmp any any ttl-exceeded access-list 110 permit icmp any any echo-reply access-list 110 deny icmp any any access-list 110 deny ip 192.168.0.0 0.0.255.255 any log-input access-list 110 deny ip 172.16.0.0 0.15.255.255 any log-input access-list 110 deny ip 10.0.0.0 0.255.255.255 any log-input access-list 110 deny ip 127.0.0.0 0.255.255.255 any log-input access-list 110 deny ip 255.0.0.0 0.255.255.255 any log-input access-list 110 deny ip 224.0.0.0 31.255.255.255 any log-input access-list 110 deny ip any any log-input access-list 111 permit ip 10.0.0.0 0.255.255.255 any no cdp run ! ! ! control-plane ! ! ! ! line con 0 exec-timeout 120 0 password 7 logging synchronous login transport output all stopbits 1 line aux 0 line vty 0 4 exec-timeout 120 0 password 7 login length 0 transport input all transport output all ! scheduler max-task-time 5000 ! end |
|
  TomS_ debugger it Premium,MVM join:2002-07-19 Australia
| reply to masmith99 Its not a lot to work with.
Can you post up a copy of your config (minus passwords etc)?
Or perhaps post in the Cisco forum on this very site: »Cisco
But first have a look through the Cisco forum FAQ which contains a lot of sample configurations, and also search through the Cisco forum first as its possible that your question has already been answered (we get a lot of requests for help with DSL/PPPoE in there). |
|
 masmith99
join:2003-05-25 East Orange, NJ | Hello,
Would you be able to help, getting an error on a 1841 router connect to Verizon DSL? "Interface Vi1 unbound from profile Di0"
Thanks, Mario masmith22@verizon.net |
|