Skip to content

Commit 2d4b68d

Browse files
committed
Adding snmp support for memory and mount points
Signed-off-by: rakprasa <rsh2prasad@gmail.com>
1 parent 329f1cc commit 2d4b68d

6 files changed

Lines changed: 2632 additions & 1 deletion

File tree

src/sonic_ax_impl/main.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import ax_interface
1212
from sonic_ax_impl.mibs import ieee802_1ab, Namespace
1313
from . import logger
14-
from .mibs.ietf import rfc1213, rfc2737, rfc2863, rfc3433, rfc4292, rfc4363
14+
from .mibs.ietf import rfc1213, rfc2737, rfc2863, rfc3433, rfc4292, rfc4363, rfc2790
1515
from .mibs.vendor import dell, cisco
1616

1717
# Background task update frequency ( in seconds )
@@ -41,6 +41,8 @@ class SonicMIB(
4141
cisco.ciscoPfcExtMIB.cpfcIfPriorityTable,
4242
cisco.ciscoSwitchQosMIB.csqIfQosGroupStatsTable,
4343
cisco.ciscoEntityFruControlMIB.cefcFruPowerStatusTable,
44+
rfc2790.hrStorageTable,
45+
rfc2790.hrFSTable,
4446
):
4547
"""
4648
If SONiC was to create custom MIBEntries, they may be specified here.

0 commit comments

Comments
 (0)