Skip to content

Commit

Permalink
fix: oid
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxin688 committed Aug 11, 2024
1 parent 48ffd57 commit 66df727
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netty_snmp/factory/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,15 +578,15 @@ class StackRole(IntEnum):

dot1dBasePortIfIndex = SnmpItem(
name="dot1dBasePortIfIndex",
oid="1.3.6.1.2.1.17.1.4.1.2",
oid=".1.3.6.1.2.1.17.1.4.1.2",
description="The ifIndex of the port.",
value_type="int",
value_mapping=None,
)

ipNetToMediaPhysAddress = SnmpItem(
name="ipNetToMediaPhysAddress",
oid="1.3.6.1.2.1.4.22.1.2",
oid=".1.3.6.1.2.1.4.22.1.2",
description="The MAC address of the port.",
value_type="str",
value_mapping=None,
Expand Down

0 comments on commit 66df727

Please sign in to comment.