Cisco Questions...

iphonogasm

Well-known member
Joined
Jun 19, 2011
Messages
247
Location
New Zealand
Ok so i will put some cisco questions here... im getting quite into cisco so i think i will post a bit here...

My first issue, a bit of a biggie, and annoying

is TELNET (i know its not the most secure)

but im trying to configure telnet on my 1841. And i can get it working....but

I configure every

en
conf t
no ip domain-lookup

int fa0/1
ip address 10.0.2.250 255.255.255.0
no shutdown

hostname ROUTER1

line vty 0
password cisco
login

line vty 1
password cisco
login

wr mem

copy run start

copy run flash

why when i reboot the router all configuration is the same EXCEPT i cannot telnet into the router anymore....however with this configuration before reboot..i can telnet into it

THANKS!!
 
it sounds like a bug to me...

Try to update the firmware first (good luck ... hard to find but try with google or similar).

Then post a show run before and after restart.


PS: you don't need copy run flash, just wr mem & copy run start ;)
 
Ok thanks, i thought i may have been copy flash as it has a flash card plugged into it, almost like a MD card side

Config before reboot, Line vty configured wr mem and copy run start.
router1#sh run
Building configuration...

Current configuration : 713 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname router1
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$14wM$PO8QuSMlKJ/hNgztF8vw/1
!
no aaa new-model
ip cef
!
!
!
!
no ip domain lookup
multilink bundle-name authenticated
!
!
archive
log config
hidekeys
!
!
!
!
!
interface FastEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 10.0.2.250 255.255.255.0
duplex auto
speed auto
!
ip forward-protocol nd
!
!
no ip http server
!
!
!
control-plane
!
!
line con 0
line aux 0
line vty 0 1
password cisco
login
line vty 2 4
login
!
scheduler allocate 20000 1000
end

Config after reboot.

System Bootstrap, Version 12.4(13r)T, RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright 2006 by cisco Systems, Inc.
PLD version 0x10
GIO ASIC version 0x127
c1841 platform with 131072 Kbytes of main memory
Main memory is configured to 64 bit mode with parity disabled


Readonly ROMMON initialized
program load complete, entry point: 0x8000f000, size: 0xcb80
program load complete, entry point: 0x8000f000, size: 0xcb80

program load complete, entry point: 0x8000f000, size: 0x15d4270
Self decompressing the image : ###################################################################################################################### [OK]

Smart Init is enabled
smart init is sizing iomem
ID MEMORY_REQ TYPE
0X003AA110 public buffer pools
0X00211000 public particle pools
0X000021B8 Onboard USB

If any of the above Memory Requirements are
"UNKNOWN", you may be using an unsupported
configuration or there is a software problem and
system operation may be compromised.

Allocating additional 6691343 bytes to IO Memory.
PMem allocated: 118489088 bytes; IOMem allocated: 15728640 bytes

Restricted Rights Legend

Use, duplication, or disclosure by the Government is
subject to restrictions as set forth in subparagraph
of the Commercial Computer Software - Restricted
Rights clause at FAR sec. 52.227-19 and subparagraph
(1) (ii) of the Rights in Technical Data and Computer
Software clause at DFARS sec. 252.227-7013.

cisco Systems, Inc.
170 West Tasman Drive
San Jose, California 95134-1706



Cisco IOS Software, 1841 Software (C1841-BROADBAND-M), Version 12.4(15)T8, RELEASE SOFTWARE (fc3)
Technical Support: http://www.cisco.com/techsupport
Copyright 1986-2008 by Cisco Systems, Inc.
Compiled Mon 01-Dec-08 13:54 by prod_rel_team
Image text-base: 0x6008195C, data-base: 0x61901C00

Cisco 1841 (revision 7.0) with 115712K/15360K bytes of memory.
Processor board ID FHK133073EU
2 FastEthernet interfaces
DRAM configuration is 64 bits wide with parity disabled.
191K bytes of NVRAM.
62720K bytes of ATA CompactFlash (Read/Write)



Press RETURN to get started!

router1#sh run
Building configuration...

Current configuration : 713 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname router1
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$14wM$PO8QuSMlKJ/hNgztF8vw/1
!
no aaa new-model
ip cef
!
!
!
!
no ip domain lookup
multilink bundle-name authenticated
!
!
archive
log config
hidekeys
!
!
!
!
!
interface FastEthernet0/0
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 10.0.2.250 255.255.255.0
duplex auto
speed auto
!
ip forward-protocol nd
!
!
no ip http server
!
!
!
control-plane
!
!
line con 0
line aux 0
line vty 0 1
password cisco
login
line vty 2 4
login
!
scheduler allocate 20000 1000
end

Thanks!
 
Ok..so went away for the weekend... just got home and tried it again. and its working. Why this is i am really not sure...al i cam think is i was copying the start up config to the running, but this is really not like me, but having said that, maybe i just need a weekend away HAHA!!

Now, my next little issue which ive had a small issue with prior to this one is.

I have no DNS when use my 1841 as a router, i cannot even ping interlally from the router itself.

I try ping 10.0.2.x and 8.8.8.8 with a 0% success rate

sh ip route displays a default route for network 10.0.2.0

Any ideas? Cheers
 
yea ok now i just tried to telnet again, with no reboot since last reboot and i get no password set.

I am setting same password and login on line vty 0 and line vty 1

could this be the problem

Im guessing so lol
 
line vty 0 1
password cisco
login

Means that 2 telnet sessions require authentication with Cisco password.

line vty 2 4
login

Means that you CANNOT use these connection.

You need to logout of each telnet session.
 
do you think you could spare me 10 mins to walk me though some router config. I have enabled DHCP and tested all is good.

I have added a route for 10.0.2.0 255.255.255.0

but still i am unable to ping anything on the local network (ever the router from the router (loopback))

and im still getting no DNS cannot ping 8.8.8.8 of course as i cannot ping anything on the LAN

Once i fix the DNS issue, i can use this router as default gateway and DHCP server

I swear this router seems a bit dodgy, the guys is positive there is no issues with the router, and i dont know an awful lot...


Thanks!
 
Back
Top