cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
551
Views
0
Helpful
5
Replies

Cisco Field Notice: FN - 62954 - Catalyst 6000/6500 May Crash...

ttrevino1
Level 1
Level 1

How can I tell if I'm running CatOS of my 6500 router?

1 Accepted Solution

Accepted Solutions

Hi

You do not have CatOS on your switch. You are running in "native mode" ie. IOS is used to confgiure both the switch and the MSFC.

If you were running in "hybrid mode" you would have CatOS on the switch and IOS onthe router. So when you login to the switch you use CatOS commands and to get to the router from the switch you have to type something like

sess 15

So in native mode to setup vlan and it's routed interface

vlan 100 name v100

interface vlan 100

ip address 192.168.5.1 255.255.255.0

In hybrid mode - on the switch

set vlan 100 name v100

On the MSFC

interface vlan 100

ip address 192.168.5.1 255.255.255.0

HTH

Jon

View solution in original post

5 Replies 5

Jon Marshall
Hall of Fame
Hall of Fame

Hi

Do you have to login separateley to get to the router or not. If you do you are probably running CatOS on the switch and IOS on the MSFC.

If you could post the output of

1) sh ver

2) sh mod

Jon

Hi Jon, I'm not sure if I understand your question correctly, but here are the commands.

router#sho mod

Mod Ports Card Type Model Serial No.

--- ----- -------------------------------------- ------------------ -----------

1 4 CSM with SSL WS-X6066-SLB-S-K9 XXXXXX

3 16 SFM-capable 16 port 1000mb GBIC WS-X6516A-GBIC XXXXXX

4 16 SFM-capable 16 port 1000mb GBIC WS-X6516A-GBIC XXXXXX

5 2 Supervisor Engine 720 (Active) WS-SUP720-3B XXXXXX

6 2 Supervisor Engine 720 (Hot) WS-SUP720-3B XXXXXX

7 48 SFM-capable 48 port 10/100/1000mb RJ45 WS-X6548-GE-TX XXXXXX

8 48 SFM-capable 48 port 10/100/1000mb RJ45 WS-X6548-GE-TX XXXXXX

Mod MAC addresses Hw Fw Sw Status

--- ---------------------------------- ------ ------------ ------------ -------

1 0019.34b7.7ee0 to 0019.54b7.7ee7 1.3 1.1(3) Ok

3 0018.ba51.3478 to 0018.ba21.3487 4.4 7.2(1) 8.5(0.46)RFW Ok

4 0018.ba5c.8de0 to 0018.ba6c.8def 4.4 7.2(1) 8.5(0.46)RFW Ok

5 0017.9441.cf76 to 0017.8441.cf87 5.2 8.4(2) 12.2(18)SXF8 Ok

6 0017.9441.6b31 to 0017.9441.6b43 5.2 8.4(2) 12.2(18)SXF8 Ok

7 000a.b850.1614 to 000a.b850.5143 11.0 7.2(1) 8.5(0.46)RFW Ok

8 0018.bafe.d121 to 0018.bafe.d147 11.0 7.2(1) 8.5(0.46)RFW Ok

Mod Sub-Module Model Serial Hw Status

---- --------------------------- ------------------ ----------- ------- -------

5 Policy Feature Card 3 WS-F6K-PFC3B XXXXXX 2.3 Ok

5 MSFC3 Daughterboard WS-SUP720 XXXXXX 2.5 Ok

6 Policy Feature Card 3 WS-F6K-PFC3B XXXXXX 2.3 Ok

6 MSFC3 Daughterboard WS-SUP720 XXXXXX 2.5 Ok

Mod Online Diag Status

---- -------------------

1 Pass

3 Pass

4 Pass

5 Pass

6 Pass

7 Pass

8 Pass

router#sho vers

Cisco Internetwork Operating System Software

IOS (tm) s72033_rp Software (s72033_rp-IPSERVICES_WAN-M), Version 12.2(18)SXF8, RELEASE SOFTWARE (fc2)

Technical Support: http://www.cisco.com/techsupport

Copyright (c) 1986-2007 by cisco Systems, Inc.

Compiled Sat 03-Mar-07 00:40 by bingbong

Image text-base: 0x40101040, data-base: 0x42A78000

ROM: System Bootstrap, Version 12.2(17r)S4, RELEASE SOFTWARE (fc1)

BOOTLDR: s72033_rp Software (s72033_rp-IPSERVICES_WAN-M), Version 12.2(18)SXF8, RELEASE SOFTWARE (fc2)

router uptime is 2 weeks, 6 days, 19 hours, 59 minutes

Time since router switched to active is 2 weeks, 6 days, 19 hours, 59 minutes

System returned to ROM by power cycle (SP by power on)

System restarted at 14:45:29 CDT Tue Sep 4 2007

System image file is "disk0:s72033-ipservices_wan-mz.122-18.SXF8.bin"

cisco WS-C6509-E (R7000) processor (revision 1.2) with 458720K/65536K bytes of memory.

Processor board ID SMG1039NZGC

SR71000 CPU at 600Mhz, Implementation 0x504, Rev 1.2, 512KB L2 Cache

Last reset from s/w reset

SuperLAT software (copyright 1990 by Meridian Technology Corp).

X.25 software, Version 3.0.0.

Bridging software.

TN3270 Emulation software.

15 Virtual Ethernet/IEEE 802.3 interfaces

152 Gigabit Ethernet/IEEE 802.3 interfaces

1917K bytes of non-volatile configuration memory.

8192K bytes of packet buffer memory.

65536K bytes of Flash internal SIMM (Sector size 512K).

Configuration register is 0x2102

Hi

You do not have CatOS on your switch. You are running in "native mode" ie. IOS is used to confgiure both the switch and the MSFC.

If you were running in "hybrid mode" you would have CatOS on the switch and IOS onthe router. So when you login to the switch you use CatOS commands and to get to the router from the switch you have to type something like

sess 15

So in native mode to setup vlan and it's routed interface

vlan 100 name v100

interface vlan 100

ip address 192.168.5.1 255.255.255.0

In hybrid mode - on the switch

set vlan 100 name v100

On the MSFC

interface vlan 100

ip address 192.168.5.1 255.255.255.0

HTH

Jon

Thanks Jon, that really helped me figure this router out a little more. What would be the purpose of running the CatOS or in hybrid mode? Thanks again.

Glad to have helped and appreciate the rating.

Running CatOS on the switch and IOS on the MSFC used to be the only way to do it. Now you can use IOS for both and this seems to be Cisco's policy for the future.

CatOS does however still have a place. Although most of the features are the same between CatOS and IOS they each have things specific to them so if you need a feature that only CatOS supports.

We still use CatOS in our data centres on our 6500 access-layer switches as we have no MSFC in these 6500's.

Jon

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: