Skip to content
Snippets Groups Projects
Commit 6425170c authored by Robert Latta's avatar Robert Latta
Browse files

corrected checked oid. RE DBOARD3-1152

parent 33d1ecd2
No related branches found
No related tags found
No related merge requests found
...@@ -225,7 +225,7 @@ def _default_snmp_interface_info(interface_, name_field, communities): ...@@ -225,7 +225,7 @@ def _default_snmp_interface_info(interface_, name_field, communities):
return { return {
'name': interface_[name_field], 'name': interface_[name_field],
'index': index, 'index': index,
'oids': [f'{snmp.IF_ADMIN_STATUS}.{index}'], 'oids': [f'{snmp.IF_OPER_STATUS}.{index}'],
'communities': communities 'communities': communities
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment