OPS-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: OPS-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
 opsMIB 1.3.6.1.3.1
This is the MIB module for OPS-compliant CPE for managing configurations of the CPE system and its voice services.
     opsMIBObjects 1.3.6.1.3.1.1
         iadOPS 1.3.6.1.3.1.1.1
             iOpsIADConfig 1.3.6.1.3.1.1.1.1
                 iOpsIADIfIndex 1.3.6.1.3.1.1.1.1.1 interfaceindex read-only
Index of the interface that the IAD uses to communicate with the Multi-Service Access Concentrator (MAS).
                 iOpsIADManufacturerName 1.3.6.1.3.1.1.1.1.2 displaystring read-only
Name and contact information of the manufacturer of the IAD.
                 iOpsIADSerialNumber 1.3.6.1.3.1.1.1.1.3 displaystring read-only
Serial number of the IAD.
                 iOpsIADCLEICode 1.3.6.1.3.1.1.1.1.4 displaystring read-only
Common Language Equipment Identifier Code of the IAD.
                 iOpsIADAdminStatus 1.3.6.1.3.1.1.1.1.5 integer read-write
Identifies the administrative status of the IAD. Enumeration: 'down': 2, 'test': 3, 'up': 1.
                 iOpsIADOperStatus 1.3.6.1.3.1.1.1.1.6 integer read-only
Identifies the operational status of the IAD. Enumeration: 'down': 2, 'unknown': 4, 'testing': 3, 'up': 1.
                 iOpsIADAlarmStatus 1.3.6.1.3.1.1.1.1.7 integer read-only
Identifies the current alarm status of the IAD. If multiple alarms are present, this object displays the highest severity alarm value. Enumeration: 'minorAlarm': 2, 'noAlarm': 1, 'majorAlarm': 3, 'criticalAlarm': 4.
                 iOpsIADOperStatusLastChange 1.3.6.1.3.1.1.1.1.8 timestamp read-only
The value of the SNMPv2 MIBs 'sysUpTime' object-type at the time the IAD entered its current operating state. If the IADs current state was entered prior to the last re-initialization of the SNMP agent, then this object will contain a zero (0) value.
                 iOpsIADResetIAD 1.3.6.1.3.1.1.1.1.9 integer read-write
Reboot the IAD. The IAD will boot up running the system image file specified in the 'iOpsIADSoftwareFileName' object-type. It is highly recommended that the IAD contain bootstrap code that the IAD can default to, in the unlikely scenario that the file specified in 'iOpsIADSoftwareFileName' does not exist on the IAD or is otherwise invalid. This is an action attribute and it is meaningless to attempt to read this value. Enumeration: 'none': 1, 'coldReboot': 3, 'warmReboot': 2.
                 iOpsIADSoftwareFileName 1.3.6.1.3.1.1.1.1.10 displaystring read-write
Contains the name of the system image file that the IAD will attempt to boot from. If IAD does not support multiple system image files, then this object becomes read-only and is only capable of containing the same file that is uploaded in the 'iOpsIADSoftwareUpgradeFileName' object-type. This object only specifies the file name of the system image file residing on the IAD and not a full path name as is specified in the 'iOpsIADSoftwareUpgradeFileName' object-type. The SNMP Agent will reject an SNMP SET PDU message on this object if the file does not exist on the IAD or if the file is otherwise invalid (incorrect name, corrupt, etc.).
                 iOpsIADSoftwareUpgradeFileName 1.3.6.1.3.1.1.1.1.11 displaystring read-write
Contains the name of the system image file to be downloaded to the IAD. The full path name of the file must be specified. The IP address of the server used to download the file must first be specified in the 'iOpsIADServerIP' object-type. The server used to download the file defaults to the TFTP protocol. This default may be changed to 'FTP' or to 'other'. It is specified in the 'iOpsIADServerType' object-type. If an alternate transfer protocol is to be used, it must be specified before attempting the file download.
                 iOpsIADDownloadSoftware 1.3.6.1.3.1.1.1.1.12 integer read-write
