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...
Asked
Active
Viewed 5,944 times
4 Answers
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
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