[c-nsp] ADSL Keeps Dropping

Paul Stewart pauls at nexicom.net
Mon Dec 20 13:34:53 EST 2004


We have a customer who keeps dropping their ADSL connection to us.
We're using a 1711 router with an external modem.  We've swapped the
modem and still seeing drops... Before I call the line provider, I
wanted to make sure the router config wasn't an issue.. It's identical
to some others (minus this customer has two internal VLAN's we created
but they really don't have anything to do with DSL I don't believe)...

The log just keeps showing virtualaccess1 dropping and coming back....

Thanks for any input..:)

Paul


Config:

Current configuration : 3867 bytes
!
version 12.3
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
service compress-config
!
hostname gw-mmanagers
!
boot-start-marker
boot-end-marker
!
security authentication failure rate 3 log
security passwords min-length 6
logging buffered 51200 debugging
logging console critical
enable secret 5 XXXXXXXXXXXXXXXXXXXX
!
username admin privilege 15 secret 5 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
no aaa new-model
ip subnet-zero
no ip source-route
!
!
ip dhcp excluded-address 192.168.10.1 192.168.10.10
!
ip dhcp pool CLIENT
   import all
   network 192.168.10.0 255.255.255.0
   default-router 192.168.10.1
   dns-server 216.168.96.10 216.168.96.13
   domain-name nexicom.net
!
!
ip cef
ip domain name nexicom.net
no ip bootp server
ip ips po max-events 100
ip ssh time-out 60
ip ssh authentication-retries 2
vpdn enable
!
vpdn-group 1
 request-dialin
  protocol pppoe
!
no ftp-server write-enable
!
!
!
!
!
!
!
!
interface Null0
 no ip unreachables
!
interface FastEthernet0
 description Nexicom ADSL
 no ip address
 no ip redirects
 no ip proxy-arp
 ip nat outside
 ip virtual-reassembly
 duplex auto
 speed auto
 pppoe enable
 pppoe-client dial-pool-number 1
 no cdp enable
!
interface FastEthernet1
 description NAT - Internal LAN
 no ip address
 no cdp enable
!
interface FastEthernet2
 description Public IP - VPN Device
 switchport access vlan 2
 no ip address
 no cdp enable
!
interface FastEthernet3
 no ip address
 shutdown
 no cdp enable
!
interface FastEthernet4
 no ip address
 no cdp enable
!
interface Vlan1
 description Internal Network
 ip address 192.168.10.1 255.255.255.0
 no ip redirects
 no ip proxy-arp
 ip nat inside
 ip virtual-reassembly
 ip tcp adjust-mss 1412
!
interface Vlan2
 description Public Subnet
 ip address XXXXXXXXXXXXXX 255.255.255.248
 no ip redirects
 no ip proxy-arp
 ip tcp adjust-mss 1412
!
interface Async1
 no ip address
 shutdown
!
interface Dialer0
 description Nexicom ADSL PPPOE
 ip address negotiated
 no ip redirects
 no ip proxy-arp
 ip mtu 1452
 ip nat outside
 ip virtual-reassembly
 encapsulation ppp
 dialer pool 1
 dialer-group 1
 no cdp enable
 ppp authentication pap callin
 ppp pap sent-username mmanagers at nexicom.net password 7
XXXXXXXXXXXXXXXXXXXXXXXXX
!
interface Dialer1
 no ip address
 shutdown
 no cdp enable
!
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer0
ip route 204.239.202.0 255.255.255.0 192.168.10.201
ip route 207.194.97.64 255.255.255.192 192.168.10.201
ip route 207.194.137.128 255.255.255.128 192.168.10.201
no ip http server
ip http access-class 1
no ip http secure-server
!
ip nat inside source list 102 interface Dialer0 overload
!
!
logging trap debugging
access-list 102 permit ip 192.168.10.0 0.0.0.255 any
dialer-list 1 protocol ip permit
no cdp run
!
!
control-plane
!
banner login ^CPrivate System - Authorized Access Only^C
!
line con 0
 login local
 transport output telnet
line 1
 stopbits 1
 speed 115200
 flowcontrol hardware
line aux 0
 login local
 transport output telnet
line vty 0 4
 access-class 105 in
 privilege level 15
 password 7 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 login local
 transport input telnet ssh
line vty 5 15
 access-class 105 in
 privilege level 15
 password 7 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 login local
 transport input telnet ssh
!
scheduler allocate 4000 1000
scheduler interval 500
End



More information about the cisco-nsp mailing list