Robert Baxter
2018-05-07 14:45:03 -06:00
committed by Neil Lathwood
parent fea3c77916
commit 622b1d09e5

View File

@@ -1,10 +1,10 @@
MIMOSA-NETWORKS-BFIVE-MIB DEFINITIONS ::= BEGIN MIMOSA-NETWORKS-BFIVE-MIB DEFINITIONS ::= BEGIN
-- Copyright (C) 2016, Mimosa Networks, Inc. All Rights Reserved. -- Copyright (C) 2017, Mimosa Networks, Inc. All Rights Reserved.
-- --
-- Mimosa Networks MIB -- Mimosa Networks MIB
-- Revision: 1.01 -- Revision: 1.02
-- Date: October 24, 2016 -- Date: April 28, 2017
-- --
-- Mimosa Networks, Inc. -- Mimosa Networks, Inc.
-- 469 El Camino Real Ste 100 -- 469 El Camino Real Ste 100
@@ -63,9 +63,9 @@ mimosaB5Module MODULE-IDENTITY
email: support@mimosa.co" email: support@mimosa.co"
DESCRIPTION DESCRIPTION
"Mimosa device MIB definitions" "Mimosa device MIB definitions"
REVISION "201610240000Z" REVISION "201704280000Z"
DESCRIPTION DESCRIPTION
"Compatible with Firmware 1.4.1" "Compatible with Firmware 1.4.5"
::= { mimosaConformanceGroup 1 } ::= { mimosaConformanceGroup 1 }
mimosaGeneral OBJECT IDENTIFIER ::= { mimosaWireless 1 } mimosaGeneral OBJECT IDENTIFIER ::= { mimosaWireless 1 }
@@ -380,7 +380,7 @@ mimosaChain OBJECT-TYPE
::= { mimosaChainEntry 1 } ::= { mimosaChainEntry 1 }
mimosaTxPower OBJECT-TYPE mimosaTxPower OBJECT-TYPE
SYNTAX Integer32 SYNTAX DecimalOne
UNITS "dBm" UNITS "dBm"
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
@@ -390,7 +390,7 @@ mimosaTxPower OBJECT-TYPE
::= { mimosaChainEntry 2 } ::= { mimosaChainEntry 2 }
mimosaRxPower OBJECT-TYPE mimosaRxPower OBJECT-TYPE
SYNTAX Integer32 SYNTAX DecimalOne
UNITS "dBm" UNITS "dBm"
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
@@ -400,7 +400,7 @@ mimosaRxPower OBJECT-TYPE
::= { mimosaChainEntry 3 } ::= { mimosaChainEntry 3 }
mimosaRxNoise OBJECT-TYPE mimosaRxNoise OBJECT-TYPE
SYNTAX Integer32 SYNTAX DecimalOne
UNITS "dBm" UNITS "dBm"
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
@@ -409,7 +409,7 @@ mimosaRxNoise OBJECT-TYPE
::= { mimosaChainEntry 4 } ::= { mimosaChainEntry 4 }
mimosaSNR OBJECT-TYPE mimosaSNR OBJECT-TYPE
SYNTAX Integer32 SYNTAX DecimalOne
UNITS "dB" UNITS "dB"
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
@@ -465,7 +465,7 @@ MimosaStreamEntry ::=
mimosaTxPhy Integer32, mimosaTxPhy Integer32,
mimosaTxMCS Integer32, mimosaTxMCS Integer32,
mimosaTxWidth Integer32, mimosaTxWidth Integer32,
mimosaRxPhy Integer32, mimosaRxPhy Integer32,
mimosaRxMCS Integer32, mimosaRxMCS Integer32,
mimosaRxWidth Integer32, mimosaRxWidth Integer32,
mimosaRxEVM DecimalOne mimosaRxEVM DecimalOne
@@ -536,7 +536,7 @@ mimosaRxWidth OBJECT-TYPE
::= { mimosaStreamEntry 7 } ::= { mimosaStreamEntry 7 }
mimosaRxEVM OBJECT-TYPE mimosaRxEVM OBJECT-TYPE
SYNTAX Integer32 SYNTAX DecimalOne
UNITS "dB" UNITS "dB"
MAX-ACCESS read-only MAX-ACCESS read-only
STATUS current STATUS current
@@ -956,4 +956,3 @@ mimosaNtpServer OBJECT-TYPE
::= { mimosaServices 8 } ::= { mimosaServices 8 }
END END