cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
706
Views
0
Helpful
4
Replies

HOWTO: Work out which services are in use on cat 6k

robwu2006
Level 1
Level 1

Hi All,

We are in the middle of replacing 2 x  old cat6k which are end of life soon with some new hardware/software. Current boxes are functioning as a collapsed core/distribution switch + router.

Questions are:

1) Is there a one or some commands (NOT 'sh run') which will let me what services this cisco box is offering ( ie Layer2, Layer3, etc). I can work out from the image that its running what features the box can support, but I would actually like to know without looking at the configure what services it is providing.

2) What is the recommended upgrade box in the cat 6k family?

3) What are some alternative ( cisco ) boxes which could be the replacement ( nexus 5500, cat 4k, etc ) ?

A brief summary the boxes we are replacing hardware/software wise:

IOS (tm) s222_rp Software (s222_rp-ADVENTERPRISEK9_WAN-M), Version 12.2(18)SXF16, RELEASE SOFTWARE (fc2)

cisco WS-C6509 (R7000) processor (revision 2.0) with 458752K/65536K bytes of memory.

Processor board ID XXXXXXXXXXXXXX

R7000 CPU at 300Mhz, Implementation 0x27, Rev 3.3, 256KB L2, 1024KB L3 Cache

Last reset from power-on

SuperLAT software (copyright 1990 by Meridian Technology Corp).

X.25 software, Version 3.0.0.

Bridging software.

TN3270 Emulation software.

16 Virtual Ethernet/IEEE 802.3 interfaces

48 FastEthernet/IEEE 802.3 interfaces

74 Gigabit Ethernet/IEEE 802.3 interfaces

381K bytes of non-volatile configuration memory.

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

Configuration register is 0x2102

dcccore01#sh mod

Mod Ports Card Type                              Model              Serial No.

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

  1    2  Catalyst 6000 supervisor 2 (Active)    WS-X6K-SUP2-2GE    XXXXXXXXXXX

  2   16  SFM-capable 16 port 10/100/1000mb RJ45 WS-X6516-GE-TX     XXXXXXXXXXX

  3    8  8 port 1000mb GBIC Enhanced QoS        WS-X6408A-GBIC     XXXXXXXXXXX

  8   48  48 port 10/100/1000mb EtherModule      WS-X6148-GE-TX     XXXXXXXXXXX

  9   48  48-port 10/100 mb RJ45                 WS-X6148-RJ-45     XXXXXXXXXXX

Mod MAC addresses                       Hw    Fw           Sw           Status

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

  1  XXXXXXXXXXXXXX to XXXXXXXXXXXXXX   3.13  7.1(1)       12.2(18)SXF1 Ok

  2  XXXXXXXXXXXXXX to XXXXXXXXXXXXXX   2.0   6.1(3)       8.5(0.46)RFW Ok

  3  XXXXXXXXXXXXXX to XXXXXXXXXXXXXX   1.7   5.4(2)       8.5(0.46)RFW Ok

  8  XXXXXXXXXXXXXX to XXXXXXXXXXXXXX   3.0   7.2(1)       8.5(0.46)RFW Ok

  9  XXXXXXXXXXXXXX to XXXXXXXXXXXXXX   1.1   5.4(2)       8.5(0.46)RFW Ok

Mod  Sub-Module                  Model              Serial       Hw     Status

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

  1  Policy Feature Card 2       WS-F6K-PFC2        XXXXXXXXXXX  3.3    Ok

  1  Cat6k MSFC 2 daughterboard  WS-F6K-MSFC2       XXXXXXXXXXX  2.6    Ok

4 Replies 4

SunilKhanna
Level 1
Level 1

try this "show run all | i service"

Rgds,

Sunil.

Regards, Sunil Khanna

Hi Sunil,

I dont have the 'show run all' command on this box, but there is a 'show run full'

core01#sh run ?   

  brief      configuration without certificate data

  full       full configuration

  identity   Show identity profile/policy information

  interface  Show interface configuration

  map-class  Show map class information

  module     Show module configuration

  vlan       Show L2 VLAN information

  |          Output modifiers

 

core01#sh run full | i services

core01#sh run full | i service

service timestamps debug datetime msec show-timezone

service timestamps log datetime localtime

service password-encryption

service counters max age 10

core01#

Thanks for that command tip, but this doesn't show me any L2/L3 features that the box is running, ie HSRP,  switch modes, routing protocols,etc..

surely there must be a simple way to work this out, WITHOUT viewing the config right??

Rob

surely there must be a simple way to work this out, WITHOUT viewing the config right??

Well there are individual commands such as "sh ip protocols", "sh standby" etc. but if you don't know what is running then you could be running a lot of commands and getting no output.

The simple way is to look at the running-config. Bear in mind a lot of the config is default so you are really just skim reading to pick up the bits that aren't. But i can't think of an easier way to be honest and it shouldn't take that long. For example finding out what routing protocols it is using is as simple as scrolling down to the "router " configuration.

Also bear in mind that while the config may seem huge on a 6500 a lot of it is simply the interface configuration because you can have so many interfaces and if there is a standard config on the interfaces then you can simply skip past these.

Jon

As such there is no command to display the services alone.

Regards, Sunil Khanna
Review Cisco Networking products for a $25 gift card