VIDEOFRAME-SIGMON-MIB: View SNMP OID List / Download MIB

VENDOR: VIDEOFRAME SYSTEMS


 Home MIB: VIDEOFRAME-SIGMON-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
 vfSigmonFrame 1.3.6.1.4.1.4596.4.2
     vfSigmonFrameModuleTypes 1.3.6.1.4.1.4596.4.2.1
     vfFrameSlotTable 1.3.6.1.4.1.4596.4.2.2 no-access
Each row contains information about one slot in the managed VF200 frame.
         vfFrameSlotEntry 1.3.6.1.4.1.4596.4.2.2.1 no-access
Information about one slot in the managed VF200 frame.
             vfFrameSlotNumber 1.3.6.1.4.1.4596.4.2.2.1.1 integer read-only
Slot number in frame.
             vfFrameSlotStatus 1.3.6.1.4.1.4596.4.2.2.1.2 integer read-only
State of this slot. Illegal means the slot does not exist. moduleValid means the correct firmware has been loaded to the module and it is ready for operation. Enumeration: 'illegalSlot': 4, 'moduleUninitialized': 2, 'empty': 1, 'moduleValid': 3.
             vfModuleTypeRegObjectID 1.3.6.1.4.1.4596.4.2.2.1.3 object identifier read-only
MIB-registered identification of the module currently installed in this slot.
             vfModuleTypeRootOID 1.3.6.1.4.1.4596.4.2.2.1.4 object identifier read-only
Root OID of the module-specific managed information for the module currently installed in this slot.
             vfModulePartNo 1.3.6.1.4.1.4596.4.2.2.1.5 displaystring read-only
Videoframe part no. of module currently installed in slot - should match module nameplate.
             vfModuleDescription 1.3.6.1.4.1.4596.4.2.2.1.6 displaystring read-only
Description of module currently installed in slot - should match module nameplate.
             vfModuleTrapEnable 1.3.6.1.4.1.4596.4.2.2.1.7 integer read-write
Enables or disables the Trap that is associated with a slot status change event or module event. Enumeration: 'disabled': 2, 'enabled': 1.
             vfModuleAlarmAutoReArm 1.3.6.1.4.1.4596.4.2.2.1.8 integer read-write
Enables or disables automatic re-arming of alarms from signal monitoring modules. Enumeration: 'disabled': 2, 'enabled': 1.
     vfFrameOfflineSwitch 1.3.6.1.4.1.4596.4.2.3 integer read-only
Indicates the state of the 'offline' switch for the frame. 'offline' indicates the switch is set to take the frame offline. Enumeration: 'offline': 2, 'online': 1.
     vfFrameLocateIndicator 1.3.6.1.4.1.4596.4.2.4 integer read-write
Set to flash (1) to cause the locate LED on the front of the frame to begin flashing. Set to off to stop flashing. This is used to verify the identity of a particular unit among racks of units. Enumeration: 'flash': 1, 'off': 2.
     vfFrameAdminState 1.3.6.1.4.1.4596.4.2.5 integer read-write
The desired operational state of this device. Use this object to command the frame to a different operational state (vfBoxState from the vf-generic MIB module). NOTE: It is mandatory that a managed device support all of the enumerated device states. vfFrameOnline(1) - The device is running and ready to process load. vfFrameInMaintenance(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. vfFrameDisabled(3) - The device has been explicitly disabled from its normal mode of operation, such as when selected as the backup of a redundant pair. vfFrameResetting(4) - The device is in a reset cycle. Any information collected, or dynamic configuration of the device prior to this state may be lost. Enumeration: 'vfFrameResetting': 4, 'vfFrameInMaintenance': 2, 'vfFrameDisabled': 3, 'vfFrameOnline': 1.
     vfNumDerivedNotifications 1.3.6.1.4.1.4596.4.2.6 integer read-only
Number of derived notifications defined in vf200 configuration file for this unit. Gives size of derived notifications table.
     vfDerivedNotificationTable 1.3.6.1.4.1.4596.4.2.7 no-access
Each row contains information about one derived notification defined for the managed VF200 frame.
         vfDerivedNotificationEntry 1.3.6.1.4.1.4596.4.2.7.1 no-access
A row in the derived notification table.
             vfDnFunctionNumber 1.3.6.1.4.1.4596.4.2.7.1.1 integer32 read-only
Derived Notification Function Number. Identifies derived notification function, define in frame config. file.
             vfDnFunctionDescription 1.3.6.1.4.1.4596.4.2.7.1.2 displaystring read-only
Derived Notification Description. Describes derived notification function for the operator. Set in frame config. file.
             vfDnNotificationLevel 1.3.6.1.4.1.4596.4.2.7.1.3 integer read-write
Notification level for this derived notification. selects which trap will be sent for the notification, out of four possible. Enumeration: 'levelA': 1, 'levelB': 2, 'levelC': 3, 'levelD': 4.
             vfDnNotificationEnable 1.3.6.1.4.1.4596.4.2.7.1.4 integer read-write
Use to enable or disable this derived notification function. Enumeration: 'disabled': 2, 'enabled': 1.
             vfDnNotificationAutoReArm 1.3.6.1.4.1.4596.4.2.7.1.5 integer read-write
Use to enable or disable automatic re-arming of this derived notification function. Auto re-arming allows multiple unacknowledged activations of the derived notification. It re-arms the function after notification so that the specified alarms are again monitored according to the logic function. Enumeration: 'disabled': 2, 'enabled': 1.
             vfDnNotificationState 1.3.6.1.4.1.4596.4.2.7.1.6 integer read-only
The current state of this derived notification function. Enumeration: 'ready': 1, 'triggered': 2.
             vfDnNotificationAcknowledge 1.3.6.1.4.1.4596.4.2.7.1.7 integer read-write
Use to acknowledge a derived notification. If notificationAutoReArm is disabled, this will re-arm the notification. Otherwise, it is automatically re-armed, and this object is not used. Enumeration: 'idle': 1, 'acknowledge': 3, 'unacknowledged': 2.
     vfSigmonFrameEvents 1.3.6.1.4.1.4596.4.2.8
         vfSigmonFrameEventsV2 1.3.6.1.4.1.4596.4.2.8.0
             vfFrameSlotStatusChange 1.3.6.1.4.1.4596.4.2.8.0.1
A slot status change occurred.
     vfSigmonFrameDerivedEvents 1.3.6.1.4.1.4596.4.2.9
         vfSigmonFrameDerivedEventsV2 1.3.6.1.4.1.4596.4.2.9.0
             derivedNotificationLevelA 1.3.6.1.4.1.4596.4.2.9.0.1
A LevelA derived notification was triggered.
             derivedNotificationLevelB 1.3.6.1.4.1.4596.4.2.9.0.2
A LevelB derived notification was triggered.
             derivedNotificationLevelC 1.3.6.1.4.1.4596.4.2.9.0.3
A LevelC derived notification was triggered.
             derivedNotificationLevelD 1.3.6.1.4.1.4596.4.2.9.0.4
A LevelD derived notification was triggered.
     videoframeSigmonMIB 1.3.6.1.4.1.4596.6.1.3
This MIB describes the device specific objects of the Videoframe Signal Monitoring Frame, and augments MIB-2 and VF-GENERIC in the identification of this 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.
     vfProductsSignalMonitoringFrameReg 1.3.6.1.4.1.4596.6.2.4
Videoframe signal monitoring frame with hot-swappable modules, and monitoring via SNMP and gvg modular protocol.
     vfProductsVF200Reg 1.3.6.1.4.1.4596.6.2.5
VF200 2RU modular frame for Signal Monitoring and machine control functions.