BDI-PAS-PROD-W-ENT-MIB DEFINITIONS ::= BEGIN --_____________________________________________________________________________ -- -- Broadcast Devices, Inc. -- Programmable SCA Audio Switcher Controller Product MIB -- SMIv2 -- 5/24/2019 --_____________________________________________________________________________ IMPORTS MODULE-IDENTITY, OBJECT-IDENTITY, NOTIFICATION-TYPE, OBJECT-TYPE, enterprises, Unsigned32, Integer32 FROM SNMPv2-SMI OBJECT-GROUP, MODULE-COMPLIANCE FROM SNMPv2-CONF TEXTUAL-CONVENTION, DisplayString FROM SNMPv2-TC; --_____________________________________________________________________________ -- -- SCA MIB -- "sca" = 1.3.6.1.4.1.37691.2.2.2.3 --_____________________________________________________________________________ bdiSCAProductMIB MODULE-IDENTITY LAST-UPDATED "201905241700Z" ORGANIZATION "Broadcast Devices, Inc." CONTACT-INFO "Ron Kumetz Broadcast Devices, Inc. Westchester Industrial Complex, 3199 Albany Post Road, Suite 122 Buchanan, New York 10511 United States (914) 737-5032 ron@broadcast-devices.com www.broadcast-devices.com" DESCRIPTION "This MIB defines Nodes and Data Objects to support Broadcast Devices, Inc. devices. Any person or organization making use of this example MIB is responsible for ensuring its complete suitability for their own purposes. This includes the text of the legal disclaimers below, as well as all other aspects. Broadcast Devices, Inc. reserves the right to make changes in specifications and other information contained in this document without prior notice. The reader should contact Broadcast Devices, Inc. to determine whether or not such changes have been made. In no event shall Broadcast Devices, Inc. be liable for any incidental, indirect, special, or consequential damages whatsoever (including but not limited to lost profits) arising out of or related to this document or the information contained in it, even if Broadcast Devices has been advised of, known, or should have known, the possibility of such damages. Broadcast Devices, Inc. grants vendors, end-users, and other interested parties a non-exclusive license to use this specification in connection with the management of Broadcast Devices, Inc. products. Copyright June 2011 Broadcast Devices, Inc.." REVISION "201905241700Z" DESCRIPTION "Initial version." ::= { enterprises 37691 2 2 2 3 } --_____________________________________________________________________________ -- -- Enterprise MIB --_____________________________________________________________________________ broadcastDevicesInc OBJECT-IDENTITY STATUS current DESCRIPTION "Ron Kumetz Broadcast Devices, Inc. Westchester Industrial Complex, 3199 Albany Post Road, Suite 122 Buchanan, New York 10511 United States (914) 737-5032 ron@broadcast-devices.com www.broadcast-devices.com This MIB defines high level nodes that are used to organize Registrations and MIBs into ordered groups. This MIB also contains Enterprise-specific Textual Convention definitions. This MIB is intended to be IMPORT'ed by all other MIBs. Any person or organization making use of this example MIB is responsible for ensuring its complete suitability for their own purposes. This includes the text of the legal disclaimers below, as well as all other aspects. reserves the right to make changes in specifications and other information contained in this document without prior notice. The reader should contact to determine whether or not such changes have been made. In no event shall be liable for any incidental, indirect, special, or consequential damages whatsoever (including but not limited to lost profits) arising out of or related to this document or the information contained in it, even if has been advised of, known, or should have known, the possibility of such damages. grants vendors, end-users, and other interested parties a non-exclusive license to use this specification in connection with the management of products. Copyright June 2011 ." ::= { enterprises 37691} --_____________________________________________________________________________ -- -- OBJECT NAME OBJECT OID -- ---------------------------------------- --------------------- -- bdiEnterprise bdi -- bdiExperimental bdi.1 -- bdiRegistrations bdi.2 -- bdiGlobalRegistrations bdi.2.1 -- bdiProductRegs bdi.2.1.1 -- bdiRFProductRegs bdi.2.1.1.1 -- bdiAudioProductRegs bdi.2.1.1.2 -- bdiAudioSwitcherProductReg bdi.2.1.1.2.1 -- bdiVideoProductRegs bdi.2.1.1.3 -- bdiProductCategories bdi.2.2 -- bdiRFProductLine bdi.2.2.1 -- bdiDPS100DProject bdi.2.2.1.1 -- bdiPASSwitcher bdi.2.2.1.2 -- bdiAudioProductLine bdi.2.2.2 -- bdiMultiChannelAudioSwitcher bdi.2.2.2.1 -- bdiProgrammableAudioSwitcher bdi.2.2.2.2 -- bdiProgrammableSCAAudioSwitcher bdi.2.2.2.3 -- bdiVideoProductLine bdi.2.2.3 --_____________________________________________________________________________ bdiExperimental OBJECT-IDENTITY STATUS current DESCRIPTION "All experimental MIBs are organized under this node. When those MIBs have been fully developed and tested, they will be moved under the bdiRegistrations Node. MIBs which are in Beta-test status may also appear under this experimental node." ::= { broadcastDevicesInc 1 } bdiRegistrations OBJECT-IDENTITY STATUS current DESCRIPTION "All MIBs (that have completed testing), along with associated registration data, are organized under this node. This includes Global Registrations, Product MIBs, and registration of MIBs in other categories." ::= { broadcastDevicesInc 2 } bdiGlobalRegistrations OBJECT-IDENTITY STATUS current DESCRIPTION "This node is intended for global registration information only. EG, OID definitions that register products." ::= { bdiRegistrations 1 } bdiProductRegs OBJECT-IDENTITY STATUS current DESCRIPTION "Specific Product Registrations are under this node." ::= { bdiGlobalRegistrations 1 } bdiAudioProductRegs OBJECT-IDENTITY STATUS current DESCRIPTION "Audio Product Registrations are under this node." ::= { bdiProductRegs 2 } bdiProductCategories OBJECT-IDENTITY STATUS current DESCRIPTION "All Broadcast Devices, Inc. Product MIB Categories are organized under this node." ::= { bdiRegistrations 2 } bdiAudioProductLine OBJECT-IDENTITY STATUS current DESCRIPTION "All Broadcast Devices, Inc. Audio Product MIBs are organized under this node" ::= { bdiProductCategories 2 } --_____________________________________________________________________________ -- -- Types --_____________________________________________________________________________ InputSelect ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Used for Input Select" SYNTAX INTEGER { inputA(0), inputB(1), inputTone(2) } PreEmphasis ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Used for Pre-emphasis" SYNTAX INTEGER { preemphasis40us(0), preemphasis75us(1), preemphasis150us(2), preemphasis225us(3), preemphasisOff(4) } FilterSelect ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Used for Filter Select" SYNTAX INTEGER { filterBypass(0), filter10KHz(1), filter5KHz(2) } ModeSelect ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "Used for Mode Select" SYNTAX INTEGER { modeSCAOff(0), modeSCAOn(1), modeSCAAuto(2) } --_____________________________________________________________________________ -- -- SCA Unit Information 43.6.1.4.1.37691.2.2.2.3.1 --_____________________________________________________________________________ bdiSCAUnitInformation OBJECT-IDENTITY STATUS current DESCRIPTION "bdiSCASwitcherUnitInformation organizational branch node" ::= { bdiSCAProductMIB 1 } -- SCA Product ID 43.6.1.4.1.37691.2.2.2.3.1.1.0 scaProductID OBJECT-TYPE SYNTAX DisplayString (SIZE(0..16)) MAX-ACCESS read-only STATUS current DESCRIPTION "SCA Audio Switcher Product ID" ::= { bdiSCAUnitInformation 1 } -- SCA Firmware Version 43.6.1.4.1.37691.2.2.2.3.1.2.0 scaFirmwareVersion OBJECT-TYPE SYNTAX DisplayString (SIZE(0..16)) MAX-ACCESS read-only STATUS current DESCRIPTION "SCA Firmware Version" ::= { bdiSCAUnitInformation 2 } -- SCA Serial Number 43.6.1.4.1.37691.2.2.2.3.1.3.0 scaSerialNumber OBJECT-TYPE SYNTAX Unsigned32 (100..20000000) MAX-ACCESS read-only STATUS current DESCRIPTION "SCA Serial Number" ::= { bdiSCAUnitInformation 3 } -- SCA Unit Name 43.6.1.4.1.37691.2.2.2.3.1.4.0 scaUnitName OBJECT-TYPE SYNTAX DisplayString (SIZE(0..16)) MAX-ACCESS read-write STATUS current DESCRIPTION "SCA Unit Name" ::= { bdiSCAUnitInformation 4 } --_____________________________________________________________________________ -- -- SCA Unit Control / Status 43.6.1.4.1.37691.2.2.2.3.2 --_____________________________________________________________________________ bdiSCAUnitControl OBJECT-IDENTITY STATUS current DESCRIPTION "bdiSCAUnitControl organizational branch node" ::= { bdiSCAProductMIB 2 } ----------------------------------------------------------------------------------- -- Channel 1 43.6.1.4.1.37691.2.2.2.3.2.1 -- scaChannel1 OBJECT-IDENTITY STATUS current DESCRIPTION "scaChannel1 organizational branch node" ::= { bdiSCAUnitControl 1 } -- Input Gain 1A 43.6.1.4.1.37691.2.2.2.3.2.1.1.0 input1GainA OBJECT-TYPE SYNTAX Integer32 (-100..100) MAX-ACCESS read-write STATUS current DESCRIPTION "Input Gain 1A dBx10" ::= { scaChannel1 1 } -- Input 1 Gain B 43.6.1.4.1.37691.2.2.2.3.2.1.2.0 input1GainB OBJECT-TYPE SYNTAX Integer32 (-100..100) MAX-ACCESS read-write STATUS current DESCRIPTION "Input 1 Gain B dBx10" ::= { scaChannel1 2 } -- Input 1 Select 43.6.1.4.1.37691.2.2.2.3.2.1.3.0 input1Select OBJECT-TYPE SYNTAX InputSelect MAX-ACCESS read-write STATUS current DESCRIPTION "Input 1 Select" ::= { scaChannel1 3 } -- Input 1 Pre-emphasis 43.6.1.4.1.37691.2.2.2.3.2.1.4.0 input1Preemphasis OBJECT-TYPE SYNTAX PreEmphasis MAX-ACCESS read-write STATUS current DESCRIPTION "Input 1 Pre-emphasis" ::= { scaChannel1 4 } -- Input 1 Filter Select 43.6.1.4.1.37691.2.2.2.3.2.1.5.0 input1FilterSelect OBJECT-TYPE SYNTAX FilterSelect MAX-ACCESS read-write STATUS current DESCRIPTION "Input 1 Filter Select" ::= { scaChannel1 5 } -- Input 1 Mode Select 43.6.1.4.1.37691.2.2.2.3.2.1.5.0 input1ModeSelect OBJECT-TYPE SYNTAX ModeSelect MAX-ACCESS read-write STATUS current DESCRIPTION "Input 1 Mode Select" ::= { scaChannel1 6 } -- Output 1 Gain A 43.6.1.4.1.37691.2.2.2.3.2.1.7.0 output1GainA OBJECT-TYPE SYNTAX Integer32 (-100..100) MAX-ACCESS read-write STATUS current DESCRIPTION "Output 1 Gain A dBx10" ::= { scaChannel1 7 } -- Output 1 Gain B 43.6.1.4.1.37691.2.2.2.3.2.1.8.0 output1GainB OBJECT-TYPE SYNTAX Integer32 (-100..100) MAX-ACCESS read-write STATUS current DESCRIPTION "Output 1 Gain B dBx10" ::= { scaChannel1 8 } ----------------------------------------------------------------------------------- -- Channel 2 43.6.1.4.1.37691.2.2.2.3.2.2 -- scaChannel2 OBJECT-IDENTITY STATUS current DESCRIPTION "scaChannel2 organizational branch node" ::= { bdiSCAUnitControl 2 } -- Input 2 Gain A 43.6.1.4.1.37691.2.2.2.3.2.2.1.0 input2GainA OBJECT-TYPE SYNTAX Integer32 (-100..100) MAX-ACCESS read-write STATUS current DESCRIPTION "Input 2 Gain A dBx10" ::= { scaChannel2 1 } -- Input 2 Gain B 43.6.1.4.1.37691.2.2.2.3.2.2.2.0 input2GainB OBJECT-TYPE SYNTAX Integer32 (-100..100) MAX-ACCESS read-write STATUS current DESCRIPTION "Input 2 Gain B dBx10" ::= { scaChannel2 2 } -- Input 2 Select 43.6.1.4.1.37691.2.2.2.3.2.2.3.0 input2Select OBJECT-TYPE SYNTAX InputSelect MAX-ACCESS read-write STATUS current DESCRIPTION "Input 2 Select" ::= { scaChannel2 3 } -- Input 2 Pre-emphasis 43.6.1.4.1.37691.2.2.2.3.2.2.4.0 input2Preemphasis OBJECT-TYPE SYNTAX PreEmphasis MAX-ACCESS read-write STATUS current DESCRIPTION "Input 2 Pre-emphasis" ::= { scaChannel2 4 } -- Input 2 Filter Select 43.6.1.4.1.37691.2.2.2.3.2.2.5.0 input2FilterSelect OBJECT-TYPE SYNTAX FilterSelect MAX-ACCESS read-write STATUS current DESCRIPTION "Input 2 Filter Select" ::= { scaChannel2 5 } -- Input 2 Mode Select 43.6.1.4.1.37691.2.2.2.3.2.2.6.0 input2ModeSelect OBJECT-TYPE SYNTAX ModeSelect MAX-ACCESS read-write STATUS current DESCRIPTION "Input 2 Mode Select" ::= { scaChannel2 6 } -- Output 2 Gain A 43.6.1.4.1.37691.2.2.2.3.2.2.7.0 output2GainA OBJECT-TYPE SYNTAX Integer32 (-100..100) MAX-ACCESS read-write STATUS current DESCRIPTION "Output 2 Gain A dBx10" ::= { scaChannel2 7 } -- Output 2 Gain B 43.6.1.4.1.37691.2.2.2.3.2.2.8.0 output2GainB OBJECT-TYPE SYNTAX Integer32 (-100..100) MAX-ACCESS read-write STATUS current DESCRIPTION "Output 2 Gain B dBx10" ::= { scaChannel2 8 } -- -- BDI-SCA-PROD-W-ENT-MIB ends -- END