DMDVR-MIB DEFINITIONS ::= BEGIN IMPORTS enterprises FROM SNMPv2-SMI MODULE-IDENTITY, OBJECT-TYPE, Unsigned32, NOTIFICATION-TYPE, Counter32, Counter64 FROM SNMPv2-SMI TEXTUAL-CONVENTION FROM SNMPv2-TC OBJECT-GROUP, NOTIFICATION-GROUP FROM SNMPv2-CONF; radyne OBJECT IDENTIFIER ::= { enterprises 2591 } dmdVr MODULE-IDENTITY LAST-UPDATED "200903111600Z" ORGANIZATION "Comtech EF Data Corp" CONTACT-INFO "Customer Service Postal: Comtech EF Data Corporation 2114 West 7th Street Tempe, AZ 85281 USA Tel: (480) 333-2200 Fax: (480) 333-2540 Website: www.comtechefdata.com" DESCRIPTION "Comtech EF Data MIB module." REVISION "200903111600Z" DESCRIPTION "DmdVr MIB Object Identifiers description. This documents contents are subject to change without prior notice. The private enterprise number 2591 is a unique identifier assigned to Comtech EF Data by the Internet Assigned Numbers Authority (IANA). This number is used to uniquely define vendor specific information such as private MIBs." ::= { radyne 40 } -- groups in Radyne specific MIB -- radyne OBJECT IDENTIFIER ::= { enterprises 2591 } dmdVrMibObjects OBJECT IDENTIFIER ::= { dmdVr 1 } radDmdVrModNVStatus OBJECT IDENTIFIER ::= { dmdVrMibObjects 1 } radDmdVrModStatus OBJECT IDENTIFIER ::= { dmdVrMibObjects 2 } radDmdVrDemodNVStatus OBJECT IDENTIFIER ::= { dmdVrMibObjects 3 } radDmdVrDemodStatus OBJECT IDENTIFIER ::= { dmdVrMibObjects 4 } radDmdVrCommonNVStatus OBJECT IDENTIFIER ::= { dmdVrMibObjects 5 } radDmdVrCommonStatus OBJECT IDENTIFIER ::= { dmdVrMibObjects 6 } radDmdVrTraps OBJECT IDENTIFIER ::= { dmdVrMibObjects 7 } radDmdVrLbst OBJECT IDENTIFIER ::= { dmdVrMibObjects 8 } radDmdVrModLbstNVStatus OBJECT IDENTIFIER ::= { radDmdVrLbst 1 } radDmdVrModLbstStatus OBJECT IDENTIFIER ::= { radDmdVrLbst 2 } radDmdVrDemodLbstNVStatus OBJECT IDENTIFIER ::= { radDmdVrLbst 3 } radDmdVrDemodLbstStatus OBJECT IDENTIFIER ::= { radDmdVrLbst 4 } radDmdVrMibConformance OBJECT IDENTIFIER ::= { dmdVr 2 } radDmdVrGroups OBJECT IDENTIFIER ::= { radDmdVrMibConformance 1 } radDmdVrAgentCapabilities OBJECT IDENTIFIER ::= { radDmdVrMibConformance 2 } -- ---------------------------------------------------------------------------------------------------- -- ---------------------------------------------------------------------------------------------------- -- Textual Conventions RadTransmitCompensation ::= TEXTUAL-CONVENTION DISPLAY-HINT "d-1" STATUS current DESCRIPTION "Power level in tenths of a dBm." SYNTAX INTEGER (0..10) RadTransmitPowerLevel ::= TEXTUAL-CONVENTION DISPLAY-HINT "d-1" STATUS current DESCRIPTION "Power level in tenths of a dBm." SYNTAX INTEGER (-250..0) RadReceivePowerLevel ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Receive power level in dBm." SYNTAX INTEGER (-100..0) RadESCGain ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Sets the ESC channel volume in dB." SYNTAX INTEGER (-20..10) RadVoltageLevel ::= TEXTUAL-CONVENTION DISPLAY-HINT "d-1" STATUS current DESCRIPTION "Voltage level in tenths of a volt." SYNTAX INTEGER (0..550) RadCurrentLevel ::= TEXTUAL-CONVENTION DISPLAY-HINT "d-3" STATUS current DESCRIPTION "Current level in milliamps." SYNTAX INTEGER (0..8000) ControlType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Represents a boolean control value." SYNTAX INTEGER { disable(1), enable(2) } OffOnType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Represents a boolean Off/ON control value." SYNTAX INTEGER { off(1), on(2) } InversionType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Represents a boolean inversion value." SYNTAX INTEGER { normal(1), inverted(2) } BerStatusStringType ::= TEXTUAL-CONVENTION DISPLAY-HINT "8a" STATUS current DESCRIPTION "Raw BER status" SYNTAX OCTET STRING (SIZE (10)) EbnoType ::= TEXTUAL-CONVENTION DISPLAY-HINT "d-2" STATUS current DESCRIPTION "EbNo in db. There is an implied decimal point." SYNTAX INTEGER (0..2500) EbnoAlarmThresholdType ::= TEXTUAL-CONVENTION DISPLAY-HINT "d-2" STATUS current DESCRIPTION "EbNo alarm threshold. There is an implied decimal point." SYNTAX INTEGER (0..990) FirmwareNameType ::= TEXTUAL-CONVENTION DISPLAY-HINT "15a" STATUS current DESCRIPTION "This is the modem firmware name." SYNTAX OCTET STRING (SIZE (16)) BufferClockSourceType ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "A clock source for the Rx Buffer" SYNTAX INTEGER { externalScte(1), internalSct(2), rxSat(3), externalBnc(4), externalIdi(5) } RadTemperature ::= TEXTUAL-CONVENTION DISPLAY-HINT "d-1" STATUS current DESCRIPTION "Temperature in tenths of a degree Celsius." SYNTAX INTEGER (-25..75) FskPassThruCmdType ::= TEXTUAL-CONVENTION DISPLAY-HINT "65a" STATUS current DESCRIPTION "This is an ascii message which will be received and then sent as an FSK message" SYNTAX OCTET STRING (SIZE (65)) FskPassThruReplyType ::= TEXTUAL-CONVENTION DISPLAY-HINT "256a" STATUS current DESCRIPTION "This is an ascii reply to an earlier FSK pass thru command" SYNTAX OCTET STRING (SIZE (256)) -- ---------------------------------------------------------------------------------------------------- -- modem non-volatile status information. radDmdVrTxCarrierControl OBJECT-TYPE SYNTAX INTEGER { off(1), on(2), auto(3), vsat(4), rts(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the carrier control mode." ::= { radDmdVrModNVStatus 1 } radDmdVrTxNetworkSpec OBJECT-TYPE SYNTAX INTEGER { closedNet(1), idr(2), ibs(3), dropInsert(4), dvbSat(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the modulator's mode of operation. The mode sets a number of parameters within the modulator to meet a set of specifications. The purpose is to eliminate additional commands and compatibility problems." ::= { radDmdVrModNVStatus 2 } radDmdVrTxCarrierLeveldBmX100 OBJECT-TYPE SYNTAX RadTransmitPowerLevel MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the Tx power level in dBm. There is an implied decimal point. For example, a value of -100 represents a transmit power level of -10.0 dBm." ::= { radDmdVrModNVStatus 3 } radDmdVrTxCarrierFrequencyHz OBJECT-TYPE SYNTAX Unsigned32 (50000000..180000000|950000000..2050000000) MAX-ACCESS read-write STATUS current DESCRIPTION "Selects IF frequency in Hz steps. The range is 50 MHz to 180 MHz for the 70/140 MHz modems and 950 MHz to 2050 MHz for the LBand modems. It is based on whatever options are installed." ::= { radDmdVrModNVStatus 4 } radDmdVrTxTerrDataRateHz OBJECT-TYPE SYNTAX Unsigned32 (4800..52000000) MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the data rate in BPS. The data rate minimum is 4800 bps. It varies based on modulation and code rate. Please refer to the Dmd product specifications manual for maximum Data Rate Limits." ::= { radDmdVrModNVStatus 5 } radDmdVrTxStrapCode OBJECT-TYPE SYNTAX INTEGER (0..1000) MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the modulator strap code. This is a quick set key that configures many of the modem parameters. When a strap code is entered, the modulator is automatically configured for the corresponding data rate, overhead, code rate, framing, scrambler type, and modulation." ::= { radDmdVrModNVStatus 6 } radDmdVrTxInnerFecRate OBJECT-TYPE SYNTAX INTEGER { none(1), viterbi1x2(2), viterbi2x3(3), viterbi3x4(4), viterbi5x6(5), viterbi7x8(6), reserved7(7), sequential1x2(8), reserved9(9), sequential3x4(10), reserved11(11), sequential7x8(12), reserved13(13), reserved14(14), trellis2x3(15), trellis3x4(16), trellis5x6(17), trellis7x8(18), trellis8x9(19), comstream3x4(20), tpc793x2d(21), tpc495x3d(22), tpc1x2(23), tpc3x4(24), tpc7x8(25), tpc21x44(26), tpc750(27), tpc875(28) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects Tx code rate and type. The reserved selections are unimplemented types reserved for future use." ::= { radDmdVrModNVStatus 7 } radDmdVrTxModulationType OBJECT-TYPE SYNTAX INTEGER { qpsk(1), bpsk(2), psk8(3), qam16(4), oqpsk(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the modulation type." ::= { radDmdVrModNVStatus 8 } radDmdVrTxSatFraming OBJECT-TYPE SYNTAX INTEGER { framingNone(1), framing96kIdr(2), framingIbs(3), framingDvb(5), framingEdmac(6), framingScc(7), framing96k(8), framingEfficientDnI(9) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects framing type." ::= { radDmdVrModNVStatus 9 } radDmdVrTxOuterFecEnable OBJECT-TYPE SYNTAX ControlType MAX-ACCESS read-write STATUS current DESCRIPTION "Disables/enables the ReedSolomon encoder" ::= { radDmdVrModNVStatus 10 } radDmdVrTxInterleaverDepth OBJECT-TYPE SYNTAX INTEGER { interleaverDepth4(1), interleaverDepth8(2), interleaverDepth12(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "ReedSolomon interleaver depth. It can either be a value of 4 or 8." ::= { radDmdVrModNVStatus 11 } radDmdVrTxDropMode OBJECT-TYPE SYNTAX INTEGER { disable(1), t1d4(2), t1esf(3), pcm30(4), pcm30c(5), pcm31(6), pcm31c(7), slc96(8), t1d4s(9), t1esfs(10) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the modulator drop mode. SLC-96 is not yet implemented and is reserved for future use." ::= { radDmdVrModNVStatus 12 } radDmdVrTxDropMap OBJECT-TYPE SYNTAX OCTET STRING (SIZE (32)) MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the modulator drop map. Current mapping of satellite channels to dropped terrestrial time slots. Valid drop channels are 1 through 31. If the drop mode is either PCM-30 or PCM-30C, then the channel number 16 is reserved for signaling." ::= { radDmdVrModNVStatus 13 } radDmdVrTxClockSource OBJECT-TYPE SYNTAX INTEGER { externalScte(1), internalSct(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects Tx clock source. 1 selects the terrestrial clock (Scte), 2 selects the internal clock (Sct), and 3 the external Bnc clock." ::= { radDmdVrModNVStatus 14 } radDmdVrTxClockPolarity OBJECT-TYPE SYNTAX INTEGER { normal(1), inverted(2), auto(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects clock polarity for Tx terrestrial clock relative to Tx data." ::= { radDmdVrModNVStatus 15 } radDmdVrTxSctClockSource OBJECT-TYPE SYNTAX INTEGER { internal(1), scr(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the Sct clock source to be internal or Scr. The Scr selection is used for loop timing. When internal is selected the Sct oscillator or the Rx satellite clock will be used" ::= { radDmdVrModNVStatus 16 } radDmdVrTxDataPolarity OBJECT-TYPE SYNTAX INTEGER { none(1), terrestrial(2), baseband(3), terrestrialAndBaseband(4) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects data polarity" ::= { radDmdVrModNVStatus 17 } radDmdVrTxSpectrum OBJECT-TYPE SYNTAX INTEGER { normal(1), inverted(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Inverts the direction of rotation for PSK modulation." ::= { radDmdVrModNVStatus 18 } radDmdVrTxScramblingEnable OBJECT-TYPE SYNTAX ControlType MAX-ACCESS read-write STATUS current DESCRIPTION "Enables scrambler operation" ::= { radDmdVrModNVStatus 19 } radDmdVrTxScramblingType OBJECT-TYPE SYNTAX INTEGER { none(1), ibsScrambler(2), v35Iess(3), v35CCITT(4), v35EfData(5), v35FC(6), om73(7), rsScrambler(8), v35EfRs(9), tpcScrambler(10), dvbScrambler(11), edmac(12), tpcIbs(13), tpcEdmac(14), v35Comstream(15) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects scrambler type. The reserved settings are unimplemented and are set aside for future use." ::= { radDmdVrModNVStatus 20 } radDmdVrTxDifferentialEncoder OBJECT-TYPE SYNTAX ControlType MAX-ACCESS read-write STATUS current DESCRIPTION "Turns the differential encoder off and on." ::= { radDmdVrModNVStatus 21 } radDmdVrTxBpskSymbolPairingSwap OBJECT-TYPE SYNTAX INTEGER { normal(1), swapped(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects symbol pairing." ::= { radDmdVrModNVStatus 22 } radDmdVrTxEscOverheadType OBJECT-TYPE SYNTAX INTEGER { voice(1), data(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects IDR overhead type." ::= { radDmdVrModNVStatus 23 } radDmdVrTxEsc1GaindBX100 OBJECT-TYPE SYNTAX RadESCGain MAX-ACCESS read-write STATUS current DESCRIPTION "Sets the ESC transmit channel #1 volume in dB." ::= { radDmdVrModNVStatus 24 } radDmdVrTxEsc2GaindBX100 OBJECT-TYPE SYNTAX RadESCGain MAX-ACCESS read-write STATUS current DESCRIPTION "Sets the ESC transmit channel #2 volume in dB." ::= { radDmdVrModNVStatus 25 } radDmdVrTxTerrInterfaceType OBJECT-TYPE SYNTAX INTEGER { rs422(8), v35(9), rs232(10) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the various interface types." ::= { radDmdVrModNVStatus 26 } radDmdVrTxTestPattern OBJECT-TYPE SYNTAX INTEGER { normal(1), test2047(2), testPattern2To23Minus1(4) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enables test pattern operation." ::= { radDmdVrModNVStatus 27 } radDmdVrTxCircuitName OBJECT-TYPE SYNTAX OCTET STRING (SIZE (11)) MAX-ACCESS read-write STATUS current DESCRIPTION "Provides entry of Tx circuit identifier. Circuits can be given up to 11 character alphanumeric identity such as LINK1." ::= { radDmdVrModNVStatus 28 } radDmdVrTxAlarms1Mask OBJECT-TYPE SYNTAX BITS { txFpgaFault(0), dropDspFault(1), txSymbolClockLock(2), bit3Reserved(3), ifLBandSynthesizerLock(4), bit5Reserved(5), bit6Reserved(6), modSummaryFault(7) } MAX-ACCESS read-write STATUS current DESCRIPTION "Alarm mask: 0 = Mask, 1 = Allow" ::= { radDmdVrModNVStatus 29 } radDmdVrTxAlarms2Mask OBJECT-TYPE SYNTAX BITS { terrClockActivity(0), internalClockActivity(1), dataActivity(3), dataAISFault(4), clockFallbackFault(5), dvbFrameFault(6) } MAX-ACCESS read-write STATUS current DESCRIPTION "Alarm mask: 0 = Mask, 1 = Allow" ::= { radDmdVrModNVStatus 30 } radDmdVrTxForcedAlarms OBJECT-TYPE SYNTAX BITS { backwardAlarm1(0), backwardAlarm2(1), backwardAlarm3(2), backwardAlarm4(3), bit4Reserved(4), bit5Reserved(5), ibsPromptAlarm(6), ibsServiceAlarm(7) } MAX-ACCESS read-write STATUS current DESCRIPTION "Tx forced backward alarms: Bit 0 = IDR and IBS backward alarm 1 Bit 1 = IDR only backward alarm 2 Bit 2 = IDR only backward alarm 3 Bit 3 = IDR only backward alarm 4 Bit 6 = IBS prompt alam Bit 7 = IBS service alarm 0=Do not force, 1=Force alarm" ::= { radDmdVrModNVStatus 31 } radDmdVrTxDropStatusMask OBJECT-TYPE SYNTAX BITS { terrFrameFault(0), terrMultiFrameFault(1), terrCrcFault(2), bit3Reserved(3), bit4Reserved(4), bit5Reserved(5), bit6Reserved(6), bit7Reserved(7) } MAX-ACCESS read-write STATUS current DESCRIPTION "Alarm mask: Bit 0 = Terrestrial frame lock fault (all modes) Bit 1 = Terrestrial multi-frame lock fault (PCM-30 and PCM-30C only) Bit 2 = Terrestrial CRC lock fault (PCM-30C and PCM-31C only) 0 = Mask, 1 = Allow" ::= { radDmdVrModNVStatus 32 } radDmdVrTxTerrestrialFraming OBJECT-TYPE SYNTAX INTEGER { noFraming(1), dvb188(2), dvb204(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the terrestrial framing." ::= { radDmdVrModNVStatus 33 } radDmdVrTxSpectralMask OBJECT-TYPE SYNTAX INTEGER { intelsat035(1), dvbSat025(2), dvbSat035(3), dvbSat020(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the transmit spectral mask and roll off." ::= { radDmdVrModNVStatus 34 } radDmdVrTxAlarms4Mask OBJECT-TYPE SYNTAX BITS { bucCurrentFault(0), bucVoltageFault(1), bucPllAlarm(3), bucOverTempAlarm(4), bucSummaryAlarm(5), bucOutputEnableAlarm(6), bucCommunicationsAlarm(7) } MAX-ACCESS read-write STATUS current DESCRIPTION "Alarm mask: 0 = Mask, 1 = Allow" ::= { radDmdVrModNVStatus 35 } radDmdVrTxEthFlowControl OBJECT-TYPE SYNTAX ControlType MAX-ACCESS read-write STATUS current DESCRIPTION "Disables/Enables the flow control of the Ethernet Bridge card." ::= { radDmdVrModNVStatus 36 } radDmdVrTxEthDaisyChain OBJECT-TYPE SYNTAX INTEGER { disable(1), port4(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects PORT 4 Daisy Chain for Ethernet Bridge card." ::= { radDmdVrModNVStatus 37 } radDmdVrTxRsOfecRate OBJECT-TYPE SYNTAX INTEGER (0..255255) MAX-ACCESS read-write STATUS current DESCRIPTION "This provides the ReedSolomon N and K Values, the integer fieldValue = (N * 1000) + K Example: a Dvb Code Rate of 188/204 has a field value of 204188 = (204 * 1000) + 188 A ReedSolomon N code is the codeword length or block length. It is the sum of message and check symbols. N = K + R. ReedSolomon K code is the message length or user data. It is the number of user data symbols in one message block. Message length is K = N - R." ::= { radDmdVrModNVStatus 38 } radDmdVrTxTpcInterleaver OBJECT-TYPE SYNTAX ControlType MAX-ACCESS read-write STATUS current DESCRIPTION "Disables/Enables the TPC interleaver. Valid only for Radyne turbo codes TPC.495 and TPC.793" ::= { radDmdVrModNVStatus 39 } radDmdVrTxEsEnhancedEnable OBJECT-TYPE SYNTAX INTEGER { normal(1), enhanced(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the async mode. Enhanced mode is only valid in Closed Net mode." ::= { radDmdVrModNVStatus 40 } radDmdVrTxEsSerialControlInterface OBJECT-TYPE SYNTAX INTEGER { rs232(1), rs485(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the port type for enhanced async. This applies only if the async mode is set to enhanced. This affects both transmit and receive interface types." ::= { radDmdVrModNVStatus 41 } radDmdVrTxEsBaudRate OBJECT-TYPE SYNTAX INTEGER { baud150(1), baud300(2), baud600(3), baud1200(4), baud2400(5), baud4800(6), baud9600(7), baud19200(8), baud38400(9), baud57600(10), baud115200(11) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the baud rate for enhanced async. This applies only if the async mode is set to enhanced." ::= { radDmdVrModNVStatus 42 } radDmdVrTxEsBitsPerChar OBJECT-TYPE SYNTAX INTEGER { seven(1), eight(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the data bits setting for enhanced async. This applies only if the async mode is set to enhanced." ::= { radDmdVrModNVStatus 43 } radDmdVrTxCarrierDelaySec OBJECT-TYPE SYNTAX INTEGER (0..255) MAX-ACCESS read-write STATUS current DESCRIPTION "LBST systems- selects the minimum number of seconds the modulator waits between power-up and enabling the carrier for the first time. This allows time for the BUC to stabilize. Non-LBST systems- set to zero." ::= { radDmdVrModNVStatus 44 } radDmdVrTxSccCtlRatio OBJECT-TYPE SYNTAX INTEGER { ratio1(1), ratio2(2), ratio3(3), ratio4(4), ratio5(5), ratio6(6), ratio7(7) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects SCC format overhead ratio." ::= { radDmdVrModNVStatus 45 } radDmdVrTxSccInbandRate OBJECT-TYPE SYNTAX Unsigned32 (300..115200) MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the SCC format in-band overhead rate." ::= { radDmdVrModNVStatus 46 } radDmdVrTxCompensation OBJECT-TYPE SYNTAX RadTransmitCompensation MAX-ACCESS read-write STATUS current DESCRIPTION "Sets upto a 1 dBm Tx Power compensation for local cabling and connections" ::= { radDmdVrModNVStatus 47 } radDmdVrTxForceAlarmTest OBJECT-TYPE SYNTAX BITS { forceMajorAlarmTest(0) } MAX-ACCESS read-write STATUS current DESCRIPTION "Tx forced alarms: 0=Do not force, 1=Force alarm" ::= { radDmdVrModNVStatus 48 } radDmdVrTxAsyncInbandRate OBJECT-TYPE SYNTAX INTEGER { inband150(1), inband300(2), inband600(3), inband1200(4), inband2400(5), inband4800(6), inband9600(7), inband19200(8), inband38400(9), inband57600(10), inband115200(11) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects Efficient D&I format Inband Rate" ::= { radDmdVrModNVStatus 49 } radDmdVrTxEthQosType OBJECT-TYPE SYNTAX INTEGER { normal(1), portBased(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects Quality of Service Type." ::= { radDmdVrModNVStatus 50 } radDmdVrTxEthQosQue OBJECT-TYPE SYNTAX INTEGER { fairWeighted(1), strictPriority(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects Quality of Service Type queueing method." ::= { radDmdVrModNVStatus 51 } -- ---------------------------------------------------------------------------------------------------- -- modulator status information. radDmdVrTxAlarms1 OBJECT-TYPE SYNTAX BITS { txFpgaFault(0), dropDspFault(1), txSymbolClockLock(2), bit3Reserved(3), ifLBandSynthesizerLock(4), bit5Reserved(5), bit6Reserved(6), modSummaryFault(7) } MAX-ACCESS read-only STATUS current DESCRIPTION "A bit field. On startup, the agent initializes this to the value '00000000'B. Activity/Lock: 1 = Pass, 0 = Fail Alarm/Fault: 0 = Pass, 1 = Fail" ::= { radDmdVrModStatus 1 } radDmdVrTxAlarms2 OBJECT-TYPE SYNTAX BITS { terrClockActivity(0), internalClockActivity(1), dataActivity(3), dataAISFault(4), clockFallbackFault(5), dvbFrameFault(6) } MAX-ACCESS read-only STATUS current DESCRIPTION "A bit field. On startup, the agent initializes this to the value '00000000'B. Activity/Lock: 1 = Pass, 0 = Fail Alarm/Fault: 0 = Pass, 1 = Fail" ::= { radDmdVrModStatus 2 } radDmdVrTxDropStatus OBJECT-TYPE SYNTAX BITS { terrFrameFault(0), terrMultiFrameFault(1), terrCrcFault(2), bit3Reserved(3), bit4Reserved(4), bit5Reserved(5), bit6Reserved(6), bit7Reserved(7) } MAX-ACCESS read-only STATUS current DESCRIPTION "A bit field. On startup, the agent initializes this to the value '00000000'B. Bit 0 = Terrestrial frame lock fault (all modes) Bit 1 = Terrestrial multi-frame lock fault (PCM-30 and PCM-30C only) Bit 2 = Terrestrial CRC lock fault (PCM-30C and PCM-31C only) Activity/Lock: 1 = Pass, 0 = Fail Alarm/Fault: 0 = Pass, 1 = Fail" ::= { radDmdVrModStatus 3 } radDmdVrTxBackwardAlarms OBJECT-TYPE SYNTAX BITS { idrBackwardAlarm1(0), idrBackwardAlarm2(1), idrBackwardAlarm3(2), idrBackwardAlarm4(3), bit4Reserved(4), bit5Reserved(5), ibsPromptAlarm(6), ibsServiceAlarm(7) } MAX-ACCESS read-only STATUS current DESCRIPTION "A bit field. On startup, the agent initializes this to the value '00000000'B. 0 = Not transmitted, 1 = Transmitted" ::= { radDmdVrModStatus 4 } radDmdVrTxLatchedAlarms1 OBJECT-TYPE SYNTAX BITS { txFpgaFault(0), dropDspFault(1), txSymbolClockLock(2), bit3Reserved(3), ifLBandSynthesizerLock(4), bit5Reserved(5), bit6Reserved(6), modSummaryFault(7) } MAX-ACCESS read-only STATUS current DESCRIPTION "A bit field. On startup, the agent initializes this to the value '00000000'B. 0 = Pass, 1 = Fail" ::= { radDmdVrModStatus 5 } radDmdVrTxLatchedAlarms2 OBJECT-TYPE SYNTAX BITS { terrClockActivity(0), internalClockActivity(1), dataActivity(3), dataAISFault(4), clockFallbackFault(5), dvbFrameFault(6) } MAX-ACCESS read-only STATUS current DESCRIPTION "A bit field. On startup, the agent initializes this to the value '00000000'B. 0 = Pass, 1 = Fail" ::= { radDmdVrModStatus 6 } radDmdVrTxSymbolRateHz OBJECT-TYPE SYNTAX Unsigned32 (9600..10000000) MAX-ACCESS read-only STATUS current DESCRIPTION "Modulator symbol rate" ::= { radDmdVrModStatus 7 } radDmdVrTxAlarms4 OBJECT-TYPE SYNTAX BITS { bucCurrentFault(0), bucVoltageFault(1), bucPllAlarm(3), bucOverTempAlarm(4), bucSummaryAlarm(5), bucOutputEnableAlarm(6), bucCommunicationsAlarm(7) } MAX-ACCESS read-only STATUS current DESCRIPTION "A bit field. On startup, the agent initializes this to the value '00000000'B. Activity/Lock: 1 = Pass, 0 = Fail Alarm/Fault: 0 = Pass, 1 = Fail" ::= { radDmdVrModStatus 8 } radDmdVrTxLatchedAlarms4 OBJECT-TYPE SYNTAX BITS { bucCurrentFault(0), bucVoltageFault(1), bucPllAlarm(3), bucOverTempAlarm(4), bucSummaryAlarm(5), bucOutputEnableAlarm(6), bucCommunicationsAlarm(7) } MAX-ACCESS read-only STATUS current DESCRIPTION "A bit field. On startup, the agent initializes this to the value '00000000'B. Activity/Lock: 1 = Pass, 0 = Fail Alarm/Fault: 0 = Pass, 1 = Fail" ::= { radDmdVrModStatus 9 } -- ---------------------------------------------------------------------------------------------------- -- demodulator non-volatile status information. radDmdVrRxNetworkSpec OBJECT-TYPE SYNTAX INTEGER { dssS2(11) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the demodulator's mode of operation. The mode sets a number of parameters within the demodulator to meet a set of specifications. The purpose is to eliminate additional commands and compatibility problems." ::= { radDmdVrDemodNVStatus 1 } radDmdVrRxCarrierFrequencyHz OBJECT-TYPE SYNTAX Unsigned32 (50000000..180000000|950000000..2050000000) MAX-ACCESS read-write STATUS current DESCRIPTION "Selects IF frequency in Hz steps. The range is 50 MHz to 180 MHz for the 70/140 MHz type modems and 950 MHz to 2050 MHz for the LBand modems." ::= { radDmdVrDemodNVStatus 2 } radDmdVrRxTerrDataRateHz OBJECT-TYPE SYNTAX Unsigned32 (4800..52000000) MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the data rate in BPS. The data rate minimum is 4800 bps. It varies based on modulation and code rate. Please refer to the Dmd product specifications manual for maximum Data Rate Limits." ::= { radDmdVrDemodNVStatus 3 } radDmdVrRxInnerFecRate OBJECT-TYPE SYNTAX INTEGER { none(1), ldpc1x2(32), ldpc2x3(33), ldpc3x4(34), ldpc4x5(35), ldpc5x6(36), ldpc8x9(37), ldpc9x10(38), ldpc3x5(39) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects Rx code rate and type. The reserved selections are unimplemented types reserved for future use." ::= { radDmdVrDemodNVStatus 4 } radDmdVrRxModulationType OBJECT-TYPE SYNTAX INTEGER { qpsk(1), psk8(3), apsk16(11) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the demodulation type." ::= { radDmdVrDemodNVStatus 5 } radDmdVrRxSatFraming OBJECT-TYPE SYNTAX INTEGER { dvbS2Normal(11), dvbS2Short(12) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects framing type." ::= { radDmdVrDemodNVStatus 6 } radDmdVrRxBufferClockSource OBJECT-TYPE SYNTAX BufferClockSourceType MAX-ACCESS read-write STATUS current DESCRIPTION "The active Rx Buffer Clock Source, Note: this is not necessarily the primary source" ::= { radDmdVrDemodNVStatus 7 } radDmdVrRxBufferClockPolarity OBJECT-TYPE SYNTAX INTEGER { normal(1), inverted(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects Rx buffer clock polarity." ::= { radDmdVrDemodNVStatus 8 } radDmdVrRxBufferSize OBJECT-TYPE SYNTAX INTEGER (0..64) MAX-ACCESS read-write STATUS current DESCRIPTION "Selects Rx buffer size in msecs." ::= { radDmdVrDemodNVStatus 9 } radDmdVrRxDataPolarity OBJECT-TYPE SYNTAX INTEGER { none(1), terrestrial(2), baseband(3), terrestrialAndBaseband(4) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects data polarity" ::= { radDmdVrDemodNVStatus 10 } radDmdVrRxSpectrum OBJECT-TYPE SYNTAX INTEGER { normal(1), inverted(2), autoDetect(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "Inverts the direction of rotation for PSK demodulation." ::= { radDmdVrDemodNVStatus 11 } radDmdVrRxCarrierSweepRange OBJECT-TYPE SYNTAX INTEGER (0..255) MAX-ACCESS read-write STATUS current DESCRIPTION "The value will used as a negative and positive limit Example: 25 implies [-25 .. +25]" ::= { radDmdVrDemodNVStatus 12 } radDmdVrRxCarrierLevelLimitdBmX100 OBJECT-TYPE SYNTAX INTEGER (30..90) MAX-ACCESS read-write STATUS current DESCRIPTION "Selects lower level limit in 1 dB steps, implied sign" ::= { radDmdVrDemodNVStatus 13 } radDmdVrRxTerrInterfaceType OBJECT-TYPE SYNTAX INTEGER { rs422(8), v35(9), rs232(10) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the various interface types." ::= { radDmdVrDemodNVStatus 14 } radDmdVrRxTestPattern OBJECT-TYPE SYNTAX INTEGER { normal(1), test2047(2), testPattern2To23Minus1(4) } MAX-ACCESS read-write STATUS current DESCRIPTION "Enables test pattern operation." ::= { radDmdVrDemodNVStatus 15 } radDmdVrRxCircuitName OBJECT-TYPE SYNTAX OCTET STRING (SIZE (11)) MAX-ACCESS read-write STATUS current DESCRIPTION "Provides entry of Rx circuit identifier. Circuits can be given up to 11 character alphanumeric identity such as LINK1." ::= { radDmdVrDemodNVStatus 16 } radDmdVrRxAlarms1Mask OBJECT-TYPE SYNTAX BITS { rxFpgaFault(0), carrierFault(1), frameLockFault(3), dataActivity(6) } MAX-ACCESS read-write STATUS current DESCRIPTION "Alarm mask: 0 = Mask, 1 = Allow" ::= { radDmdVrDemodNVStatus 17 } radDmdVrRxAlarms2Mask OBJECT-TYPE SYNTAX BITS { bufferUnderflow(0), bufferOverflow(1), bufferNearEmpty(2), bufferNearFull(3), summaryFault(7) } MAX-ACCESS read-write STATUS current DESCRIPTION "Alarm mask: 0 = Mask, 1 = Allow" ::= { radDmdVrDemodNVStatus 18 } radDmdVrRxAlarms3Mask OBJECT-TYPE SYNTAX BITS { lBandSynthesizerLock(0), externalReferenceLock(6) } MAX-ACCESS read-write STATUS current DESCRIPTION "Alarm mask: 0 = Mask, 1 = Allow" ::= { radDmdVrDemodNVStatus 19 } radDmdVrRxAlarms4Mask OBJECT-TYPE SYNTAX BITS { externalBncActivity(1), satelliteClockActivity(2), externalReferenceActivity(4), hsReferenceActivity(5), ebnoFault(7) } MAX-ACCESS read-write STATUS current DESCRIPTION "Alarm mask: 0 = Mask, 1 = Allow" ::= { radDmdVrDemodNVStatus 20 } radDmdVrRxAlarms5Mask OBJECT-TYPE SYNTAX BITS { ifecLockFault(1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Alarm mask: 0 = Mask, 1 = Allow" ::= { radDmdVrDemodNVStatus 21 } radDmdVrRxTerrestrialFraming OBJECT-TYPE SYNTAX INTEGER { noFraming(1), dvb188(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the receive terrestrial framing." ::= { radDmdVrDemodNVStatus 22 } radDmdVrRxTerrestrialStreaming OBJECT-TYPE SYNTAX INTEGER { packetOutput(1), byteOutput(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the receive terrestrial streaming." ::= { radDmdVrDemodNVStatus 23 } radDmdVrRxAlarms6Mask OBJECT-TYPE SYNTAX BITS { reserved (1) } MAX-ACCESS read-write STATUS current DESCRIPTION "Alarm mask: 0 = Mask, 1 = Allow" ::= { radDmdVrDemodNVStatus 24 } radDmdVrRxEbnoAlarmThreshold OBJECT-TYPE SYNTAX EbnoAlarmThresholdType MAX-ACCESS read-write STATUS current DESCRIPTION "EbNo alarm threshold. There is an implied decimal point." ::= { radDmdVrDemodNVStatus 25 } radDmdVrRxBufferReset OBJECT-TYPE SYNTAX Unsigned32 (0..4294967295) MAX-ACCESS read-write STATUS current DESCRIPTION "Any write to this object resets the buffer." ::= { radDmdVrDemodNVStatus 26 } radDmdVrRxRestartTestPattern OBJECT-TYPE SYNTAX Unsigned32 (0..4294967295) MAX-ACCESS read-write STATUS current DESCRIPTION "Any write to this object restarts the test pattern." ::= { radDmdVrDemodNVStatus 27 } radDmdVrRxSpectralMask OBJECT-TYPE SYNTAX INTEGER { dvbSat025(2), dvbSat035(3), dvbSat020(5) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the receive spectral mask and roll off." ::= { radDmdVrDemodNVStatus 28 } radDmdVrRxAdjacentCarrierType OBJECT-TYPE SYNTAX INTEGER { normal(1), highPower(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "User indicates adjacent carrier as normal or high power. Unit will increase or decrease post decimation gain appropriately." ::= { radDmdVrDemodNVStatus 29 } radDmdVrRxForceAlarmTest OBJECT-TYPE SYNTAX BITS { forceMajorAlarmTest(0) } MAX-ACCESS read-write STATUS current DESCRIPTION "Rx forced alarms: 0=Do not force, 1=Force alarm" ::= { radDmdVrDemodNVStatus 30 } radDmdVrNumRxBufferClockSources OBJECT-TYPE SYNTAX Unsigned32 (1..5) MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the number of clock sources to be considered for use" ::= { radDmdVrDemodNVStatus 31 } radDmdVrRxBufferClockSource1 OBJECT-TYPE SYNTAX BufferClockSourceType MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the primary Rx Buffer Clock Source" ::= { radDmdVrDemodNVStatus 32 } radDmdVrRxBufferClockSource2 OBJECT-TYPE SYNTAX BufferClockSourceType MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the second Rx Buffer Clock Source, e.g. the first fallback Each radDmdVrRxBufferClockSource should be unique " ::= { radDmdVrDemodNVStatus 33 } radDmdVrRxBufferClockSource3 OBJECT-TYPE SYNTAX BufferClockSourceType MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the third Rx Buffer Clock Source, e.g. the second fallback Each radDmdVrRxBufferClockSource should be unique " ::= { radDmdVrDemodNVStatus 34 } radDmdVrRxBufferClockSource4 OBJECT-TYPE SYNTAX BufferClockSourceType MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the fourth Rx Buffer Clock Source, e.g. the third fallback Each radDmdVrRxBufferClockSource should be unique " ::= { radDmdVrDemodNVStatus 35 } radDmdVrRxBufferClockSource5 OBJECT-TYPE SYNTAX BufferClockSourceType MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the fifth Rx Buffer Clock Source, e.g. the fourth fallback Each radDmdVrRxBufferClockSource should be unique " ::= { radDmdVrDemodNVStatus 36 } radDmdVrRxPilotSymbolsEnabled OBJECT-TYPE SYNTAX ControlType MAX-ACCESS read-write STATUS current DESCRIPTION "Enables pilot symbols." ::= { radDmdVrDemodNVStatus 37 } radDmdVrRxGoldSeqIndex OBJECT-TYPE SYNTAX Unsigned32 (0..65535) MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the gold code index." ::= { radDmdVrDemodNVStatus 38 } -- ---------------------------------------------------------------------------------------------------- -- demodulator volatile status information. radDmdVrRxAlarms1 OBJECT-TYPE SYNTAX BITS { rxFpgaFault(0), carrierFault(1), frameLockFault(3), dataActivity(6) } MAX-ACCESS read-only STATUS current DESCRIPTION "A bit field. On startup, the agent initializes this to the value '00000000'B. Activity/Lock: 1 = Pass, 0 = Fail Alarm/Fault: 0 = Pass, 1 = Fail" ::= { radDmdVrDemodStatus 1 } radDmdVrRxAlarms2 OBJECT-TYPE SYNTAX BITS { bufferUnderflow(0), bufferOverflow(1), bufferNearEmpty(2), bufferNearFull(3), summaryFault(7) } MAX-ACCESS read-only STATUS current DESCRIPTION "A bit field. On startup, the agent initializes this to the value '00000000'B. Activity/Lock: 1 = Pass, 0 = Fail Alarm/Fault: 0 = Pass, 1 = Fail" ::= { radDmdVrDemodStatus 2 } radDmdVrRxAlarms3 OBJECT-TYPE SYNTAX BITS { lBandSynthesizerLock(0), externalReferenceLock(6) } MAX-ACCESS read-only STATUS current DESCRIPTION "A bit field. On startup, the agent initializes this to the value '00000000'B. Activity/Lock: 1 = Pass, 0 = Fail Alarm/Fault: 0 = Pass, 1 = Fail" ::= { radDmdVrDemodStatus 3 } radDmdVrRxAlarms4 OBJECT-TYPE SYNTAX BITS { externalBncActivity(1), satelliteClockActivity(2), externalReferenceActivity(4), hsReferenceActivity(5), ebnoFault(7) } MAX-ACCESS read-only STATUS current DESCRIPTION "A bit field. On startup, the agent initializes this to the value '00000000'B. Activity/Lock: 1 = Pass, 0 = Fail Alarm/Fault: 0 = Pass, 1 = Fail" ::= { radDmdVrDemodStatus 4 } radDmdVrRxAlarms5 OBJECT-TYPE SYNTAX BITS { ifecLockFault(1) } MAX-ACCESS read-only STATUS current DESCRIPTION "A bit field. On startup, the agent initializes this to the value '00000000'B. Activity/Lock: 1 = Pass, 0 = Fail Alarm/Fault: 0 = Pass, 1 = Fail" ::= { radDmdVrDemodStatus 5 } radDmdVrRxBackwardAlarms OBJECT-TYPE SYNTAX BITS { idrBackwardAlarm1(0), idrBackwardAlarm2(1), idrBackwardAlarm3(2), idrBackwardAlarm4(3), bit4Reserved(4), bit5Reserved(5), bit6Reserved(6), bit7Reserved(7) } MAX-ACCESS read-only STATUS current DESCRIPTION "A bit field. On startup, the agent initializes this to the value '00000000'B. Activity/Lock: 1 = Pass, 0 = Fail Alarm/Fault: 0 = Pass, 1 = Fail" ::= { radDmdVrDemodStatus 6 } radDmdVrRxLatchedAlarms1 OBJECT-TYPE SYNTAX BITS { rxFpgaFault(0), carrierFault(1), frameLockFault(3), dataActivity(6) } MAX-ACCESS read-only STATUS current DESCRIPTION "A bit field. On startup, the agent initializes this to the value '00000000'B. 0 = Pass, 1 = Fail" ::= { radDmdVrDemodStatus 7 } radDmdVrRxLatchedAlarms2 OBJECT-TYPE SYNTAX BITS { bufferUnderflow(0), bufferOverflow(1), bufferNearEmpty(2), bufferNearFull(3), summaryFault(7) } MAX-ACCESS read-only STATUS current DESCRIPTION "A bit field. On startup, the agent initializes this to the value '00000000'B. 0 = Pass, 1 = Fail" ::= { radDmdVrDemodStatus 8 } radDmdVrRxLatchedAlarms3 OBJECT-TYPE SYNTAX BITS { lBandSynthesizerLock(0), externalReferenceLock(6) } MAX-ACCESS read-only STATUS current DESCRIPTION "A bit field. On startup, the agent initializes this to the value '00000000'B. 0 = Pass, 1 = Fail" ::= { radDmdVrDemodStatus 9 } radDmdVrRxLatchedAlarms4 OBJECT-TYPE SYNTAX BITS { externalBncActivity(1), satelliteClockActivity(2), externalReferenceActivity(4), hsReferenceActivity(5), ebnoFault(7) } MAX-ACCESS read-only STATUS current DESCRIPTION "A bit field. On startup, the agent initializes this to the value '00000000'B. 0 = Pass, 1 = Fail" ::= { radDmdVrDemodStatus 10 } radDmdVrRxLatchedAlarms5 OBJECT-TYPE SYNTAX BITS { ifecLockFault(1) } MAX-ACCESS read-only STATUS current DESCRIPTION "A bit field. On startup, the agent initializes this to the value '00000000'B. 0 = Pass, 1 = Fail" ::= { radDmdVrDemodStatus 11 } radDmdVrRxBerEbnoStatus OBJECT-TYPE SYNTAX INTEGER (0..255) MAX-ACCESS read-only STATUS current DESCRIPTION "A bit field. On startup, the agent initializes this to the value '00000000'B Bit 0 = Raw BER and corrected BER status. 1 = Valid Bit 1 = Test BER status 1 = Valid Bit 2,3 = EbNo status 0 = EbNo invalid 1 = EbNo valid 2 = EbNo is smaller than indicated value 3 = EbNo is greater than indicated value Bit 4..7 = Reserved" ::= { radDmdVrDemodStatus 12 } radDmdVrRxEbno OBJECT-TYPE SYNTAX EbnoType MAX-ACCESS read-only STATUS current DESCRIPTION "Estimated EbNo as seen by the demodulator, 2 implied decimal places." ::= { radDmdVrDemodStatus 13 } radDmdVrRxBufferLevel OBJECT-TYPE SYNTAX INTEGER (0..100) MAX-ACCESS read-only STATUS current DESCRIPTION "Pleisiochronous buffer percent full status. Unsigned binary value in 1% steps." ::= { radDmdVrDemodStatus 14 } radDmdVrRxCarrierLeveldBmX100 OBJECT-TYPE SYNTAX RadReceivePowerLevel MAX-ACCESS read-only STATUS current DESCRIPTION "Estimated receive signal level, implied decimal point" ::= { radDmdVrDemodStatus 15 } radDmdVrRxBitErrorCount OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Shows the number of errors detected in the data stream" ::= { radDmdVrDemodStatus 16 } radDmdVrRxTestPatternErrorCount OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Shows the number of errors detected by the test pattern checker." ::= { radDmdVrDemodStatus 17 } radDmdVrRxLossOfTerrInputSignal OBJECT-TYPE SYNTAX INTEGER { normal(1), lossOfSignal(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status of terrestrial input" ::= { radDmdVrDemodStatus 18 } radDmdVrRxSymbolRateHz OBJECT-TYPE SYNTAX Unsigned32 (9600..10000000) MAX-ACCESS read-only STATUS current DESCRIPTION "Demodulator symbol rate." ::= { radDmdVrDemodStatus 19 } radDmdVrRxAlarms6 OBJECT-TYPE SYNTAX BITS { reserved (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "A bit field. On startup, the agent initializes this to the value '00000000'B. Activity/Lock: 1 = Pass, 0 = Fail Alarm/Fault: 0 = Pass, 1 = Fail" ::= { radDmdVrDemodStatus 20 } radDmdVrRxLatchedAlarms6 OBJECT-TYPE SYNTAX BITS { reserved (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "A bit field. On startup, the agent initializes this to the value '00000000'B. 0 = Pass, 1 = Fail" ::= { radDmdVrDemodStatus 21 } radDmdVrRxEthPktErrorCount OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Ethernet Bridge card packet error count." ::= { radDmdVrDemodStatus 22 } radDmdVrRxEthPktTotalCount OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "Ethernet Bridge card total packet count." ::= { radDmdVrDemodStatus 23 } radDmdVrRxEthJs1PortStatus OBJECT-TYPE SYNTAX INTEGER { down(1), unresolved(2), halfDuplex10mbs(3), halfDuplex100mbs(4), fullDuplex10mbs(5), fullDuplex100mbs(6), portNotUsed(7), halfDuplex1000mbs(8), fullDuplex1000mbs(9) } MAX-ACCESS read-only STATUS current DESCRIPTION "Ethernet bridge JS 1 port status." ::= { radDmdVrDemodStatus 24 } radDmdVrRxEthJs2PortStatus OBJECT-TYPE SYNTAX INTEGER { down(1), unresolved(2), halfDuplex10mbs(3), halfDuplex100mbs(4), fullDuplex10mbs(5), fullDuplex100mbs(6), portNotUsed(7), halfDuplex1000mbs(8), fullDuplex1000mbs(9) } MAX-ACCESS read-only STATUS current DESCRIPTION "Ethernet bridge JS 2 port status." ::= { radDmdVrDemodStatus 25 } radDmdVrRxEthJs3PortStatus OBJECT-TYPE SYNTAX INTEGER { down(1), unresolved(2), halfDuplex10mbs(3), halfDuplex100mbs(4), fullDuplex10mbs(5), fullDuplex100mbs(6), portNotUsed(7), halfDuplex1000mbs(8), fullDuplex1000mbs(9) } MAX-ACCESS read-only STATUS current DESCRIPTION "Ethernet bridge JS 3 port status." ::= { radDmdVrDemodStatus 26 } radDmdVrRxEthJs4PortStatus OBJECT-TYPE SYNTAX INTEGER { down(1), unresolved(2), halfDuplex10mbs(3), halfDuplex100mbs(4), fullDuplex10mbs(5), fullDuplex100mbs(6), portNotUsed(7), halfDuplex1000mbs(8), fullDuplex1000mbs(9) } MAX-ACCESS read-only STATUS current DESCRIPTION "Ethernet bridge JS 4 port status." ::= { radDmdVrDemodStatus 27 } radDmdVrRxEthWanStatus OBJECT-TYPE SYNTAX INTEGER { down(1), unresolved(2), halfDuplex10mbs(3), halfDuplex100mbs(4), fullDuplex10mbs(5), fullDuplex100mbs(6), portNotUsed(7), halfDuplex1000mbs(8), fullDuplex1000mbs(9) } MAX-ACCESS read-only STATUS current DESCRIPTION "Ethernet bridge WAN Status." ::= { radDmdVrDemodStatus 28 } radDmdVrRxRawBerStatus OBJECT-TYPE SYNTAX BerStatusStringType MAX-ACCESS read-only STATUS current DESCRIPTION "Raw BER status" ::= { radDmdVrDemodStatus 29 } radDmdVrRxCorrectedBerStatus OBJECT-TYPE SYNTAX BerStatusStringType MAX-ACCESS read-only STATUS current DESCRIPTION "Corrected BER status" ::= { radDmdVrDemodStatus 30 } radDmdVrRxTestPatternBerStatus OBJECT-TYPE SYNTAX BerStatusStringType MAX-ACCESS read-only STATUS current DESCRIPTION "Test pattern BER status" ::= { radDmdVrDemodStatus 31 } radDmdVrRxCarrierFrequencyOffset OBJECT-TYPE SYNTAX INTEGER (-2147483648..2147483647) MAX-ACCESS read-only STATUS current DESCRIPTION "Carrier frequency offset in Hz." ::= { radDmdVrDemodStatus 32 } -- ---------------------------------------------------------------------------------------------------- -- common non-volatile status information. radDmdVrCommonExternalExcClock OBJECT-TYPE SYNTAX INTEGER (2400..20000000) MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the external clock frequency, being provided on the Ext BNC port" ::= { radDmdVrCommonNVStatus 1 } radDmdVrCommonExternalReference OBJECT-TYPE SYNTAX INTEGER (256000..10000000) MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the external frequency reference in Hz. Valid settings are from 256 KHz to 10 Mhz in 8 kHz steps." ::= { radDmdVrCommonNVStatus 2 } radDmdVrCommonFrequencyReferenceSource OBJECT-TYPE SYNTAX INTEGER { internal(1), external(2), highStab(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the frequency reference source." ::= { radDmdVrCommonNVStatus 3 } radDmdVrCommonAlarms1Mask OBJECT-TYPE SYNTAX BITS { minus12VoltAlarm(0), plus12VoltAlarm(1), plus5VoltAlarm(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Alarm mask: 0 = Mask, 1 = Allow" ::= { radDmdVrCommonNVStatus 4 } radDmdVrCommonAlarms2Mask OBJECT-TYPE SYNTAX BITS { terrFpgaFault(0), codecFpgaFault(1), codecDeviceFault(2), dmdPos1p5VoltAlarm(3), bit4Reserved(4), modPos1p5VoltAlarm(5), pos3p3VoltAlarm(6), pos20VoltAlarm(7) } MAX-ACCESS read-write STATUS current DESCRIPTION "Alarm mask: 0 = Mask, 1 = Allow" ::= { radDmdVrCommonNVStatus 5 } radDmdVrCommonCarrierType OBJECT-TYPE SYNTAX INTEGER { normal(1), cw(2), dual(3), offset(4), posFir(5), negFir(6) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the carrier type" ::= { radDmdVrCommonNVStatus 6 } radDmdVrCommonLoopback OBJECT-TYPE SYNTAX INTEGER { none(1), terrTx(2), basebandTx(5), if(8) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the loopback type" ::= { radDmdVrCommonNVStatus 7 } radDmdVrCommonSerialRemoteControl OBJECT-TYPE SYNTAX INTEGER { computer(1), terminal(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects wheather the serial remote control is terminal or computer." ::= { radDmdVrCommonNVStatus 8 } radDmdVrCommonTerminalBaudRate OBJECT-TYPE SYNTAX INTEGER { baud150(1), baud300(2), baud600(3), baud1200(4), baud2400(5), baud4800(6), baud9600(7), baud19200(8), baud38400(9), baud57600(10), baud115200(11) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects terminal baud rate." ::= { radDmdVrCommonNVStatus 9 } radDmdVrCommonTerminalEmulation OBJECT-TYPE SYNTAX INTEGER { addsvp(1), vt100(2), wyse50(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects terminal emulation." ::= { radDmdVrCommonNVStatus 10 } radDmdVrCommonRemoteAddress OBJECT-TYPE SYNTAX INTEGER (32..255) MAX-ACCESS read-write STATUS current DESCRIPTION "Remote port address, 32 through 255." ::= { radDmdVrCommonNVStatus 11 } radDmdVrCommonRemoteBaudRate OBJECT-TYPE SYNTAX INTEGER { baud150(1), baud300(2), baud600(3), baud1200(4), baud2400(5), baud4800(6), baud9600(7), baud19200(8), baud38400(9), baud57600(10), baud115200(11) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects remote port Baud Rate." ::= { radDmdVrCommonNVStatus 12 } radDmdVrCommonRemoteInterface OBJECT-TYPE SYNTAX INTEGER { rs232(1), rs485(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects remote line interface type." ::= { radDmdVrCommonNVStatus 13 } radDmdVrCommonEventClear OBJECT-TYPE SYNTAX Unsigned32 (0..4294967295) MAX-ACCESS read-write STATUS current DESCRIPTION "Any write to this object clears the event buffer." ::= { radDmdVrCommonNVStatus 14 } radDmdVrCommonLatchedAlarmsClear OBJECT-TYPE SYNTAX Unsigned32 (0..4294967295) MAX-ACCESS read-write STATUS current DESCRIPTION "Any write to this object clears the latched alarms." ::= { radDmdVrCommonNVStatus 15 } radDmdVrCommonMinorAlarmRelayUsage OBJECT-TYPE SYNTAX INTEGER { ibsPromptAndService(1), minorAlarmsAndIbs(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the usage of two of the relay contacts on the baseband board. When an IBS type Network spec is used this value is ignored and the contacts are ibsPromptAndService only. In closed network configurations the relays can be used for ibs prompt and service purposes or both ibs and txMinor alarms and rxMinor alarms." ::= { radDmdVrCommonNVStatus 16 } -- ---------------------------------------------------------------------------------------------------- -- common status information. radDmdVrCommonAlarms1 OBJECT-TYPE SYNTAX BITS { minus12VoltAlarm(0), plus12VoltAlarm(1), plus5VoltAlarm(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "A bit field. On startup, the agent initializes this to the value '00000000'B. Activity/Lock: 1 = Pass, 0 = Fail Alarm/Fault: 0 = Pass, 1 = Fail" ::= { radDmdVrCommonStatus 1 } radDmdVrCommonAlarms2 OBJECT-TYPE SYNTAX BITS { terrFpgaFault(0), codecFpgaFault(1), codecDeviceFault(2), dmdPos1p5VoltAlarm(3), bit4Reserved(4), modPos1p5VoltAlarm(5), pos3p3VoltAlarm(6), pos20VoltAlarm(7) } MAX-ACCESS read-only STATUS current DESCRIPTION "A bit field. On startup, the agent initializes this to the value '00000000'B. Activity/Lock: 1 = Pass, 0 = Fail Alarm/Fault: 0 = Pass, 1 = Fail" ::= { radDmdVrCommonStatus 2 } radDmdVrCommonLatchedAlarms1 OBJECT-TYPE SYNTAX BITS { minus12VoltAlarm(0), plus12VoltAlarm(1), plus5VoltAlarm(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "A bit field. On startup, the agent initializes this to the value '00000000'B. 0 = Pass, 1 = Fail" ::= { radDmdVrCommonStatus 3 } radDmdVrCommonLatchedAlarms2 OBJECT-TYPE SYNTAX BITS { terrFpgaFault(0), codecFpgaFault(1), codecDeviceFault(2), dmdPos1p5VoltAlarm(3), bit4Reserved(4), modPos1p5VoltAlarm(5), pos3p3VoltAlarm(6), pos20VoltAlarm(7) } MAX-ACCESS read-only STATUS current DESCRIPTION "A bit field. On startup, the agent initializes this to the value '00000000'B. 0 = Pass, 1 = Fail" ::= { radDmdVrCommonStatus 4 } radDmdVrCommonPos5VDcX10 OBJECT-TYPE SYNTAX RadVoltageLevel MAX-ACCESS read-only STATUS current DESCRIPTION "+5V voltage. Implied decimal point, 49 means 4.9Volts" ::= { radDmdVrCommonStatus 5 } radDmdVrCommonPos12VDcX10 OBJECT-TYPE SYNTAX RadVoltageLevel MAX-ACCESS read-only STATUS current DESCRIPTION "+12V voltage. Implied decimal point, 121 means 12.1Volts" ::= { radDmdVrCommonStatus 6 } radDmdVrCommonNeg12VDcX10 OBJECT-TYPE SYNTAX RadVoltageLevel MAX-ACCESS read-only STATUS current DESCRIPTION "-12V voltage. Implied decimal point and sign, 121 means -12.1Volts" ::= { radDmdVrCommonStatus 7 } radDmdVrCommonFirmwareName OBJECT-TYPE SYNTAX FirmwareNameType MAX-ACCESS read-only STATUS current DESCRIPTION "This is the modem firmware name." ::= { radDmdVrCommonStatus 8 } radDmdVrCommonModPos1Point5VDcX10 OBJECT-TYPE SYNTAX RadVoltageLevel MAX-ACCESS read-only STATUS current DESCRIPTION "Modulator +1.5V voltage. Implied decimal point, 15 means 1.5Volts" ::= { radDmdVrCommonStatus 9 } radDmdVrCommonDmdPos1Point5VDcX10 OBJECT-TYPE SYNTAX RadVoltageLevel MAX-ACCESS read-only STATUS current DESCRIPTION "Demodulator +1.5V voltage. Implied decimal point, 15 means 1.5Volts" ::= { radDmdVrCommonStatus 10 } radDmdVrCommonPos3Point3VDcX10 OBJECT-TYPE SYNTAX RadVoltageLevel MAX-ACCESS read-only STATUS current DESCRIPTION "+3.3V voltage. Implied decimal point, 33 means 3.3Volts" ::= { radDmdVrCommonStatus 11 } radDmdVrCommonPos20VDcX10 OBJECT-TYPE SYNTAX RadVoltageLevel MAX-ACCESS read-only STATUS current DESCRIPTION "+20V voltage. Implied decimal point, 210 means 21.0Volts" ::= { radDmdVrCommonStatus 12 } -- ---------------------------------------------------------------------------------------------------- -- Trap definitions. -- Include Prefix for compatibility with SNMPv1 traps and procedures -- employed by multi-lingual and proxy forwarding systems radDmdVrTrapPrefix OBJECT IDENTIFIER ::= { radDmdVrTraps 0 } radDmdVrTxMajorAlarmTrap NOTIFICATION-TYPE OBJECTS { radDmdVrTxAlarms1 } STATUS current DESCRIPTION "Transmit major alarm trap." ::= { radDmdVrTrapPrefix 1 } radDmdVrTxMinorAlarmTrap NOTIFICATION-TYPE OBJECTS { radDmdVrTxAlarms2, radDmdVrTxDropStatus, radDmdVrTxBackwardAlarms, radDmdVrTxAlarms4 } STATUS current DESCRIPTION "Transmit minor alarm trap." ::= { radDmdVrTrapPrefix 2 } radDmdVrRxMajorAlarmTrap NOTIFICATION-TYPE OBJECTS { radDmdVrRxAlarms1, radDmdVrRxAlarms2, radDmdVrRxAlarms3 } STATUS current DESCRIPTION "Receive major alarm trap." ::= { radDmdVrTrapPrefix 3 } radDmdVrRxMinorAlarmTrap NOTIFICATION-TYPE OBJECTS { radDmdVrRxAlarms4, radDmdVrRxAlarms5, radDmdVrRxBackwardAlarms } STATUS current DESCRIPTION "Receive minor alarm trap." ::= { radDmdVrTrapPrefix 4 } radDmdVrCommonAlarmTrap NOTIFICATION-TYPE OBJECTS { radDmdVrCommonAlarms1, radDmdVrCommonAlarms2 } STATUS current DESCRIPTION "Common alarm trap." ::= { radDmdVrTrapPrefix 5 } -- ---------------------------------------------------------------------------------------------------- -- LBST -- Mod Lbst nonvolatile status information. radDmdVrLbstTxUplinkFrequencyHz OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-write STATUS current DESCRIPTION "Selects RF frequency in Hz steps. 2GHz to 99 GHz." ::= { radDmdVrModLbstNVStatus 1 } radDmdVrLbstTxLoFrequencyHz OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-write STATUS current DESCRIPTION "Selects local oscillator frequency in Hz steps. 2GHz to 99 GHz." ::= { radDmdVrModLbstNVStatus 2 } radDmdVrLbstTxSideBand OBJECT-TYPE SYNTAX INTEGER { highSide(1), lowSide(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Oscillator side band select." ::= { radDmdVrModLbstNVStatus 3 } radDmdVrLbstTx10MhzReferenceEnable OBJECT-TYPE SYNTAX ControlType MAX-ACCESS read-write STATUS current DESCRIPTION "10 MHz BUC reference enable." ::= { radDmdVrModLbstNVStatus 4 } radDmdVrLbstTxVoltageEnable OBJECT-TYPE SYNTAX ControlType MAX-ACCESS read-write STATUS current DESCRIPTION "BUC supply voltage enable." ::= { radDmdVrModLbstNVStatus 5 } radDmdVrLbstTxVoltageLowerThreshold OBJECT-TYPE SYNTAX RadVoltageLevel MAX-ACCESS read-write STATUS current DESCRIPTION "BUC low voltage alarm threshold. There is an implied decimal point." ::= { radDmdVrModLbstNVStatus 6 } radDmdVrLbstTxVoltageUpperThreshold OBJECT-TYPE SYNTAX RadVoltageLevel MAX-ACCESS read-write STATUS current DESCRIPTION "BUC Hi voltage alarm threshold. There is an implied decimal point." ::= { radDmdVrModLbstNVStatus 7 } radDmdVrLbstTxCurrentLowerThreshold OBJECT-TYPE SYNTAX RadCurrentLevel MAX-ACCESS read-write STATUS current DESCRIPTION "BUC Low current draw alarm threshold. There is an implied decimal point." ::= { radDmdVrModLbstNVStatus 8 } radDmdVrLbstTxCurrentUpperThreshold OBJECT-TYPE SYNTAX RadCurrentLevel MAX-ACCESS read-write STATUS current DESCRIPTION "BUC Hi current draw alarm threshold. There is an implied decimal point." ::= { radDmdVrModLbstNVStatus 9 } radDmdVrFskCommsSelect OBJECT-TYPE SYNTAX INTEGER { commsSelectNone(1), commsSelectCodan(2), commsSelectTerraSat(3), commsSelectAmplus(4) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the protocol used on the Fsk port" ::= { radDmdVrModLbstNVStatus 10 } radDmdVrFskTestType OBJECT-TYPE SYNTAX INTEGER { fskTestTypeNone(1), fskTestTypeLoopback(2), fskTestTypeCycleTxEnable(3), fskTestTypeCodanPassThru(4), fskTestTypeTerrasatPassThru(5), fskTestTypeAmplusPassThru(6) } MAX-ACCESS read-write STATUS current DESCRIPTION "Selects the type of Fsk communications test to use" ::= { radDmdVrModLbstNVStatus 11 } radDmdVrBucAddress OBJECT-TYPE SYNTAX INTEGER (0..255) MAX-ACCESS read-write STATUS current DESCRIPTION "Address used when when Fsk messages are sent to the Buc. This address is dependent upon the protocol selected. Some BUCs require specific values" ::= { radDmdVrModLbstNVStatus 12 } radDmdVrBucOutputEnable OBJECT-TYPE SYNTAX ControlType MAX-ACCESS read-write STATUS current DESCRIPTION "Using the Fsk interface and active Fsk protocol enable/disables the BUC output" ::= { radDmdVrModLbstNVStatus 13 } -- ---------------------------------------------------------------------------------------------------- -- Mod Lbst volatile status information. radDmdVrLbstTxBucVoltageX10 OBJECT-TYPE SYNTAX RadVoltageLevel MAX-ACCESS read-only STATUS current DESCRIPTION "BUC voltage. Implied decimal point, 482 means 48.2Volts" ::= { radDmdVrModLbstStatus 1 } radDmdVrLbstTxBucCurrentX1000 OBJECT-TYPE SYNTAX RadCurrentLevel MAX-ACCESS read-only STATUS current DESCRIPTION "BUC current. Implied decimal point, 5500 means 5.500Amps" ::= { radDmdVrModLbstStatus 2 } radDmdVrFskTestResultAlarm OBJECT-TYPE SYNTAX INTEGER { testPass(1), testFail(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Status of the last Fsk Test" ::= { radDmdVrModLbstStatus 3 } radDmdVrBucCarrierLeveldBmX100 OBJECT-TYPE SYNTAX RadTransmitPowerLevel MAX-ACCESS read-only STATUS current DESCRIPTION "The Tx power level of the BUC in dBm. There is an implied decimal point. For example, a value of -100 represents a transmit power level of -10.0 dBm." ::= { radDmdVrModLbstStatus 4 } radDmdVrBucSummaryStatus OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-only STATUS current DESCRIPTION "Summary Status value provided by the BUC across the Fsk interface" ::= { radDmdVrModLbstStatus 5 } radDmdVrBucTemperature OBJECT-TYPE SYNTAX RadTemperature MAX-ACCESS read-only STATUS current DESCRIPTION "Temperature, in degrees C, as reported by the BUC across the Fsk interface. There is an implied decimal point. For example, a value of 300 represents a temperature of 30.0 C" ::= { radDmdVrModLbstStatus 6 } radDmdVrFskPassThruCmd OBJECT-TYPE SYNTAX FskPassThruCmdType MAX-ACCESS read-write STATUS current DESCRIPTION "Command text to be passed to Fsk interface" ::= { radDmdVrModLbstStatus 7 } radDmdVrFskExecutePassThruCmd OBJECT-TYPE SYNTAX Unsigned32 (0..4294967295) MAX-ACCESS read-write STATUS current DESCRIPTION "Any write to this object will force the value of the FskPassThruCmd to be written out the fsk interface" ::= { radDmdVrModLbstStatus 8 } radDmdVrFskPassThruReply OBJECT-TYPE SYNTAX FskPassThruReplyType MAX-ACCESS read-only STATUS current DESCRIPTION "Fsk interface's most recent reply to previous Fsk pass thru command" ::= { radDmdVrModLbstStatus 9 } -- ---------------------------------------------------------------------------------------------------- -- Demod Lbst nonvolatile status information. radDmdVrLbstRxDownlinkFrequencyHz OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-write STATUS current DESCRIPTION "Selects RF frequency in Hz steps. 2GHz to 99 GHz." ::= { radDmdVrDemodLbstNVStatus 1 } radDmdVrLbstRxLoFrequencyHz OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-write STATUS current DESCRIPTION "Selects local oscillator frequency in Hz steps. 2GHz to 99 GHz." ::= { radDmdVrDemodLbstNVStatus 2 } radDmdVrLbstRxSideBand OBJECT-TYPE SYNTAX INTEGER { highSide(1), lowSide(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Oscillator side band select." ::= { radDmdVrDemodLbstNVStatus 3 } radDmdVrLbstRx10MhzReferenceEnable OBJECT-TYPE SYNTAX ControlType MAX-ACCESS read-write STATUS current DESCRIPTION "10 MHz LNB reference enable." ::= { radDmdVrDemodLbstNVStatus 4 } radDmdVrLbstRxVoltageEnable OBJECT-TYPE SYNTAX ControlType MAX-ACCESS read-write STATUS current DESCRIPTION "LNB supply voltage enable." ::= { radDmdVrDemodLbstNVStatus 5 } radDmdVrLbstRxVoltageSelect OBJECT-TYPE SYNTAX INTEGER { select13Volts(1), select15Volts(2), select18Volts(3), select20Volts(4) } MAX-ACCESS read-write STATUS current DESCRIPTION "LNB supply voltage. Valid settings are 13, 15, 18, and 20 volts." ::= { radDmdVrDemodLbstNVStatus 6 } -- ---------------------------------------------------------------------------------------------------- -- MIB conformance radDmdVrModNVStatusGroup OBJECT-GROUP OBJECTS { radDmdVrTxCarrierControl, radDmdVrTxNetworkSpec, radDmdVrTxCarrierLeveldBmX100, radDmdVrTxCarrierFrequencyHz, radDmdVrTxTerrDataRateHz, radDmdVrTxStrapCode, radDmdVrTxInnerFecRate, radDmdVrTxModulationType, radDmdVrTxSatFraming, radDmdVrTxOuterFecEnable, radDmdVrTxInterleaverDepth, radDmdVrTxDropMode, radDmdVrTxDropMap, radDmdVrTxClockSource, radDmdVrTxClockPolarity, radDmdVrTxSctClockSource, radDmdVrTxDataPolarity, radDmdVrTxSpectrum, radDmdVrTxScramblingEnable, radDmdVrTxScramblingType, radDmdVrTxDifferentialEncoder, radDmdVrTxBpskSymbolPairingSwap, radDmdVrTxEscOverheadType, radDmdVrTxEsc1GaindBX100, radDmdVrTxEsc2GaindBX100, radDmdVrTxTerrInterfaceType, radDmdVrTxTestPattern, radDmdVrTxCircuitName, radDmdVrTxAlarms1Mask, radDmdVrTxAlarms2Mask, radDmdVrTxForcedAlarms, radDmdVrTxDropStatusMask, radDmdVrTxTerrestrialFraming, radDmdVrTxSpectralMask, radDmdVrTxAlarms4Mask, radDmdVrTxEthFlowControl, radDmdVrTxEthDaisyChain, radDmdVrTxRsOfecRate, radDmdVrTxTpcInterleaver, radDmdVrTxEsEnhancedEnable, radDmdVrTxEsSerialControlInterface, radDmdVrTxEsBaudRate, radDmdVrTxEsBitsPerChar, radDmdVrTxCarrierDelaySec, radDmdVrTxSccCtlRatio, radDmdVrTxSccInbandRate, radDmdVrTxCompensation, radDmdVrTxForceAlarmTest, radDmdVrTxAsyncInbandRate, radDmdVrTxEthQosType, radDmdVrTxEthQosQue } STATUS current DESCRIPTION "Modulator non-volatile status group." ::= { radDmdVrGroups 1 } radDmdVrModStatusGroup OBJECT-GROUP OBJECTS { radDmdVrTxAlarms1, radDmdVrTxAlarms2, radDmdVrTxDropStatus, radDmdVrTxBackwardAlarms, radDmdVrTxLatchedAlarms1, radDmdVrTxLatchedAlarms2, radDmdVrTxSymbolRateHz, radDmdVrTxAlarms4, radDmdVrTxLatchedAlarms4 } STATUS current DESCRIPTION "Modulator volatile status group." ::= { radDmdVrGroups 2 } radDmdVrDemodNVStatusGroup OBJECT-GROUP OBJECTS { radDmdVrRxNetworkSpec, radDmdVrRxCarrierFrequencyHz, radDmdVrRxTerrDataRateHz, radDmdVrRxInnerFecRate, radDmdVrRxModulationType, radDmdVrRxSatFraming, radDmdVrRxBufferClockSource, radDmdVrRxBufferClockPolarity, radDmdVrRxBufferSize, radDmdVrRxDataPolarity, radDmdVrRxSpectrum, radDmdVrRxCarrierSweepRange, radDmdVrRxCarrierLevelLimitdBmX100, radDmdVrRxTerrInterfaceType, radDmdVrRxTestPattern, radDmdVrRxCircuitName, radDmdVrRxAlarms1Mask, radDmdVrRxAlarms2Mask, radDmdVrRxAlarms3Mask, radDmdVrRxAlarms4Mask, radDmdVrRxAlarms5Mask, radDmdVrRxTerrestrialFraming, radDmdVrRxTerrestrialStreaming, radDmdVrRxAlarms6Mask, radDmdVrRxEbnoAlarmThreshold, radDmdVrRxBufferReset, radDmdVrRxRestartTestPattern, radDmdVrRxSpectralMask, radDmdVrRxAdjacentCarrierType, radDmdVrRxForceAlarmTest, radDmdVrNumRxBufferClockSources, radDmdVrRxBufferClockSource1, radDmdVrRxBufferClockSource2, radDmdVrRxBufferClockSource3, radDmdVrRxBufferClockSource4, radDmdVrRxBufferClockSource5, radDmdVrRxPilotSymbolsEnabled, radDmdVrRxGoldSeqIndex } STATUS current DESCRIPTION "Demodulator non-volatile status group." ::= { radDmdVrGroups 3 } radDmdVrDemodStatusGroup OBJECT-GROUP OBJECTS { radDmdVrRxAlarms1, radDmdVrRxAlarms2, radDmdVrRxAlarms3, radDmdVrRxAlarms4, radDmdVrRxAlarms5, radDmdVrRxBackwardAlarms, radDmdVrRxLatchedAlarms1, radDmdVrRxLatchedAlarms2, radDmdVrRxLatchedAlarms3, radDmdVrRxLatchedAlarms4, radDmdVrRxLatchedAlarms5, radDmdVrRxBerEbnoStatus, radDmdVrRxEbno, radDmdVrRxBufferLevel, radDmdVrRxCarrierLeveldBmX100, radDmdVrRxBitErrorCount, radDmdVrRxTestPatternErrorCount, radDmdVrRxLossOfTerrInputSignal, radDmdVrRxSymbolRateHz, radDmdVrRxAlarms6, radDmdVrRxLatchedAlarms6, radDmdVrRxEthPktErrorCount, radDmdVrRxEthPktTotalCount, radDmdVrRxEthJs1PortStatus, radDmdVrRxEthJs2PortStatus, radDmdVrRxEthJs3PortStatus, radDmdVrRxEthJs4PortStatus, radDmdVrRxEthWanStatus, radDmdVrRxRawBerStatus, radDmdVrRxCorrectedBerStatus, radDmdVrRxTestPatternBerStatus, radDmdVrRxCarrierFrequencyOffset } STATUS current DESCRIPTION "Demodulator volatile status group." ::= { radDmdVrGroups 4 } radDmdVrCommonNVStatusGroup OBJECT-GROUP OBJECTS { radDmdVrCommonExternalExcClock, radDmdVrCommonExternalReference, radDmdVrCommonFrequencyReferenceSource, radDmdVrCommonAlarms1Mask, radDmdVrCommonAlarms2Mask, radDmdVrCommonCarrierType, radDmdVrCommonLoopback, radDmdVrCommonSerialRemoteControl, radDmdVrCommonTerminalBaudRate, radDmdVrCommonTerminalEmulation, radDmdVrCommonRemoteAddress, radDmdVrCommonRemoteBaudRate, radDmdVrCommonRemoteInterface, radDmdVrCommonEventClear, radDmdVrCommonLatchedAlarmsClear, radDmdVrCommonMinorAlarmRelayUsage } STATUS current DESCRIPTION "Common non-volatile status group." ::= { radDmdVrGroups 5 } radDmdVrCommonStatusGroup OBJECT-GROUP OBJECTS { radDmdVrCommonAlarms1, radDmdVrCommonAlarms2, radDmdVrCommonLatchedAlarms1, radDmdVrCommonLatchedAlarms2, radDmdVrCommonPos5VDcX10, radDmdVrCommonPos12VDcX10, radDmdVrCommonNeg12VDcX10, radDmdVrCommonFirmwareName, radDmdVrCommonModPos1Point5VDcX10, radDmdVrCommonDmdPos1Point5VDcX10, radDmdVrCommonPos3Point3VDcX10, radDmdVrCommonPos20VDcX10 } STATUS current DESCRIPTION "Common volatile status group." ::= { radDmdVrGroups 6 } radDmdVrNotificationsGroup NOTIFICATION-GROUP NOTIFICATIONS { radDmdVrTxMajorAlarmTrap, radDmdVrTxMinorAlarmTrap, radDmdVrRxMajorAlarmTrap, radDmdVrRxMinorAlarmTrap, radDmdVrCommonAlarmTrap } STATUS current DESCRIPTION "Cold start trap and authentication failure trap are the two notifications which an SNMPv2 entity is required to implement. Major, minor, and common alarm traps are product specific." ::= { radDmdVrGroups 7 } -- ---------------------------------------------------------------------------------------------------- radDmdVrModLbstNVStatusGroup OBJECT-GROUP OBJECTS { radDmdVrLbstTxUplinkFrequencyHz, radDmdVrLbstTxLoFrequencyHz, radDmdVrLbstTxSideBand, radDmdVrLbstTx10MhzReferenceEnable, radDmdVrLbstTxVoltageEnable, radDmdVrLbstTxVoltageLowerThreshold, radDmdVrLbstTxVoltageUpperThreshold, radDmdVrLbstTxCurrentLowerThreshold, radDmdVrLbstTxCurrentUpperThreshold, radDmdVrFskCommsSelect, radDmdVrFskTestType, radDmdVrBucAddress, radDmdVrBucOutputEnable } STATUS current DESCRIPTION "Mod Lbst nonvolatile status group." ::= { radDmdVrGroups 8 } radDmdVrModLbstStatusGroup OBJECT-GROUP OBJECTS { radDmdVrLbstTxBucVoltageX10, radDmdVrLbstTxBucCurrentX1000, radDmdVrFskTestResultAlarm, radDmdVrBucCarrierLeveldBmX100, radDmdVrBucSummaryStatus, radDmdVrBucTemperature, radDmdVrFskPassThruCmd, radDmdVrFskExecutePassThruCmd, radDmdVrFskPassThruReply } STATUS current DESCRIPTION "Mod Lbst volatile status group." ::= { radDmdVrGroups 9 } radDmdVrDemodLbstNVStatusGroup OBJECT-GROUP OBJECTS { radDmdVrLbstRxDownlinkFrequencyHz, radDmdVrLbstRxLoFrequencyHz, radDmdVrLbstRxSideBand, radDmdVrLbstRx10MhzReferenceEnable, radDmdVrLbstRxVoltageEnable, radDmdVrLbstRxVoltageSelect } STATUS current DESCRIPTION "Demod Lbst nonvolatile status group." ::= { radDmdVrGroups 10 } END