With S-Series, K-Series, and 7100 switches, you could use a NetSight command script to execute
show port transceiver *.*.* Of course, one would want to have a FlexView or some kind of OneView Report that can collect this information for all the different Extreme Networks switches, but that is currently not possible, as far as I know.
😞
Currently, one needs to stitch together lots of individual solutions:
- EXOS switches support a couple of REST APIs, using XML or JSON, depending on EXOS version
- some EXOS and EOS switches support CLI commands directly via SSH command line (e.g. ssh admin@switch show config)
- all switches can be accessed using expect and SSH (or telnet) to automate CLI commands
- EOS switches usually provide lots of info via SNMP, but one needs to read the MIBs, use the NetSight MIB Tool, or find a fitting FlexView to discover this (SecureStacks implement different parts of MIBs than S-Series, for example)
All of the above solutions require
different commands (with differing output) or SNMP OIDs to read the
same information.
It would be nice if Extreme Management could abstract these differences and allow easy access to the information, at least for all Extreme Networks branded devices.
Thanks,
Erik