-- ___________________________________________________________________________ -- Module : DemodMib.txt Project Name: dd240-dvb -- Start Date : Release : -- Latest Revision Date: 12/20/01 -- Author(s) : F. Munoz -- -- Module Organization : -- This is a PRELIMINARY document whose contents are subject to change -- without prior notice. -- Radyne user MIB Object Identifiers description. The privite entereprise -- number 2591 is a unique identifier assigned to Radyne by the Internet -- Assigned Numbers Authority (IANA). This number is used to uniquely -- define vendor specific information such as private MIBs. -- -- Program Units : (list of program units) -- -- Requirements Trace : (document(s) and paragraph reference) -- -- Deviations : (any deviations from the coding standard) -- -- Revision History : adapted from dd240 front panel organization -- ___________________________________________________________________________ RADYNE-DD240-MIB DEFINITIONS ::= BEGIN IMPORTS enterprises FROM RFC1155-SMI TEXTUAL-CONVENTION FROM SNMPv2-TC OBJECT-TYPE FROM RFC-1212; -- groups in Radyne specific MIB radyne OBJECT IDENTIFIER ::= { enterprises 2591 } dd240-dvb OBJECT IDENTIFIER ::= { radyne 9 } demodulator OBJECT IDENTIFIER ::= { dd240-dvb 1 } interface OBJECT IDENTIFIER ::= { dd240-dvb 2 } monitor OBJECT IDENTIFIER ::= { dd240-dvb 3 } alarms OBJECT IDENTIFIER ::= { dd240-dvb 4 } system OBJECT IDENTIFIER ::= { dd240-dvb 5 } test OBJECT IDENTIFIER ::= { dd240-dvb 6 } traps OBJECT IDENTIFIER ::= { dd240-dvb 7 } ----------------------------------------------------------------------------- RadPowerLevel ::= TEXTUAL-CONVENTION DISPLAY-HINT "d-1" STATUS current DESCRIPTION "Power level in tenths of a dBm." SYNTAX INTEGER RadRatio ::= TEXTUAL-CONVENTION DISPLAY-HINT "0a/0a" STATUS current DESCRIPTION " A string which consists of two tokens seperated by delimiting character, '/'. The first token will be converted into decimal based numerator. The second token will be converted into a decimal based denominator. " SYNTAX OCTET STRING (SIZE (20)) RadString ::= TEXTUAL-CONVENTION DISPLAY-HINT "255a" STATUS current DESCRIPTION "ASCII String." SYNTAX OCTET STRING RadVoltageLevel ::= TEXTUAL-CONVENTION DISPLAY-HINT "d-1" STATUS current DESCRIPTION "Voltage level in tenths of a volt." SYNTAX INTEGER ----------------------------------------------------------------------------- -- demodulator networkSpec OBJECT-TYPE SYNTAX INTEGER { dvb(1), dvbS2BsNbc(2), dtvAmcNbc(3) } MAX-ACCESS read-write STATUS current DESCRIPTION " Selects network specification. " ::= { demodulator 1 } frequency OBJECT-TYPE SYNTAX Unsigned32 (50000000..180000000|950000000..2150000000) MAX-ACCESS read-write STATUS current DESCRIPTION " Selects frequency in Hz. I-F valid values are: 50000000..180000000 L-Band valid values are: 950000000..2150000000 " ::= { demodulator 2 } modulation OBJECT-TYPE SYNTAX INTEGER { bpsk(2), qpsk(4), psk8(8), qam16(16) } MAX-ACCESS read-write STATUS current DESCRIPTION " Selects the modulation type. Changing modulation type will effect the symbol rate and data rate, the IFEC may also be constrained or altered based upon modulation choices. " ::= { demodulator 3 } innerFecRate OBJECT-TYPE SYNTAX INTEGER { none(0), viterbi1_2(1), viterbi2_3(2), viterbi3_4(3), viterbi4_5(4), viterbi5_6(5), viterbi6_7(6), viterbi7_8(7), viterbi8_9(8), viterbi9_10(9), viterbi10_11(10), viterbi11_12(11), viterbi3_5(12), viterbi4_5(13), viterbi6_7(14) } MAX-ACCESS read-write STATUS current DESCRIPTION " Selects Inner FEC code rate type. Changing the encoder will affect symbol rate and data rate. Valid values include: QPSK - viterbi1_2(1), viterbi2_3(2), viterbi3_4(3), viterbi5_6(5), viterbi7_8(7) 8PSK - viterbi2_3(2), viterbi5_6(5), viterbi8_9(8) 16QAM - viterbi3_4(3), viterbi7_8(7) Unsupported choices include: none(0), viterbi4_5(4),viterbi6_7(6), viterbi8_9(8), viterbi9_10(9),viterbi10_11(10),viterbi11_12(11) " ::= { demodulator 4 } -- outerFecRate OBJECT-TYPE -- SYNTAX RadRatio -- MAX-ACCESS read-write -- STATUS optional -- DESCRIPTION -- " -- OID Reserved -- for the Outer FEC ratio -- " -- ::= { demodulator 5 } -- -- outerFecBypass OBJECT-TYPE -- SYNTAX INTEGER { -- disable(0), -- enable(1) -- } -- MAX-ACCESS read-write -- STATUS optional -- DESCRIPTION -- " -- OID Reserved -- disables or enables the Reed-Solomon decoder -- " -- ::= { demodulator 6 } -- -- scrambler OBJECT-TYPE -- SYNTAX INTEGER { -- none(0), -- ibs(1), -- v35Iess(2), -- v35Ccitt(3), -- v35EfData(4), -- v35Fairchild(5), -- v35Om73(6), -- rs(7), -- rsEfData(8), -- dvb(9) -- } -- MAX-ACCESS read-write -- STATUS optional -- DESCRIPTION -- " -- Reserved -- selects a scrambler type -- " -- ::= { demodulator 7 } -- -- interleaver OBJECT-TYPE -- SYNTAX INTEGER ( 15|29|30|58 ) -- MAX-ACCESS read-write -- STATUS optional -- DESCRIPTION -- " -- Reserved -- selects an interleave branch count -- " -- ::= { demodulator 8 } -- -- interleaverBypass OBJECT-TYPE -- SYNTAX INTEGER { -- disable(0), -- enable(1) -- } -- MAX-ACCESS read-write -- STATUS optional -- DESCRIPTION -- " -- Reserved -- Disables/enables the interleaver. -- " -- ::= { demodulator 9 } dataRate OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-write STATUS current DESCRIPTION " Selects the data rate in bps. The data rate may be constrained to specific values, depending upon the terrestrial interface installed. The data rate and the symbol rate are co-dependent and must both stay within the operational parameters of the demodulator. " ::= { demodulator 10 } symbolRate OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-write STATUS current DESCRIPTION " Selects the symbol rate in sps. The symbol rate may be constrained to specific values, depending upon the terrestrial interface installed. The data rate and the symbol rate are co-dependent and must both stay within the operational parameters of the demodulator. " ::= { demodulator 11 } spectrum OBJECT-TYPE SYNTAX INTEGER { autoDetect(0), normal(1), inverted(2) } MAX-ACCESS read-write STATUS current DESCRIPTION " Inverts the symbol mapping direction of rotation " ::= { demodulator 12 } rolloff OBJECT-TYPE SYNTAX INTEGER ( 20|25|35 ) MAX-ACCESS read-write STATUS current DESCRIPTION " '20' selects alpha factor rolloff of 0.20, '25' selects alpha factor rolloff of 0.25, '35' selects alpha factor rolloff of 0.35 " ::= { demodulator 13 } lastRateCtrl OBJECT-TYPE SYNTAX INTEGER { auto(0), symbol(1), data(2) } MAX-ACCESS read-write STATUS current DESCRIPTION " Changes in bandwidth will attempt to pin symbol rate or data rate. Both values may change if an operation limit is encountered. G.703 terrestrial interfaces may also require this to be set to data(2). " ::= { demodulator 14 } acqRange OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION " Selects the acquisition range in Hz. Max: 7.5MHz Min: Symbol Rate/10 and when modulation is 8PSK Min: Symbol Rate/20 " ::= { demodulator 15 } lnbPower OBJECT-TYPE SYNTAX INTEGER { off(0), on(1) } MAX-ACCESS read-write STATUS current DESCRIPTION " Disables/enables the power provided to the LNB from the demodulator. " ::= { demodulator 16 } ebnoFloor OBJECT-TYPE SYNTAX INTEGER (100..1500) MAX-ACCESS read-write STATUS current DESCRIPTION " Ebno floor limit in db from 01.00 to 15.00. There is an implied decimal point. Example: a value of 1234 represents a floor limit of +12.34 dB " ::= { demodulator 17 } radPilotSymbolsEnabled OBJECT-TYPE SYNTAX INTEGER { withoutPilots(0), withPilots(1) } ACCESS read-write STATUS current DESCRIPTION "Enables Pilots in DVB-S2." ::= { demodulator 18 } radPlHeaderScramSeqIndex OBJECT-TYPE SYNTAX INTEGER (0..999) ACCESS read-write STATUS current DESCRIPTION "Selects PL Scrambler index." ::= { demodulator 19 } radGoldSeqIndex OBJECT-TYPE SYNTAX INTEGER (0..262142) ACCESS read-write STATUS current DESCRIPTION "Selects Gold Code index." ::= { demodulator 20 } ----------------------------------------------------------------------------- -- interface interfaceType OBJECT-TYPE SYNTAX INTEGER { none(0), asi(1), aasi(2), hssi(3), rs422Serial(4), v35Serial(5), parallel(6), parallelM2P(7), parallelDVB(8), g703_E3(9), g703_T3(10), g703_E2(11), g703_T2(12), g703_T2Balanced(13), g703_E1Balanced(14), g703_E1(15), g703_T1_AMI_BALANCED(16), g703_T1_B8ZS_BALANCED(17), g703sts_1(18), oc3(19), stm1(20), directv(21), directpc(22), eclBalancedUnbalanced(23), gigEthernet(24) } MAX-ACCESS read-write STATUS current DESCRIPTION " Selects the various interface types. Only some interface cards have multiple types and these cards will allow selections only within their capability. " ::= { interface 1 } terrFraming OBJECT-TYPE SYNTAX INTEGER { framing_None(187), framing_188_Byte(188), framing_204_Byte(204) } MAX-ACCESS read-write STATUS current DESCRIPTION " '187' byte -- unframed transport stream input. '188' byte DVB -- framed transport stream input, '204' byte DVB -- framed transport stream input, Changing the framing mode will effect the symbol rate and/or data rate. " ::= { interface 2 } terrStreaming OBJECT-TYPE SYNTAX INTEGER { packet(1), continuous(2) } MAX-ACCESS read-write STATUS current DESCRIPTION " '1' packet mode is the default interface method of dvb transmissionselects (187 Byte) unframed transport stream input. '2' continuous byte output -- bytes are transmitted as they are received, this provides an evenly spaced byte gap This parameter may only be available on some interfaces and some interface types. " ::= { interface 3 } -- terrByteGap OBJECT-TYPE -- SYNTAX Unsigned32 (0..255) -- MAX-ACCESS read-write -- STATUS current -- DESCRIPTION -- " -- Reserved -- will specify inter byte gap when terrStreaming is set to continuous -- 0 indicates even byte spacing, the range of values excepted is dependent upon the data rate -- " -- ::= { interface 4 } -- dataPolarity OBJECT-TYPE SYNTAX INTEGER { normal(1), inverted(2) } MAX-ACCESS read-write STATUS current DESCRIPTION " Selects data polarity " ::= { interface 5 } clockPolarity OBJECT-TYPE SYNTAX INTEGER { normal(1), inverted(2) } MAX-ACCESS read-write STATUS current DESCRIPTION " Selects clock polarity for the input buffer clock. " ::= { interface 6 } buffClockSource OBJECT-TYPE SYNTAX INTEGER { rxSat (0), excRefPll(1), excDir (2) } MAX-ACCESS read-write STATUS current DESCRIPTION " Selects buffer clock source " ::= { interface 7 } excRefClock OBJECT-TYPE SYNTAX INTEGER ( 1000000 | 1544000 | 2000000 | 2048000 | 5000000 | 6312000 | 8448000 | 10000000 ) MAX-ACCESS read-write STATUS current DESCRIPTION " Selects the external clock frequency. 1 Mhz 1.544 Mhz => DS1 2 Mhz 2.048 Mhz => DS1B 5 Mhz 6.312 Mhz => DS2 8.448 Mhz => DS2B 10 Mhz " ::= { interface 8 } rxBufferSize OBJECT-TYPE SYNTAX INTEGER (0..64) MAX-ACCESS read-write STATUS current DESCRIPTION " Selects the buffer size in mSecs. 0 turns the buffering off " ::= { interface 9 } rxBufferReset OBJECT-TYPE SYNTAX INTEGER { ignore(0), perform(1) } MAX-ACCESS read-write STATUS current DESCRIPTION " When a perform(1) is sent the buffer clock will be recentered " ::= { interface 10 } radTerrEthMode OBJECT-TYPE SYNTAX INTEGER { udp(0), cop3(1), cop3_fec(2) } ACCESS read-write STATUS current DESCRIPTION "Selects mode for the Gig Ethernet card." ::= { interface 11 } radTerrEthIpAddr OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS current DESCRIPTION "Selects the IP address for the Gig Ethernet card." ::= { interface 12 } radTerrEthUdpPort OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-write STATUS current DESCRIPTION "Selects the UDP port for the Gig Ethernet card." ::= { interface 13 } radTerrEthIpAddrDest OBJECT-TYPE SYNTAX IpAddress ACCESS read-write STATUS current DESCRIPTION "Selects the destination IP address for the Gig Ethernet card." ::= { interface 14 } radTerrEthUdpPortDest OBJECT-TYPE SYNTAX INTEGER (0..65535) ACCESS read-write STATUS current DESCRIPTION "Selects the destination UDP port for the Gig Ethernet card." ::= { interface 15 } radTerrEthBlkMode OBJECT-TYPE SYNTAX INTEGER { aligned(0), notAligned(1) } ACCESS read-write STATUS current DESCRIPTION "Selects block align mode for the Gig Ethernet card." ::= { interface 16 } radTerrEthFecColL OBJECT-TYPE SYNTAX INTEGER (4..20) ACCESS read-write STATUS current DESCRIPTION "Selects FEC Column L for the Gig Ethernet card." ::= { interface 17 } radTerrEthFecColD OBJECT-TYPE SYNTAX INTEGER (4..20) ACCESS read-write STATUS current DESCRIPTION "Selects FEC Column D for the Gig Ethernet card." ::= { interface 18 } ----------------------------------------------------------------------------- -- monitor eventsReset OBJECT-TYPE SYNTAX INTEGER { ignore(0), perform(1) } MAX-ACCESS read-write STATUS current DESCRIPTION " When a perform(1) is sent the event buffer will be cleared " ::= { monitor 1 } plus5Volts OBJECT-TYPE SYNTAX RadVoltageLevel (0..255) MAX-ACCESS read-only STATUS current DESCRIPTION " +5V monitor with implied decimal point. Example: a value of 51 represents +5.1 Volts. " ::= { monitor 2 } plus12Volts OBJECT-TYPE SYNTAX RadVoltageLevel (0..255) MAX-ACCESS read-only STATUS current DESCRIPTION " +12V monitor with implied decimal point. Example: a value of 119 represents +11.9 Volts. " ::= { monitor 3 } minus12Volts OBJECT-TYPE SYNTAX RadVoltageLevel (-255..0) MAX-ACCESS read-only STATUS current DESCRIPTION " -12V monitor with implied decimal point. Example: a value of -122 represents -12.2 Volts. " ::= { monitor 4 } plus24Volts OBJECT-TYPE SYNTAX RadVoltageLevel (0..512) MAX-ACCESS read-only STATUS current DESCRIPTION " +24V monitor with implied decimal point. Example: a value of 242 represents +24.2 Volts. " ::= { monitor 5 } spectrumStatus OBJECT-TYPE SYNTAX INTEGER { normal(1), inverted(2) } MAX-ACCESS read-only STATUS current DESCRIPTION " Inverts the symbol mapping direction of rotation. " ::= { monitor 6 } lastRateCtrlStatus OBJECT-TYPE SYNTAX INTEGER { symbol(1), data(2) } MAX-ACCESS read-only STATUS current DESCRIPTION " Last rate control can be set to auto, symbol or data, this value indicates what is actually being used " ::= { monitor 7} inputLevel OBJECT-TYPE SYNTAX RadPowerLevel (-1000..0) MAX-ACCESS read-only STATUS current DESCRIPTION " Signal input level detected by the demodulator, in tenth of a dBm. Example: a value of -740 represents an input level of -74.0 dBm " ::= { monitor 8 } ebnoValidity OBJECT-TYPE SYNTAX INTEGER { invalidEbno(1), validEbno(2), belowRange(3), aboveRange(4) } MAX-ACCESS read-only STATUS current DESCRIPTION " Indicates a Ebno estimates validity. validEbno indicates the value is within range. The other values indicate that the ebno estimate is invalid. " ::= { monitor 9 } ebnoEstimate OBJECT-TYPE SYNTAX INTEGER (100..1500) MAX-ACCESS read-only STATUS current DESCRIPTION " Ebno floor limit in db from 01.00 to 15.00. There is an implied decimal point. Example: a value of 1234 represents a floor limit of +12.34 dB " ::= { monitor 10 } frequencyOffset OBJECT-TYPE SYNTAX INTEGER (-25000000..25000000) MAX-ACCESS read-only STATUS current DESCRIPTION " Offset from the selected center frequency in Hz. " ::= { monitor 11 } symbolRateOffset OBJECT-TYPE SYNTAX INTEGER (-10000..10000) MAX-ACCESS read-only STATUS current DESCRIPTION " Offset from the selected symbol rate in Hz. " ::= { monitor 12 } berEstimateMantissa OBJECT-TYPE SYNTAX INTEGER (0..100) MAX-ACCESS read-only STATUS current DESCRIPTION " The estimated Bit Error Rate after the outside forward error correction has been applied. This number is actually the mantissa, M, of the equation Mx10^exp. There is an implied decimal point. Example: a value of 12 represents a 1.2x10^exp Extended Example: a mantissa value of 27 and an exponent value of -34 indicates 2.7E-34 " ::= { monitor 13 } berEstimateExponent OBJECT-TYPE SYNTAX INTEGER (-100..100) MAX-ACCESS read-only STATUS current DESCRIPTION " The estimated Bit Error Rate after the outside forward error correction has been applied. This number is actually the exponent, exp, of the equation Mx10^exp. There is an implied decimal point. Example: a value of -3 represents a Mx10^-3 Extended Example: a mantissa value of 27 and an exponent value of -34 indicates 2.7E-34 " ::= { monitor 14 } rxBufferLevel OBJECT-TYPE SYNTAX INTEGER (0..100) MAX-ACCESS read-only STATUS current DESCRIPTION " The percentage full value of the receive buffer. There is an implied decimal point. Example: a value of 94 represents 94% full. " ::= { monitor 15 } radTerrEthPortStatus OBJECT-TYPE SYNTAX INTEGER { down(0), unresolved(1), half_10m(2), half_100m(3), full_10m(4), full_100m(5), half_1gig(6), full_1gig(7) } ACCESS read-only STATUS current DESCRIPTION "Shows the link status of the active Gig Ethernet card." ::= { monitor 16 } radTerrEthTotalPkts OBJECT-TYPE SYNTAX Counter32 ACCESS read-only STATUS current DESCRIPTION "Total packet count for the Gig Ethernet card." ::= { monitor 17 } radTerrEthFecColPkts OBJECT-TYPE SYNTAX Counter32 ACCESS read-only STATUS current DESCRIPTION "FEC column packet count for the Gig Ethernet card." ::= { monitor 18 } radTerrEthClrStats OBJECT-TYPE SYNTAX INTEGER { toggle0(0), toggle1(1) } ACCESS read-write STATUS current DESCRIPTION "Clears the Gig Ethernet card statistics." ::= { monitor 19 } radTerrEthBrgTot OBJECT-TYPE SYNTAX Counter64 ACCESS read-only STATUS current DESCRIPTION "Total packet count for the Ethernet Bridge terrestrial interface." ::= { monitor 20 } radTerrEthBrgErr OBJECT-TYPE SYNTAX Counter32 ACCESS read-only STATUS current DESCRIPTION "Error packet count for the Ethernet Bridge terrestrial interface." ::= { monitor 21 } radTerrEthBrgPERMantissa OBJECT-TYPE SYNTAX INTEGER (0..100) MAX-ACCESS read-only STATUS current DESCRIPTION "Ethenet Bridge terrestrial interface packet error rate mantissa" ::= { monitor 22 } radTerrEthBrgPERExponent OBJECT-TYPE SYNTAX INTEGER (-100..100) MAX-ACCESS read-only STATUS current DESCRIPTION "Ethenet Bridge terrestrial interface packet error rate exponent" ::= { monitor 23 } ----------------------------------------------------------------------------- -- alarms majorAlarms OBJECT-TYPE SYNTAX BITS { signalLock(0), synthPLL(1), inputLevel(2), clockActivity(3), carrierCommunication(4), demodCommunication(5), fpgaConfiguration(6) } MAX-ACCESS read-only STATUS current DESCRIPTION " A bit field. On startup, the agent initializes these to a '0'B value. " ::= { alarms 1 } majorAlarmsAllowed OBJECT-TYPE SYNTAX BITS { signalLock(0), synthPLL(1), inputLevel(2), clockActivity(3), carrierCommunication(4), demodCommunication(5), fpgaConfiguration(6) } MAX-ACCESS read-write STATUS current DESCRIPTION " A bit field. Major alarms allowed. " ::= { alarms 2 } minorAlarms OBJECT-TYPE SYNTAX BITS { dataActivity(0), buffUnderflow(1), buffNearEmpty(2), buffNearFull(3), buffOverflow(4), excClock(5), excPllLock(6), demodLock(7), ifecLock(8), ofecLock(9), frameSync(10), ebno(11), terrEthDestIp(12), terrEthLinkStatus(13) } MAX-ACCESS read-only STATUS current DESCRIPTION " A bit field. On startup, the agent initializes these to a '0'B value. " ::= { alarms 3 } minorAlarmsAllowed OBJECT-TYPE SYNTAX BITS { dataActivity(0), buffUnderflow(1), buffNearEmpty(2), buffNearFull(3), buffOverflow(4), excClock(5), excPllLock(6), demodLock(7), ifecLock(8), ofecLock(9), frameSync(10), ebno(11), terrEthDestIp(12), terrEthLinkStatus(13) } MAX-ACCESS read-write STATUS current DESCRIPTION " A bit field. Minor alarms allowed. " ::= { alarms 4 } commonAlarms OBJECT-TYPE SYNTAX BITS { plus5V(0), plus12V(1), neg12V(2), plus24V(3), temperature(4), lnbV(5), demodHwFault(6) } MAX-ACCESS read-only STATUS current DESCRIPTION " A bit field. On startup, the agent initializes these to a '0'B value. 1 indicates an alarm condition temperature(3) is reserved and not currently updated " ::= { alarms 5 } commonAlarmsAllowed OBJECT-TYPE SYNTAX BITS { plus5V(0), plus12V(1), neg12V(2), plus24V(3), temperature(4), lnbV(5), demodHwFault(6) } MAX-ACCESS read-write STATUS current DESCRIPTION " A bit field. Common alarms allowed. temperature(3) is reserved and not currently updated. It is recommended that this bit always be disallowed. " ::= { alarms 6 } latchedMajorAlarms OBJECT-TYPE SYNTAX BITS { signalLock(0), synthPLL(1), inputLevel(2), clockActivity(3), carrierCommunication(4), demodCommunication(5), fpgaConfiguration(6) } MAX-ACCESS read-only STATUS current DESCRIPTION " A bit field. On startup, the agent initializes these to a '0'B value. " ::= { alarms 7 } latchedMinorAlarms OBJECT-TYPE SYNTAX BITS { dataActivity(0), buffUnderflow(1), buffNearEmpty(2), buffNearFull(3), buffOverflow(4), excClock(5), excPllLock(6), demodLock(7), ifecLock(8), ofecLock(9), frameSync(10), ebno(11), terrEthDestIp(12), terrEthLinkStatus(13) } MAX-ACCESS read-only STATUS current DESCRIPTION " A bit field. On startup, the agent initializes these to a '0'B value. " ::= { alarms 8 } latchedCommonAlarms OBJECT-TYPE SYNTAX BITS { plus5V(0), plus12V(1), neg12V(2), plus24V(3), temperature(4), lnbV(5), demodHwFault(6) } MAX-ACCESS read-only STATUS current DESCRIPTION " A bit field. On startup, the agent initializes these to a '0'B value. 1 indicates an alarm condition temperature(3) is reserved and not currently updated " ::= { alarms 9 } clearLatchedAlarms OBJECT-TYPE SYNTAX INTEGER { ignore(0), perform(1) } MAX-ACCESS read-write STATUS current DESCRIPTION " When a perform(1) is sent all the latched alarms will be cleared " ::= { alarms 10 } ----------------------------------------------------------------------------- -- system firmwareRev OBJECT-TYPE SYNTAX OCTET STRING (SIZE(16)) MAX-ACCESS read-only STATUS current DESCRIPTION " Provides the system firmware part and revision, up to 16 ASCII characters " ::= { system 1 } radTerrEthRev OBJECT-TYPE SYNTAX OCTET STRING (SIZE(16)) MAX-ACCESS read-only STATUS current DESCRIPTION "GigEthernet terrestrial board sofware revision" ::= { system 2 } -- revisionNumber OBJECT-TYPE -- SYNTAX OCTET STRING (SIZE(16)) -- MAX-ACCESS read-only -- STATUS optional -- DESCRIPTION -- " -- Revision number of the modem MNC firmware with an implied decimal point. -- " -- ::= { dd240_System 2 } -- ----------------------------------------------------------------------------- -- test testPattern OBJECT-TYPE SYNTAX INTEGER { pattern_none(0), pattern_2_15Minus1(15), pattern_2_23Minus1(23) } MAX-ACCESS read-write STATUS current DESCRIPTION " Select a test pattern. None will take the unit out of test mode but will not clear the test results. " ::= { test 1 } testPatternSync OBJECT-TYPE SYNTAX INTEGER { false(0), true(1), } MAX-ACCESS read-only STATUS current DESCRIPTION " Indicates whether the demodulator is currently synchronized to the test pattern. " ::= { test 2 } testEarlySyncLoss OBJECT-TYPE SYNTAX INTEGER { false(0), true(1), } MAX-ACCESS read-only STATUS current DESCRIPTION " Indicates whether the demodulator lost the test pattern synchronization earlier during the test. " ::= { test 3 } testPatternSense OBJECT-TYPE SYNTAX INTEGER { normal(1), inverted(2) } MAX-ACCESS read-only STATUS current DESCRIPTION " Indicates whether the test pattern recieved is inverted or not inverted. " ::= { test 4 } testBitErrors OBJECT-TYPE SYNTAX Counter64 MAX-ACCESS read-only STATUS current DESCRIPTION " Indicates whether the test pattern recieved is inverted or not inverted. " ::= { test 5 } testTotalBitCountMantissa OBJECT-TYPE SYNTAX INTEGER (0..1000000000) MAX-ACCESS read-only STATUS current DESCRIPTION " The bit count as measured by the test. This number is actually the mantissa, M, of the equation Mx10^exp. There is an implied decimal point. Example: a value of 12345678 represents a 1.2345678x10^exp Extended Example: a mantissa value of 34734782 and an exponent value of 34 indicates 3.4734782E+34 bits " ::= { test 6 } testTotalBitCountExponent OBJECT-TYPE SYNTAX INTEGER (0..100) MAX-ACCESS read-only STATUS current DESCRIPTION " The bit count as measured by the test. This number is actually the exponent, exp, of the equation Mx10^exp. There is an implied decimal point. Example: a value of 3 represents a Mx10^+3 Extended Example: a mantissa value of 34734782 and an exponent value of 34 indicates 3.4734782E+34 bits " ::= { test 7 } testBitErrorRateMantissa OBJECT-TYPE SYNTAX INTEGER (0..100) MAX-ACCESS read-only STATUS current DESCRIPTION " The Bit Error Rate as measured by the test. This number is actually the mantissa, M, of the equation Mx10^exp. There is an implied decimal point. Example: a value of 12 represents a 1.2x10^exp Extended Example: a mantissa value of 27 and an exponent value of -34 indicates 2.7E-34 " ::= { test 8 } testBitErrorRateExponent OBJECT-TYPE SYNTAX INTEGER (-100..100) MAX-ACCESS read-only STATUS current DESCRIPTION " The Bit Error Rate as measured by the test. This number is actually the exponent, exp, of the equation Mx10^exp. There is an implied decimal point. Example: a value of -3 represents a Mx10^-3 Extended Example: a mantissa value of 27 and an exponent value of -34 indicates 2.7E-34 " ::= { test 9 } testRuntime OBJECT-TYPE SYNTAX INTEGER (0..1000000000) MAX-ACCESS read-only STATUS current DESCRIPTION " The test runtime in seconds. " ::= { test 10 } testReset OBJECT-TYPE SYNTAX INTEGER { ignore(0), perform(1) } MAX-ACCESS read-write STATUS current DESCRIPTION " When a perform(1) is sent the test display will be cleared and the the test will restart with the selected pattern. " ::= { test 11 } radTerrEthTestData OBJECT-TYPE SYNTAX INTEGER { stopTest(0), startTest(1) } ACCESS read-write STATUS current DESCRIPTION "Selects test mode for the Gig Ethernet card." ::= { test 12 } -- radTerrEthMacAddr OBJECT-TYPE -- SYNTAX PhysAddress -- ACCESS read-write -- STATUS current -- DESCRIPTION -- "Selects the destination test MAC address for the Gig Ethernet card." -- ::= { test 13 } ----------------------------------------------------------------------------- -- traps -- Include Prefix for compatibility with SNMPv1 traps and procedures -- employed by multi-lingual and proxy forwarding systems trapsPrefix OBJECT IDENTIFIER ::= { traps 0 } majorAlarmTrap NOTIFICATION-TYPE OBJECTS { majorAlarms } STATUS current DESCRIPTION "Major alarm trap." ::= { trapsPrefix 1 } minorAlarmTrap NOTIFICATION-TYPE OBJECTS { minorAlarms } STATUS current DESCRIPTION "Minor alarm trap." ::= { trapsPrefix 2 } commonAlarmTrap NOTIFICATION-TYPE OBJECTS { commonAlarms } STATUS current DESCRIPTION "Common alarm trap." ::= { trapsPrefix 3 } END