VIDEOFRAME-GENERIC-MIB: View SNMP OID List / Download MIB
VENDOR: VIDEOFRAME SYSTEMS
Home | MIB: VIDEOFRAME-GENERIC-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 |
sysObjectID | 1.3.6.1.2.1.1.2 | object identifier | read-only |
The standard identification of the managed system this agent represents. These are OIDs from the vfRegistrations branch of the videoframe MIB namespace. |
vfBox | 1.3.6.1.4.1.4596.3.1 | |||
vfBoxEvents | 1.3.6.1.4.1.4596.3.1.0 | |||
boxPsAEvent | 1.3.6.1.4.1.4596.3.1.0.1 |
Box Power Supply A changed status. |
||
boxPsBEvent | 1.3.6.1.4.1.4596.3.1.0.2 |
Box Power Supply B changed status. |
||
boxFailoverEvent | 1.3.6.1.4.1.4596.3.1.0.3 |
Box failover status changed. |
||
boxStateChangeEvent | 1.3.6.1.4.1.4596.3.1.0.4 |
Notifies when a state change occurs on an device. The vfBoxState variable will hold the new state that the device is operating in. |
||
vfMaxBoxes | 1.3.6.1.4.1.4596.3.1.1 | integer32 | read-only |
The maximum number of managed boxes that this agent can represent. If the value of this variable is -1, the device is capable of representing a theoretically infinite number of boxes dynamically. In othercases, the maximum number of boxes that can be represented by this device is limited to the value of this variable. |
vfBoxTableNextIndex | 1.3.6.1.4.1.4596.3.1.2 | integer32 | read-only |
Identifies a hint for the next value of vfBoxEntryIndex to be used in a row creation attempt for the vfBoxTable table. If no new rows can be created, this object will have a value of 0. |
vfBoxTable | 1.3.6.1.4.1.4596.3.1.3 | no-access |
Each row contains information about one generic Videoframe managed box. |
|
1.3.6.1.4.1.4596.3.1.3.1 | no-access |
Information about one generic Videoframe managed box. |
||
vfBoxEntryIndex | 1.3.6.1.4.1.4596.3.1.3.1.1 | integer32 | no-access |
The index of a row in the box table. |
vfBoxId | 1.3.6.1.4.1.4596.3.1.3.1.2 | displaystring | read-only |
Name of box in system drawings. e.g. GPICTLR-5. |
vfBoxPartNo | 1.3.6.1.4.1.4596.3.1.3.1.3 | displaystring | read-only |
Videoframe part no. from nameplate. |
vfBoxPsAStatus | 1.3.6.1.4.1.4596.3.1.3.1.4 | integer | read-only |
Power Supply A Status is on/off. Enumeration: 'on': 2, 'off': 1. |
vfBoxPsBStatus | 1.3.6.1.4.1.4596.3.1.3.1.5 | integer | read-only |
Power Supply B Status is on/off. Enumeration: 'on': 2, 'off': 1. |
vfBoxFailoverStatus | 1.3.6.1.4.1.4596.3.1.3.1.6 | integer | read-only |
This box is currently main(2) or backup(1) of a redundant pair. Enumeration: 'main': 2, 'backup': 1. |
vfBoxTrapEnable | 1.3.6.1.4.1.4596.3.1.3.1.7 | integer | read-only |
Enables or disables the Trap that is associated with a box status change event. Enumeration: 'disabled': 2, 'enabled': 1. |
vfBoxSoftwareRev | 1.3.6.1.4.1.4596.3.1.3.1.8 | displaystring | read-only |
The revision of the software (if any) running on the box. |
vfBoxState | 1.3.6.1.4.1.4596.3.1.3.1.9 | integer | read-only |
The operational state of a device. NOTE: It is not mandatory that a managed device support all of the enumerated device states. vfBoxActive(1) - The device is running and processing load. vfBoxInMaintenance(2) - The device is online, but either the device as a whole, or one or more of its components are in maintenance mode. Maintenance mode could be described as a mode where diagnostics are being run on the device, or some tasks such as device configuration are being excuted on the device that has inhibited its normal operation. vfBoxFaulty(3) - The device has experienced a faulty condition in one or more of its components. vfBoxDisabled(4) - The device may not be in a faulty condition, but has been explicitly disabled from its normal mode of operation, such as when selected as the backup of a redundant pair. vfBoxIdling(5) - The device is running in an idle state (no clients are currently active). vfBoxInitializing(6) - This is a post bootstrap state where the device has been restarted, and is initializing its hardware and software components. vfBoxResetting(7) - The device is in a post- reset cycle. Any information collected, or dynamic configuration of the device prior to this state may be lost. Enumeration: 'vfBoxInMaintenance': 2, 'vfBoxFaulty': 3, 'vfBoxInitializing': 6, 'vfBoxIdling': 5, 'vfBoxRunning': 1, 'vfBoxDisabled': 4, 'vfBoxResetting': 7. |
vfBoxEntryStatus | 1.3.6.1.4.1.4596.3.1.3.1.10 | rowstatus | read-only |
This object controls the creation, activation and deletion of a row in the box table. |
vfAgent | 1.3.6.1.4.1.4596.3.2 | |||
vfAgentTrapEnable | 1.3.6.1.4.1.4596.3.2.1 | integer | read-write |
Enables or disables all Traps from this agent. Enumeration: 'disabled': 2, 'enabled': 1. |
vfTrapTargMaxTargets | 1.3.6.1.4.1.4596.3.2.2 | integer32 | read-only |
The maximum number of trap targets that this device can support. If the value of this variable is -1, the device is capable of supporting a theoretically infinite number of trap targets dynamically. In othercases, the maximum number of trap targets that can be supported by this device is limited to the value of this variable. |
vfTrapTargCfgTableNextIndex | 1.3.6.1.4.1.4596.3.2.3 | integer32 | read-only |
Identifies a hint for the next value of vfTrapTargCfgIndex to be used in a row creation attempt for the vfTrapTargCfgTable table. If no new rows can be created, this object will have a value of 0. |
vfTrapTargCfgTable | 1.3.6.1.4.1.4596.3.2.4 | no-access |
A list of trap target configuration entries on this device. Trap Target Configuration Entry Creation: ========================================= When creating a trap target configuration entry the manager should use a GET operation to determine the value of vfTrapTargCfgTableNextIndex.0. If this value is non-zero, the manager can then use this value as the index while creating a table row. The process of creating and activating a row of this table takes two forms: the one-set mode and the multiple-set mode. In the one-set mode, a manager must specify the values of vfTrapTargCfgIpAddress and vfTrapTargCfgCommunity required to activate a row in a single SET operation along with an assignment of the vfTrapTargCfgEntryStatus to 'createAndGo(4)'. If the values and instances supplied are correct, an instance of the trap target configuration is created and the value of vfTrapTargCfgEntryStatus transitions to 'active(1)'. for example: ============ SnmpGet( |
|
1.3.6.1.4.1.4596.3.2.4.1 | no-access |
A trap target configuration entry. |
||
vfTrapTargCfgIndex | 1.3.6.1.4.1.4596.3.2.4.1.1 | integer32 | no-access |
The index of a trap target configuration row. Note that the value of this object will not be visible to a manager and any GET/SET operations on this variable will fail. |
vfTrapTargCfgIpAddress | 1.3.6.1.4.1.4596.3.2.4.1.2 | ipaddress | read-only |
The IP address of the target/manager to which this device is supposed to send notifications. |
vfTrapTargCfgCommunity | 1.3.6.1.4.1.4596.3.2.4.1.3 | displaystring | read-only |
The community name to be used when this device sends notifications to the target identified by the value of this entries vfTrapTargCfgIpAddress. |
vfTrapTargCfgEntryStatus | 1.3.6.1.4.1.4596.3.2.4.1.4 | rowstatus | read-only |
This object controls the creation, activation and deletion of a row in the trap target configuration table. |
videoframeGenericMIB | 1.3.6.1.4.1.4596.6.1.2 |
This MIB module describes the generic objects for a manageable device in the Videoframe Systems product line. This MIB does not describe the device specific objects of the managed system, and augments MIB-2 in the identification of a Videoframe Systems managed device. This module will be extended, or modified as required. Videoframe Systems reserves the right to make changes in specification and other information contained in this document without prior notice. The reader should consult Videoframe Systems to determine whether any such changes have been made. In no event shall Videoframe Systems 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. Videoframe Systems grants vendors, end users, and other interested parties a non-exclusive license to use this specification in connection with the management of Videoframe Systems products. Copyright 2001 Videoframe, Inc. |