1

How do I find out what the model number of a WIC is with an IOS command? In show interface all I get is 'Hardware is Fast Ethernet', I don't see anything under 'show hardware' either...

Kyle Brandt
  • 83,619
  • 74
  • 305
  • 448

4 Answers4

6

Another command that may work is show diag. It will tell you the type of WIC, but I don't think it started showing the actual WIC part numbers until IOS 12.2.

James Sneeringer
  • 6,835
  • 24
  • 27
3
router# show inventory [raw]

should also give the parts installed in a router.

petrus
  • 5,297
  • 26
  • 42
1

Try the following after entering privileged (enabled) mode:

show controllers

This should tell you more about the hardware then you would ever care to know :)

Charles Hooper
  • 1,520
  • 9
  • 8
  • +1 for seeming like what I want, but I don't see a model number... This is some sort of HWIC switching module I think, just not sure which one ... – Kyle Brandt Oct 06 '09 at 15:48
1

Don't know what hardware you're on, but have you tried "show modules"?

DictatorBob
  • 1,644
  • 11
  • 15