Hello and welcome to CertForums.co.uk, here we host free active certification forums with links to the best free resources for Microsoft's MCSA MCSE MCDBA Cisco's CCNA CCDA and CCNP, and CompTIA's A+ Network+ i-NET+ and Security+ certifications in the UK. If you wish to post or use other advanced features you will need to register first. Registration is absolutely free and takes only a few minutes to complete so sign up today!

If you have any problems with the registration process or your account login, please contact support

Go Back   CertForums > Certification Forums > Cisco Certification Forums > Routing & Switching
Home Forums Register Search Today's Posts Mark Forums Read

Cisco 877 ADSL problem connecting

Post New ThreadReply
 
Thread Tools Display Modes
  #1  
Old 30-Mar-2008, 10:30 AM
gastonp50 gastonp50 is offline
New Member
Posts: 1
Points: 0 gastonp50 has no points
Power: 1
None
Join Date: 30 Mar 2008
Unhappy Cisco 877 ADSL problem connecting

Hello,

I’ve been trying to configure the Cisco 877 ADSL for access to Internet . The fact is that, although I’ve been able to connect it to my ISP, the router cannot connect after it is rebooted. I haven’t configured a Cisco router before and so I would be grateful if someone could help me find out what I’ve been doing wrong.

The problem is the following. The only way I’m able to connect to Internet is starting with a blank startup-config and using the Security Device Manager (SDM). However, when I copy the configuration into the NVRAM using the command-line "write memory" or "copy running-config nvram:" in a Hyper Terminal session and I reboot, the router appears to be unable to establish a physical connection to my ISP. The router keeps hanging-up and trying again while the ADSL CD led keeps blinking. There is also an intermittent beep sound indicating the router hanging-up.

Specifically what I do is the following. I start a Hyper Terminal session with a blank startup-config. At the prompt “Router>” I use the command-lines "enable", "configure terminal" and "ip http server" to be able to access the SDM in the router. And finally, I give the router an IP address in the same subnet or LAN where my computer is connected by using the command-line "interface vlan1 192.168.01 255.255.255.0". Now I’m able to configure the router by using the http protocol following the menu in the SDM. The following is the output obtained by the command-line show running-config:

Building configuration...

Current configuration : 1387 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
!
resource policy
!
ip cef
!
!
!
!
interface ATM0
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
!
interface ATM0.1 point-to-point
no snmp trap link-status
pvc 0/38
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
ip address 192.168.0.1 255.255.255.0
ip nat inside
ip virtual-reassembly
!
interface Dialer0
ip address negotiated
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer-group 1
ppp authentication chap callin
ppp chap hostname xxxxxxxxxxx@xxxxxxxx.xxx
ppp chap password 0 xxxxxxxx
!
ip route 0.0.0.0 0.0.0.0 Dialer0
!
ip http server
no ip http secure-server
ip nat inside source list 1 interface Dialer0 overload
!
access-list 1 remark INSIDE_IF=Vlan1
access-list 1 remark SDM_ACL Category=2
access-list 1 permit 192.168.0.0 0.0.0.255
dialer-list 1 protocol ip permit
!
!
!
control-plane
!
!
line con 0
no modem enable
line aux 0
line vty 0 4
!
scheduler max-task-time 5000
!
webvpn context Default_context
ssl authenticate verify all
!
no inservice
!
end

This works fine as long as I don’t reboot the router as explained above.

On the other hand, when I enter all the above commands manually using the command-line in a Hyper Terminal session instead of using the SDM, there is an error that it didn’t appear before. Each time I enter the command-line "ip nat inside" and "ip nat outside" for the interfaces "vlan1" and "dialer0" respectively, there is the following error: “NAT: Error activating CNBAR on the interface vlan1” and “NAT: Error activating CNBAR on the interface dialer0" corresponding to the interfaces "vlan1" and "dialer0” respectively. This error appears when rebooting the router as well. However I’ve noticed that it doesn’t appear when using the SDM and checking the output obtained in the Hyper Terminal session. I wonder whether this error is relevant or can give any clue to resolve the problem.

