-- ***************************************************************** -- RC7586.mib: Codan's 7586 Controller product MIB -- -- Created by Magdalena Raltcheva -- -- Copyright (c) 2009 by Codan Limited. -- All rights reserved. -- -- ***************************************************************** RC7586-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, Integer32, TimeTicks, IpAddress, Gauge32, Counter32 FROM SNMPv2-SMI DisplayString, DateAndTime, TEXTUAL-CONVENTION, TestAndIncr,TimeInterval FROM SNMPv2-TC satcomMibs FROM CODAN-SMI; rc7586MIB MODULE-IDENTITY LAST-UPDATED "200905130000Z" ORGANIZATION "Codan Limited." CONTACT-INFO " Magda Raltcheva Postal: Codan Limited 81 Graves St. Newton 5074 Australia Tel: +61-8-83050311 Fax: +61-8-83050411 Web: www.codan.com.au" DESCRIPTION "The Structure of Management Information for the Codan enterprise. Copyright(c) 2009 All rights reserved" REVISION "200905130000Z" DESCRIPTION "1.0 Initial version of this MIB module." ::= { satcomMibs 2 } -- assigned by IANA -- ***##############################################################*** -- CodanMIB Textual Convention Definitions -- ***##############################################################*** ComponentRevision ::= TEXTUAL-CONVENTION DISPLAY-HINT "vxx.yy" STATUS current DESCRIPTION "The hex value in the first octet - xx - represents the major revision no. and the hex value in the second octet - yy - represents the minor revision no." SYNTAX DisplayString(SIZE(2)) -- ***##############################################################*** -- CodanMIB Textual Convention Definitions for 7586 Controller -- ***##############################################################*** 7586FaultStatus ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Describes all the possible faults in the system as a bit pattern." SYNTAX BITS { DC1Fault(0), DC2Fault(1), BUC1Fault(2), BUC2Fault(3), LNB1Fault(4), LNB2Fault(5), TXSWFault(6), RXSWFault(7), InternalFault(8), Ref10MHzFault(9) } -- ***##############################################################*** -- CodanMIB Textual Convention Definitions for RBUC -- ***##############################################################*** -- ***##############################################################*** -- Devices within the 7586 Controller MIB -- ***##############################################################*** Buc1 OBJECT IDENTIFIER ::= { rc7586MIB 1 } Buc2 OBJECT IDENTIFIER ::= { rc7586MIB 2 } Ctrl OBJECT IDENTIFIER ::= { rc7586MIB 3 } --------------------------- 7586 Controller -------------------------- -- ***##############################################################*** -- Groups within the 7586 Controller MIB -- ***##############################################################*** Settings OBJECT IDENTIFIER ::= { Ctrl 1 } Status OBJECT IDENTIFIER ::= { Ctrl 2 } Info OBJECT IDENTIFIER ::= { Ctrl 3 } -------------- Settings group OperationalMode OBJECT-TYPE SYNTAX INTEGER (0..2) MAX-ACCESS read-write STATUS current DESCRIPTION "Sets 7586 operational mode - Auto, Manual Stream1, Stream2." ::= { Settings 1 } OnlineStream OBJECT-TYPE SYNTAX INTEGER (1..2) MAX-ACCESS read-write STATUS current DESCRIPTION "Sets the online stream." ::= { Settings 2 } WaveguideSwitch OBJECT-TYPE SYNTAX INTEGER (0..2) MAX-ACCESS read-write STATUS current DESCRIPTION "Sets Waveguide switch Rx+Tx, Rx/Tx and Tx Only." ::= { Settings 3 } StartupTime OBJECT-TYPE SYNTAX INTEGER (0..50) UNITS "s" MAX-ACCESS read-write STATUS current DESCRIPTION "Sets Startup time." ::= { Settings 4 } LNBCurrentLimit OBJECT-TYPE SYNTAX DisplayString UNITS "mA" MAX-ACCESS read-write STATUS current DESCRIPTION "Sets LNB current limits." ::= { Settings 5 } LedState OBJECT-TYPE SYNTAX INTEGER (0..1) MAX-ACCESS read-write STATUS current DESCRIPTION "Sets 7586 LED." ::= { Settings 6 } RefSource OBJECT-TYPE SYNTAX INTEGER (0..3) MAX-ACCESS read-write STATUS current DESCRIPTION "Sets 7586 reference state." ::= { Settings 7 } RefTrim OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "Sets 7586 reference trim." ::= { Settings 8 } RefThresh OBJECT-TYPE SYNTAX DisplayString UNITS "dBm" MAX-ACCESS read-write STATUS current DESCRIPTION "Sets 7586 reference alarm treshold." ::= { Settings 9 } RefPwr OBJECT-TYPE SYNTAX DisplayString UNITS "dBm" MAX-ACCESS read-only STATUS current DESCRIPTION "Gets 7586 reference power." ::= { Settings 10 } -- Network - read only IpAddr OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the 7586 IP address." ::= { Settings 11 } MACAddress OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the 7586 MAC address." ::= { Settings 12 } Netmask OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the 7586 netmask." ::= { Settings 13 } Gateway OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the 7586 gateway address." ::= { Settings 14 } -------------- Status group LNBCurrent OBJECT-TYPE SYNTAX DisplayString UNITS "mA" MAX-ACCESS read-only STATUS current DESCRIPTION "Sets 7586 LNB current." ::= { Status 1 } LNBVoltage OBJECT-TYPE SYNTAX DisplayString UNITS "V" MAX-ACCESS read-only STATUS current DESCRIPTION "Sets 7586 LNB voltage." ::= { Status 2 } Faults OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the current fault status." ::= { Status 3} ------------------ Info group IdInfo OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the module firmware revision, serial number and model. This string will have a zero length if the revision is unknown." ::= { Info 1 } --------------------------- RBUCs ------------------------------------ -- ***##############################################################*** -- Groups within the BUC1,BUC2 MIB -- ***##############################################################*** Buc1Configuration OBJECT IDENTIFIER ::= { Buc1 1 } Buc1Status OBJECT IDENTIFIER ::= { Buc1 2 } Buc1Info OBJECT IDENTIFIER ::= { Buc1 3 } Buc2Configuration OBJECT IDENTIFIER ::= { Buc2 1 } Buc2Status OBJECT IDENTIFIER ::= { Buc2 2 } Buc2Info OBJECT IDENTIFIER ::= { Buc2 3 } -- #################################################################### -- *** RBUC Configuration groups - run time changing settings *** -- #################################################################### -- *** Configuration groups - *** Buc1TxSettings OBJECT IDENTIFIER ::= { Buc1Configuration 1 } Buc1PktProtocol OBJECT IDENTIFIER ::= { Buc1Configuration 2 } Buc1RCSetting OBJECT IDENTIFIER ::= { Buc1Configuration 3 } Buc1Freqs OBJECT IDENTIFIER ::= { Buc1Configuration 4 } Buc1Misc OBJECT IDENTIFIER ::= { Buc1Configuration 5 } Buc2TxSettings OBJECT IDENTIFIER ::= { Buc2Configuration 1 } Buc2PktProtocol OBJECT IDENTIFIER ::= { Buc2Configuration 2 } Buc2RCSetting OBJECT IDENTIFIER ::= { Buc2Configuration 3 } Buc2Freqs OBJECT IDENTIFIER ::= { Buc2Configuration 4 } Buc2Misc OBJECT IDENTIFIER ::= { Buc2Configuration 5 } -- Tx Settings Group Buc1TxOn OBJECT-TYPE SYNTAX INTEGER (0..1) MAX-ACCESS read-write STATUS current DESCRIPTION "Sets Tx on/off. Respond -1 if Buc1 not connected." ::= { Buc1TxSettings 1 } Buc2TxOn OBJECT-TYPE SYNTAX INTEGER (0..1) MAX-ACCESS read-write STATUS current DESCRIPTION "Sets Tx on/off. Respond -1 if Buc2 not connected." ::= { Buc2TxSettings 1 } Buc1TxDefault OBJECT-TYPE SYNTAX INTEGER (0..1) MAX-ACCESS read-write STATUS current DESCRIPTION "Sets Tx default 1-last 0-off. Respond -1 if Buc1 not connected." ::= { Buc1TxSettings 2 } Buc2TxDefault OBJECT-TYPE SYNTAX INTEGER (0..1) MAX-ACCESS read-write STATUS current DESCRIPTION "Sets Tx default 1-last 0-off. Respond -1 if Buc2 not connected." ::= { Buc2TxSettings 2 } Buc1TxAttenuator OBJECT-TYPE SYNTAX INTEGER (0..15) UNITS "dBm" MAX-ACCESS read-write STATUS current DESCRIPTION "Sets/Gets Tx attenuation value in 1dBm steps. Respond -1 if Buc1 not connected." ::= { Buc1TxSettings 3 } Buc2TxAttenuator OBJECT-TYPE SYNTAX INTEGER (0..15) UNITS "dBm" MAX-ACCESS read-write STATUS current DESCRIPTION "Sets/Gets Tx attenuation value in 1dBm steps. Respond -1 if Buc2 not connected." ::= { Buc2TxSettings 3 } -- Packet Protocol Settings Group Buc1Protocol OBJECT-TYPE SYNTAX INTEGER (0..4) MAX-ACCESS read-write STATUS current DESCRIPTION "Sets/Gets packet protocol 0 - ASCII, 1 - CODAN, 2 - SAbus, 3 - Comstream, 4 - NDSatcom. Respond -1 if Buc1 not connected." ::= { Buc1PktProtocol 1 } Buc2Protocol OBJECT-TYPE SYNTAX INTEGER (0..4) MAX-ACCESS read-write STATUS current DESCRIPTION "Sets/Gets packet protocol 0 - ASCII, 1 - CODAN, 2 - SAbus, 3 - Comstream, 4 - NDSatcom. Respond -1 if Buc2 not connected." ::= { Buc2PktProtocol 1 } Buc1Address OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "Sets/Gets packet address: 0-31 NDSatcom ...Respond -1 if Buc1 not connected. " ::= { Buc1PktProtocol 2 } Buc2Address OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-write STATUS current DESCRIPTION "Sets/Gets packet address: 0-31 NDSatcom ...Respond -1 if Buc2 not connected." ::= { Buc2PktProtocol 2 } -- Redundancy Controller Group Buc1Mode OBJECT-TYPE SYNTAX INTEGER (0..2) MAX-ACCESS read-write STATUS current DESCRIPTION "Sets/Gets redundancy mode 0-none, 1-warm, 2-hot. Respond -1 if Buc1 not connected." ::= { Buc1RCSetting 1 } Buc2Mode OBJECT-TYPE SYNTAX INTEGER (0..2) MAX-ACCESS read-write STATUS current DESCRIPTION "Sets/Gets redundancy mode 0-none, 1-warm, 2-hot. Respond -1 if Buc2 not connected." ::= { Buc2RCSetting 1 } Buc1OnLine OBJECT-TYPE SYNTAX ThrueValue MAX-ACCESS read-write STATUS current DESCRIPTION "Sets/Gets redundancy mode on on/off line state. Respond -1 if Buc1 not connected." ::= { Buc1RCSetting 2 } Buc2OnLine OBJECT-TYPE SYNTAX ThrueValue MAX-ACCESS read-write STATUS current DESCRIPTION "Sets/Gets redundancy mode on on/off line state. Respond -1 if Buc2 not connected." ::= { Buc2RCSetting 2 } -- Frequency Group Buc1RFFreq OBJECT-TYPE SYNTAX INTEGER UNITS "MHz" MAX-ACCESS read-write STATUS current DESCRIPTION "Sets/Gets the RBUC RF frequency. Respond -1 if Buc1 not connected." ::= { Buc1Freqs 1 } Buc2RFFreq OBJECT-TYPE SYNTAX INTEGER UNITS "MHz" MAX-ACCESS read-write STATUS current DESCRIPTION "Sets/Gets the RBUC RF frequency. Respond -1 if Buc2 not connected." ::= { Buc2Freqs 1 } Buc1IFFreq OBJECT-TYPE SYNTAX INTEGER UNITS "MHz" MAX-ACCESS read-write STATUS current DESCRIPTION "Sets/Gets the RBUC IF frequency. Respond -1 if Buc1 not connected." ::= { Buc1Freqs 2 } Buc2IFFreq OBJECT-TYPE SYNTAX INTEGER UNITS "MHz" MAX-ACCESS read-write STATUS current DESCRIPTION "Sets/Gets the RBUC IF frequency. Respond -1 if Buc2 not connected." ::= { Buc2Freqs 2 } Buc1LOFreq OBJECT-TYPE SYNTAX INTEGER UNITS "MHz" MAX-ACCESS read-write STATUS current DESCRIPTION "Sets/Gets the RBUC LO frequency. Respond -1 if Buc1 not connected." ::= { Buc1Freqs 3 } Buc2LOFreq OBJECT-TYPE SYNTAX INTEGER UNITS "MHz" MAX-ACCESS read-write STATUS current DESCRIPTION "Sets/Gets the RBUC LO frequency. Respond -1 if Buc2 not connected." ::= { Buc2Freqs 3 } -- Miscellaneous Group Buc1SerIf OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "Sets/Gets serial interface - rate, length, parity, stop, terminate RS422/485. **** No respond - message if Buc1 not connected." ::= { Buc1Misc 1 } Buc2SerIf OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "Sets/Gets serial interface - rate, length, parity, stop, terminate RS422/485. **** No respond - message if Buc2 not connected." ::= { Buc2Misc 1 } Buc1PwrAlarmThresh OBJECT-TYPE SYNTAX DisplayString UNITS "dB" MAX-ACCESS read-write STATUS current DESCRIPTION "Sets/Gets power alarm threshold. **** No respond - message if Buc1 not connected." ::= { Buc1Misc 2 } Buc2PwrAlarmThresh OBJECT-TYPE SYNTAX DisplayString UNITS "dB" MAX-ACCESS read-write STATUS current DESCRIPTION "Sets/Gets power alarm threshold. **** No respond - message if Buc2 not connected." ::= { Buc2Misc 2 } Buc1BurstPwrThresh OBJECT-TYPE SYNTAX DisplayString UNITS "dB" MAX-ACCESS read-write STATUS current DESCRIPTION "Sets/Gets burst power threshold. **** No respond - message if Buc1 not connected." ::= { Buc1Misc 3 } Buc2BurstPwrThresh OBJECT-TYPE SYNTAX DisplayString UNITS "dB" MAX-ACCESS read-write STATUS current DESCRIPTION "Sets/Gets burst power threshold. **** No respond - message if Buc2 not connected." ::= { Buc2Misc 3 } Buc1RefSource OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "Sets/Gets reference source 0-external, 1-internal (Only for RBUC). **** No respond - message if Buc1 not connected." ::= { Buc1Misc 4 } Buc2RefSource OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "Sets/Gets reference source 0-external, 1-internal (Only for RBUC). **** No respond - message if Buc2 not connected." ::= { Buc2Misc 4 } Buc1LEDState OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "Sets/Gets LEDs status on/off (Only for RBUC). **** No respond - message if Buc1 not connected." ::= { Buc1Misc 5 } Buc2LEDState OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-write STATUS current DESCRIPTION "Sets/Gets LEDs status on/off (Only for RBUC). **** No respond - message if Buc2 not connected." ::= { Buc2Misc 5 } -- #################################################################### -- *** RBUC Status Group *** -- #################################################################### Buc1PaStatus OBJECT-TYPE SYNTAX INTEGER (0..1) MAX-ACCESS read-only STATUS current DESCRIPTION "Gets to 1 when PA is on. Respond -1 if Buc1 not connected." ::= { Buc1Status 1 } Buc2PaStatus OBJECT-TYPE SYNTAX INTEGER (0..1) MAX-ACCESS read-only STATUS current DESCRIPTION "Gets to 1 when PA is on. Respond -1 if Buc2 not connected." ::= { Buc2Status 1 } Buc1TxPower OBJECT-TYPE SYNTAX DisplayString UNITS "dB" MAX-ACCESS read-only STATUS current DESCRIPTION "Gets Tx power format x.x dB. **** No respond - message if Buc1 not connected." ::= { Buc1Status 2} Buc2TxPower OBJECT-TYPE SYNTAX DisplayString UNITS "dB" MAX-ACCESS read-only STATUS current DESCRIPTION "Gets Tx power format x.x dB. **** No respond - message if Buc2 not connected." ::= { Buc2Status 2} Buc1TxBurstPower OBJECT-TYPE SYNTAX DisplayString UNITS "dB" MAX-ACCESS read-only STATUS current DESCRIPTION "Gets Tx power. Format is x.x,y.y,z.z, where x.x is current burst power, y.y is min and z.z is max burts power. **** No respond - message if Buc1 not connected." ::= { Buc1Status 3} Buc2TxBurstPower OBJECT-TYPE SYNTAX DisplayString UNITS "dB" MAX-ACCESS read-only STATUS current DESCRIPTION "Gets Tx power. Format is x.x,y.y,z.z, where x.x is current burst power, y.y is min and z.z is max burts power. **** No respond - message if Buc2 not connected." ::= { Buc2Status 3} Buc1Faults OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the current fault status. Format - Bit0 PA fault, Bit1 Fan fault, Bit2 Power fault, Bit3 Temp fault, Bit4 10MHz fault, Bit5 Internal fault Bit6 LNB fault, Bit7 Red'cy Cont fault. Respond -1 if Buc2 not connected." ::= { Buc1Status 4} Buc2Faults OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the current fault status. Format - Bit0 PA fault, Bit1 Fan fault, Bit2 Power fault, Bit3 Temp fault, Bit4 10MHz fault, Bit5 Internal fault Bit6 LNB fault, Bit7 Red'cy Cont fault. Respond -1 if Buc2 not connected." ::= { Buc2Status 4} Buc1LatchedFaults OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the current latched faults. Format is same as Faults. Respond -1 if Buc2 not connected." ::= { Buc1Status 5} Buc2LatchedFaults OBJECT-TYPE SYNTAX INTEGER MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the current latched faults. Format is same as Faults. Respond -1 if Buc2 not connected." ::= { Buc2Status 5} Buc1Temperature OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the BUC temperature. Format is x.x. **** No respond - message if Buc1 not connected." ::= { Buc1Status 6} Buc2Temperature OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the BUC temperature. Format is x.x. **** No respond - message if Buc2 not connected." ::= { Buc2Status 6} Buc1MinMaxTemperature OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the BUC temperature. Format is x.x,y.y where x.x is max and y.y is min temperature. **** No respond - message if Buc1 not connected." ::= { Buc1Status 7} Buc2MinMaxTemperature OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the BUC temperature. Format is x.x,y.y where x.x is max and y.y is min temperature. **** No respond - message if Buc2 not connected." ::= { Buc2Status 7} Buc1SystemSetting OBJECT-TYPE SYNTAX INTEGER (0..2047) MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the current system status. Format is Bit0 - PA state, Bit1 - RS232 Tx, Bit2 - FSK Tx, Bit3 - RS485 Tx Bit4 - Redundancy mode, Bit5 - Online, Bit6..Bit7 - Redundancy cold or hot mode, Bit8 - HTTP Tx, Bit9 - TELNET Tx, Bit10 - SNMP Tx. Respond -1 if Buc1 not connected." ::= { Buc1Status 8} Buc2SystemSetting OBJECT-TYPE SYNTAX INTEGER (0..2047) MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the current system status. Format is Bit0 - PA state, Bit1 - RS232 Tx, Bit2 - FSK Tx, Bit3 - RS485 Tx Bit4 - Redundancy mode, Bit5 - Online, Bit6..Bit7 - Redundancy cold or hot mode, Bit8 - HTTP Tx, Bit9 - TELNET Tx, Bit10 - SNMP Tx. Respond -1 if Buc2 not connected." ::= { Buc2Status 8} Buc1SystemPoll OBJECT-TYPE SYNTAX INTEGER (0..3) MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the system poll status. Format is Bit0 - Fault, Bit1 - System change. Respond -1 if Buc1 not connected." ::= { Buc1Status 9} Buc2SystemPoll OBJECT-TYPE SYNTAX INTEGER (0..3) MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the system poll status. Format is Bit0 - Fault, Bit1 - System change. Respond -1 if Buc2 not connected." ::= { Buc2Status 9} Buc1DeviceType OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the device type. Format is X,Y where X is the model and Y is software version. **** No respond - message if Buc1 not connected." ::= { Buc1Status 10} Buc2DeviceType OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the device type. Format is X,Y where X is the model and Y is software version. **** No respond - message if Buc2 not connected." ::= { Buc2Status 10} Buc1Gateway OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the BUC gateway address (Only for RBUC). **** No respond - message if Buc1 not connected." ::= { Buc1Status 11} Buc2Gateway OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the BUC gateway address (Only for RBUC). **** No respond - message if Buc2 not connected." ::= { Buc2Status 11} Buc1IpAddress OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the BUC IP address (Only for RBUC). **** No respond - message if Buc1 not connected." ::= { Buc1Status 12} Buc2IpAddress OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the BUC IP address (Only for RBUC). **** No respond - message if Buc2 not connected." ::= { Buc2Status 12} Buc1MACAddress OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the BUC MAC address (Only for RBUC). **** No respond - message if Buc1 not connected." ::= { Buc1Status 13} Buc2MACAddress OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the BUC MAC address (Only for RBUC). **** No respond - message if Buc2 not connected." ::= { Buc2Status 13} Buc1Netmask OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the BUC netmask (Only for RBUC). **** No respond - message if Buc1 not connected." ::= { Buc1Status 14} Buc2Netmask OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the BUC netmask (Only for RBUC). **** No respond - message if Buc2 not connected." ::= { Buc2Status 14} Buc1RefPower OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the BUC reference power. **** No respond - message if Buc1 not connected." ::= { Buc1Status 15} Buc2RefPower OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the BUC reference power. **** No respond - message if Buc2 not connected." ::= { Buc2Status 15} Buc1Config OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the BUC configuration. **** No respond - message if Buc1 not connected." ::= { Buc1Status 16} Buc2Config OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the BUC configuration. **** No respond - message if Buc2 not connected." ::= { Buc2Status 16} Buc1BuildStandard OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the BUC build standard. **** No respond - message if Buc1 not connected." ::= { Buc1Status 17} Buc2BuildStandard OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the BUC build standard. **** No respond - message if Buc2 not connected." ::= { Buc2Status 17} -- #################################################################### -- *** RBUC Info groups - version, model serial No *** -- #################################################################### Buc1IdInfo OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the module firmware revision, serial number and model. This string will have a zero length if the revision is unknown. **** No respond - message if Buc1 not connected." ::= { Buc1Info 1 } Buc2IdInfo OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the module firmware revision, serial number and model. This string will have a zero length if the revision is unknown. **** No respond - message if Buc2 not connected." ::= { Buc2Info 1 } Buc1Limits OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the limit data for the BUC. Format is: Power meter MIN/MAX , IF,RF and LO frequencies. This string will have a zero length if the revision is unknown. **** No respond - message if Buc1 not connected." ::= { Buc1Info 2 } Buc2Limits OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Gets the limit data for the BUC. Format is: Power meter MIN/MAX , IF,RF and LO frequencies. This string will have a zero length if the revision is unknown. **** No respond - message if Buc2 not connected." ::= { Buc2Info 2 } Buc1PktProtocolsInfo OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Gets supported packet protocols and the corresponding address ranges. **** No respond - message if Buc1 not connected." ::= { Buc1Info 3 } Buc2PktProtocolsInfo OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS read-only STATUS current DESCRIPTION "Gets supported packet protocols and the corresponding address ranges. **** No respond - message if Buc2 not connected." ::= { Buc2Info 3 } END