Is used to download the system image file to the IAD or to obtain status about the file download: 1) The SNMP SET PDU message is used to initiate a download of the system image file to the IAD. 2) The SNMP GET, GET-NEXT, OR GET-BULK PDU messages are used to obtain status of the previously initiated download. When initiating a download of the system image file, the attributes of this object and the attributes of the 'iOpsIADSaveSoftware' object-type must be included in the same SNMP SET PDU message. 'iOpsIADSaveSoftware' is used to specify either: 1) A save of the file on the IAD. 2) A save of the file on the IAD and then perform a reboot of the IAD. The IP address of the server used to transfer the file or the status information is specified in the 'iOpsIADServerIP' object-type. The server used to download the system image file defaults to the TFTP protocol. However, this default may be changed to 'FTP' or to 'other'. It is specified in the 'iOpsIADServerType' object-type. If an alternate transfer protocol is used, it must first be specified before attempting the file download. If the IAD is unable to complete the file transfer for any reason, the values of the 'iOpsIADAdminStatus' and 'iOpsIADOperStatus' object-types must remain in the 'up' status in order for the IAD to be available to accept subsequent system image file downloads. SET PDU message: 1: Download the system image file from the server to the IAD. The system image file name is specified in the 'iOpsIADSoftwareUpgradeFileName' object-type. GET, GET-NEXT, or GET-BULK PDU message: 2: The download of the system image file is complete. 3: The download of the system image file failed. 4: The download of the system image file is in progress. 5. No status can be returned because no prior SET operation was performed. Enumeration: 'downloadFailed': 3, 'downloadInProgress': 4, 'downloadSoftwareFromServer': 1, 'downloadComplete': 2, 'none': 5.
                 iOpsIADSaveSoftware 1.3.6.1.3.1.1.1.1.13 integer read-write
Save downloaded system image file with the option to reboot the IAD. For IADs that can contain multiple system image files, either option can be used. For IADs that can only contain one system image file, only the 'saveAndReboot' option can be used. 1) When the 'save' option is specified, the IAD will not reboot after the file transfer is completed. the IAD will continue to use the currently running system image file. In order for the IAD to come up with the new system image the next time it is rebooted, the network manager must set the 'iOpsIADSoftwareFileName' object-type with the downloaded file name. 2) If the 'saveAndReboot' option is specified, the IAD will reboot with the new system image if: - The file transfer successfully completed, AND - The file is not corrupt The SNMP Agent must update iOpsIADSoftwareFileName with the 'iOpsIADSoftwareUpgradeFileName' object-type before the reboot. When initiating a download, the attributes of this object and the attributes of the 'iOpsIADDownloadSoftware' object-type must be included in the same SNMP SET PDU message. This is an action attribute and it is meaningless to attempt to read this value. Enumeration: 'saveAndReboot': 2, 'save': 1.
                 iOpsIADSoftwareVersion 1.3.6.1.3.1.1.1.1.14 displaystring read-only
Version number of the currently running system image.
                 iOpsIADReConfigIAD 1.3.6.1.3.1.1.1.1.15 integer read-write
Change the current configuration file (persistent database) running on the IAD to a new configuration file specified in the 'iOpsIADConfigFileName' object-type. Enumeration: 'reConfig': 2, 'none': 1.
                 iOpsIADConfigFileName 1.3.6.1.3.1.1.1.1.16 displaystring read-write
Contains the configuration file name that the IAD will attempt to load. If the IAD does not support multiple configuration files, then this object becomes read-only and is only capable of containing the same file that is uploaded to the 'iOpsIADConfigUpgradeFileName' object-type. This object only contains the file name of the configuration file residing on the IAD and not a full path name as is specified in the 'iOpsIADConfigUpgradeFileName' object-type. The SNMP Agent will reject an SNMP SET PDU message on this object if the file does not exist on the IAD or if the file is otherwise invalid (incorrect name, corrupt, etc.).
                 iOpsIADConfigUpgradeFileName 1.3.6.1.3.1.1.1.1.17 displaystring read-write
Contains the name of the configuration file to be downloaded to the IAD. The full path name of the file must be specified. The IP address of the server used to download the file must first be specified in the 'iOpsIADServerIP' object-type. The server used to download the file defaults to the TFTP protocol. This default may be changed to 'FTP' or to 'other'. It is specified in the 'iOpsIADServerType' object-type. If an alternate transfer protocol is to be used, it must be specified before attempting the file download.
                 iOpsIADUpDownloadConfiguration 1.3.6.1.3.1.1.1.1.18 integer read-write
Is used to download the configuration file to the IAD, or to upload the configuration from the IAD, or to obtain status about the file download or upload: 1) The SNMP SET PDU message is used to initiate the download or upload of the configuration file. 2) The SNMP GET, GET-NEXT, or GET-BULK messages are used to obtain status of the previously initiated download or upload. When initiating a download or upload, of the configuration file, the attributes of this object and the attributes of the 'iOpsIADSaveConfiguration' object-type must be included in the same SNMP SET PDU message. The IP address of the server used to transfer the file or the status information is specified in iOpsIADServerIP. The server used to download or upload the configuration file defaults to the TFTP protocol. However, this default may be changed to 'FTP' or to 'other'. It is specified in the 'iOpsIADServerType' object-type. If an alternate transfer protocol is used, it must first be specified before attempting the file download. If the IAD is unable to complete the file transfer for any reason, the values of the 'iOpsIADAdminStatus' and 'iOpsIADOperStatus' object-types must remain in the 'up' status in order for the IAD to be available to accept subsequent requests for configuration file downloads or uploads. SET PDU message: 1: Download the configuration file from the server to the IAD. The configuration file name is specified in the 'iOpsIADConfigUpgradeFileName' object-type. 2: Upload the configuration script from the IAD to the server. he configuration file name is specified in the 'iOpsIADConfigUpgradeFileName' object-type. GET, GET-NEXT, or GET-BULK PDU message: 3: The upload or download of the configuration file is complete. 4: The upload or download of the configuration file failed. 5: The download of the configuration file is in progress. 6: The upload of the configuration file is in progress. 7. No status can be returned because no prior SET operation was performed. Enumeration: 'none': 7, 'uploadOrDownloadFailed': 4, 'downloadConfigFileFromServer': 1, 'uploadConfigFileToServer': 2, 'downloadInProgress': 5, 'uploadOrDownloadComplete': 3, 'uploadInProgress': 6.
                 iOpsIADSaveConfiguration 1.3.6.1.3.1.1.1.1.19 integer read-write
Save the downloaded configuration file, but continue to use the currently running configuration file or start using the newly downloaded configuration file. For IADs that can contain multiple configuration files, either option can be used. For IADs that can only contain one configuration file, only the 'saveAndReconfigure' option can be used. 1) When the 'none' option is specified. 2) When the 'save' option is specified, the IAD will continue to use the currently running configuration file. In order for the IAD to use the newly downloaded configuration file, the network manager should set the 'iOpsIADConfigFileName' object-type with the newly downloaded configuration file name, and then set the 'iOpsIADReConfigIAD' object-type to the value 'reConfig(2)'. 3) When 'saveAndReconfigure' is specified, the IAD will immediately start using the new configuration file if: - The file transfer successfully completed, AND - The file is not corrupt The SNMP Agent must update the 'iOpsIADConfigFileName' object-type with the 'iOpsIADConfigUpgradeFileName' object-type before using the newly downloaded configuration file. When initiating a download, the attributes of this object and the attributes of the 'iOpsIADUpDownloadConfiguration' object-type must be included in the same SNMP SET PDU message. This is an action attribute and it is meaningless to attempt to read this value. Enumeration: 'none': 1, 'save': 2, 'saveAndReconfigure': 3.
                 iOpsIADVersionConfig 1.3.6.1.3.1.1.1.1.20 displaystring read-only
Version of Configuration.
                 iOpsIADMgmtChType 1.3.6.1.3.1.1.1.1.21 integer read-only
Specifies the type of management channel to be used, where: 1) 'andaFDL' is the ANDA facility data link channel 2) 'dso' is a DS0 channel 3) 'fr-dlci' is a Frame-Relay circuit 4) 'atmVPIVCI' is an ATM virtual circuit Enumeration: 'andaFDL': 1, 'fr-dlci': 3, 'ds0': 2, 'atmVPIVCI': 4.
                 iOpsIADMgmtChNumber 1.3.6.1.3.1.1.1.1.22 unsigned32 read-write
This field is set according the value specified in the 'iOpsIADMgmtChType' object-type: If 'iOpsIADMgmtChType' is 'andaFDL(1)' - this object is not applicable. If 'iOpsIADMgmtChType' is 'ds0(2)' - is the DS0 channel number to use. If 'iOpsIADMgmtChType' is 'fr-dlci(3)' - is the DLCI number to use. If 'iOpsIADMgmtChType' is 'atmVPIVCI(4)' - is set as follows: The most significant 16-bit word is the VPI. The least significant 16-bit word is the VCI.
                 iOpsIADMgmtChBandwidth 1.3.6.1.3.1.1.1.1.23 gauge32 read-write
This object is only valid when 'iOpsIADMgmtChType' is 'fr-dlci(3)' or 'atmVPIVCI(4)'. This object indicates the amount of bandwidth that is allocated for the management channel.
                 iOpsIADMgmtChInactivityTimer 1.3.6.1.3.1.1.1.1.24 integer read-write
Amount of time of inactivity allowed on a management channel before the link is declared down. The MAS should poll IAD on a keep-alive timer.
                 iOpsIADDataService 1.3.6.1.3.1.1.1.1.25 integer read-only
Indicates the type of data service offered by the IAD: '1' is Frame Relay '2' is ATM '3' is PPP Enumeration: 'ppp': 3, 'frameRelay': 1, 'atm': 2.
                 iOpsIADDateAndTime 1.3.6.1.3.1.1.1.1.26 dateandtime read-write
Is the date and time on the IAD.
                 iOpsIADMacAddress 1.3.6.1.3.1.1.1.1.27 macaddress read-only
Is the MAC address on the IAD.
                 iOpsIADPublicIPAddress 1.3.6.1.3.1.1.1.1.28 ipaddress read-write
Is the IP address on the IAD.
                 iOpsIADSubnetMask 1.3.6.1.3.1.1.1.1.29 ipaddress read-write
Is the subnet mask on the IAD.
                 iOpsIADGateway 1.3.6.1.3.1.1.1.1.30 ipaddress read-write
Is the Gateway IP address.
                 iOpsIADDHCPIP 1.3.6.1.3.1.1.1.1.31 ipaddress read-write
If used, is the IP address of the DHCP server.
                 iOpsIADServerIP 1.3.6.1.3.1.1.1.1.32 ipaddress read-write
Is the IP address of the server used for the system image file downloads, for the downloads and uploads of the configuration file (persistent database) and for obtaining status information about the file transfer.
                 iOpsIADServerType 1.3.6.1.3.1.1.1.1.33 integer read-write
Indicates the type of file transfer to be used. TFTP is the default and will be used unless another selection is specified. Enumeration: 'ftpServer': 2, 'otherServer': 3, 'tftpServer': 1.
                 iOpsIADServerLoginName 1.3.6.1.3.1.1.1.1.34 displaystring read-write
Is the Login Name of the Server.
                 iOpsIADServerPasswd 1.3.6.1.3.1.1.1.1.35 octet string no-access
Is the password used to login to the Server. It may be encrypted. This value is write only.
                 iOpsIADMasPublicKey 1.3.6.1.3.1.1.1.1.36 octet string read-write
Is the public key of the MAS which, when combined with the private key stored on the IAD, can be used to encrypt and decrypt the community name in an SNMP PDU.
                 iOpsIADManagementPasswd 1.3.6.1.3.1.1.1.1.37 displaystring no-access
Is the password assigned to an IAD to be used by a directly connected management station to login to the IAD. This value is write only.
             iOpsIADVoiceService 1.3.6.1.3.1.1.1.2
                 iOpsIADVlNumber 1.3.6.1.3.1.1.1.2.1 gauge32 read-only
Indicates the number of voice lines on the IAD.
                 iOpsIADVlTable 1.3.6.1.3.1.1.1.2.2 no-access
Is a list of the voice line entries. The number of entries is indicated by the value of the 'iOpsIADVlNumber' object-type.
                     iOpsIADVlEntry 1.3.6.1.3.1.1.1.2.2.1 no-access
Is an entry that contains the objects pertaining to a voice line uniquely identified by the 'iOpsIADVlIndex' object-type.
                         iOpsIADVlIndex 1.3.6.1.3.1.1.1.2.2.1.1 integer no-access
Is the index of the voice line.
                         iOpsIADVlDS1IfIndex 1.3.6.1.3.1.1.1.2.2.1.2 interfaceindex read-only
Is the associated DS1 interface index, if the IAD has one or more DS1s. The value of this object is zero (0), if there are no DS1s local to the IAD.
                         iOpsIADVlDS0Index 1.3.6.1.3.1.1.1.2.2.1.3 integer read-only
Is the DS0 index within the DS1, or, the index of the individual POTS line
                         iOpsIADVlOperStatus 1.3.6.1.3.1.1.1.2.2.1.4 integer read-only
