SALIX-ANNOUNCEMENT-MIB: View SNMP OID List / Download MIB
VENDOR: SALIX TECHNOLOGIES
Home | MIB: SALIX-ANNOUNCEMENT-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).
|
|||
Object Name | OID | Type | Access | Info |
salixAnnouncementMIB | 1.3.6.1.4.1.2158.2.6 |
The MIB describing objects relating to Announcements, Tones, and Continuity Tests for SALIX products |
||
salixAnnouncementMIBObjects | 1.3.6.1.4.1.2158.2.6.1 | |||
salixAnnouncementTable | 1.3.6.1.4.1.2158.2.6.1.1 | no-access |
The announcement download table. This table provides a mechanism for downloading announcements to the system. Announcements that are successfully downloaded are installed on the system and occupy an entry in the salixAnnouncementTable. An entry in the salixAnnouncementTable exists for each bin on the system. |
|
1.3.6.1.4.1.2158.2.6.1.1.1 | no-access |
An entry in the salixAnnouncementTable that identifies the parameters necessary to download announcements to the system. |
||
salixAnnouncementIndex | 1.3.6.1.4.1.2158.2.6.1.1.1.1 | integer | read-only |
The unique index (bin) that the announcement is stored in. |
salixAnnouncementIpAddress | 1.3.6.1.4.1.2158.2.6.1.1.1.2 | ipaddress | read-write |
The Ip Address where the salixAnnouncementFilename object resides. |
salixAnnouncementFilename | 1.3.6.1.4.1.2158.2.6.1.1.1.3 | displaystring | read-write |
The fully qualified filename found at the specified Ip Address (salixAnnouncementIpAddress) that is to be downloaded to the entry in the Table. |
salixAnnouncementUsername | 1.3.6.1.4.1.2158.2.6.1.1.1.4 | displaystring | read-write |
The username to be used when getting a file from the computer at the IP address indicated by the salixAnnouncementIpAddress attribute. For security reasons, reading this field will return an empty string. |
salixAnnouncementPassword | 1.3.6.1.4.1.2158.2.6.1.1.1.5 | displaystring | read-write |
The password to be used when getting a file from the computer at the IP address indicated by the salixAnnouncementIpAddress attribute. For security reasons, reading this field will return an empty string. |
salixAnnouncementRequest | 1.3.6.1.4.1.2158.2.6.1.1.1.6 | integer | read-write |
The announcement request for this row. Writing values to this object has the following side effects (depending on the value written: none(0) - no effect. Default value for this object. start(1) - start the FTP download and installation for the given announcement file. update(2) - Do not start the FTP download, just update system with the given version of the announcement that already exists. Enumeration: 'start': 1, 'none': 0, 'update': 2. |
salixAnnouncementState | 1.3.6.1.4.1.2158.2.6.1.1.1.7 | integer | read-only |
The state of the download software request. none(1) - download not started or not supported inProgress(2) - download in progress success(3) - download to the announcement table was successful. aborted(4) - download aborted failed(5) - download to at least one plug-in unit failed locked(6) - the filename in the installed software entry is locked by the management processor software. installInProgress(7) - the bin is currently being installed to modules in the system and is not available for download Enumeration: 'installInProgress': 7, 'none': 1, 'locked': 6, 'success': 3, 'failed': 5, 'aborted': 4, 'inProgress': 2. |
salixAnnouncementDescription | 1.3.6.1.4.1.2158.2.6.1.1.1.8 | displaystring | read-write |
A Description for the announcement. Should be something that uniqely describes this announcement on the system, so that the operator can determine the difference between all the installed announcements on the system |
salixAnnouncementInstall | 1.3.6.1.4.1.2158.2.6.1.1.1.9 | dateandtime | read-only |
The time the announcement was installed on the system. This time is acutally the time that the download completes. |
salixAnnouncementFull | 1.3.6.1.4.1.2158.2.6.1.1.1.10 | truthvalue | read-only |
This value indicates whether the announcement bin is full or not. True: an announcement file is present in this bin False: no announcement file is present in this bin |
salixAnnouncementStatusMessage | 1.3.6.1.4.1.2158.2.6.1.1.1.11 | octet string | read-only |
Status message that describes the current state of the download as indicated by the 'salixAnnouncementState' attribute. |
salixAnnouncementMappingTable | 1.3.6.1.4.1.2158.2.6.1.2 | no-access |
The announcement mapping table is used to map salixAnnouncementIndex [bins] to the entPhysicalIndex that the announcement is installed on. When used in conjunction with the salixAnnouncementTable, it can be seen which boards in the system contain which announcements. An entry in this table exists for each announcement on each board that the announcement is installed on. |
|
1.3.6.1.4.1.2158.2.6.1.2.1 | no-access |
An entry in the salixAnnouncementMappingEntry that maps an salixAnnouncementIndex to an entPhysicalIndex. |
||
salixAnnouncementMappingStatus | 1.3.6.1.4.1.2158.2.6.1.2.1.1 | integer | read-only |
Describes the current state of the announcement on the board in the system. ready (1) - The announcement is installed on the board and ready for use downloadInProgress(2) - The announcement is being installed on the board and is not ready for use Enumeration: 'ready': 1, 'downloadInProgress': 2, 'error': 3. |
salixAnnouncementMIBTraps | 1.3.6.1.4.1.2158.2.6.2 | |||
salixAnnouncementMIBTrapPrefix | 1.3.6.1.4.1.2158.2.6.2.0 | |||
salixAnnouncementInstallFailure | 1.3.6.1.4.1.2158.2.6.2.0.1 |
Indicates thats the installation of the announcement has failed. This notification is generated when the salixAnnouncementState for this download transitions from inProgress to failed. The default alarm severity for this alarm is 'major'. |
||
salixAnnouncementInstallSuccess | 1.3.6.1.4.1.2158.2.6.2.0.2 |
Indicates thats the installation of the announcement to all the Transcoders have succeeded. This notification is generated when the salixAnnouncementState for the download transitions from inProgress to success. The default alarm severity for this alarm is 'minor'. |
||
salixAnnouncementMIBCompliance | 1.3.6.1.4.1.2158.2.6.3 | |||
salixAnnouncementGroups | 1.3.6.1.4.1.2158.2.6.3.1 | |||
salixAnnouncementGroup | 1.3.6.1.4.1.2158.2.6.3.1.1 |
Salix Announcement Objects Group |
||
salixAnnouncementMappingGroup | 1.3.6.1.4.1.2158.2.6.3.1.2 |
Salix Announcement Mapping Objects Group |
||
salixAnnouncementCompliances | 1.3.6.1.4.1.2158.2.6.3.2 | |||
salixAnnouncementCompliance | 1.3.6.1.4.1.2158.2.6.3.2.1 |
The basic implementation requirements for the SALIX-ANNOUNCEMENT-MIB. |