Skip to content

Commit

Permalink
fix for uiAF60 and uiAF60Groups in ubnt
Browse files Browse the repository at this point in the history
  • Loading branch information
ollyg committed Aug 16, 2023
1 parent 0b92836 commit b665a33
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions ubnt/ubnt-mib.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ UBNT-MIB DEFINITIONS ::= BEGIN
OBJECT-GROUP, MODULE-COMPLIANCE FROM SNMPv2-CONF;

ubntMIB MODULE-IDENTITY
LAST-UPDATED "201402270000Z"
ORGANIZATION "Ubiquiti Networks, Inc."
CONTACT-INFO "support@ubnt.com"
DESCRIPTION "The MIB module for Ubiquiti Networks, Inc. entities"
REVISION "201402270000Z"
LAST-UPDATED "202109210000Z"
ORGANIZATION "Ubiquiti, Inc."
CONTACT-INFO "support@ui.com"
DESCRIPTION "The MIB module for Ubiquiti, Inc. entities"
REVISION "202109210000Z"
DESCRIPTION "Split revision"
::= { ubnt 1 }

-- --------------------------------------------------------------------------------
-- Ubiquiti Networks Root
-- Ubiquiti Root
-- --------------------------------------------------------------------------------

ubnt OBJECT IDENTIFIER ::= { enterprises 41112 }

-- --------------------------------------------------------------------------------
-- Ubiquiti Networks SNMP Information
-- Ubiquiti SNMP Information
-- --------------------------------------------------------------------------------

ubntSnmpInfo OBJECT IDENTIFIER ::= { ubntMIB 2 }
Expand All @@ -33,21 +33,23 @@ UBNT-MIB DEFINITIONS ::= BEGIN
ubntMFiGroups OBJECT IDENTIFIER ::= { ubntSnmpInfo 7}
ubntUniTelGroups OBJECT IDENTIFIER ::= { ubntSnmpInfo 8}
ubntAFLTUGroups OBJECT IDENTIFIER ::= { ubntSnmpInfo 9}
uiAF60Groups OBJECT IDENTIFIER ::= { ubntSnmpInfo 10}

-- --------------------------------------------------------------------------------
-- Ubiquiti Networks Products
-- Ubiquiti Products
-- --------------------------------------------------------------------------------

ubntAirFIBER OBJECT IDENTIFIER ::= { ubntMIB 3 }
ubntEdgeMax OBJECT IDENTIFIER ::= { ubntMIB 5 }
ubntUniFi OBJECT IDENTIFIER ::= { ubntMIB 6 }
ubntAirVision OBJECT IDENTIFIER ::= { ubntMIB 7 }
ubntMFi OBJECT IDENTIFIER ::= { ubntMIB 8 }
ubntUniTel OBJECT IDENTIFIER ::= { ubntMIB 9 }
ubntAFLTU OBJECT IDENTIFIER ::= { ubntMIB 10 }
uiAF60 OBJECT IDENTIFIER ::= { ubntMIB 11 }

-- --------------------------------------------------------------------------------
-- Ubiquiti Networks OR table
-- Ubiquiti OR table
-- --------------------------------------------------------------------------------

ubntORTable OBJECT-TYPE
Expand Down

0 comments on commit b665a33

Please sign in to comment.