You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
We noticed a lot of failures in a new test added by sonic-net/sonic-mgmt#2379. This test verifies that the info stored in the physical entity MIB is correct. What we find is that there is physical entity data present in state DB that is not present in SNMP.
docker exec -it snmp snmpwalk -v2c -c obfuscated_community_string 127.0.0.1 1.3.6.1.2.1.47.1.1.1.1.5
iso.3.6.1.2.1.47.1.1.1.1.5.1 = INTEGER: 3
iso.3.6.1.2.1.47.1.1.1.1.5.1000 = INTEGER: 10
iso.3.6.1.2.1.47.1.1.1.1.5.1001 = INTEGER: 8
iso.3.6.1.2.1.47.1.1.1.1.5.1002 = INTEGER: 8
iso.3.6.1.2.1.47.1.1.1.1.5.1011 = INTEGER: 8
iso.3.6.1.2.1.47.1.1.1.1.5.1012 = INTEGER: 8
iso.3.6.1.2.1.47.1.1.1.1.5.1013 = INTEGER: 8
iso.3.6.1.2.1.47.1.1.1.1.5.1021 = INTEGER: 8
iso.3.6.1.2.1.47.1.1.1.1.5.1022 = INTEGER: 8
iso.3.6.1.2.1.47.1.1.1.1.5.1023 = INTEGER: 8
iso.3.6.1.2.1.47.1.1.1.1.5.1031 = INTEGER: 8
iso.3.6.1.2.1.47.1.1.1.1.5.1032 = INTEGER: 8
iso.3.6.1.2.1.47.1.1.1.1.5.1033 = INTEGER: 8
iso.3.6.1.2.1.47.1.1.1.1.5.1041 = INTEGER: 8
iso.3.6.1.2.1.47.1.1.1.1.5.1042 = INTEGER: 8
iso.3.6.1.2.1.47.1.1.1.1.5.1043 = INTEGER: 8
<8s and 10s repeat many more times corresponding to ports and port sensors in the system>
Check SNMP for physical object descriptions:
iso.3.6.1.2.1.47.1.1.1.1.2.1 = ""
iso.3.6.1.2.1.47.1.1.1.1.2.1000 = STRING: "QSFP28 or later for etp1"
iso.3.6.1.2.1.47.1.1.1.1.2.1001 = STRING: "DOM Temperature Sensor for etp1"
iso.3.6.1.2.1.47.1.1.1.1.2.1002 = STRING: "DOM Voltage Sensor for etp1"
iso.3.6.1.2.1.47.1.1.1.1.2.1011 = STRING: "DOM RX Power Sensor for etp1/1"
iso.3.6.1.2.1.47.1.1.1.1.2.1012 = STRING: "DOM TX Bias Sensor for etp1/1"
iso.3.6.1.2.1.47.1.1.1.1.2.1013 = STRING: "DOM TX Power Sensor for etp1/1"
iso.3.6.1.2.1.47.1.1.1.1.2.1021 = STRING: "DOM RX Power Sensor for etp1/2"
iso.3.6.1.2.1.47.1.1.1.1.2.1022 = STRING: "DOM TX Bias Sensor for etp1/2"
iso.3.6.1.2.1.47.1.1.1.1.2.1023 = STRING: "DOM TX Power Sensor for etp1/2"
iso.3.6.1.2.1.47.1.1.1.1.2.1031 = STRING: "DOM RX Power Sensor for etp1/3"
iso.3.6.1.2.1.47.1.1.1.1.2.1032 = STRING: "DOM TX Bias Sensor for etp1/3"
iso.3.6.1.2.1.47.1.1.1.1.2.1033 = STRING: "DOM TX Power Sensor for etp1/3"
iso.3.6.1.2.1.47.1.1.1.1.2.1041 = STRING: "DOM RX Power Sensor for etp1/4"
iso.3.6.1.2.1.47.1.1.1.1.2.1042 = STRING: "DOM TX Bias Sensor for etp1/4"
iso.3.6.1.2.1.47.1.1.1.1.2.1043 = STRING: "DOM TX Power Sensor for etp1/4"
<descriptions repeat many more times for all the ports and port sensors in the system>
Describe the results you received:
We only see ports, port sensors, and the overall device chassis in the physical entity MIB.
Describe the results you expected:
We should see objects corresponding to each physical entity present in state DB.
Additional information you deem important (e.g. issue happens only occasionally):
Description
We noticed a lot of failures in a new test added by sonic-net/sonic-mgmt#2379. This test verifies that the info stored in the physical entity MIB is correct. What we find is that there is physical entity data present in state DB that is not present in SNMP.
Steps to reproduce the issue:
Describe the results you received:
We only see ports, port sensors, and the overall device chassis in the physical entity MIB.
Describe the results you expected:
We should see objects corresponding to each physical entity present in state DB.
Additional information you deem important (e.g. issue happens only occasionally):
Output of
show version
:(this is also seen on arista7050cx3-32s devices running the same version)
The text was updated successfully, but these errors were encountered: