BAY-STACK-ADAC-MIB: View SNMP OID List / Download MIB

VENDOR: SYNOPTICS


 Home MIB: BAY-STACK-ADAC-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 bayStackAdacMib 1.3.6.1.4.1.45.5.9
Avaya Auto-Discovery/Auto-Configuration of Avaya IP Phones MIB Copyright 2014 Avaya. All rights reserved. This Avaya SNMP Management Information Base Specification embodies Avaya confidential and proprietary intellectual property. Avaya retains all title and ownership in the Specification, including any revisions. This Specification is supplied 'AS IS,' and Avaya makes no warranty, either express or implied, as to the use, operation, condition, or performance of the Specification.
     bsAdacNotifications 1.3.6.1.4.1.45.5.9.0
         bsAdacPortConfigNotification 1.3.6.1.4.1.45.5.9.0.1
This notification indicates if the Auto-Configuration is applied or not on the port. It will be sent on every status change.
         bsAdacPortOperDisabledNotification 1.3.6.1.4.1.45.5.9.0.2
This notification indicates if a port having bsAdacPortAdminEnable set to true(1) changes its bsAdacPortOperEnable from true(1) to false(2) due to some condition such as reaching the maximum number of devices supported per port.
     bsAdacObjects 1.3.6.1.4.1.45.5.9.1
         bsAdacScalars 1.3.6.1.4.1.45.5.9.1.1
             bsAdacAdminEnable 1.3.6.1.4.1.45.5.9.1.1.2 truthvalue read-write
This object is used to administratively enable or disable ADAC. A value of true(1) means ADAC should be enabled, while a value of false(2) means ADAC should be disabled. Note that ADAC might remain operationally disabled due to other conditions (such as missing Uplink and Call Server ports). To determine whether ADAC is operationally enabled, see bsAdacOperEnable.
             bsAdacOperatingMode 1.3.6.1.4.1.45.5.9.1.1.3 integer read-write
This operating mode must be set depending on how the IP Phones are configured to send frames (tagged/untagged) and on the desired level of complexity for auto-configuration. A value of untaggedFramesBasic(1) means that the IP Phones are configured to send untagged frames and no Voice-VLAN will be created (only apply QoS). A value of untaggedFramesAdvanced(2) means that the IP Phones are configured to send untagged frames and the Voice-VLAN will be created too, beside applying QoS. A value of taggedFrames(3) means that the IP Phones are configured to send tagged frames; the Voice-VLAN will be created and QoS will be applied accordingly. This object cannot take the value untaggedFramesAdvanced(2) or taggedFrames(3) if bsAdacVoiceVlan has the value 0, or if both bsAdacCallServerPort and bsAdacUplinkPort have the value 0. Enumeration: 'untaggedFramesBasic': 1, 'untaggedFramesAdvanced': 2, 'taggedFrames': 3.
             bsAdacCallServerPort 1.3.6.1.4.1.45.5.9.1.1.4 interfaceindexorzero read-write
The port on which the Call Server is connected. This value is used only when the current operating mode is either untaggedFramesAdvanced(2) or taggedFrames(3). It may not be changed to 0 if the current operating mode is one of these values. Note that an implementation should support either bsAdacCallServerPort and bsAdacUplinkPort, or bsAdacCallServerPortList and bsAdacUplinkPortList, but not both.
             bsAdacUplinkPort 1.3.6.1.4.1.45.5.9.1.1.5 interfaceindexorzero read-write
The uplink port is used usually when the Call Server is not connected directly to the current module/stack. This value is used only when the current operating mode is either untaggedFramesAdvanced(2) or taggedFrames(3). It may not be changed to 0 if the current operating mode is one of these values. Note that an implementation should support either bsAdacCallServerPort and bsAdacUplinkPort, or bsAdacCallServerPortList and bsAdacUplinkPortList, but not both.
             bsAdacVoiceVlan 1.3.6.1.4.1.45.5.9.1.1.6 vlanidornone read-write
A value that uniquely identifies the Voice Virtual LAN associated with ADAC. This value it is used only when the current operating mode is untaggedFramesAdvanced(2) or taggedFrames(3). It may not be changed to 0 if the current operating mode is one of these values.
             bsAdacNotificationControlEnable 1.3.6.1.4.1.45.5.9.1.1.7 truthvalue read-write
