Avatar of jgaulin
jgaulinFlag for Canada

asked on 

Can't access 10.10.10.1 IP after Factory Reset

We have a single Cisco 851W router, it was working fine until we needed to make a change and discovered we no longer had the passwords for it -- so we attempted the password recover procedure and lost everything.

Since the router no longer seem to be working we decided to restore Factory Defaults in the hopes of using the Cisco SDM GUI to reconfigure it after the fact.

We ran a "write erase" command followed by a "reload".

To our surprise this rest the router to a Factory Default which was not the same as the "Out-Of the Box" configuration.

Plugging a network cable into FE0 and setting my laptop to network settings of 10.10.10.2 / 255.255.255.0 using either a straight-through cable or a cross-over cable returns "Request timed out." when attempting to ping 10.10.10.1.

I ran out to chapters bought a couple books in Cisco and have been scouring the net for instructions as to how to manually reconfigure the router to a minimum level such that I can ping it and then use the SDM software.

Please help and giving me an IOS set of script commands to configure my router to enable SDM access again?

The attached file contains a boot capture trace, a flash directory and the current configuration.


Trace.txt
Networking Hardware-OtherRoutersSwitches / Hubs

Avatar of undefined
Last Comment
edphillips23
Avatar of pkutter
pkutter

You should be able to do the following to get an IP address back on it.
From the Commnand line
conf t
interface FastEthernet40
 ip address 10.10.10.1 255.255.255.0



After this you should be able to telnet to it from FE0
Avatar of pkutter
pkutter

oops, sorry. it should be

conf t
interface FastEthernet0
 ip address 10.10.10.1 255.255.255.0
Avatar of donmanrobb
donmanrobb
Flag of Canada image

I'll assume you already know how to log onto the router since you posted the running config.

To set the IP address you'll need to do the following:
enable     -   Enter's privilege mode
conf t      -    Enters configure mode
int fa0/0   -    Enter interface mode for fa0/0
ip add 10.10.10.1 255.255.255.0   - Set IP
no shut    - enable interface.

SDM
---
username iqualin password PASSWORD      - Set username for login
ip http server
ip http authentication local

line vty 0 4
privilege level 15
login local
transport input telnet ssh

Avatar of jgaulin
jgaulin
Flag of Canada image

ASKER

When I try to do:

Router# conf t
Router(config) interface FastEthernet0
Router(config-if)  ip address 10.10.10.1 255.255.255.0

I get the error message:

% IP addresses may not be configured on L2 links.

I think it means that the FastEthernet ports are not real and its got something to do with Vlan1 configuration but that's just me reading from the books I bought last night.
Avatar of jgaulin
jgaulin
Flag of Canada image

ASKER

When I try to do:

Router# conf t
Router(config) int fa0/0

I get the error message:

% Invalid input detected at '^' marker.

Where the ^ points to the / character.

If I drop the /0 and just use int fa0 I fail at the next line with the same L2 links error message.
Avatar of sharedit
sharedit

int vlan 1
ip add x.x.x.x mask


what IOS version?
Avatar of jgaulin
jgaulin
Flag of Canada image

ASKER

The IOS Version information and all other details are in the Trace.txt file attached in the original post.

I think the IOS Version is:
Cisco IOS Software, C850 Software (C850-ADVSECURITYK9-M), Version 12.4(4)T6, RELEASE SOFTWARE (fc2)

The flash ROM file name is:
flash:/c850-advsecurityk9-mz.124-4.T6.bin

You'll see in the configuration dump I have;
interface Vlan1
 ip address 10.10.10.1 255.255.255.248
Avatar of donmanrobb
donmanrobb
Flag of Canada image

Sorry its int fa0 not fa0/0

If you get a L2 error you will have to issue a no switchport command under fa0
Avatar of donmanrobb
donmanrobb
Flag of Canada image

Though vlan 1 will work as well.
Avatar of jgaulin
jgaulin
Flag of Canada image

ASKER

I tried the following to no avail;
1) I issued a "switchport access vlan 1" under int fa0 -- still could not ping the port.
2) I issued a "no switchport access vlan 1" under int fa0 -- but it still gave me the L2 error when I tried to issue the "ip address 10.10.10.1 255.255.255.0" command.

I'm really not impressed with the router -- you'd think that returning it to factory defaults would mean the the FastEthernet port 0 would be configured for IP 10.10.10.1 and ready for SDM access.

But, instead Factory defaults seem to return the unit to the useful equivalent of a "Paper Weight" with a serial interface where only the original developer can program it!!!

Sorry just venting.
Avatar of sharedit
sharedit

my only expereince with the 800 series is replacing it with an ASA.  
Get rid of the dinosaur, spend $500 get an ASA 5505 which i will assume meets your requirements if you are currently using the 800 as your gateway device. I still use the 800 for wireless, at the clients site.



