Skip to content

Commit

Permalink
Add WLSX-SYSTEMEXT-MIB to propserial plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
lunkwill42 committed Nov 25, 2022
1 parent f3c6e0c commit fd8c6aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python/nav/ipdevpoll/plugins/propserial.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#
# Copyright (C) 2022 Sikt
# Copyright (C) 2013 Uninett AS
#
# This file is part of Network Administration Visualized (NAV).
Expand All @@ -24,17 +25,21 @@
from nav.mibs.hp_httpmanageable_mib import HPHTTPManageableMib
from nav.mibs.juniper_mib import JuniperMib
from nav.mibs.powernet_mib import PowerNetMib
from nav.mibs.wlsx_systemext_mib import WLSXSystemextMib

from nav.enterprise.ids import (
VENDOR_ID_HEWLETT_PACKARD,
VENDOR_ID_AMERICAN_POWER_CONVERSION_CORP,
VENDOR_ID_JUNIPER_NETWORKS_INC,
VENDOR_ID_ARUBA_NETWORKS_INC,
)


VENDOR_MIBS = {
VENDOR_ID_HEWLETT_PACKARD: HPHTTPManageableMib,
VENDOR_ID_AMERICAN_POWER_CONVERSION_CORP: PowerNetMib,
VENDOR_ID_JUNIPER_NETWORKS_INC: JuniperMib,
VENDOR_ID_ARUBA_NETWORKS_INC: WLSXSystemextMib,
}


Expand Down

0 comments on commit fd8c6aa

Please sign in to comment.