This object controls whether port status changes will result in generation of a bsAdacPortConfigNotification. The value true(1) means that the notifications will be generated. The value false(2) means that they will not be generated.
             bsAdacMacAddrRangeControl 1.3.6.1.4.1.45.5.9.1.1.8 integer read-write
This object always returns none(1) when retrieved. When set to clearTable(2), it will delete all entries from the bsAdacMacAddrRangeTable. When set to defaultTable(3), it will delete all entries from the bsAdacMacAddrRangeTable and replace them with factory default entries. Enumeration: 'defaultTable': 3, 'none': 1, 'clearTable': 2.
             bsAdacOperEnable 1.3.6.1.4.1.45.5.9.1.1.9 truthvalue read-only
This object indicates whether ADAC is operationally enabled. A value of true(1) indicates that it is enabled, while a value of false(2) indicates that it is disabled. Note a value of false(2) for this object and a value of true(1) for bsAdacAdminEnable indicates that ADAC is not operational due to some condition such as missing Uplink and Call Server ports.
             bsAdacCallServerPortList 1.3.6.1.4.1.45.5.9.1.1.10 portlist read-write
The ports on which the Call Server is connected. This value is used only when the current operating mode is either untaggedFramesAdvanced(2) or taggedFrames(3). It may not be changed to an empty set of ports if the current operating mode is one of these values. Note that an implementation should support either bsAdacCallServerPort and bsAdacUplinkPort, or bsAdacCallServerPortList and bsAdacUplinkPortList, but not both.
             bsAdacUplinkPortList 1.3.6.1.4.1.45.5.9.1.1.11 portlist read-write
The uplink ports are used usually when the Call Server is not connected directly to the current module/stack. This value is used only when the current operating mode is either untaggedFramesAdvanced(2) or taggedFrames(3). It may not be changed to an empty set of ports if the current operating mode is one of these values. Note that an implementation should support either bsAdacCallServerPort and bsAdacUplinkPort, or bsAdacCallServerPortList and bsAdacUplinkPortList, but not both.
             bsAdacUplinkType 1.3.6.1.4.1.45.5.9.1.1.12 integer read-write
The ADAC uplink type. A value of port(1) means that the ADAC uplink is the clasical port type uplink. bsAdacUplinkPortList will be used to specify the actual uplink ports list. A value of spbm(2) means that the uplink is over SPBM. With this we inform ADAC that instead of a classical uplink-port it will use an I-SID that will have to be associated by the user with the ADAC Voice-VLAN. When setting the ADAC uplink over SPBM, all the currently set uplink ports will be removed. Enumeration: 'spbm': 2, 'port': 1.
         bsAdacPortTable 1.3.6.1.4.1.45.5.9.1.2 no-access
A table of objects that display and control the port attributes of ADAC.
             bsAdacPortEntry 1.3.6.1.4.1.45.5.9.1.2.1 no-access
A set of objects that display and control the port attributes of ADAC.
                 bsAdacPortIndex 1.3.6.1.4.1.45.5.9.1.2.1.1 interfaceindex no-access
An index value that uniquely identifies a port. This value is similar to ifIndex in MIB2.
                 bsAdacPortAdminEnable 1.3.6.1.4.1.45.5.9.1.2.1.2 truthvalue read-write
true (1) Auto-Detection (and implicitly Auto-Configuration) of Avaya IP Phones is enabled on this interface. false (2) Auto-Detection (and implicitly Auto-Configuration) of Avaya IP Phones is disabled on this interface.
                 bsAdacPortConfigStatus 1.3.6.1.4.1.45.5.9.1.2.1.3 integer read-only
Describes the Auto-Configuration status for the port. A value of configApplied(1) means that the ADAC configuration is applied for this port. A value of configNotApplied(2) means that the ADAC configuration is not applied for this port. Enumeration: 'configApplied': 1, 'configNotApplied': 2.
                 bsAdacPortTaggedFramesPvid 1.3.6.1.4.1.45.5.9.1.2.1.4 integer32 read-write