Indicates the operating status of the voice line. Is one of the following: 'up-InService' - The line is in service 'down-OutOfService' - The line is out of service 'testing' - The line is currently undergoing a test 'unknown' - The status of the line cannot be determined Enumeration: 'down-OutOfService': 2, 'unknown': 4, 'up-InService': 1, 'testing': 3.
                         iOpsIADVlSecondaryServiceState 1.3.6.1.3.1.1.1.2.2.1.5 integer read-only
This indicates any current alarm on the voice line. Enumeration: 'none': 1, 'switch-OOS': 3, 'los-OOS': 4, 'oof-OOS': 5, 'maintenance-OOS': 6, 'manual-OOS': 2.
                         iOpsIADVlAdminStatus 1.3.6.1.3.1.1.1.2.2.1.6 integer read-only
This identifies the desired administrative status of the voice line. It is one of the following values: 'up-restore' - activate or restore the voice service 'down-remove' - deactivate or remove the voice service 'test-loopback' - initiate loopback test on the voice line The test result can be monitored by polling the 'iOpsIADVlLoopbackTestResult' object-type. If this object is set to 'test-loopback(3)' on a voice line that is still running a previously initiated 'test-loopback(3)', a second (simultaneous) loopback test will not be invoked. In this case, the status of the line in test will be indicated by the 'iOpsIADVlLoopbackTestResult' object-type as 'test-inProgress(2)'. Enumeration: 'up-restore': 1, 'down-remove': 2, 'test-loopback': 3.
                         iOpsIADVlOperStatusLastChange 1.3.6.1.3.1.1.1.2.2.1.7 timestamp read-only
The value of the SNMPv2 MIBs 'sysUpTime' object-type at the time this voice line entered its current operating status state. If the current state of the voice line was entered prior to the last re-initialization of the SNMP agent, then this object will contain a zero (0) value.
                         iOpsIADVlLoopbackTestResult 1.3.6.1.3.1.1.1.2.2.1.8 integer read-only
Indicates the results of the loopback test that was initiated by the 'iOpsIADVlAdminStatus' object-type. Enumeration: 'test-inProgress': 2, 'no-Test': 1, 'test-Fail-Bell': 5, 'test-Pass': 3, 'test-Fail-OffHook': 4, 'test-Fail-Others': 6.
                         iOpsIADVlNumberOfWires 1.3.6.1.3.1.1.1.2.2.1.9 integer read-only
Indicates the number of wires on the line. Enumeration: 'wires4': 2, 'wires6': 3, 'wires8': 4, 'wires2': 1.
                         iOpsIADVlSignalFunctionCode 1.3.6.1.3.1.1.1.2.2.1.10 integer read-only
Is the Generic Signal Function code for the voice line. The default value is 'fxsLoopStart'. Enumeration: 'fxoWinkStart': 6, 'eAndM2-4': 8, 'eAndM2-2': 7, 'fxsWinkStart': 3, 'fxoGroundStart': 5, 'fxsLoopStart': 1, 'fxsGroundStart': 2, 'eAndM4-4': 10, 'fxoLoopStart': 4, 'eAndM4-2': 9.
                         iOpsIADVlRobbedBitMode 1.3.6.1.3.1.1.1.2.2.1.11 integer read-only
Is the Robbed Bit Signal mode for the voice line. The default value is 'abcd'. Enumeration: 'clearChannel': 2, 'abcd': 3, 'inactive': 1, 'ab': 4, 'a': 5.
                         iOpsIADVlCallReferenceValue 1.3.6.1.3.1.1.1.2.2.1.12 integer read-only
Indicates the Call Reference Value (CRV).
                         iOpsIADVlRingingCadence 1.3.6.1.3.1.1.1.2.2.1.13 integer read-only
Indicates the ring cadence.
                         iOpsIADVlVoiceProtocolType 1.3.6.1.3.1.1.1.2.2.1.14 integer read-only
Indicates the type of voice protocol that will be used. Enumeration: 'ds0': 1, 'voIP': 4, 'voATM-AAL2': 3, 'voATM-AAL1': 2.
                         iOpsIADVlPhoneNumber 1.3.6.1.3.1.1.1.2.2.1.15 displaystring read-only
Indicates the telephone number of the voice line.
                         iOpsIADVlTransmitImpedance 1.3.6.1.3.1.1.1.2.2.1.16 integer read-only
Indicates the Transmit Impedance. Enumeration: 'ohm-600': 3, 'none': 1, 'ohm-900': 4, 'ohm-50': 2, 'ohm-1200': 5.
                         iOpsIADVlReceiveImpedance 1.3.6.1.3.1.1.1.2.2.1.17 integer read-only