I see in the trace that the vlan 1 ip is 10.10.10.1 255.255.255.248
this means you would only be on the same subnet if your ip is .2-.6 is that whats causing you the problem?

which one of these ports is the outside interface?
Avatar of jgaulin
jgaulin
Flag of Canada image

ASKER

My Laptop is configured with IP 10.10.10.5 / 255.255.255.248
The laptop is direct wired from its ethernet port to the FastEthernet0 port and the serial/console cable is connected too to the laptop.  Nothing else is plugged into the Router.
Avatar of donmanrobb
donmanrobb
Flag of Canada image

sharedit, you have to issue "no switchport" with no arguments on the fa0
Avatar of donmanrobb
donmanrobb
Flag of Canada image

Sorry I meant to address that to jgaulin
Avatar of jgaulin
jgaulin
Flag of Canada image

ASKER

donmanrobb, when I execute the following;
conf t
int fa0
no switchport

I get the error: % Incomplete command.
Avatar of sharedit
sharedit

if it says incomplete command then hit a ? after the command to see your options

command ?
Avatar of donmanrobb
donmanrobb
Flag of Canada image

Hmm,

Try issuing "ip routing" from the config prompt then try adding the IP
Avatar of jgaulin
jgaulin
Flag of Canada image

ASKER

Issued the "ip routing" but still get the L2 error when doing the "ip address 10.10.10.1 255.255.255.0" on int fa0.
Avatar of donmanrobb
donmanrobb
Flag of Canada image

Okay one last time we'll try the following:

no switchport mode access
no switchport
ip add 10.10.10.1 255.255.255.0

If that doesn't work try fa4 instead
Avatar of sharedit
sharedit

Isnt this device fairly old? Im not familiar with the "no switchport" command on devices other than layer 3 switches.  This device is not a layer 3 switch, it is a very basic gateway/wireless/switch kind of like a linksys.

am i inncorect?

int vlan 1
no ip add 10.10.10.1 255.255.255.248
ip add "whatever"  mask

go into each interface and do no shutdown

put your laptop on the same subnet and try to ping.
try and ping from inside the router.

i dont think there are any no switchport commands, because each port ,with the exception of the gateway interface which i believe is FastEthernet4,  IS a switchport.

you would do a no switchpot command if you were going to assign a new routable subnet to the port, but that is only available on a layer3 switch.  

Im not 100% but i think you can abandon the no switchport.  I am fairly positive it is the VLAN interface that needs to be configured.
Avatar of jgaulin
jgaulin
Flag of Canada image

ASKER

If any one is interested I can provide VNC access to the PC with the HyperTerminal session -- for a more hands-on approach?  Not sure if this is against EE rules & regulations?  Let me know and I'll post a temporary URL and PWD.
Avatar of donmanrobb
donmanrobb
Flag of Canada image

The command is most known on Layer 3 switches however in this case we have a Layer 3 router operating in layer 2, so its the same logic, though these ports might be permanent l2 ports so vlan1 might be necessary.
Avatar of donmanrobb
donmanrobb
Flag of Canada image

I'd like to have a look, email me the info :)
Avatar of sharedit
sharedit

not as basic as a linksys, but you cant route between the switchports.
Avatar of jgaulin
jgaulin
Flag of Canada image

ASKER

How do I email you through the EE interface?
Avatar of donmanrobb
donmanrobb
Flag of Canada image

You can't through the interface, just send off an email to donmanrobb@hotmail.com with the info
Avatar of jgaulin
jgaulin
Flag of Canada image

ASKER

Email Sent -- it may end up in the hotmail SPAM folder since its from a Rogers mails server.
ASKER CERTIFIED SOLUTION
Avatar of donmanrobb
donmanrobb
Flag of Canada image

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Avatar of jgaulin
jgaulin
Flag of Canada image

ASKER

Since I'm not a cisco export I don't claim to understand why a DECnet bridge group was or how it got into my Factory Default reset but I much appreciate donmanrobb's help in getting my SDM connectivity back up and running.
Avatar of edphillips23
edphillips23

Does anyone know what the resolution was to this old post?  I am having the same issue with a newer Cisco881.

Thanks.
Routers
Routers

A router is a networking device that forwards data packets between computer networks. Routers perform the "traffic directing" functions on the Internet. The most familiar type of routers are home and small office cable or DSL routers that simply pass data, such as web pages, email, IM, and videos between computers and the Internet. More sophisticated routers, such as enterprise routers, connect large business or ISP networks up to the powerful core routers that forward data at high speed along the optical fiber lines of the Internet backbone. Though routers are typically dedicated hardware devices, use of software-based routers has grown increasingly common.

49K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo