initial commit; version 22.5.12042
This commit is contained in:
5519
mibs/trango/GIGA-PLUS-MIB
Normal file
5519
mibs/trango/GIGA-PLUS-MIB
Normal file
File diff suppressed because it is too large
Load Diff
6629
mibs/trango/GIGA-PRO-MIB
Normal file
6629
mibs/trango/GIGA-PRO-MIB
Normal file
File diff suppressed because it is too large
Load Diff
405
mibs/trango/TRANGO-APEX-GIGE-MIB
Normal file
405
mibs/trango/TRANGO-APEX-GIGE-MIB
Normal file
@ -0,0 +1,405 @@
|
||||
TRANGO-APEX-GIGE-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY,
|
||||
OBJECT-TYPE,
|
||||
OBJECT-IDENTITY,
|
||||
NOTIFICATION-TYPE,
|
||||
apex
|
||||
FROM TRANGO-APEX-MIB
|
||||
DisplayString
|
||||
FROM SNMPv2-TC
|
||||
MODULE-COMPLIANCE
|
||||
FROM SNMPv2-CONF;
|
||||
|
||||
-- *******************************************************************
|
||||
-- ** RF/ODU Information ** trango.twb.apex.rf
|
||||
-- *******************************************************************
|
||||
|
||||
gige OBJECT IDENTIFIER ::= { apex 4 }
|
||||
|
||||
ibm OBJECT IDENTIFIER ::= { gige 1 }
|
||||
|
||||
gigeIBMEnable OBJECT-TYPE
|
||||
SYNTAX INTEGER { DISABLED(0), ENABLED(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Enable/Disable Inband Management feature"
|
||||
::= { ibm 1 }
|
||||
|
||||
gigeIBMIp OBJECT-TYPE
|
||||
SYNTAX IpAddr
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Assign/Display IBM Vlan IP"
|
||||
::= { ibm 2 }
|
||||
|
||||
gigeIBMVlanID OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Assign/Display IBM Vlan ID"
|
||||
::= { ibm 3 }
|
||||
|
||||
gigeIBMPort OBJECT-TYPE
|
||||
SYNTAX INTEGER { COPPER(0), FIBER(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Assign/Display IBM port"
|
||||
::= { ibm 4 }
|
||||
|
||||
gigeIBMNetmask OBJECT-TYPE
|
||||
SYNTAX IpAddr
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Assign/Display IBM Netmask"
|
||||
::= { ibm 5 }
|
||||
|
||||
ethEnable OBJECT IDENTIFIER ::= { gige 2 }
|
||||
|
||||
gigeEth1Enable OBJECT-TYPE
|
||||
SYNTAX INTEGER { OFF(0), ON(1), RPSOFF(2) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Activate/Deactive link status on Ethernet port 1"
|
||||
::= { ethEnable 1 }
|
||||
|
||||
gigeEth2Enable OBJECT-TYPE
|
||||
SYNTAX INTEGER { OFF(0), ON(1), RPSOFF(2) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Activate/Deactive link status on Ethernet port 2"
|
||||
::= { ethEnable 2 }
|
||||
|
||||
ethStatus OBJECT IDENTIFIER ::= { gige 3 }
|
||||
|
||||
gigeEth1Status OBJECT-TYPE
|
||||
SYNTAX INTEGER { OFF(0), ON(1) }
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Show link status on Ethernet port 1"
|
||||
::= { ethStatus 1 }
|
||||
|
||||
gigeEth2Status OBJECT-TYPE
|
||||
SYNTAX INTEGER { OFF(0), ON(1) }
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Show link status on Ethernet port 2"
|
||||
::= { ethStatus 2 }
|
||||
|
||||
ethSpeed OBJECT IDENTIFIER ::= { gige 4 }
|
||||
|
||||
gigeEth1Speed OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Display / set link speed on Ethernet port 1"
|
||||
::= { ethSpeed 1 }
|
||||
|
||||
gigeEth2Speed OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Display link speed on Ethernet port 2"
|
||||
::= { ethSpeed 2 }
|
||||
|
||||
ethDuplex OBJECT IDENTIFIER ::= { gige 5 }
|
||||
|
||||
gigeEth1Duplex OBJECT-TYPE
|
||||
SYNTAX INTEGER { HALF(0), FULL(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Display / set duplex Ethernet port 1"
|
||||
::= { ethDuplex 1 }
|
||||
|
||||
gigeEth2Duplex OBJECT-TYPE
|
||||
SYNTAX INTEGER { HALF(0), FULL(1) }
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Display duplex Ethernet port 2"
|
||||
::= { ethDuplex 2 }
|
||||
|
||||
ethPriority OBJECT IDENTIFIER ::= { gige 6 }
|
||||
|
||||
gigeEth1Priority OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Display / set Priority for Ethernet port 1"
|
||||
::= { ethPriority 1 }
|
||||
|
||||
gigeEth2Priority OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Display / set Priority for Ethernet port 2"
|
||||
::= { ethPriority 2 }
|
||||
|
||||
ethMaxRate OBJECT IDENTIFIER ::= { gige 7 }
|
||||
|
||||
gigeEth1MaxRate OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Display / set Max Rate for Ethernet port 1"
|
||||
::= { ethMaxRate 1 }
|
||||
|
||||
gigeEth2MaxRate OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Display / set Max Rate for Ethernet port 2"
|
||||
::= { ethMaxRate 2 }
|
||||
|
||||
ethPauseFrame OBJECT IDENTIFIER ::= { gige 8 }
|
||||
|
||||
gigeEth1PauseFrame OBJECT-TYPE
|
||||
SYNTAX INTEGER { OFF(0), ON(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Display / set Burst Rate for Ethernet port 1"
|
||||
::= { ethPauseFrame 1 }
|
||||
|
||||
gigeEth2PauseFrame OBJECT-TYPE
|
||||
SYNTAX INTEGER { OFF(0), ON(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Display / set Burst Rate for Ethernet port 2"
|
||||
::= { ethPauseFrame 2 }
|
||||
|
||||
ethInOctets OBJECT IDENTIFIER ::= { gige 9 }
|
||||
|
||||
gigeEth1InOctets OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Display number of octet coming in to Ethernet port 1"
|
||||
::= { ethInOctets 1 }
|
||||
|
||||
gigeEth2InOctets OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Display number of octet coming in to Ethernet port 2"
|
||||
::= { ethInOctets 2 }
|
||||
|
||||
ethInUcastPackets OBJECT IDENTIFIER ::= { gige 10 }
|
||||
|
||||
gigeEth1InUcastPackets OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Display number of Unicast packet coming in to Ethernet port 1"
|
||||
::= { ethInUcastPackets 1 }
|
||||
|
||||
gigeEth2InUcastPackets OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Display number of Unicast packet coming in to Ethernet port 2"
|
||||
::= { ethInUcastPackets 2 }
|
||||
|
||||
ethInNUcastPackets OBJECT IDENTIFIER ::= { gige 11 }
|
||||
|
||||
gigeEth1InNUcastPackets OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Display number of non-Unicast packet coming in to Ethernet port 1"
|
||||
::= { ethInNUcastPackets 1 }
|
||||
|
||||
gigeEth2InNUcastPackets OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Display number of non-Unicast packet coming in to Ethernet port 2"
|
||||
::= { ethInNUcastPackets 2 }
|
||||
|
||||
ethInTotalPackets OBJECT IDENTIFIER ::= { gige 12 }
|
||||
|
||||
gigeEth1InTotalPackets OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Display number of Total packet coming in to Ethernet port 1"
|
||||
::= { ethInTotalPackets 1 }
|
||||
|
||||
gigeEth2InTotalPackets OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Display number of Total packet coming in to Ethernet port 2"
|
||||
::= { ethInTotalPackets 2 }
|
||||
|
||||
ethOutOctets OBJECT IDENTIFIER ::= { gige 13 }
|
||||
|
||||
gigeEth1OutOctets OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Display number of Octets going out from Ethernet port 1"
|
||||
::= { ethOutOctets 1 }
|
||||
|
||||
gigeEth2OutOctets OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Display number of Octets going out from Ethernet port 2"
|
||||
::= { ethOutOctets 2 }
|
||||
|
||||
ethOutUcastPackets OBJECT IDENTIFIER ::= { gige 14 }
|
||||
|
||||
gigeEth1OutUcastPackets OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Display number of Unicast packets going out from Ethernet port 1"
|
||||
::= { ethOutUcastPackets 1 }
|
||||
|
||||
gigeEth2OutUcastPackets OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Display number of Unicast packets going out from Ethernet port 2"
|
||||
::= { ethOutUcastPackets 2 }
|
||||
|
||||
ethOutNUcastPackets OBJECT IDENTIFIER ::= { gige 15 }
|
||||
|
||||
gigeEth1OutNUcastPackets OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Display number of non-Unicast packets going out from Ethernet port 1"
|
||||
::= { ethOutNUcastPackets 1 }
|
||||
|
||||
gigeEth2OutNUcastPackets OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Display number of non-Unicast packets going out from Ethernet port 2"
|
||||
::= { ethOutNUcastPackets 2 }
|
||||
|
||||
ethOutTotalPackets OBJECT IDENTIFIER ::= { gige 16 }
|
||||
|
||||
gigeEth1OutTotalPackets OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Display number of non-Unicast packets going out from Ethernet port 1"
|
||||
::= { ethOutTotalPackets 1 }
|
||||
|
||||
gigeEth2OutTotalPackets OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Display number of non-Unicast packets going out from Ethernet port 2"
|
||||
::= { ethOutTotalPackets 2 }
|
||||
|
||||
ethCRCErrors OBJECT IDENTIFIER ::= { gige 17 }
|
||||
|
||||
gigeEth1CRCErrors OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Display number of packets with CRC Errors for Ethernet port 1"
|
||||
::= { ethCRCErrors 1 }
|
||||
|
||||
gigeEth2CRCErrors OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Display number of packets with CRC Errors for Ethernet port 2"
|
||||
::= { ethCRCErrors 2 }
|
||||
|
||||
ethCollisionErrors OBJECT IDENTIFIER ::= { gige 18 }
|
||||
|
||||
gigeEth1CollsionErrors OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Display number of collision errors for Ethernet port 1"
|
||||
::= { ethCollisionErrors 1 }
|
||||
|
||||
gigeEth2CollsionErrors OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Display number of collision errors for Ethernet port 2"
|
||||
::= { ethCollisionErrors 2 }
|
||||
|
||||
ethPriorityQueue OBJECT IDENTIFIER ::= { gige 19 }
|
||||
|
||||
gigeEthPriority0COSQueue OBJECT-TYPE
|
||||
SYNTAX INTEGER { COSQ0(0), COSQ1(1), COSQ2(2), COSQ3(3) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Display/Set COS Queue for Priority 0"
|
||||
::= { ethPriorityQueue 1 }
|
||||
|
||||
gigeEthPriority1COSQueue OBJECT-TYPE
|
||||
SYNTAX INTEGER { COSQ0(0), COSQ1(1), COSQ2(2), COSQ3(3) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Display/Set COS Queue for Priority 2"
|
||||
::= { ethPriorityQueue 2 }
|
||||
|
||||
gigeEthPriority2COSQueue OBJECT-TYPE
|
||||
SYNTAX INTEGER { COSQ0(0), COSQ1(1), COSQ2(2), COSQ3(3) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Display/Set COS Queue for Priority 2"
|
||||
::= { ethPriorityQueue 3 }
|
||||
|
||||
gigeEthPriority3COSQueue OBJECT-TYPE
|
||||
SYNTAX INTEGER { COSQ0(0), COSQ1(1), COSQ2(2), COSQ3(3) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Display/Set COS Queue for Priority 3"
|
||||
::= { ethPriorityQueue 4 }
|
||||
|
||||
gigeEthPriority4COSQueue OBJECT-TYPE
|
||||
SYNTAX INTEGER { COSQ0(0), COSQ1(1), COSQ2(2), COSQ3(3) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Display/Set COS Queue for Priority 4"
|
||||
::= { ethPriorityQueue 5 }
|
||||
|
||||
gigeEthPriority5COSQueue OBJECT-TYPE
|
||||
SYNTAX INTEGER { COSQ0(0), COSQ1(1), COSQ2(2), COSQ3(3) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Display/Set COS Queue for Priority 5"
|
||||
::= { ethPriorityQueue 6 }
|
||||
|
||||
gigeEthPriority6COSQueue OBJECT-TYPE
|
||||
SYNTAX INTEGER { COSQ0(0), COSQ1(1), COSQ2(2), COSQ3(3) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Display/Set COS Queue for Priority 6"
|
||||
::= { ethPriorityQueue 7 }
|
||||
|
||||
gigeEthPriority7COSQueue OBJECT-TYPE
|
||||
SYNTAX INTEGER { COSQ0(0), COSQ1(1), COSQ2(2), COSQ3(3) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Display/Set COS Queue for Priority 7"
|
||||
::= { ethPriorityQueue 8 }
|
||||
|
||||
ethAuto OBJECT IDENTIFIER ::= { gige 20 }
|
||||
|
||||
gigeEth1AutoNegotiate OBJECT-TYPE
|
||||
SYNTAX INTEGER { OFF(0), ON(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Activate/Deactive link status on Ethernet port 1"
|
||||
::= { ethAuto 1 }
|
||||
|
||||
gigeEth2AutoNegotiate OBJECT-TYPE
|
||||
SYNTAX INTEGER { OFF(0), ON(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Activate/Deactive link status on Ethernet port 2"
|
||||
::= { ethAuto 2 }
|
||||
|
||||
END
|
||||
|
32
mibs/trango/TRANGO-APEX-MIB
Normal file
32
mibs/trango/TRANGO-APEX-MIB
Normal file
@ -0,0 +1,32 @@
|
||||
TRANGO-APEX-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY,
|
||||
OBJECT-TYPE,
|
||||
OBJECT-IDENTITY,
|
||||
Unsigned32,
|
||||
NOTIFICATION-TYPE,
|
||||
enterprises
|
||||
FROM SNMPv2-SMI
|
||||
|
||||
MODULE-COMPLIANCE
|
||||
FROM SNMPv2-CONF;
|
||||
|
||||
-- *******************************************************************
|
||||
-- * Trango module
|
||||
-- *******************************************************************
|
||||
trango OBJECT IDENTIFIER ::= { enterprises 5454 }
|
||||
tbw OBJECT IDENTIFIER ::= { trango 1 }
|
||||
apex OBJECT IDENTIFIER ::= { tbw 60 }
|
||||
|
||||
-- *******************************************************************
|
||||
-- ** System Information ** trango.twb.baker.sys
|
||||
-- *******************************************************************
|
||||
-- sys OBJECT IDENTIFIER ::= { giga 1 }
|
||||
-- modem OBJECT IDENTIFIER ::= { giga 2 }
|
||||
-- rf OBJECT IDENTIFIER ::= { giga 3 }
|
||||
-- gige OBJECT IDENTIFIER ::= { giga 4 }
|
||||
-- t1e1 OBJECT IDENTIFIER ::= { giga 5 }
|
||||
-- trangotrap OBJECT IDENTIFIER ::= { giga 6 }
|
||||
|
||||
END
|
254
mibs/trango/TRANGO-APEX-MODEM-MIB
Normal file
254
mibs/trango/TRANGO-APEX-MODEM-MIB
Normal file
@ -0,0 +1,254 @@
|
||||
TRANGO-APEX-MODEM-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY,
|
||||
OBJECT-TYPE,
|
||||
OBJECT-IDENTITY,
|
||||
Unsigned32,
|
||||
NOTIFICATION-TYPE,
|
||||
apex
|
||||
FROM TRANGO-APEX-MIB
|
||||
DisplayString
|
||||
FROM SNMPv2-TC
|
||||
IpAddress, Opaque
|
||||
FROM SNMPv2-SMI
|
||||
MODULE-COMPLIANCE
|
||||
FROM SNMPv2-CONF;
|
||||
|
||||
-- *******************************************************************
|
||||
-- ** PVG310 Modem Information ** trango.twb.apex.pvg
|
||||
-- *******************************************************************
|
||||
|
||||
modem OBJECT IDENTIFIER ::= { apex 2 }
|
||||
|
||||
modemLoopbackMode OBJECT-TYPE
|
||||
SYNTAX INTEGER { OFF(0), DIGITAL(1), IF(2), RFGEN(3), RFREFL(4) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Set/Display the Loopback Mode"
|
||||
::= { modem 1 }
|
||||
|
||||
modemDataPattern OBJECT-TYPE
|
||||
SYNTAX INTEGER { EXT(0), INT(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Set/Display the current Loopback Pattern (source)"
|
||||
::= { modem 2 }
|
||||
|
||||
modemBER OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Read current Bit Error Rate"
|
||||
::= { modem 3 }
|
||||
|
||||
modemMSE OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Read current Mean Squared Error"
|
||||
::= { modem 4 }
|
||||
|
||||
modemFER OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Read current Mean Squared Error"
|
||||
::= { modem 5 }
|
||||
|
||||
lock OBJECT IDENTIFIER ::= { modem 6 }
|
||||
|
||||
modemLockStatus OBJECT-TYPE
|
||||
SYNTAX INTEGER { UNLOCKED(0), LOCKED(1), PROGRESS(2) }
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Read current Internal Automatic Gain Correction"
|
||||
::= { lock 1 }
|
||||
|
||||
modemTimingLock OBJECT-TYPE
|
||||
SYNTAX INTEGER { NOTLOCKED(0), LOCKED(1) }
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Indicate RX Timing Lock status"
|
||||
::= { lock 2 }
|
||||
|
||||
modemPreambleLock OBJECT-TYPE
|
||||
SYNTAX INTEGER { NOTLOCKED(0), LOCKED(1) }
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Indicate Preamble Lock status"
|
||||
::= { lock 3 }
|
||||
|
||||
modemLdpcLock OBJECT-TYPE
|
||||
SYNTAX INTEGER { NOTLOCKED(0), LOCKED(1) }
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Indicate LDPC Lock status"
|
||||
::= { lock 4 }
|
||||
|
||||
|
||||
modemReserved OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Reserved"
|
||||
::= { lock 5 }
|
||||
|
||||
acm OBJECT IDENTIFIER ::= { modem 7 }
|
||||
|
||||
modemACMEnable OBJECT-TYPE
|
||||
SYNTAX INTEGER { DISABLED(0), ENABLED(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Enable/Disable Adaptive Modulation feature"
|
||||
::= { acm 1 }
|
||||
|
||||
acmprofile OBJECT IDENTIFIER ::= { acm 2 }
|
||||
|
||||
modemACMProfileQPSKEnable OBJECT-TYPE
|
||||
SYNTAX INTEGER { DISABLED(0), ENABLED(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Enable/Disable ACM QPSK profile"
|
||||
::= { acmprofile 1 }
|
||||
|
||||
modemACMProfileQAM16Enable OBJECT-TYPE
|
||||
SYNTAX INTEGER { DISABLED(0), ENABLED(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Enable/Disable ACM QAM16 profile"
|
||||
::= { acmprofile 2 }
|
||||
|
||||
modemACMProfileQAM32Enable OBJECT-TYPE
|
||||
SYNTAX INTEGER { DISABLED(0), ENABLED(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Enable/Disable ACM QAM32 profile"
|
||||
::= { acmprofile 3 }
|
||||
|
||||
modemACMProfileQAM64Enable OBJECT-TYPE
|
||||
SYNTAX INTEGER { DISABLED(0), ENABLED(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Enable/Disable ACM QAM64 profile"
|
||||
::= { acmprofile 4 }
|
||||
|
||||
modemACMProfileQAM128Enable OBJECT-TYPE
|
||||
SYNTAX INTEGER { DISABLED(0), ENABLED(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Enable/Disable ACM QAM128 profile"
|
||||
::= { acmprofile 5 }
|
||||
|
||||
modemACMProfileQAM256Enable OBJECT-TYPE
|
||||
SYNTAX INTEGER { DISABLED(0), ENABLED(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Enable/Disable ACM QAM256 profile"
|
||||
::= { acmprofile 6 }
|
||||
|
||||
acmMSEImprove OBJECT IDENTIFIER ::= { acm 3 }
|
||||
|
||||
modemACMQPSKMSEImprove OBJECT-TYPE
|
||||
SYNTAX Opaque
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "MSE Improve threshold for QPSK profile"
|
||||
::= { acmMSEImprove 1 }
|
||||
|
||||
modemACMQAM16MSEImprove OBJECT-TYPE
|
||||
SYNTAX Opaque
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "MSE Improve threshold for QAM16 profile"
|
||||
::= { acmMSEImprove 2 }
|
||||
|
||||
modemACMQAM32MSEImprove OBJECT-TYPE
|
||||
SYNTAX Opaque
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "MSE Improve threshold for QAM32 profile"
|
||||
::= { acmMSEImprove 3 }
|
||||
|
||||
modemACMQAM64MSEImprove OBJECT-TYPE
|
||||
SYNTAX Opaque
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "MSE Improve threshold for QAM64 profile"
|
||||
::= { acmMSEImprove 4 }
|
||||
|
||||
modemACMQAM128MSEImprove OBJECT-TYPE
|
||||
SYNTAX Opaque
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "MSE Improve threshold for QAM128 profile"
|
||||
::= { acmMSEImprove 5 }
|
||||
|
||||
modemACMQAM256MSEImprove OBJECT-TYPE
|
||||
SYNTAX Opaque
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "MSE Improve threshold for QAM256 profile"
|
||||
::= { acmMSEImprove 6 }
|
||||
|
||||
acmMSEDegrade OBJECT IDENTIFIER ::= { acm 4 }
|
||||
|
||||
modemACMQPSKMSEDegrade OBJECT-TYPE
|
||||
SYNTAX Opaque
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "MSE Degrade threshold for QPSK profile"
|
||||
::= { acmMSEDegrade 1 }
|
||||
|
||||
modemACMQAM16MSEDegrade OBJECT-TYPE
|
||||
SYNTAX Opaque
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "MSE Degrade threshold for QAM16 profile"
|
||||
::= { acmMSEDegrade 2 }
|
||||
|
||||
modemACMQAM32MSEDegrade OBJECT-TYPE
|
||||
SYNTAX Opaque
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "MSE Degrade threshold for QAM32 profile"
|
||||
::= { acmMSEDegrade 3 }
|
||||
|
||||
modemACMQAM64MSEDegrade OBJECT-TYPE
|
||||
SYNTAX Opaque
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "MSE Degrade threshold for QAM64 profile"
|
||||
::= { acmMSEDegrade 4 }
|
||||
|
||||
modemACMQAM128MSEDegrade OBJECT-TYPE
|
||||
SYNTAX Opaque
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "MSE Degrade threshold for QAM128 profile"
|
||||
::= { acmMSEDegrade 5 }
|
||||
|
||||
modemACMQAM256MSEDegrade OBJECT-TYPE
|
||||
SYNTAX Opaque
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "MSE Degrade threshold for QAM256 profile"
|
||||
::= { acmMSEDegrade 6 }
|
||||
|
||||
profile OBJECT IDENTIFIER ::= { modem 8 }
|
||||
|
||||
modemACMTxProfile OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "ACM Tx Profile"
|
||||
::= { profile 1 }
|
||||
|
||||
modemACMRxProfile OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "ACM Rx Profile"
|
||||
::= { profile 2 }
|
||||
|
||||
END
|
265
mibs/trango/TRANGO-APEX-RF-MIB
Normal file
265
mibs/trango/TRANGO-APEX-RF-MIB
Normal file
@ -0,0 +1,265 @@
|
||||
TRANGO-APEX-RF-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY,
|
||||
OBJECT-TYPE,
|
||||
OBJECT-IDENTITY,
|
||||
NOTIFICATION-TYPE,
|
||||
apex
|
||||
FROM TRANGO-APEX-MIB
|
||||
DisplayString
|
||||
FROM SNMPv2-TC
|
||||
MODULE-COMPLIANCE
|
||||
FROM SNMPv2-CONF;
|
||||
|
||||
-- *******************************************************************
|
||||
-- ** RF/ODU Information ** trango.twb.apex.rf
|
||||
-- *******************************************************************
|
||||
|
||||
rf OBJECT IDENTIFIER ::= { apex 3 }
|
||||
|
||||
atpc OBJECT IDENTIFIER ::= { rf 1 }
|
||||
|
||||
rfATPCEnable OBJECT-TYPE
|
||||
SYNTAX INTEGER { DISABLED(0), ENABLED(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Enable/Disable Automatic Transmit Power Control"
|
||||
::= { atpc 1 }
|
||||
|
||||
rfATPCMaxPower OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Maximum ATPC power"
|
||||
::= { atpc 2 }
|
||||
|
||||
rfATPCStepSize OBJECT-TYPE
|
||||
SYNTAX INTEGER (SIZE(1..5))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "ATPC step size for each of the increment/decrement"
|
||||
::= { atpc 3 }
|
||||
|
||||
txfreq OBJECT IDENTIFIER ::= { rf 2 }
|
||||
|
||||
rfTxFrequency OBJECT-TYPE
|
||||
SYNTAX Opaque
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Set/Display the current TX frequency"
|
||||
::= { txfreq 1 }
|
||||
|
||||
rfTxFrequencyInt OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Set/Display the current TX frequency in integer"
|
||||
::= { txfreq 2 }
|
||||
|
||||
rxfreq OBJECT IDENTIFIER ::= { rf 3 }
|
||||
|
||||
rfRxFrequency OBJECT-TYPE
|
||||
SYNTAX Opaque
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Display the current RX frequency"
|
||||
::= { rxfreq 1 }
|
||||
|
||||
rfRxFrequencyInt OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Display the current RX frequency in integer"
|
||||
::= { rxfreq 2 }
|
||||
|
||||
speed OBJECT IDENTIFIER ::= { rf 4 }
|
||||
|
||||
rfSymrate OBJECT-TYPE
|
||||
SYNTAX INTEGER { RATE8(2), RATE12(3), RATE17(4), RATE26(5), RATE35(6), RATE43(7), RATE49(8) }
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Set/Display the current Symbol Rate"
|
||||
::= { speed 1 }
|
||||
|
||||
rfModulation OBJECT-TYPE
|
||||
SYNTAX INTEGER { QPSK(0), 16Q(1), 32Q(2), 64Q(3), 128Q(4), 256Q(5) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Set/Display the current modulation"
|
||||
::= { speed 2 }
|
||||
|
||||
rfBPF OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Display the current bandpass filter value"
|
||||
::= { speed 3 }
|
||||
|
||||
rfChannelWidth OBJECT-TYPE
|
||||
SYNTAX INTEGER { BW10(0), BW20(1), BW28(2), BW40(3), BW50(4), BW80(5) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Display the current channel width"
|
||||
::= { speed 4 }
|
||||
|
||||
power OBJECT IDENTIFIER ::= { rf 5 }
|
||||
|
||||
rfPower OBJECT-TYPE
|
||||
SYNTAX Opaque
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Set/Display the current power"
|
||||
::= { power 1 }
|
||||
|
||||
rfPowerInt OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Set/Display the current power in integer"
|
||||
::= { power 2 }
|
||||
|
||||
rfRSSILEDEnable OBJECT-TYPE
|
||||
SYNTAX INTEGER { DISABLED(0), ENABLED(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Enable/Disable ODU LED display for RSSI"
|
||||
::= { rf 6 }
|
||||
|
||||
rfTemp OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Read current system Temperature"
|
||||
::= { rf 7 }
|
||||
|
||||
target OBJECT IDENTIFIER ::= { rf 8 }
|
||||
|
||||
rfTargetRSSI OBJECT-TYPE
|
||||
SYNTAX Opaque
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Set/Disable the current Target RSSI value in float value"
|
||||
::= { target 1 }
|
||||
|
||||
rfTargetRSSIInt OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Set/Disable the current Target RSSI value in integer"
|
||||
::= { target 2 }
|
||||
|
||||
rssi OBJECT IDENTIFIER ::= { rf 9 }
|
||||
|
||||
rfRSSI OBJECT-TYPE
|
||||
SYNTAX Opaque
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Read current RSSI value"
|
||||
::= { rssi 1 }
|
||||
|
||||
rfRSSIInt OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Read current RSSI value in Integer"
|
||||
::= { rssi 2 }
|
||||
|
||||
rfPll OBJECT IDENTIFIER ::= { rf 10 }
|
||||
|
||||
rfRFMRFpll OBJECT-TYPE
|
||||
SYNTAX INTEGER { NOLOCK(0), LOCK(1) }
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "RFM RX PLL lock status"
|
||||
::= { rfPll 1 }
|
||||
|
||||
rfRFMIFpll OBJECT-TYPE
|
||||
SYNTAX INTEGER { NOLOCK(0), LOCK(1) }
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "RFM RX PLL lock status"
|
||||
::= { rfPll 2 }
|
||||
|
||||
rfTransmitPll OBJECT-TYPE
|
||||
SYNTAX INTEGER { NOLOCK(0), LOCK(1) }
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Transmit PLL lock status"
|
||||
::= { rfPll 3 }
|
||||
|
||||
rfReceviedPll OBJECT-TYPE
|
||||
SYNTAX INTEGER { NOLOCK(0), LOCK(1) }
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Loopback PLL lock status"
|
||||
::= { rfPll 4 }
|
||||
|
||||
rfIn OBJECT IDENTIFIER ::= { rf 11 }
|
||||
|
||||
rfInDataOctets OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Display total number of incoming Octets in FPGA"
|
||||
::= { rfIn 1 }
|
||||
|
||||
rfInDataPackets OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Display total number of incoming Packets in FPGA"
|
||||
::= { rfIn 2 }
|
||||
|
||||
rfInDropPackets OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Display total number of Ethernet drop packets goes in toFPGA"
|
||||
::= { rfIn 3 }
|
||||
|
||||
rfInPortUtil OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Display current in port utilizaition percentage"
|
||||
::= { rfIn 4 }
|
||||
|
||||
rfInPortRate OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Display current in port rate"
|
||||
::= { rfIn 5 }
|
||||
|
||||
rfOut OBJECT IDENTIFIER ::= { rf 12 }
|
||||
|
||||
rfOutDataOctets OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Display total number of outgoing Octets in FPGA"
|
||||
::= { rfOut 1 }
|
||||
|
||||
rfOutDataPackets OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Display total number of outgoing Packets in FPGA"
|
||||
::= { rfOut 2 }
|
||||
|
||||
rfOutPortUtil OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Display current out port utilizaition percentage"
|
||||
::= { rfOut 3 }
|
||||
|
||||
rfOutPortRate OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Display current out port rate"
|
||||
::= { rfOut 4 }
|
||||
|
||||
END
|
436
mibs/trango/TRANGO-APEX-SYS-MIB
Normal file
436
mibs/trango/TRANGO-APEX-SYS-MIB
Normal file
@ -0,0 +1,436 @@
|
||||
TRANGO-APEX-SYS-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY,
|
||||
OBJECT-TYPE,
|
||||
OBJECT-IDENTITY,
|
||||
Unsigned32,
|
||||
NOTIFICATION-TYPE,
|
||||
apex
|
||||
FROM TRANGO-APEX-MIB
|
||||
DisplayString
|
||||
FROM SNMPv2-TC
|
||||
MODULE-COMPLIANCE
|
||||
FROM SNMPv2-CONF;
|
||||
|
||||
-- *******************************************************************
|
||||
-- ** System Information ** trango.twb.apex.sys
|
||||
-- *******************************************************************
|
||||
sys OBJECT IDENTIFIER ::= { apex 1 }
|
||||
|
||||
sysUnitType OBJECT-TYPE
|
||||
SYNTAX INTEGER { NOTYPE(0), ACTIVE(1), STANDBY(2) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Unit Type"
|
||||
::= { sys 1 }
|
||||
|
||||
ver OBJECT IDENTIFIER ::= { sys 2 }
|
||||
|
||||
sysIFMVer OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..80))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "SYS IFM Firmware version"
|
||||
::= { ver 1 }
|
||||
|
||||
sysFPGAVer OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..80))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "FPGA Version"
|
||||
::= { ver 2 }
|
||||
|
||||
sysFWVer OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..80))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "firmware version"
|
||||
::= { ver 3 }
|
||||
|
||||
sysOSVer OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..80))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "OS version"
|
||||
::= { ver 4 }
|
||||
|
||||
sysPICVer OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..80))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "PIC version"
|
||||
::= { ver 5 }
|
||||
|
||||
sysModemVer OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..80))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Modem version number"
|
||||
::= { ver 6 }
|
||||
|
||||
prever OBJECT IDENTIFIER ::= { sys 3 }
|
||||
|
||||
sysFPGAPreVer OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..80))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "FPGA Previous version"
|
||||
::= { prever 1 }
|
||||
|
||||
sysFWPreVer OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..80))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "FW Previous version"
|
||||
::= { prever 2 }
|
||||
|
||||
sysOSPreVer OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..80))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "OS Previous version"
|
||||
::= { prever 3 }
|
||||
|
||||
sysPICPreVer OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..80))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "PIC Previous version"
|
||||
::= { prever 4 }
|
||||
|
||||
sysRFMPreVer OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..80))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "RFM Previous version"
|
||||
::= { prever 5 }
|
||||
|
||||
model OBJECT IDENTIFIER ::= { sys 4 }
|
||||
|
||||
sysModel OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..80))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "System Model number"
|
||||
::= { model 1 }
|
||||
|
||||
sysSerialID OBJECT-TYPE
|
||||
SYNTAX INTEGER (SIZE(0..127))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION " System Serial ID"
|
||||
::= { model 2 }
|
||||
|
||||
mac OBJECT IDENTIFIER ::= { sys 5 }
|
||||
|
||||
sysMACeth0 OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(12))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "MAC address of Ethernet 0"
|
||||
::= { mac 2 }
|
||||
|
||||
sysMACeth1 OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(12))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "MAC address of Ethernet 1"
|
||||
::= { mac 3 }
|
||||
|
||||
sysBackupStatus OBJECT-TYPE
|
||||
SYNTAX INTEGER { OFF(0), READY(1) }
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "The backup link is operational and ready or not"
|
||||
::= { sys 6 }
|
||||
|
||||
opmode OBJECT IDENTIFIER ::= { sys 7 }
|
||||
|
||||
sysDefaultOpmode OBJECT-TYPE
|
||||
SYNTAX INTEGER { OFF(0), ON(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Default operation mode"
|
||||
::= { opmode 1 }
|
||||
|
||||
sysOpmode OBJECT-TYPE
|
||||
SYNTAX INTEGER { OFF(0), ON(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Display/Set current Opmode"
|
||||
::= { opmode 2 }
|
||||
|
||||
community OBJECT IDENTIFIER ::= { sys 8 }
|
||||
|
||||
sysReadCommStr OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(1..32))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "SNMP agent read community string. It is used For authentication purpse "
|
||||
::= { community 1 }
|
||||
|
||||
sysWriteCommStr OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(1..32))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "SNMP agent Write community string. It is used For authentication purpse "
|
||||
::= { community 2 }
|
||||
|
||||
sysSave OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Save the configuration parameter"
|
||||
::= { sys 9 }
|
||||
|
||||
sysReboot OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Reboot the system"
|
||||
::= { sys 10 }
|
||||
|
||||
sysResetFactoryDefault OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Reset configuration parameter to factory defaults"
|
||||
::= { sys 11 }
|
||||
|
||||
ipconfig OBJECT IDENTIFIER ::= { sys 12 }
|
||||
|
||||
sysIpAddress OBJECT-TYPE
|
||||
SYNTAX IpAddr
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "IP Address"
|
||||
::= { ipconfig 1 }
|
||||
|
||||
sysSubnetMask OBJECT-TYPE
|
||||
SYNTAX IpAddr
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Subnet Mask"
|
||||
::= { ipconfig 2 }
|
||||
|
||||
sysDefaultGateway OBJECT-TYPE
|
||||
SYNTAX IpAddr
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Default Gateway"
|
||||
::= { ipconfig 3 }
|
||||
|
||||
sysRemarks OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..100))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Remarks"
|
||||
::= { sys 13 }
|
||||
|
||||
daemon OBJECT IDENTIFIER ::= { sys 14 }
|
||||
|
||||
sysTFTPD OBJECT-TYPE
|
||||
SYNTAX INTEGER { OFF(0), ON(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Enable or disable to receive code or fileset download"
|
||||
::= { daemon 1 }
|
||||
|
||||
sysHTTPD OBJECT-TYPE
|
||||
SYNTAX INTEGER { OFF(0), ON(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Enable or disable HTTPD"
|
||||
::= { daemon 2 }
|
||||
|
||||
sysTelnetd OBJECT-TYPE
|
||||
SYNTAX INTEGER { OFF(0), ON(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Enable or disable Telnetd"
|
||||
::= { daemon 3 }
|
||||
|
||||
sysAlignmentMode OBJECT-TYPE
|
||||
SYNTAX INTEGER { OFF(0), ON(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Alignment mode of the radio"
|
||||
::= { sys 15 }
|
||||
|
||||
sysFailover OBJECT-TYPE
|
||||
SYNTAX INTEGER { OFF(0), ON(1) }
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Enable/Disable failover feature"
|
||||
::= { sys 16 }
|
||||
|
||||
trapinfo OBJECT IDENTIFIER ::= { sys 17 }
|
||||
|
||||
sysTrapEnable OBJECT-TYPE
|
||||
SYNTAX INTEGER { OFF(0), ON(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Enable/Disable SNMP Trap"
|
||||
::= { trapinfo 1 }
|
||||
|
||||
sysTrapIpAddress1 OBJECT-TYPE
|
||||
SYNTAX IpAddr
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Trap Destination IP Address"
|
||||
::= { trapinfo 2 }
|
||||
|
||||
sysTrapIpAddress2 OBJECT-TYPE
|
||||
SYNTAX IpAddr
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Trap Destination IP Address 2"
|
||||
::= { trapinfo 3 }
|
||||
|
||||
sysTrapCommStr OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(1..32))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Trap community string"
|
||||
::= { trapinfo 4 }
|
||||
|
||||
image OBJECT IDENTIFIER ::= { sys 18 }
|
||||
|
||||
sysImageUpgrade OBJECT-TYPE
|
||||
SYNTAX INTEGER { FPGA(0), LINUX(1), ROOTFS(2), PIC(3), RFM(4)}
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Upgrade specified image"
|
||||
::= { image 1 }
|
||||
|
||||
sysImageToggle OBJECT-TYPE
|
||||
SYNTAX INTEGER { CURRENT(0), TOGGLE(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Toggle to previous image"
|
||||
::= { image 2 }
|
||||
|
||||
sysImageUpgradeStatus OBJECT-TYPE
|
||||
SYNTAX INTEGER { SUCCESS(0), FAILED(1), INPROGRESS(2) }
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Get the current image upgrade progress status"
|
||||
::= { image 3 }
|
||||
|
||||
sysRPSEnable OBJECT-TYPE
|
||||
SYNTAX INTEGER { OFF(0), ON(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Enable/Disable rapid port shutdown feature"
|
||||
::= { sys 19 }
|
||||
|
||||
sysSmartMode OBJECT-TYPE
|
||||
SYNTAX INTEGER { OFF(0), ON(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Enable/Disable Smart mode"
|
||||
::= { sys 20 }
|
||||
|
||||
sysResetDefaultIP OBJECT-TYPE
|
||||
SYNTAX INTEGER { NA(0), RESET(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Reset ipconfig to default IP"
|
||||
::= { sys 21 }
|
||||
|
||||
license OBJECT IDENTIFIER ::= { sys 22 }
|
||||
|
||||
sysLicense1Enable OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Display current license key 1 status"
|
||||
::= { license 1 }
|
||||
|
||||
sysLicense2Enable OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Display current license key 2 status"
|
||||
::= { license 2 }
|
||||
|
||||
sysConfigOption OBJECT-TYPE
|
||||
SYNTAX INTEGER { EXPORT(0), IMPORT(1), REMOVE(2) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Perform config export, import or remove configuration
|
||||
file"
|
||||
::= { sys 23 }
|
||||
|
||||
diagnostic OBJECT IDENTIFIER ::= { sys 24 }
|
||||
|
||||
sysDiagnostic OBJECT-TYPE
|
||||
SYNTAX INTEGER { NONE(0), DIAGNOSTIC(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Run diagnostic and put the data in a file"
|
||||
::= { diagnostic 1 }
|
||||
|
||||
sysDiagnosticStatus OBJECT-TYPE
|
||||
SYNTAX INTEGER { SUCCESS(0), NOTREADY(1) }
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Display current status of diagnostic command"
|
||||
::= { diagnostic 2 }
|
||||
|
||||
syslog OBJECT IDENTIFIER ::= { sys 25 }
|
||||
|
||||
sysSyslogExport OBJECT-TYPE
|
||||
SYNTAX INTEGER { NONE(0), EXPORT(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "export syslog into a file"
|
||||
::= { syslog 1 }
|
||||
|
||||
sysSyslogLevel OBJECT-TYPE
|
||||
SYNTAX INTEGER { NOSYSLOG(0), LEVEL0(1), LEVEL1(2), LEVEL01(3),
|
||||
LEVEL2(4), LEVEL02(5), LEVEL12(6), LEVEL012(7) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "bitmap value for the loglevel"
|
||||
::= { syslog 2 }
|
||||
|
||||
sysClearCounter OBJECT-TYPE
|
||||
SYNTAX INTEGER { NONE(0), CLEAR(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Clear current counters"
|
||||
::= { sys 26 }
|
||||
|
||||
standby OBJECT IDENTIFIER ::= { sys 27 }
|
||||
|
||||
sysStandbyLink OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Standby unit link status"
|
||||
::= { standby 1 }
|
||||
|
||||
sysStandbyPll OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Standby link ODU¢PLL status"
|
||||
::= { standby 2 }
|
||||
|
||||
sysStandbyRSSI OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Standby link RSSI value"
|
||||
::= { standby 3 }
|
||||
|
||||
sysEgressMargin OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Configure Egress Margin"
|
||||
::= { sys 28 }
|
||||
|
||||
END
|
214
mibs/trango/TRANGO-APEX-TRAP-MIB
Normal file
214
mibs/trango/TRANGO-APEX-TRAP-MIB
Normal file
@ -0,0 +1,214 @@
|
||||
TRANGO-APEX-TRAP-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY,
|
||||
OBJECT-TYPE,
|
||||
OBJECT-IDENTITY,
|
||||
Unsigned32,
|
||||
NOTIFICATION-TYPE,
|
||||
apex
|
||||
FROM TRANGO-APEX-MIB
|
||||
|
||||
MODULE-COMPLIANCE
|
||||
FROM SNMPv2-CONF;
|
||||
|
||||
DisplayString ::= OCTET STRING
|
||||
|
||||
-- *******************************************************************
|
||||
-- ** Trap Information ** trango.twb.apex.trangotrap
|
||||
-- *******************************************************************
|
||||
|
||||
trangotrap OBJECT IDENTIFIER ::= { apex 6 }
|
||||
|
||||
trapReboot NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION "send traps when the system reboots"
|
||||
::= { trangotrap 1 }
|
||||
|
||||
trapStartUp NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION "send traps when the system starts up"
|
||||
::= { trangotrap 2 }
|
||||
|
||||
traplock OBJECT IDENTIFIER ::= { trangotrap 3 }
|
||||
|
||||
trapModemLock NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION "send traps when the system lose modem lock"
|
||||
::= { traplock 1 }
|
||||
|
||||
trapTimingLock NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION "Timing Lock in modem changed"
|
||||
::= { traplock 2 }
|
||||
|
||||
trapInnerCodeLock NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION "send traps when the system lose Inner Code lock"
|
||||
::= { traplock 3 }
|
||||
|
||||
trapEqualizerLock NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION "send traps when the system lose Equalizer lock"
|
||||
::= { traplock 4 }
|
||||
|
||||
trapFrameSyncLock NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION "send traps when the system lose Frame Sync lock"
|
||||
::= { traplock 5 }
|
||||
|
||||
trapthreshold OBJECT IDENTIFIER ::= { trangotrap 4 }
|
||||
|
||||
trapmse OBJECT IDENTIFIER ::= { trapthreshold 1 }
|
||||
|
||||
trapMSEMinThreshold NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION "send traps when the MSE fall out from the threshold"
|
||||
::= { trapmse 1 }
|
||||
|
||||
trapMSEMaxThreshold NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION "send traps when the MSE fall out from the threshold"
|
||||
::= { trapmse 2 }
|
||||
|
||||
trapber OBJECT IDENTIFIER ::= { trapthreshold 2 }
|
||||
|
||||
trapBERMinThreshold NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION "send traps when the BER fall out from the threshold"
|
||||
::= { trapber 1 }
|
||||
|
||||
trapBERMaxThreshold NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION "send traps when the BER fall out from the threshold"
|
||||
::= { trapber 2 }
|
||||
|
||||
trapfer OBJECT IDENTIFIER ::= { trapthreshold 3 }
|
||||
|
||||
trapFERMinThreshold NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION "send traps when the FER fall out from the threshold"
|
||||
::= { trapfer 1 }
|
||||
|
||||
trapFERMaxThreshold NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION "send traps when the FER fall out from the threshold"
|
||||
::= { trapfer 2 }
|
||||
|
||||
traprssi OBJECT IDENTIFIER ::= { trapthreshold 4 }
|
||||
|
||||
trapRSSIMinThreshold NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION "send traps when the RSSI fall out from the threshold"
|
||||
::= { traprssi 1 }
|
||||
|
||||
trapRSSIMaxThreshold NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION "send traps when the RSSI fall out from the threshold"
|
||||
::= { traprssi 2 }
|
||||
|
||||
trapidutemp OBJECT IDENTIFIER ::= { trapthreshold 5 }
|
||||
|
||||
trapIDUTempMinThreshold NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION "send traps when the ethernet status exceed threshold"
|
||||
::= { trapidutemp 1 }
|
||||
|
||||
trapIDUTempMaxThreshold NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION "send traps when the ethernet status exceed threshold"
|
||||
::= { trapidutemp 2 }
|
||||
|
||||
trapodutemp OBJECT IDENTIFIER ::= { trapthreshold 6 }
|
||||
|
||||
trapODUTempMinThreshold NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION "send traps when the T1 status exceed threshold"
|
||||
::= { trapodutemp 1 }
|
||||
|
||||
trapODUTempMaxThreshold NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION "send traps when the T1 status exceed threshold"
|
||||
::= { trapodutemp 2 }
|
||||
|
||||
trapinport OBJECT IDENTIFIER ::= { trapthreshold 7 }
|
||||
|
||||
trapInPortUtilMinThreshold NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION "send traps when the IN port utilization fall below min threshold"
|
||||
::= { trapinport 1 }
|
||||
|
||||
trapInPortUtilMaxThreshold NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION "send traps when the IN port utilization exceed max threshold"
|
||||
::= { trapinport 2 }
|
||||
|
||||
trapoutport OBJECT IDENTIFIER ::= { trapthreshold 8 }
|
||||
|
||||
trapOutPortUtilMinThreshold NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION "send traps when the OUT port utilization fall below min threshold"
|
||||
::= { trapoutport 1 }
|
||||
|
||||
trapOutPortUtilMaxThreshold NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION "send traps when the OUT port utilization exceed max threshold"
|
||||
::= { trapoutport 2 }
|
||||
|
||||
trapstandby OBJECT IDENTIFIER ::= { trangotrap 5 }
|
||||
|
||||
trapStandbyLinkDown NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION "send traps when Standby link is down"
|
||||
::= { trapstandby 1 }
|
||||
|
||||
trapStandbyLinkUp NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION "send traps when Standby link is up"
|
||||
::= { trapstandby 2 }
|
||||
|
||||
trapSwitchover NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION "send traps when backup unit takes over the link"
|
||||
::= { trapstandby 3 }
|
||||
|
||||
trapeth OBJECT IDENTIFIER ::= { trangotrap 6 }
|
||||
|
||||
trapethstatus OBJECT IDENTIFIER ::= { trapeth 1 }
|
||||
|
||||
trapEth1StatusUpdate NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION "send traps when ethernet port 1 status changed"
|
||||
::= { trapethstatus 1 }
|
||||
|
||||
trapEth2StatusUpdate NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION "send traps when ethernet port 2 status changed"
|
||||
::= { trapethstatus 2 }
|
||||
|
||||
trapEth3StatusUpdate NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION "send traps when ethernet port 3 status changed"
|
||||
::= { trapethstatus 3 }
|
||||
|
||||
trapEth4StatusUpdate NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION "send traps when ethernet port 4 status changed"
|
||||
::= { trapethstatus 4 }
|
||||
|
||||
trapDownShift NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION "send traps when the system downshift the modulation"
|
||||
::= { trangotrap 8 }
|
||||
|
||||
trapRapidPortShutdown NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION "send traps when the rapid port shutdown occurs"
|
||||
::= { trangotrap 9 }
|
||||
|
||||
trapRPSPortUp NOTIFICATION-TYPE
|
||||
STATUS current
|
||||
DESCRIPTION "send traps when the re-enable ports after RPS port down"
|
||||
::= { trangotrap 10 }
|
||||
|
||||
END
|
686
mibs/trango/TRANGO-P5M-MIB
Normal file
686
mibs/trango/TRANGO-P5M-MIB
Normal file
@ -0,0 +1,686 @@
|
||||
|
||||
TRANGO-P5M-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
IMPORTS
|
||||
MODULE-IDENTITY,
|
||||
OBJECT-TYPE,
|
||||
OBJECT-IDENTITY,
|
||||
Unsigned32,
|
||||
NOTIFICATION-TYPE,
|
||||
enterprises
|
||||
FROM SNMPv2-SMI
|
||||
|
||||
NOTIFICATION-GROUP,
|
||||
MODULE-COMPLIANCE
|
||||
FROM SNMPv2-CONF;
|
||||
|
||||
-- islModules, islGeneric, islTrango
|
||||
-- FROM ISL-GLOBAL-REG;
|
||||
|
||||
DisplayString ::= OCTET STRING
|
||||
|
||||
-- *******************************************************************
|
||||
-- * Trango module
|
||||
-- *******************************************************************
|
||||
trango OBJECT IDENTIFIER ::= { enterprises 5454 }
|
||||
tbw OBJECT IDENTIFIER ::= { trango 1 }
|
||||
trangoModules OBJECT IDENTIFIER ::= { trango 10 }
|
||||
|
||||
trangoP5M MODULE-IDENTITY
|
||||
LAST-UPDATED "200408270000Z"
|
||||
ORGANIZATION "Trango Corporation"
|
||||
CONTACT-INFO "
|
||||
Name: Trango Systems, Inc.
|
||||
Address: 15070 Avenue of Science
|
||||
Zip: CA 92128
|
||||
City: San Diego
|
||||
Country: U.S.A.
|
||||
Phone: +1-858-653-3900
|
||||
e-mail: techsupport@trangobroadband.com
|
||||
This is added by Eclips
|
||||
"
|
||||
DESCRIPTION "The Trango SNMP General MIB Module for Atlas Point to Point P5M"
|
||||
REVISION "200408270000Z"
|
||||
DESCRIPTION "Initial version."
|
||||
::= { trangoModules 10 }
|
||||
|
||||
-- Trango Atlas Point to Point
|
||||
|
||||
p5m OBJECT IDENTIFIER ::= { tbw 40 }
|
||||
|
||||
-- *******************************************************************
|
||||
-- ** System Information ** islTrango.p5m.sys
|
||||
-- *******************************************************************
|
||||
sys OBJECT IDENTIFIER ::= { p5m 1 }
|
||||
|
||||
-- **** Version **** islTrango.p5m.sys.1
|
||||
|
||||
ver OBJECT IDENTIFIER ::= { sys 1 }
|
||||
|
||||
verUintType OBJECT-TYPE
|
||||
SYNTAX INTEGER { mu(1), ru(0) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "MU/RU"
|
||||
::= { ver 1 }
|
||||
|
||||
verHW OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(2))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Hardware Version"
|
||||
::= { ver 2 }
|
||||
|
||||
verFW OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..80))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Main firmware version <version code>H<hardware version>D<date code>"
|
||||
::= { ver 3 }
|
||||
|
||||
-- verFWChecksum OBJECT-TYPE
|
||||
-- SYNTAX OCTET STRING (SIZE(4))
|
||||
-- MAX-ACCESS read-only
|
||||
-- STATUS current
|
||||
-- DESCRIPTION "Firmware Checksum"
|
||||
-- ::= { ver 5 }
|
||||
|
||||
-- **** MAC Address **** islTrango.p5m.sys.2
|
||||
|
||||
sysMAC OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(6))
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "MAC Address"
|
||||
::= { sys 2 }
|
||||
|
||||
-- **** Default Opmode **** islTrango.p5m.sys.3
|
||||
|
||||
sysDefaultOpmode OBJECT-TYPE
|
||||
SYNTAX INTEGER { on(1), off(0) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Default Opmode"
|
||||
::= { sys 3 }
|
||||
|
||||
-- **** Current Opmode **** islTrango.p5m.sys.4
|
||||
|
||||
sysCurrentOpmode OBJECT-TYPE
|
||||
SYNTAX INTEGER { on(1), off(0) }
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Current Opmode"
|
||||
::= { sys 4 }
|
||||
|
||||
sysActivateOpmode OBJECT-TYPE
|
||||
SYNTAX INTEGER { deactivated(0), activated(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Turn on opmode"
|
||||
::= { sys 5 }
|
||||
|
||||
sysReadCommStr OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..32))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "SNMP agent read community string. It is used for authentication purpose."
|
||||
::= { sys 6 }
|
||||
|
||||
sysWriteCommStr OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..32))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "SNMP agent write community string. It is used for authentication purpose."
|
||||
::= { sys 7 }
|
||||
|
||||
-- **** Switches **** islTrango.p5m.sys.8
|
||||
|
||||
syssw OBJECT IDENTIFIER ::= { sys 8 }
|
||||
|
||||
sysswTftpServerEnable OBJECT-TYPE
|
||||
SYNTAX INTEGER { disabled(0), enabled(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Enable or disable to receive code or fileset download."
|
||||
::= { syssw 1 }
|
||||
|
||||
sysswAutoRateShiftingEnable OBJECT-TYPE
|
||||
SYNTAX INTEGER { disabled(0), enabled(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Switch to different speed rate automatically
|
||||
to get the maximum throughput value."
|
||||
::= { syssw 2 }
|
||||
|
||||
sysswAutoScanMUSignal OBJECT-TYPE
|
||||
SYNTAX INTEGER { disabled(0), enabled(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Remote unit scans to all channel frequencies
|
||||
to listen to its master's heart-beat (RU Only)."
|
||||
::= { syssw 3 }
|
||||
|
||||
sysswRSSILEDFlashEnable OBJECT-TYPE
|
||||
SYNTAX INTEGER { disabled(0), enabled(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Enabling RSSI LED to blink based on its current RSSI value."
|
||||
::= { syssw 4 }
|
||||
|
||||
sysswARQEnable OBJECT-TYPE
|
||||
SYNTAX INTEGER { disabled(0), enabled(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "ARQ Enable (MU Only)"
|
||||
::= { syssw 8 }
|
||||
|
||||
-- **** Traffic **** islTrango.p5m.sys.9
|
||||
|
||||
systraffic OBJECT IDENTIFIER ::= { sys 9 }
|
||||
|
||||
systrafficEthInOctets OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Number of payload octets received on Ethernet port."
|
||||
::= { systraffic 1 }
|
||||
|
||||
systrafficEthOutOctets OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Number of payload octets transmitted on Ethernet port."
|
||||
::= { systraffic 2 }
|
||||
|
||||
systrafficRfInOctets OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Number of octets of remote's payload received from RF port."
|
||||
::= { systraffic 3 }
|
||||
|
||||
systrafficRfOutOctets OBJECT-TYPE
|
||||
SYNTAX Counter32
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Number of octets of remote's payload transmitted to RF port."
|
||||
::= { systraffic 4 }
|
||||
|
||||
sysReserved1 OBJECT-TYPE
|
||||
SYNTAX INTEGER { no(0), yes(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Save system setting values to Flash and activate the settings.
|
||||
Not supported in this release."
|
||||
DEFVAL { no }
|
||||
::= { sys 11 }
|
||||
|
||||
sysReboot OBJECT-TYPE
|
||||
SYNTAX INTEGER { deactivated(0), activated(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Reboot the master unit."
|
||||
DEFVAL { deactivated }
|
||||
::= { sys 12 }
|
||||
|
||||
-- **** IPConfig **** islTrango.p5m.sys.13
|
||||
|
||||
sysipconfig OBJECT IDENTIFIER ::= { sys 13 }
|
||||
|
||||
sysipconfigIpAddress OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
-- MAX-ACCESS read-only
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "IP address"
|
||||
::= { sysipconfig 1 }
|
||||
|
||||
sysipconfigSubnet OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
-- MAX-ACCESS read-only
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Subnet mask"
|
||||
::= { sysipconfig 2 }
|
||||
|
||||
sysipconfigDefaultGateway OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
-- MAX-ACCESS read-only
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Default gateway"
|
||||
::= { sysipconfig 3 }
|
||||
|
||||
sysipconfigChange OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(0..80))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "New IP Address, Subnet Mask and Default Gateway
|
||||
xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx xxx.xxx.xxx.xxx"
|
||||
::= { sysipconfig 4 }
|
||||
|
||||
-- ************************************************************
|
||||
sysRemarks OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..80))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Remarks"
|
||||
::= { sys 14 }
|
||||
|
||||
-- ************************************************************
|
||||
sysEncryptEnable OBJECT-TYPE
|
||||
SYNTAX INTEGER { disabled(0), enabled(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Enable/Disable Encrypt"
|
||||
::= { sys 15 }
|
||||
|
||||
sysEncryptKey OBJECT-TYPE
|
||||
SYNTAX Opaque (SIZE (16))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Encrypt Key"
|
||||
::= { sys 16 }
|
||||
|
||||
-- *******************************************************************
|
||||
-- ** RF islTrango.p5m.rf
|
||||
-- *******************************************************************
|
||||
rf OBJECT IDENTIFIER ::= { p5m 2 }
|
||||
|
||||
rfPeerDeviceID OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(4))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Device ID of Remote Unit"
|
||||
::= { rf 1 }
|
||||
|
||||
rfActiveChannel OBJECT-TYPE
|
||||
SYNTAX INTEGER (1..24)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "It specifies the current active channel number."
|
||||
::= { rf 2 }
|
||||
|
||||
rfActivePolarization OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE(1))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "It specifies the current polarization."
|
||||
::= { rf 3 }
|
||||
|
||||
rfSpeed OBJECT-TYPE
|
||||
SYNTAX INTEGER (6 | 12 | 18 | 24 | 36 | 48 | 54)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "It specifies the rf speed."
|
||||
::= { rf 4 }
|
||||
|
||||
rfTxPower OBJECT-TYPE
|
||||
SYNTAX INTEGER (-30..40)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "It specifies tx power. And it will be limited by Min/Max by different band"
|
||||
::= { rf 5 }
|
||||
|
||||
rfTxMIR OBJECT-TYPE
|
||||
SYNTAX INTEGER (100..50000)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Max Tx Information Rate in Kbps"
|
||||
::= { rf 6 }
|
||||
|
||||
rfNumberOfChannel OBJECT-TYPE
|
||||
SYNTAX INTEGER (1..24)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "number of Channel"
|
||||
::= { rf 7 }
|
||||
|
||||
-- **** Channel Table **** islTrango.p5m.rf.5
|
||||
|
||||
rfChannelTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF ChannelTableEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "Channel Table"
|
||||
::= { rf 8 }
|
||||
|
||||
rfChannelTableEntry OBJECT-TYPE
|
||||
SYNTAX ChannelTableEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "An entry of Channel Table."
|
||||
INDEX { rfChannelTableIndex }
|
||||
::= { rfChannelTable 1 }
|
||||
|
||||
ChannelTableEntry ::=
|
||||
SEQUENCE {
|
||||
rfChannelTableIndex INTEGER,
|
||||
rfChannelFrequency INTEGER
|
||||
}
|
||||
|
||||
rfChannelTableIndex OBJECT-TYPE
|
||||
SYNTAX INTEGER (1..24)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "index of Channel Table"
|
||||
::= { rfChannelTableEntry 1 }
|
||||
|
||||
rfChannelFrequency OBJECT-TYPE
|
||||
SYNTAX INTEGER (5150..5875)
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Frequency (MHz)"
|
||||
::= { rfChannelTableEntry 2 }
|
||||
|
||||
-- *******************************************************************
|
||||
-- *********************** Regulatory ********************************
|
||||
-- *******************************************************************
|
||||
|
||||
rfAreaCode OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "area code which specify band regulatory"
|
||||
::= { rf 9 }
|
||||
|
||||
-- *******************************************************************
|
||||
|
||||
rfBandTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF BandTableEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "4 Band Tables"
|
||||
::= { rf 10 }
|
||||
|
||||
rfBandTableEntry OBJECT-TYPE
|
||||
SYNTAX BandTableEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "An entry of Band Table."
|
||||
INDEX { rfBandTableIndex }
|
||||
::= { rfBandTable 1 }
|
||||
|
||||
BandTableEntry ::=
|
||||
SEQUENCE {
|
||||
rfBandTableIndex INTEGER,
|
||||
rfBandRangeMin INTEGER,
|
||||
rfBandRangeMax INTEGER,
|
||||
rfBandEnable INTEGER,
|
||||
rfBandTxPowerMin INTEGER,
|
||||
rfBandTxPowerMaxCCK INTEGER,
|
||||
rfBandTxPowerMaxBPSK INTEGER,
|
||||
rfBandTxPowerMaxQPSK INTEGER,
|
||||
rfBandTxPowerMax16QAM INTEGER,
|
||||
rfBandTxPowerMax64QAM INTEGER
|
||||
}
|
||||
|
||||
rfBandTableIndex OBJECT-TYPE
|
||||
SYNTAX INTEGER (1..4)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "index of Band Table"
|
||||
::= { rfBandTableEntry 1 }
|
||||
|
||||
rfBandRangeMin OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Min Frequency of Band"
|
||||
::= { rfBandTableEntry 2 }
|
||||
|
||||
rfBandRangeMax OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Max Frequency of Band"
|
||||
::= { rfBandTableEntry 3 }
|
||||
|
||||
rfBandEnable OBJECT-TYPE
|
||||
SYNTAX INTEGER { disabled(0), enabled(1) }
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Band availability"
|
||||
::= { rfBandTableEntry 4 }
|
||||
|
||||
rfBandTxPowerMin OBJECT-TYPE
|
||||
SYNTAX INTEGER (-128..127)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Min Tx Power"
|
||||
::= { rfBandTableEntry 5 }
|
||||
|
||||
rfBandTxPowerMaxCCK OBJECT-TYPE
|
||||
SYNTAX INTEGER (-128..127)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Max Tx Power for CCK"
|
||||
::= { rfBandTableEntry 6 }
|
||||
|
||||
rfBandTxPowerMaxBPSK OBJECT-TYPE
|
||||
SYNTAX INTEGER (-128..127)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Max Tx Power for BPSK"
|
||||
::= { rfBandTableEntry 7 }
|
||||
|
||||
rfBandTxPowerMaxQPSK OBJECT-TYPE
|
||||
SYNTAX INTEGER (-128..127)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Max Tx Power for QPSK"
|
||||
::= { rfBandTableEntry 8 }
|
||||
|
||||
rfBandTxPowerMax16QAM OBJECT-TYPE
|
||||
SYNTAX INTEGER (-128..127)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Max Tx Power for 16 QAM"
|
||||
::= { rfBandTableEntry 9 }
|
||||
|
||||
rfBandTxPowerMax64QAM OBJECT-TYPE
|
||||
SYNTAX INTEGER (-128..127)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Max Tx Power for 64 QAM"
|
||||
::= { rfBandTableEntry 10 }
|
||||
|
||||
-- *******************************************************************
|
||||
|
||||
rfRSSI OBJECT-TYPE
|
||||
SYNTAX INTEGER (-128..127)
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "RSSI (in dBm)."
|
||||
::= { rf 12 }
|
||||
|
||||
rfAssociated OBJECT-TYPE
|
||||
SYNTAX INTEGER { no(0), yes(1) }
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Association Status"
|
||||
::= { rf 13 }
|
||||
|
||||
-- *******************************************************************
|
||||
-- ** RU Management islTrango.p5m.ru (MU Only)
|
||||
-- *******************************************************************
|
||||
ru OBJECT IDENTIFIER ::= { p5m 3 }
|
||||
|
||||
ruReserved2 OBJECT-TYPE
|
||||
SYNTAX INTEGER { deactivated(0), activated(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Perform Power Leveling RU. Not supported in this release."
|
||||
::= { ru 1 }
|
||||
|
||||
ruReserved3 OBJECT-TYPE
|
||||
SYNTAX INTEGER { deactivated(0), activated(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Reboot RU. Not supported in this release."
|
||||
::= { ru 2 }
|
||||
|
||||
ruReserved4 OBJECT-TYPE
|
||||
SYNTAX INTEGER ( 0..100 )
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Distance of RU in mile. Not supported in this release."
|
||||
::= { ru 3 }
|
||||
|
||||
-- *******************************************************************
|
||||
-- ** MU/RU Notifications
|
||||
-- *******************************************************************
|
||||
trap OBJECT IDENTIFIER ::= { p5m 4 }
|
||||
maintenance OBJECT IDENTIFIER ::= { p5m 5 }
|
||||
trangoEvents OBJECT IDENTIFIER ::= { p5m 6 }
|
||||
trangoEventsV2 OBJECT IDENTIFIER ::= { trangoEvents 0 }
|
||||
|
||||
trapTrapDstTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF TrapTrapDstEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "This table allows control of the reporting of traps
|
||||
generated by monitoring the operation of master or remote."
|
||||
::= { trap 1 }
|
||||
|
||||
trapTrapDstEntry OBJECT-TYPE
|
||||
SYNTAX TrapTrapDstEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "Allows configuration of the reporting mechanisms for a particular event."
|
||||
INDEX { trapTrapDstIndex }
|
||||
::= { trapTrapDstTable 1 }
|
||||
|
||||
TrapTrapDstEntry ::= SEQUENCE {
|
||||
trapTrapDstIndex INTEGER,
|
||||
trapTrapDstEnabling INTEGER
|
||||
}
|
||||
|
||||
trapTrapDstIndex OBJECT-TYPE
|
||||
SYNTAX INTEGER (1..2)
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "Event Index."
|
||||
::= { trapTrapDstEntry 1 }
|
||||
|
||||
trapTrapDstEnabling OBJECT-TYPE
|
||||
SYNTAX INTEGER { disabled(0), enabled(1) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Enabled or Disabled sending trap."
|
||||
::= { trapTrapDstEntry 2 }
|
||||
|
||||
trapTrapDstIpAddress OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "The IP Address of a management station to send traps to."
|
||||
::= { trap 2 }
|
||||
|
||||
trapTrapCommStr OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..32))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Trap community string."
|
||||
::= { trap 3 }
|
||||
|
||||
maintenanceLinkControl OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..80))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Link Test Summary Data."
|
||||
::= { maintenance 1 }
|
||||
|
||||
maintenanceSiteSurveySummary1 OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..128))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Site Survey Summary Data."
|
||||
::= { maintenance 2 }
|
||||
|
||||
maintenanceServiceEnable OBJECT-TYPE
|
||||
SYNTAX INTEGER { start(1), stop(2), changed(3), boareset(4) }
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Enable or disable system service."
|
||||
::= { maintenance 3 }
|
||||
|
||||
maintenanceSiteSurveySummary2 OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..128))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Site Survey Summary Data."
|
||||
::= { maintenance 4 }
|
||||
|
||||
maintenanceSiteSurveySummary3 OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..128))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Site Survey Summary Data."
|
||||
::= { maintenance 5 }
|
||||
|
||||
maintenanceSiteSurveySummary4 OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE (0..128))
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Site Survey Summary Data."
|
||||
::= { maintenance 6 }
|
||||
|
||||
maintenanceSerialNumber OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "Atlas Board Serial Number."
|
||||
::= { maintenance 7 }
|
||||
|
||||
maintenanceUNIIMaxPower OBJECT-TYPE
|
||||
SYNTAX INTEGER
|
||||
MAX-ACCESS read-write
|
||||
STATUS current
|
||||
DESCRIPTION "UNII Maximum Power."
|
||||
::= { maintenance 8 }
|
||||
|
||||
masterEvent NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
sysCurrentOpmode
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION "This notification signifies that the master unit generated a report."
|
||||
::= { trangoEventsV2 1 }
|
||||
|
||||
remoteEvent NOTIFICATION-TYPE
|
||||
OBJECTS {
|
||||
-- TBD
|
||||
sysCurrentOpmode
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION "This notification signifies that the remote unit generated a report."
|
||||
::= { trangoEventsV2 2 }
|
||||
|
||||
-- *******************************************************************
|
||||
-- ** Groups and compliances
|
||||
-- *******************************************************************
|
||||
trangoConf OBJECT IDENTIFIER ::= { p5m 7 }
|
||||
trangoGroups OBJECT IDENTIFIER ::= { trangoConf 1 }
|
||||
trangoCompl OBJECT IDENTIFIER ::= { trangoConf 2 }
|
||||
|
||||
eventReportingGroupV2 NOTIFICATION-GROUP
|
||||
NOTIFICATIONS {
|
||||
masterEvent,
|
||||
remoteEvent
|
||||
}
|
||||
STATUS current
|
||||
DESCRIPTION "Notification group."
|
||||
::= { trangoGroups 1 }
|
||||
|
||||
versionComplV2 MODULE-COMPLIANCE
|
||||
STATUS current
|
||||
DESCRIPTION "The implementation requirements for Trango products that support SNMP."
|
||||
MODULE -- this module
|
||||
MANDATORY-GROUPS {
|
||||
eventReportingGroupV2
|
||||
}
|
||||
::= { trangoCompl 1 }
|
||||
|
||||
END
|
||||
|
881
mibs/trango/TRANGOP5830S-MU-MIB
Normal file
881
mibs/trango/TRANGOP5830S-MU-MIB
Normal file
@ -0,0 +1,881 @@
|
||||
-- Private MIB definition for Trango Systems
|
||||
-- Access 58xx series wireless broadband Master Unit P5830S
|
||||
-- Version: 1.0
|
||||
-- Date: June 10, 2003
|
||||
--
|
||||
-- Copyright 2003: Trango Systems, Inc. All Rights Reserved.
|
||||
-- Trango Systems, Inc. 15070 Avenue Of Science Suite 200 San Diego CA 92128 USA.
|
||||
--
|
||||
-- Reproduction of this document is authorized on condition that the
|
||||
-- foregoing copyright notice is included.
|
||||
|
||||
TRANGOP5830S-MU-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
-- MIB module for enterprise trango wireless broadband
|
||||
-- of management of P5830S master unit
|
||||
|
||||
IMPORTS
|
||||
enterprises, IpAddress, Counter
|
||||
FROM RFC1155-SMI
|
||||
OBJECT-TYPE
|
||||
FROM RFC-1212;
|
||||
|
||||
-- textual conventions
|
||||
|
||||
DisplayString ::=
|
||||
OCTET STRING
|
||||
-- This data type is used to model textual information taken
|
||||
-- from the NVT ASCII character set. By convention, objects
|
||||
-- with this syntax are declared as having
|
||||
--
|
||||
-- SIZE (0..255)
|
||||
|
||||
|
||||
-- trango wireless broadband MIB registration id assigned to 5454.
|
||||
-- customer needs to change this value based on their OEM value.
|
||||
trango OBJECT IDENTIFIER ::= { enterprises 5454 }
|
||||
tbw OBJECT IDENTIFIER ::= { trango 1 }
|
||||
p5830smu OBJECT IDENTIFIER ::= { tbw 22 }
|
||||
|
||||
-- modules branched from p5830smu
|
||||
musys OBJECT IDENTIFIER ::= { p5830smu 1 }
|
||||
murf OBJECT IDENTIFIER ::= { p5830smu 2 }
|
||||
ru OBJECT IDENTIFIER ::= { p5830smu 3 }
|
||||
trapconfig OBJECT IDENTIFIER ::= { p5830smu 4 }
|
||||
mibinfo OBJECT IDENTIFIER ::= { p5830smu 5 }
|
||||
|
||||
muversion OBJECT IDENTIFIER ::= { musys 1 }
|
||||
muswitches OBJECT IDENTIFIER ::= { musys 8}
|
||||
mutraffic OBJECT IDENTIFIER ::= { musys 9}
|
||||
muipconfig OBJECT IDENTIFIER ::= { musys 13}
|
||||
murftable OBJECT IDENTIFIER ::= { murf 4 }
|
||||
muism OBJECT IDENTIFIER ::= { murf 5 }
|
||||
muunii OBJECT IDENTIFIER ::= { murf 6 }
|
||||
|
||||
-- MIB objects defined below
|
||||
|
||||
-- master unit system objects
|
||||
muversionHW OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(2))
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Hardware version."
|
||||
::= { muversion 1 }
|
||||
|
||||
muversionFW OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..80))
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Main firmware version.
|
||||
Format: <code version>H<hardware version>D<date>."
|
||||
::= { muversion 2 }
|
||||
|
||||
muversionFPGA OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(4))
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"FPGA firmware version."
|
||||
::= { muversion 3 }
|
||||
|
||||
muversionFWChecksum OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(4))
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Master unit firmware checksum."
|
||||
::= { muversion 4 }
|
||||
|
||||
muversionFPGAChecksum OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(4))
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Master unit FPGA checksum."
|
||||
::= { muversion 5 }
|
||||
|
||||
musysDeviceId OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(6))
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Master unit device Id. Each master unit in a cluster shall have unique ID."
|
||||
::= { musys 2 }
|
||||
|
||||
musysDefOpMode OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
on(16),
|
||||
off(0)
|
||||
}
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"The operation mode (on or off) the master unit is on after reboot/power cycle."
|
||||
::= { musys 3 }
|
||||
|
||||
musysCurOpMode OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
on(16),
|
||||
off(0)
|
||||
}
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Master unit's current operation mode."
|
||||
::= { musys 4 }
|
||||
|
||||
musysActivateOpmode OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
deactivated(0),
|
||||
activated(1)
|
||||
}
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Engage master unit to on operation mode."
|
||||
DEFVAL { deactivated }
|
||||
::= { musys 5 }
|
||||
|
||||
musysReadCommStr OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..32))
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"SNMP agent read community string. It is used for authentication purpose."
|
||||
::= { musys 6 }
|
||||
|
||||
musysWriteCommStr OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..32))
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"SNMP agent write community string. It is used for authentication purpose."
|
||||
::= { musys 7 }
|
||||
|
||||
muswitchesBlockBroadcastMulticast OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
passed(0),
|
||||
blocked(1)
|
||||
}
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"This switch enables or disables the blocking of Ethernet
|
||||
control packet except ICMP and ARP to reduce the amount
|
||||
of uneccessary overhead introduced to the wireless link."
|
||||
::= { muswitches 1 }
|
||||
|
||||
muswitchesHTTPD OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disabled(0),
|
||||
enabled(1)
|
||||
}
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"When it is turned on, then the master unit is accessible
|
||||
for configuring via web browser (e.g. IE or Nescape)."
|
||||
::= { muswitches 5 }
|
||||
|
||||
muswitchesAutoPowerLevelRemoteUnit OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disabled(0),
|
||||
enabled(1)
|
||||
}
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"When it is turned on, then the master unit will
|
||||
command the remote unit to do power leveling."
|
||||
::= { muswitches 7 }
|
||||
|
||||
mutrafficEthInOctets OBJECT-TYPE
|
||||
SYNTAX Counter
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Number of payload octets received on Ethernet port."
|
||||
::= { mutraffic 1 }
|
||||
|
||||
mutrafficEthOutOctets OBJECT-TYPE
|
||||
SYNTAX Counter
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Number of payload octets transmitted on Ethernet port."
|
||||
::= { mutraffic 2 }
|
||||
|
||||
mutrafficRfInOctets OBJECT-TYPE
|
||||
SYNTAX Counter
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Number of octets of remote's payload received from RF port."
|
||||
::= { mutraffic 3 }
|
||||
|
||||
mutrafficRfOutOctets OBJECT-TYPE
|
||||
SYNTAX Counter
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Number of octets of remote's payload transmitted to RF port."
|
||||
::= { mutraffic 4 }
|
||||
|
||||
musysTemperature OBJECT-TYPE
|
||||
SYNTAX INTEGER (-128..127)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Current master unit's temperature value (in Celsius)."
|
||||
::= { musys 10 }
|
||||
|
||||
musysUpdateFlashAndActivate OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
no(0),
|
||||
yes(1)
|
||||
}
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Save system setting values to Flash and activate the settings."
|
||||
DEFVAL {no}
|
||||
::= { musys 11 }
|
||||
|
||||
musysReboot OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
deactivated(0),
|
||||
activated(1)
|
||||
}
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Reboot the master unit."
|
||||
DEFVAL { deactivated }
|
||||
::= { musys 12 }
|
||||
|
||||
muipconfigIpAddress OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"New IP address. It will be saved to
|
||||
non-volatile memory and activated in 5 secs."
|
||||
::= { muipconfig 1 }
|
||||
|
||||
muipconfigSubnet OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"New Subnet mask. It will be saved to
|
||||
non-volatile memory and activated in 5 secs."
|
||||
::= { muipconfig 2 }
|
||||
|
||||
muipconfigDefaultGateway OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"New Default gateway. It will be saved to
|
||||
non-volatile memory and activated in 5 secs."
|
||||
::= { muipconfig 3 }
|
||||
|
||||
-- master unit rf objects
|
||||
murfRSSI OBJECT-TYPE
|
||||
SYNTAX INTEGER (-128..127)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Remote unit RSSI (in dBm)."
|
||||
::= { murf 1 }
|
||||
|
||||
murfActiveChannel OBJECT-TYPE
|
||||
SYNTAX INTEGER (1..30)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"It specifies the current channel number the master unit operates on."
|
||||
::= { murf 2 }
|
||||
|
||||
murfActivePolarization OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (1))
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"It specifies the current polarization the master unit operates on."
|
||||
::= { murf 3 }
|
||||
|
||||
murftableChannel1 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 1 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the master unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { murftable 1 }
|
||||
|
||||
murftableChannel2 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 2 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the master unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { murftable 2 }
|
||||
|
||||
murftableChannel3 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 3 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the master unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { murftable 3 }
|
||||
|
||||
murftableChannel4 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 4 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the master unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { murftable 4 }
|
||||
|
||||
murftableChannel5 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 5 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the master unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { murftable 5 }
|
||||
|
||||
murftableChannel6 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 6 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the master unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { murftable 6 }
|
||||
|
||||
murftableChannel7 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 7 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the master unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { murftable 7 }
|
||||
|
||||
murftableChannel8 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 8 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the master unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { murftable 8 }
|
||||
|
||||
murftableChannel9 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 9 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the master unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { murftable 9 }
|
||||
|
||||
murftableChannel10 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 10 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the master unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { murftable 10 }
|
||||
|
||||
murftableChannel11 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 11 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the master unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { murftable 11 }
|
||||
|
||||
murftableChannel12 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 12 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the master unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { murftable 12 }
|
||||
|
||||
murftableChannel13 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 13 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the master unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { murftable 13 }
|
||||
|
||||
murftableChannel14 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 14 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the master unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { murftable 14 }
|
||||
|
||||
murftableChannel15 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 15 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the master unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { murftable 15 }
|
||||
|
||||
murftableChannel16 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 16 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the master unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { murftable 16 }
|
||||
|
||||
murftableChannel17 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 17 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the master unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { murftable 17 }
|
||||
|
||||
murftableChannel18 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 18 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the master unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { murftable 18 }
|
||||
|
||||
murftableChannel19 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 19 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the master unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { murftable 19 }
|
||||
|
||||
murftableChannel20 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 20 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the master unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { murftable 20 }
|
||||
|
||||
murftableChannel21 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 21 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the master unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { murftable 21 }
|
||||
|
||||
murftableChannel22 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 22 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the master unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { murftable 22 }
|
||||
|
||||
murftableChannel23 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 23 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the master unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { murftable 23 }
|
||||
|
||||
murftableChannel24 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 24 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the master unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { murftable 24 }
|
||||
|
||||
murftableChannel25 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 25 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the master unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { murftable 25 }
|
||||
|
||||
murftableChannel26 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 26 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the master unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { murftable 26 }
|
||||
|
||||
murftableChannel27 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 27 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the master unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { murftable 27 }
|
||||
|
||||
murftableChannel28 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 28 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the master unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { murftable 28 }
|
||||
|
||||
murftableChannel29 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 29 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the master unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { murftable 29 }
|
||||
|
||||
murftableChannel30 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 30 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the master unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { murftable 30 }
|
||||
|
||||
muismTxPowerMax OBJECT-TYPE
|
||||
SYNTAX INTEGER (-128..127)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"The maximum ISM Tx power value can be set (in dBm)."
|
||||
::= { muism 1 }
|
||||
|
||||
muismTxPowerMin OBJECT-TYPE
|
||||
SYNTAX INTEGER (-128..127)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"The minimum ISM Tx power value can be set (in dBm)."
|
||||
::= { muism 2 }
|
||||
|
||||
muismTxPower OBJECT-TYPE
|
||||
SYNTAX INTEGER (-128..127)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"ISM RF tx power (in dBm). It specifies the power output
|
||||
of the radio, excluding the antenna gain. Check parameters
|
||||
muismTxPowerMax and masterismTxPowerMin for power setting range."
|
||||
::= { muism 3 }
|
||||
|
||||
muismRxThreshold OBJECT-TYPE
|
||||
SYNTAX INTEGER (-90 | -85 | -80 | -75 | -70 | -65)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"ISM RF rx threshold (in dBm). It specifies the receiver
|
||||
sensitivity of the master. By default, the radio's sensitivity is -82dBm.
|
||||
The higher the threshold is, the less sensitive the radio will be.
|
||||
In M5800S, the value -90 represents the rfrxthreshold is disabled."
|
||||
::= { muism 4 }
|
||||
|
||||
muismTargetRSSI OBJECT-TYPE
|
||||
SYNTAX INTEGER (-85..-45)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"ISM RF RSSI (in dBm). It specifies the target RSSI from the remote unit
|
||||
to the master unit. Based on this parameter, the master unit can power level
|
||||
the remote unit so that it receives same level of signal strength from
|
||||
the remote unit, regardless far or near. Note that when you set the Target RSSI
|
||||
from the remote unit, you need to consider master unit's RF Rx Threshold value.
|
||||
The Target RSSI from the remote unit must be 5dB higher than the RF Rx
|
||||
Threshold. When the RF Rx Threshold is disabled, the setting of the Target
|
||||
RSSI from remote unit shall be no less than -75dBm."
|
||||
::= { muism 5 }
|
||||
|
||||
muuniiTxPowerMax OBJECT-TYPE
|
||||
SYNTAX INTEGER (-128..127)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"This object is only applicable to M5830S/P5830S radio.
|
||||
The maximum UNII Tx power value can be set (in dBm)."
|
||||
::= { muunii 1 }
|
||||
|
||||
muuniiTxPowerMin OBJECT-TYPE
|
||||
SYNTAX INTEGER (-128..127)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"This object is only applicable to M5830S/P5830S radio.
|
||||
The minimum UNII Tx power value can be set (in dBm)."
|
||||
::= { muunii 2 }
|
||||
|
||||
muuniiTxPower OBJECT-TYPE
|
||||
SYNTAX INTEGER (-128..127)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"This object is only applicable to M5830S/P5830S radio.
|
||||
UNII RF tx power (in dBm). It specifies the power output
|
||||
of the radio, excluding the antenna gain. Check parameters
|
||||
apuniiTxPowerMax and apuniiTxPowerMin for power setting range."
|
||||
::= { muunii 3 }
|
||||
|
||||
muuniiRxThreshold OBJECT-TYPE
|
||||
SYNTAX INTEGER (-90 | -85 | -80 | -75 | -70 | -65)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"This object is only applicable to M5830S/P5830S radio.
|
||||
UNII RF rx threshold (in dBm). It specifies the receiver sensitivity of the master."
|
||||
::= { muunii 4 }
|
||||
|
||||
muuniiTargetRSSI OBJECT-TYPE
|
||||
SYNTAX INTEGER (-85..-45)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"This object is only applicable to M5830S/P5830S radio.
|
||||
UNII RF target RSSI (in dBm). It specifies the target RSSI from
|
||||
remote unit to the master unit. Based on this parameter, the master can power
|
||||
level the remote unit so that it receives same level of signal strength from
|
||||
the remote unit, regardless far or near. Note that when you set the Target RSSI
|
||||
from the remote unit, you need to consider remote unit's RF Rx Threshold value.
|
||||
The Target RSSI from the remote unit must be 5dB higher than the RF Rx Threshold."
|
||||
::= { muunii 5 }
|
||||
|
||||
-- remote unit objects
|
||||
ruDeviceId OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(4))
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Remote unit device ID."
|
||||
::= { ru 1 }
|
||||
|
||||
ruUpstreamMIR OBJECT-TYPE
|
||||
SYNTAX INTEGER (100..10000)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"It is the Maximum Information Rate (in Kbps)
|
||||
the master unit allocates to remote unit."
|
||||
DEFVAL { 128 }
|
||||
::= { ru 2 }
|
||||
|
||||
remoteDownstreamMIR OBJECT-TYPE
|
||||
SYNTAX INTEGER (100..10000)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"It is the Maximum Information Rate (in Kbps)
|
||||
the master unit allocates to the remote unit."
|
||||
DEFVAL { 9999 }
|
||||
::= { ru 3 }
|
||||
|
||||
ruPowerLvl OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
deactivated(0),
|
||||
activated(1)
|
||||
}
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"It is a feature that is typically found in more
|
||||
elaborate mobile systems such as cellular CDMA
|
||||
networks. Using this feature, the remote unit have its
|
||||
RF power output adjusted until its signal strength
|
||||
received in the master unit is roughly the same."
|
||||
DEFVAL {deactivated}
|
||||
::= { ru 4 }
|
||||
|
||||
ruReboot OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
deactivated(0),
|
||||
activated(1)
|
||||
}
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Master unit issues reboot command to remote unit."
|
||||
DEFVAL { deactivated }
|
||||
::= { ru 5 }
|
||||
|
||||
ruAssociation OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
associated(1),
|
||||
notAssociated(0)
|
||||
}
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Remote unit association status."
|
||||
::= { ru 6 }
|
||||
|
||||
ruDistance OBJECT-TYPE
|
||||
SYNTAX INTEGER (0..40)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Distance of remote unit (in mile)."
|
||||
::= { ru 7 }
|
||||
|
||||
-- trapconfig objects
|
||||
trapconfigDest1IPAddress OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Trap destination 1 IP address."
|
||||
::= { trapconfig 2 }
|
||||
|
||||
trapconfigDest2IPAddress OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Trap destination 2 IP address."
|
||||
::= { trapconfig 3 }
|
||||
|
||||
|
||||
-- MIB version object
|
||||
mibinfoVersion OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..32))
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Trango master unit MIB Version."
|
||||
::= { mibinfo 1 }
|
||||
|
||||
-- Trap objects
|
||||
|
||||
-- End of file <trango_P5830S_MU_1p0.mib>
|
||||
END
|
||||
|
740
mibs/trango/TRANGOP5830S-RU-MIB
Normal file
740
mibs/trango/TRANGOP5830S-RU-MIB
Normal file
@ -0,0 +1,740 @@
|
||||
-- Private MIB definition for Trango Systems
|
||||
-- Access 58xx series wireless broadband Remote Unit P5830S
|
||||
-- Version: 1.0
|
||||
-- Date: June 10, 2003
|
||||
--
|
||||
-- Copyright 2003: Trango Systems, Inc. All Rights Reserved.
|
||||
-- Trango Systems, Inc. 15070 Avenue Of Science Suite 200 San Diego CA 92128 USA.
|
||||
--
|
||||
-- Reproduction of this document is authorized on condition that the
|
||||
-- foregoing copyright notice is included.
|
||||
|
||||
TRANGOP5830S-RU-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
-- MIB module for enterprise trango wireless broadband
|
||||
-- of management of P5830S remote unit
|
||||
|
||||
IMPORTS
|
||||
enterprises, IpAddress, Counter
|
||||
FROM RFC1155-SMI
|
||||
OBJECT-TYPE
|
||||
FROM RFC-1212;
|
||||
|
||||
-- textual conventions
|
||||
|
||||
DisplayString ::=
|
||||
OCTET STRING
|
||||
-- This data type is used to model textual information taken
|
||||
-- from the NVT ASCII character set. By convention, objects
|
||||
-- with this syntax are declared as having
|
||||
--
|
||||
-- SIZE (0..255)
|
||||
|
||||
|
||||
-- trango wireless broadband MIB registration id assigned to 5454.
|
||||
-- customer needs to change this value based on their OEM value.
|
||||
trango OBJECT IDENTIFIER ::= { enterprises 5454 }
|
||||
tbw OBJECT IDENTIFIER ::= { trango 1 }
|
||||
p5830sru OBJECT IDENTIFIER ::= { tbw 24 }
|
||||
|
||||
-- modules branched from m5830sap
|
||||
rusys OBJECT IDENTIFIER ::= { p5830sru 1 }
|
||||
rurf OBJECT IDENTIFIER ::= { p5830sru 2 }
|
||||
mibinfo OBJECT IDENTIFIER ::= { p5830sru 5 }
|
||||
|
||||
ruversion OBJECT IDENTIFIER ::= { rusys 1 }
|
||||
ruswitches OBJECT IDENTIFIER ::= { rusys 8 }
|
||||
rutraffic OBJECT IDENTIFIER ::= { rusys 9 }
|
||||
ruipconfig OBJECT IDENTIFIER ::= { rusys 13 }
|
||||
rurftable OBJECT IDENTIFIER ::= { rurf 4 }
|
||||
ruism OBJECT IDENTIFIER ::= { rurf 5 }
|
||||
ruunii OBJECT IDENTIFIER ::= { rurf 6 }
|
||||
|
||||
-- MIB objects defined below
|
||||
|
||||
-- remote unit system objects
|
||||
ruversionHW OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(2))
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Hardware version."
|
||||
::= { ruversion 1 }
|
||||
|
||||
ruversionFW OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..80))
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Main firmware version.
|
||||
Format: <code version>H<hardware version>D<date>."
|
||||
::= { ruversion 2 }
|
||||
|
||||
ruversionFPGA OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(4))
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"FPGA firmware version."
|
||||
::= { ruversion 3 }
|
||||
|
||||
ruversionFWChecksum OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(4))
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Remote unit firmware checksum."
|
||||
::= { ruversion 4 }
|
||||
|
||||
ruversionFPGAChecksum OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(4))
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Remote unit FPGA checksum."
|
||||
::= { ruversion 5 }
|
||||
|
||||
rusysDeviceId OBJECT-TYPE
|
||||
SYNTAX OCTET STRING (SIZE(6))
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Remote unit device Id. Each remote unit in a cluster shall have unique ID."
|
||||
::= { rusys 2 }
|
||||
|
||||
rusysDefOpMode OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
on(16),
|
||||
off(0)
|
||||
}
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"The operation mode (on or off) the remote unit is on after reboot/power cycle."
|
||||
::= { rusys 3 }
|
||||
|
||||
rusysCurOpMode OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
on(16),
|
||||
off(0)
|
||||
}
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Remote unit's current operation mode."
|
||||
::= { rusys 4 }
|
||||
|
||||
rusysActivateOpmode OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
deactivated(0),
|
||||
activated(1)
|
||||
}
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Engage remote unit to on operation mode."
|
||||
DEFVAL { deactivated }
|
||||
::= { rusys 5 }
|
||||
|
||||
rusysReadCommStr OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..32))
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"SNMP agent read community string. It is used for authenticcation purpose."
|
||||
::= { rusys 6 }
|
||||
|
||||
rusysWriteCommStr OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..32))
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"SNMP agent write community string. It is used for authentication purpose."
|
||||
::= { rusys 7 }
|
||||
|
||||
ruswitchesBlockBroadcastMulticast OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
passed(0),
|
||||
blocked(1)
|
||||
}
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"This switch enables or disables the blocking of Ethernet
|
||||
control packet except ICMP and ARP to reduce the amount
|
||||
of uneccessary overhead introduced to the wireless link."
|
||||
::= { ruswitches 1 }
|
||||
|
||||
|
||||
ruswitchesHTTPD OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disabled(0),
|
||||
enabled(1)
|
||||
}
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"When it is turned on, then the remote unit is accessible for
|
||||
configuring via web browser (e.g. IE or Nescape)."
|
||||
::= { ruswitches 5 }
|
||||
|
||||
ruswitchesAutoScanMasterSignal OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
disabled(0),
|
||||
enabled(1)
|
||||
}
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"This switch enables or disables the auto scan master unit
|
||||
signal operation on the remote unit only."
|
||||
::= { ruswitches 6 }
|
||||
|
||||
rutrafficEthInOctets OBJECT-TYPE
|
||||
SYNTAX Counter
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Number of octets of remote unit's payload received on Ethernet port."
|
||||
::= { rutraffic 1 }
|
||||
|
||||
rutrafficEthOutOctets OBJECT-TYPE
|
||||
SYNTAX Counter
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Number of octets of remote unit's payload transmitted on Ethernet port."
|
||||
::= { rutraffic 2 }
|
||||
|
||||
rutrafficRfInOctets OBJECT-TYPE
|
||||
SYNTAX Counter
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Number of octets of remote unit's payload received from RF port."
|
||||
::= { rutraffic 3 }
|
||||
|
||||
rutrafficRfOutOctets OBJECT-TYPE
|
||||
SYNTAX Counter
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Number of octets of remote unit's payload transmitted to RF port."
|
||||
::= { rutraffic 4 }
|
||||
|
||||
rusysTemperature OBJECT-TYPE
|
||||
SYNTAX INTEGER (-128..127)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Current remote unit temperature value (in Celsius)."
|
||||
::= { rusys 10 }
|
||||
|
||||
rusysUpdateFlashAndActivate OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
no(0),
|
||||
yes(1)
|
||||
}
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Save system setting values to Flash and activate the settings."
|
||||
DEFVAL {no}
|
||||
::= { rusys 11 }
|
||||
|
||||
rusysReboot OBJECT-TYPE
|
||||
SYNTAX INTEGER {
|
||||
deactivated(0),
|
||||
activated(1)
|
||||
}
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Reboot the remote unit."
|
||||
DEFVAL { deactivated }
|
||||
::= { rusys 12 }
|
||||
|
||||
ruipconfigIpAddress OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"New IP address. It will be saved to
|
||||
non-volatile memory and activated in 5 secs."
|
||||
::= { ruipconfig 1 }
|
||||
|
||||
ruipconfigSubnet OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"New Subnet mask. It will be saved to
|
||||
non-volatile memory and activated in 5 secs."
|
||||
::= { ruipconfig 2 }
|
||||
|
||||
ruipconfigDefaultGateway OBJECT-TYPE
|
||||
SYNTAX IpAddress
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"New Default gateway. It will be saved to
|
||||
non-volatile memory and activated in 5 secs."
|
||||
::= { ruipconfig 3 }
|
||||
|
||||
-- remote rf objects
|
||||
rurfRSSI OBJECT-TYPE
|
||||
SYNTAX INTEGER (-128..127)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Remote unit RSSI (in dBm)."
|
||||
::= { rurf 1 }
|
||||
|
||||
rurftableChannel1 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 1 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the remote unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { rurftable 1 }
|
||||
|
||||
rurftableChannel2 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 2 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the remote unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { rurftable 2 }
|
||||
|
||||
rurftableChannel3 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 3 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the remote unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { rurftable 3 }
|
||||
|
||||
rurftableChannel4 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 4 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the remote unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { rurftable 4 }
|
||||
|
||||
rurftableChannel5 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 5 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the remote unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { rurftable 5 }
|
||||
|
||||
rurftableChannel6 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 6 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the remote unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { rurftable 6 }
|
||||
|
||||
rurftableChannel7 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 7 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the remote unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { rurftable 7 }
|
||||
|
||||
rurftableChannel8 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 8 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the remote unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { rurftable 8 }
|
||||
|
||||
rurftableChannel9 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 9 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the remote unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { rurftable 9 }
|
||||
|
||||
rurftableChannel10 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 10 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the remote unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { rurftable 10 }
|
||||
|
||||
rurftableChannel11 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 11 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the remote unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { rurftable 11 }
|
||||
|
||||
rurftableChannel12 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 12 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the remote unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { rurftable 12 }
|
||||
|
||||
rurftableChannel13 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 13 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the remote unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { rurftable 13 }
|
||||
|
||||
rurftableChannel14 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 14 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the remote unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { rurftable 14 }
|
||||
|
||||
rurftableChannel15 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 15 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the remote unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { rurftable 15 }
|
||||
|
||||
rurftableChannel16 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 16 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the remote unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { rurftable 16 }
|
||||
|
||||
rurftableChannel17 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 17 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the remote unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { rurftable 17 }
|
||||
|
||||
rurftableChannel18 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 18 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the remote unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { rurftable 18 }
|
||||
|
||||
rurftableChannel19 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 19 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the remote unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { rurftable 19 }
|
||||
|
||||
rurftableChannel20 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 20 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the remote unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { rurftable 20 }
|
||||
|
||||
rurftableChannel21 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 21 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the remote unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { rurftable 21 }
|
||||
|
||||
rurftableChannel22 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 22 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the remote unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { rurftable 22 }
|
||||
|
||||
rurftableChannel23 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 23 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the remote unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { rurftable 23 }
|
||||
|
||||
rurftableChannel24 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 24 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the remote unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { rurftable 24 }
|
||||
|
||||
rurftableChannel25 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 25 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the remote unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { rurftable 25 }
|
||||
|
||||
rurftableChannel26 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 26 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the remote unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { rurftable 26 }
|
||||
|
||||
rurftableChannel27 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 27 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the remote unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { rurftable 27 }
|
||||
|
||||
rurftableChannel28 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 28 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the remote unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { rurftable 28 }
|
||||
|
||||
rurftableChannel29 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 29 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the remote unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { rurftable 29 }
|
||||
|
||||
rurftableChannel30 OBJECT-TYPE
|
||||
SYNTAX INTEGER (5260..5340 | 5736..5836)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"RF channel 30 frequency (in MHz). It allows you to create your
|
||||
own channel instead of the manufacturing defaults in the remote unit.
|
||||
Keep in mind that channel width is 20MHz, and the frequency
|
||||
specified here is the center frequency.
|
||||
Frequency (5260MHz - 5340MHz) is only applicable to M5830S/P5830S radio."
|
||||
::= { rurftable 30 }
|
||||
|
||||
ruismTxPowerMax OBJECT-TYPE
|
||||
SYNTAX INTEGER (-128..127)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"The maximum ISM Tx power value can be set (in dBm)."
|
||||
::= { ruism 1 }
|
||||
|
||||
ruismTxPowerMin OBJECT-TYPE
|
||||
SYNTAX INTEGER (-128..127)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"The minimum ISM Tx power value can be set (in dBm)."
|
||||
::= { ruism 2 }
|
||||
|
||||
ruismTxPower OBJECT-TYPE
|
||||
SYNTAX INTEGER (-128..127)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"ISM RF tx power (in dBm). It specifies the power output
|
||||
of the radio, excluding the antenna gain. Check parameters
|
||||
remoteismTxPowerMax and remoteismTxPowerMin for power setting range."
|
||||
::= { ruism 3 }
|
||||
|
||||
ruismRxThreshold OBJECT-TYPE
|
||||
SYNTAX INTEGER (-90 | -85 | -80 | -75 | -70 | -65)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"ISM RF rx threshold (in dBm). It specifies the receiver
|
||||
sensitivity of the remote. By default, the radio's sensitivity is -82dBm.
|
||||
The higher the threshold is, the less sensitive the radio will be.
|
||||
In M5800S, the value -90 represents the rfrxthreshold is disabled."
|
||||
::= { ruism 4 }
|
||||
|
||||
ruuniiTxPowerMax OBJECT-TYPE
|
||||
SYNTAX INTEGER (-128..127)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"This object is only applicable to M5830S/P5830S radio.
|
||||
The maximum UNII Tx power value can be set (in dBm)."
|
||||
::= { ruunii 1 }
|
||||
|
||||
ruuniiTxPowerMin OBJECT-TYPE
|
||||
SYNTAX INTEGER (-128..127)
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"This object is only applicable to M5830S/P5830S radio.
|
||||
The minimum UNII Tx power value can be set (in dBm)."
|
||||
::= { ruunii 2 }
|
||||
|
||||
ruuniiTxPower OBJECT-TYPE
|
||||
SYNTAX INTEGER (-128..127)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"This object is only applicable to M5830S/P5830S radio.
|
||||
UNII RF tx power (in dBm). It specifies the power output
|
||||
of the radio, excluding the antenna gain. Check parameters
|
||||
apuniiTxPowerMax and apuniiTxPowerMin for power setting range."
|
||||
::= { ruunii 3 }
|
||||
|
||||
ruuniiRxThreshold OBJECT-TYPE
|
||||
SYNTAX INTEGER (-90 | -85 | -80 | -75 | -70 | -65)
|
||||
ACCESS read-write
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"This object is only applicable to M5830S/P5830S radio.
|
||||
UNII RF rx threshold (in dBm). It specifies the receiver
|
||||
sensitivity of the master unit."
|
||||
::= { ruunii 4 }
|
||||
|
||||
-- MIB version object
|
||||
mibinfoVersion OBJECT-TYPE
|
||||
SYNTAX DisplayString (SIZE (0..32))
|
||||
ACCESS read-only
|
||||
STATUS mandatory
|
||||
DESCRIPTION
|
||||
"Trango remote unit MIB Version."
|
||||
::= { mibinfo 1 }
|
||||
|
||||
-- End of file <trango_P5830S_RU_1p0.mib>
|
||||
END
|
||||
|
Reference in New Issue
Block a user