Indicates the Receive Impedance. Enumeration: 'ohm-600': 3, 'none': 1, 'ohm-900': 4, 'ohm-50': 2, 'ohm-1200': 5.
                         iOpsIADVlTransmitLoss 1.3.6.1.3.1.1.1.2.2.1.18 integer read-only
Indicates the Transmit Loss.
                         iOpsIADVlReceiveLoss 1.3.6.1.3.1.1.1.2.2.1.19 integer read-only
Indicates the Receive Loss
                         iOpsIADVlPayloadType 1.3.6.1.3.1.1.1.2.2.1.20 integer read-only
Indicates the Payload type. Enumeration: 'g728': 5, 'g729': 8, 'g723-1-5-6K': 6, 'g729-A': 9, 'pcm-u-law': 1, 'g723-1-6-4K': 7, 'g726': 4, 'g711': 3, 'pcm-a-law': 2.
                         iOpsIADVlEchoCancellation 1.3.6.1.3.1.1.1.2.2.1.21 truthvalue read-only
Indicates if Echo Cancellation is ON or OFF.
                         iOpsIADVlEchoDelay 1.3.6.1.3.1.1.1.2.2.1.22 integer read-only
Indicates the length of the Echo Delay in milliseconds.
                         iOpsIADVlSilenceSuppression 1.3.6.1.3.1.1.1.2.2.1.23 truthvalue read-only
Indicates if Silence Suppression is ON or OFF.
                         iOpsIADVlGenerateTestTone 1.3.6.1.3.1.1.1.2.2.1.24 truthvalue read-only
Indicates if Test Tone Generation is ON or OFF.
                         iOpsIADVlRowStatus 1.3.6.1.3.1.1.1.2.2.1.25 rowstatus read-only
Status of this entry in the iOpsIADVlTable. This variable is used to create a new voice line for the IAD. To create and activate the voice line, this object should be set to 'createAndGo'. To create the voice line in an inactive administrative state, this object should be set to 'createAndWait'. The voice line can then be activated later, when desired, by setting this object to 'active'.
         dlcOPS 1.3.6.1.3.1.1.2
         dacOPS 1.3.6.1.3.1.1.3
     iadNotificationPrefix 1.3.6.1.3.1.2
         iadNotifications 1.3.6.1.3.1.2.1
             iadOperStatusChange 1.3.6.1.3.1.2.1.1
This notification is sent when the IAD status changes. The following information is returned: iOpsIADOperStatus - The new operational status of the IAD iOpsIADOperStatusLastChange - The last time the IAD operational status changed state
             softwareDownloadComplete 1.3.6.1.3.1.2.1.2
This notification is sent after an attempt to download the system image file to the IAD. The status of the download is returned in the 'iOpsIADDownloadSoftware' object-type. The value is either: 'download complete(1)' or 'download failed(2)'
             configUpDownloadComplete 1.3.6.1.3.1.2.1.3
This notification is sent after an attempt to download or upload the configuration file to or from the IAD. The status of the file transfer is returned in the 'iOpsIADUpDownloadConfiguration' object-type. The value is either: 'up/download complete(1)' or 'up/download failed(2)'
             iadVoiceLineOperStatusChange 1.3.6.1.3.1.2.1.4
This notification is sent when the IAD voice line status changes. The following information is returned: iOpsIADVlOperStatus - The new operational status of IAD voice line iOpsIADVlOperStatusLastChange - The last time the line status changed state
             voiceLineLoopbackTestComplete 1.3.6.1.3.1.2.1.5
This notification is sent after attempting a loopback test on a voice line. The 'iOpsIADVlLoopbackTestResult' object-type returns the result of the loopback test.
     opsMIBConformance 1.3.6.1.3.1.3
         opsMIBGroups 1.3.6.1.3.1.3.1
             iOpsIADConfigGroup 1.3.6.1.3.1.3.1.1
A collection of objects that support the configuration of the IAD.
             iOpsIADSecurityConfigGroup 1.3.6.1.3.1.3.1.2
A collection of objects pertaining to security.
             iOpsIADVoiceServiceGroup 1.3.6.1.3.1.3.1.3
A collection of objects that support the phone services at the IAD.
         opsMIBCompliances 1.3.6.1.3.1.3.2
             opsMIBCompliance 1.3.6.1.3.1.3.2.1
The compliance statement for SNMP entities which implement OPS MIB.