Hello,
7246VXR Not showing mc16u cable linecards, looks like a chassis boot issue for some reason.
I'm trying to help some with an old vxr platform. While the chassis has 4 mc16u cards in it, none of them show in the configuration. Any ideas on what's missing? Wrong IOS or what???
Router(boot)#show version
Cisco Internetwork Operating System Software
IOS (tm) 7200 Software (UBR7200-KBOOT-M), Version 12.3(13a)BC1, RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2005 by cisco Systems, Inc.
Compiled Mon 31-Oct-05 14:10 by tinhuang
Image text-base: 0x60008EB8, data-base: 0x6094A000
ROM: System Bootstrap, Version 12.2(20030826:190624) [BLD-npeg1_rommon_r11 102], DEVELOPMENT SOFTWARE
BOOTLDR: 7200 Software (UBR7200-KBOOT-M), Version 12.2(15)BC2g, RELEASE SOFTWARE (fc1)
Router uptime is 19 minutes
System returned to ROM by power-on
System image file is "disk2:ubr7200-kboot-mz.123-13a.BC1.bin"
cisco uBR7246VXR (UBR7200-NPE-G1) processor (revision A) with 458752K/65536K bytes of memory.
Processor board ID SCA060400LG
SB-1 CPU at 700MHz, Implementation 1, Rev 0.2, 512KB L2 Cache
6 slot VXR midplane, Version 2.0
Last reset from power-on
X.25 software, Version 3.0.0.
PCI bus mb1 has 0 bandwidth points
PCI bus mb2 has 0 bandwidth points
3 Gigabit Ethernet/IEEE 802.3 interface(s)
509K bytes of non-volatile configuration memory.
125184K bytes of ATA PCMCIA card at slot 2 (Sector size 512 bytes).
16384K bytes of Flash internal SIMM (Sector size 256K).
Configuration register is 0x2102
Router(boot)#
Router(boot)#show run
Building configuration...
Current configuration : 887 bytes
!
version 12.3
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
!
!
no aaa new-model
ip subnet-zero
!
!
!
interface GigabitEthernet0/1
no ip address
shutdown
duplex auto
speed auto
media-type rj45
negotiation auto
!
interface GigabitEthernet0/2
no ip address
shutdown
duplex auto
speed auto
media-type rj45
negotiation auto
!
interface GigabitEthernet0/3
no ip address
shutdown
duplex auto
speed auto
media-type rj45
negotiation auto
!
no ip http server
ip classless
!
cdp run
!
line con 0
transport preferred all
transport output all
stopbits 1
line aux 0
transport preferred all
transport output all
stopbits 1
line vty 0 4
login
transport preferred all
transport input all
transport output all
!
scheduler allocate 4000 400
end
Router(boot)#
it's stuck in boot mode, but I dont know how to fix. Additional info below.
Router(boot)# show bootflash:
-#- ED ----type---- --crc--- -seek-- nlen -length- ---------date/time--------- name
1 .. image C735F48C 5B7964 32 5732580 May 24 2005 15:11:45 +00:00 ubr7200-kboot-mz.122-15.BC2g.bin
2 .. ascii text 3756083B 5B7D78 9 914 May 24 2005 15:12:50 +00:00 root-cert
10257032 bytes available (5733752 bytes used)
Router(boot)#show disk2:
-#- --length-- ---------date/time--------- path
1 6362680 May 22 2006 10:09:44 +00:00 ubr7200-kboot-mz.123-13a.BC1.bin
2 21670 May 22 2006 10:48:38 +00:00 backup-config
3 914 May 22 2006 10:09:18 +00:00 root-cert
4 21319048 Apr 11 1994 17:39:32 +00:00 ubr7200-ik8su2-mz.123-13a.BC.bin
5 21710320 Jan 16 2007 14:47:34 +00:00 ubr7200-ik8su2-mz.123-17b.BC4-Essent_Fix.bin
6 21723084 Mar 12 2007 09:47:32 +00:00 ubr7200-ik8su2-mz.123-17b.BC5.bin
7 43118 Mar 04 2009 10:16:36 +00:00 backup_config_04-03-2009.conf
8 887 Feb 17 2012 18:41:24 +00:00 test
9 43118 Feb 17 2012 18:45:20 +00:00 running-config
56582144 bytes available (71245824 bytes used)
Router(boot)#
Your config file does not contain any "boot system xxx" commands, so probably the router has booted the first image from the disk2, which in your case is a kboot image
Probably the fix will be to do something like this :
conf t
boot system disk2:ubr7200-ik8su2-mz.123-17b.BC5.bin
exit
wri
reload