Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optical transmit/receive power sensors should have a relation to an interface #1211

Closed
jmbredal opened this issue Jan 17, 2017 · 1 comment
Closed

Comments

@jmbredal
Copy link
Collaborator

jmbredal commented Jan 17, 2017

NAV will automatically find and log sensors from ENTITY-MIB and ENTITY-SENSOR-MIB. This means that, at least on Cisco devices, we will log and graph transmit and receive power for each transceiver.

The only problem is that NAV only sees this as a generic sensor, and makes no relation to the corresponding interface that contains the transceiver. This information is readily available from the hierarchy of ENTITY-MIB::entPhysicalTable.

ASCII-formatted sample follows:

  |     +--Te8/1 [port]
  |     |  +--10-Gigabit Transceiver Port Container Te8/1 [container]
  |     |     +--Transceiver Te8/1 [module] (FBXXL27)
  |     |        +--Te8/1 Module Temperature Sensor [sensor]
  |     |        +--Te8/1 Supply Voltage Sensor [sensor]
  |     |        +--Te8/1 Bias Current Sensor [sensor]
  |     |        +--Te8/1 Transmit Power Sensor [sensor]
  |     |        +--Te8/1 Receive Power Sensor [sensor]

Imported from Launchpad using lp2gh.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants