Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need help with 871 3

Status
Not open for further replies.

hall5942

Vendor
May 7, 2002
377
US
We just got a used Cisco 871 router. I am trying to assign a local IP address to F0 (192.168.5.1) but when I plug into the lan port it shows it unplugged. I think I need to enable that port and assign the address to it. I beleive the previous owner defaulted it. Once im able to assign the address then i can config the rest of the router using SDM. Im plugged into the console port now but dont know the commands to enter to assign the address. Does anyone now the commands i need to enter to get this going?

thanks
 
Router> en
Router# conf t
Router(config)# int vlan 1
Router(config-if)# ip add 192.168.5.1 255.255.255.0
Router(config-if)# no shut

use SDM and connect to the 5.1 address. since you don't have dhcp configured yet, you'll want to statically assign your NIC

I hate all Uppercase... I don't want my groups to seem angry at me all the time! =)
- ColdFlame (vbscript forum)
 
thanks unclerico-
Im able to ping the router now but when i try to install SDM on the router using 192.168.5.1 username cisco password cisco. It says that the Cisco SDM installer is unable to connect to the router.
There are several reasons for this problem
incorrect IP address and/or credentials
The connection is being blocked by the firewall
your router may not be config properly.

Since i can ping the router im assuming its the firewall. How do i disable it?

any ideas?
 
add this:
Router(config)# username cisco priv 15 password cisco

I hate all Uppercase... I don't want my groups to seem angry at me all the time! =)
- ColdFlame (vbscript forum)
 
ip http server
ip http secure server
line vty 0 4
login local


CCNP
 
you forgot

ip http authen local

must have that, or it wouldn't work...I see that it is working...so, my Spidey senses tell me...lol

/

tim@tim-laptop ~ $ sudo apt-get install windows
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package windows...Thank Goodness!
 
i leave and come back and find that y'all puttin' salt in my game...it's all good though. hall, you owe ISPKing a star for finishing the job

I hate all Uppercase... I don't want my groups to seem angry at me all the time! =)
- ColdFlame (vbscript forum)
 
sorry bout that unclerico, hall i dont see no star?
thnks in advance,

CCNP
 
King, don't worry about it man, it's a team effort here on TT

I hate all Uppercase... I don't want my groups to seem angry at me all the time! =)
- ColdFlame (vbscript forum)
 
I spoke too soon. The install of SDM said it completed successfully but when i go to or it says the page can not be displayed. I changed the IP to 10.10.10.1 on the router and same thing. I am still able to ping the router though. Am I missing something?
 
Here is the config if that helps. sho config
Using 1165 out of 131072 bytes
!
version 12.4
service config
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
!
enable secret 5 $1$LLAI$u9f/clCqSbjQMXLBoDD7l/
enable password cisco1
!
no aaa new-model
!
resource policy
!
ip cef
!
--More--  !
!
!
!
!
!
!
!
!
!
interface FastEthernet0
no cdp enable
!
interface FastEthernet1
no cdp enable
!
interface FastEthernet2
no cdp enable
!
interface FastEthernet3
no cdp enable
!
interface FastEthernet4
--More--   ip address 66.66.66.66 255.0.0.0
speed auto
half-duplex
no cdp enable
!
interface Dot11Radio0
ip address 77.77.77.77 255.0.0.0
speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
station-role root
no cdp enable
!
interface Vlan1
ip address 10.10.10.1 255.255.255.0
!
!
no ip http server
no ip http secure-server
!
dialer-list 1 protocol ip permit
snmp-server community public RO
!
!
--More--  !
control-plane
!
!
line con 0
exec-timeout 0 0
no modem enable
line aux 0
line vty 0 4
password cisco1
login
!
scheduler max-task-time 5000
no process cpu extended
no process cpu autoprofile hog
end

Router#
 

no ip http server
no ip http secure-server


I hate all Uppercase... I don't want my groups to seem angry at me all the time! =)
- ColdFlame (vbscript forum)
 
Unclerico-I entered the following but when i sho config it still says no ip http server and no ip http secure-server

router(config)#ip http server
router(config)#ip http secure-server

Am i entering it in wrong?
 
You did nothing that has been suggested, which is NECESSARY for the GUI!!!!!

router>en
router#conf t
router(config)#ip http secure-server
router(config)#ip http authen loc
router(config)#username (name) priv 15 secret (password)
router(config)#end
router#wr


/


tim@tim-laptop ~ $ sudo apt-get install windows
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package windows...Thank Goodness!
 
It looks like you did not save the config to memory---sorry for jumping on ya!

router#wr

or

router#copy run start

It is included in my suggestion.

To give out stars, simply click "Thank burtsbees for this valuable post", then click "verify" after that, or whatever it says...

/

tim@tim-laptop ~ $ sudo apt-get install windows
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package windows...Thank Goodness!
 
OK, now I'm reading other posts at the same time I posted...if you do not do a wr or copy run start, "sho config" shows the startup config, not the running config. Once you save it, they will both be the same. "sh start" and "sh config" are the same thing, and "sh run" shows the running config. "show yo love" is something I have heard Steve Harvey say when introducing someone on that one show, the hall with the big stage...crap...can't think of what it is...

/

tim@tim-laptop ~ $ sudo apt-get install windows
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package windows...Thank Goodness!
 
Live at The Apollo

:)

/

tim@tim-laptop ~ $ sudo apt-get install windows
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package windows...Thank Goodness!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top