In conclusion, the fact is that the router works since it is able to connect to my broadband account …at least when using the SDM and starting from a blank startup-config. This suggests this could just be a trivial problem of configuration. Therefore I hope somebody could help me to find out a solution for the rebooting-internet-connection problem.

Best regards,
gapadi


Last edited by gastonp50 : 30-Mar-2008 at 10:34 AM.
 
Reply With Quote
  #2  
Old 30-Mar-2008, 08:47 PM
MacAllan's Avatar
MacAllan MacAllan is offline
Valued Member
Posts: 247
Points: 128 MacAllan has over 100 pointsMacAllan has over 100 points
Power: 5
None
Join Date: 05 Jul 2007
Certifications: A+, N+, CCNA
WIP: CCNP, Linux+
Do you mean after getting it to work with SDM ( and the running-config is that which you have given us above), you ran
'copy running-config nvram:startup-config'?

After you've done this, and do 'show startup-config', is the startup-config listed the same as the running config that SDM created (that works)? After a reboot, what does the startup-config look like? - is it the same?

Do a 'show version' - what is the config register?

I suspect the config register is telling the router to boot from a different (or default) file.

Reading that back, I haven't explained it very well have I... ho hum. Ask if it isn't clear.


 
Reply With Quote
  #3  
Old 01-Apr-2008, 08:08 PM
jake.b jake.b is offline
New Member
Posts: 1
Points: 0 jake.b has no points
Power: 1
None
Join Date: 01 Apr 2008
Please post the output of debug ppp authentication and debug atm events, after performing a shut then no shut on the atm interface.

 
Reply With Quote
  #4  
Old 15-Apr-2008, 10:13 AM
Thedon Thedon is offline
New Member
Posts: 2
Points: 0 Thedon has no points
Power: 1
None
Join Date: 15 Apr 2008
Concerning the physical connection problem, try changing the dsl operating mode.

From a cli enter the following commands:

en
conf t
int atm0
dsl operating-mode ansi-dmt
wr mem



Try that to see if it keeps your internet connection alive.

 
Reply With Quote
  #5  
Old 15-Apr-2008, 04:07 PM
Stoney's Avatar
Stoney Stoney is offline
Longterm Member
Posts: 700
Points: 766 Stoney has over 500 pointsStoney has over 500 pointsStoney has over 500 pointsStoney has over 500 pointsStoney has over 500 pointsStoney has over 500 pointsStoney has over 500 points
Power: 18
None
Join Date: 13 Jun 2006
Location: Nottingham
Age: 28
Certifications: 25 + 50 metre front crawl
WIP: MCSA - Exam 70-270
You may want to look at updating the DSL Firmware for the router. I know there have been problems with the 800 series routers not communicating with DSLAM's properly. The latest FW updates should resolve that problem.

When you reboot your router are you able to view the configuration you saved previously? It could be that the config is not saving for some reason?


Printed on 100% recycled forum posts.
 
Reply With Quote
Post New ThreadReply Spread this thread: Submit this thread to digg Submit this thread to del.icio.us


Go Back   CertForums > Certification Forums > Cisco Certification Forums > Routing & Switching


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Cisco 877 and watchguard X700 sajj Routing & Switching 1 14-Mar-2008 01:31 AM
Cisco 877W ADSL Setup dewdneys Routing & Switching 21 24-Feb-2008 03:40 PM
CISCO IOS Problem mrbari Hardware & Upgrading 2 19-Feb-2008 05:05 PM
Confirmation from Cisco: Use of the Cisco IOS in Dynamips is against Cisco licensing BosonMichael General 2 05-Nov-2007 04:14 PM
CISCO 837 NAT/DNS Problem? gillz Routing & Switching 12 23-Oct-2007 08:33 PM


All times are GMT. The time now is 02:40 AM.

Powered by vBulletin® Version 3.6.10
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
CertForums.co.uk (C) copyright 2003-2007 All Rights Reserved. Content published on CertForums.co.uk requires permission for reprint.
Hosted by Lunarpages