Gbic info CMD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2010 08:50 PM - edited 03-06-2019 01:22 PM
Hey all,
is there i cisco CMD that will tell you what type of GBIC is conected to a port? i know with Nortels you can type Show GBIC and it shows you all the info about the connection.
thansk
Scott
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2010 09:13 PM
Depends on the model of your switch and the IOS of your switch however the command "show interface status" may fit the bill.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2010 09:16 PM
that CMD only shows if the device is an LX or an SX not what type of module it is
thanks anyway
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2010 11:52 PM
You can try a 'show inventory'
Also use http://www.cisco.com/en/US/docs/interfaces_modules/transceiver_modules/compatibility/matrix/OL_6981.html to find out the GBIC/SFP model if the show interface tells you LX/SX etc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2010 01:54 AM
Hi,
In all switches the GBIC type is shown with the "show interface x/y" command. i.e.
Full-duplex, 1000Mb/s, link type is auto, media type is 1000BaseSX --> 1000BaseSX is a GBIC type itself.
Another command in a Catalyst 4500 would be "show idprom interface x/y":
GBIC Serial EEPROM Contents:
Common Block:
Identifier = GBIC [0x1]
Extended Id = Not specified/compliant with defined MOD_DEF [0x0]
Connector = SC connector [0x1]
Transceiver
Type = Gbic 1000BaseSX
Speed(FC,byte 10)= 100 MBytes/Sec [0x1]
Media = Multi-mode, 50u (M5) Multi-mode, 62.5u (M6) [0xC]
Technology = Shortwave laser w/o OFC (SN) [0x40]
"show transceiver interface x/y" is another useful command when available.
Hope this helps.
