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!