Here's the deal, I can't get the fe interfaces up on a 1841 router. I configured 2 other routers (1841s) just fine, but this one is giving me trouble for some reason.
I assigned the interface an ip address then used the no shut, but the line protocol goes back down a few seconds later (and hosts aren't reachable). I used multiple cables that were tested good (used to configure and update ios on other devices). Both fe interfaces are giving me trouble. I'm not sure what else to do.
Here's the show ver and show run of the 1841 I'm having trouble with:
Router#show version
Cisco IOS Software, 1841 Software (C1841-IPBASE-M), Version 12.4(1c), RELEASE SOFTWARE (fc1)
Technical Support:
Support and Documentation - Cisco Systems
Copyright (c) 1986-2005 by Cisco Systems, Inc.
Compiled Tue 25-Oct-05 17:10 by evmiller
ROM: System Bootstrap, Version 12.3(8r)T9, RELEASE SOFTWARE (fc1)
Router uptime is 25 minutes
System returned to ROM by power-on
System image file is "flash:c1841-ipbase-mz.124-1c.bin"
Cisco 1841 (revision 6.0) with 351232K/41984K bytes of memory.
Processor board ID FTX1025Y01B
2 FastEthernet interfaces
2 Serial(sync/async) interfaces
DRAM configuration is 64 bits wide with parity disabled.
191K bytes of NVRAM.
31360K bytes of ATA CompactFlash (Read/Write)
Configuration register is 0x2103
Router#show run
Building configuration...
Current configuration : 814 bytes
!
version 12.4
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
!
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
ip cef
!
!
no ip dhcp use vrf connected
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.168.2.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 192.168.1.121 255.255.255.0
duplex auto
speed auto
!
interface Serial0/1/0
no ip address
shutdown
clockrate 2000000
!
interface Serial0/1/1
no ip address
shutdown
clockrate 2000000
!
ip default-gateway 192.168.1.1
ip classless
!
ip http server
!
!
control-plane
!
!
line con 0
line aux 0
line vty 0 4
login
!
end
Router#