This is the PVID value that Auto-Configuration will try to apply for ports which have Auto-Detection enabled (bsAdacPortAdminEnable is set to true(1)), and which are running in Tagged-Frames operational mode (bsAdacOperatingMode is set to taggedFrames(3)). A value of 0 means that the Auto-Configuration will not change the PVID of the respective port. If the VLAN with the ID equal with this PVID does not exist when Auto-Configuration is applied to a port, then Auto-Configuration won't change the port's PVID (it will ignore the current value of this object, and treat it as if its value is currently 0).
                 bsAdacPortTaggedFramesTagging 1.3.6.1.4.1.45.5.9.1.2.1.5 integer read-write
This is the tagging value that Auto-Configuration will apply for ports which have Auto-Detection enabled (bsAdacPortAdminEnable is set to true(1)), and which are running in Tagged-Frames operational mode (bsAdacOperatingMode is set to taggedFrames(3)). A value of tagAll(1) means that the Telephony ports will have the tagging enabled on all frames. A value of tagPvidOnly(2) means that the Telephony ports will have the tagging enabled on frames matching the PVID of the port. A value of untagPvidOnly(3) means that the Telephony ports will have the tagging disabled on frames matching the PVID of the port. A value of noChange(4) means that the Auto-Configuration will not change the tagging of the respective port. Enumeration: 'tagPvidOnly': 2, 'untagPvidOnly': 3, 'noChange': 4, 'tagAll': 1.
                 bsAdacPortType 1.3.6.1.4.1.45.5.9.1.2.1.6 integer read-only
Describes how ADAC classifies this port. A value of telephony(1) means that the Auto-Detection is enabled for this port (bsAdacPortAdminEnable is set to true(1)). A value of callServer(2) means that the port is configured as Call Server. A value of uplink(3) means that the port is either configured as Uplink or it's part of the same trunk as the current set Uplink port. A value of other(4) means that the port has none of the types above. Enumeration: 'other': 4, 'telephony': 1, 'callServer': 2, 'uplink': 3.
                 bsAdacPortOperEnable 1.3.6.1.4.1.45.5.9.1.2.1.7 truthvalue read-only
This object indicates whether Auto-Detection is operationally enabled on port. A value of true(1) indicates that it is enabled, while a value of false(2) indicates that it is disabled. Note a value of false(2) for this object and a value of true(1) for bsAdacPortAdminEnable indicates that Auto-Detection (and implicitly Auto-Configuration) is not operational due to some condition such as reaching the maximum number of devices supported per port.
                 bsAdacPortMacDetectionEnable 1.3.6.1.4.1.45.5.9.1.2.1.8 truthvalue read-write
true (1) Auto-Detection of Avaya IP Phones based on MAC Address is enabled on this interface. false (2) Auto-Detection of Avaya IP Phones based on MAC Address is disabled on this interface. It cannot be set to false(2) if no other supported detection mechanism is enabled on port.
                 bsAdacPortLldpDetectionEnable 1.3.6.1.4.1.45.5.9.1.2.1.9 truthvalue read-write
true (1) Auto-Detection of Avaya IP Phones based on 802.1ab is enabled on this interface. false (2) Auto-Detection of Avaya IP Phones based on 802.1ab is disabled on this interface. It cannot be set to false(2) if no other supported detection mechanism is enabled on port.
         bsAdacMacAddrRangeTable 1.3.6.1.4.1.45.5.9.1.3 no-access
A table of objects that display and control the attributes of the MAC Address ranges supported by ADAC. Overlapping ranges are not allowed and the attempts to create an entry that overlaps an existing entry will fail.
             bsAdacMacAddrRangeEntry 1.3.6.1.4.1.45.5.9.1.3.1 no-access
A set of objects that display and control the attributes of the MAC Address ranges supported by ADAC.
                 bsAdacMacAddrRangeLowEndIndex 1.3.6.1.4.1.45.5.9.1.3.1.1 macaddress no-access
The low end of the MAC Address range.
                 bsAdacMacAddrRangeHighEndIndex 1.3.6.1.4.1.45.5.9.1.3.1.2 macaddress no-access
The high end of the MAC Address range.
                 bsAdacMacAddrRangeRowStatus 1.3.6.1.4.1.45.5.9.1.3.1.3 rowstatus read-only
This is used to control creation/deletion of entries in this table.