We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description Implement support for Cisco FRU Fan-Tray Oper Status MIB OID 1.3.6.1.4.1.9.9.117.1.4.1 in SONiC subagent
1.3.6.1.4.1.9.9.117.1.4.1
Steps to reproduce the issue:
docker exec snmp snmpwalk -v2c -c public localhost 1.3.6.1.4.1.9.9.117.1.4.1
Describe the results you received:
iso.3.6.1.4.1.9.9.117.1.4.1 = No Such Object available on this agent at this OID
Describe the results you expected: The snmp-subagent returns one entry for each of the fan-tray per https://mibs.observium.org/mib/CISCO-ENTITY-FRU-CONTROL-MIB/#cefcFanTrayOperStatus
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Implement support for Cisco FRU Fan-Tray Oper Status MIB OID
1.3.6.1.4.1.9.9.117.1.4.1
in SONiC subagentSteps to reproduce the issue:
docker exec snmp snmpwalk -v2c -c public localhost 1.3.6.1.4.1.9.9.117.1.4.1
Describe the results you received:
Describe the results you expected:
The snmp-subagent returns one entry for each of the fan-tray per https://mibs.observium.org/mib/CISCO-ENTITY-FRU-CONTROL-MIB/#cefcFanTrayOperStatus
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: