VIDEOFRAME-GENERIC-MIB

File: VIDEOFRAME-GENERIC-MIB.mib (18018 bytes)

Imported modules

RFC1155-SMI SNMPv2-SMI SNMPv2-TC
SNMPv2-CONF SNMPv2-MIB VIDEOFRAME-REGISTRATIONS-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY OBJECT-IDENTITY
NOTIFICATION-TYPE Integer32 IpAddress
DisplayString RowStatus MODULE-COMPLIANCE
OBJECT-GROUP system vfGeneric
vfMIBModules

Defined Types

BoxEntry  
SEQUENCE    
  vfBoxEntryIndex Integer32
  vfBoxId DisplayString
  vfBoxPartNo DisplayString
  vfBoxPsAStatus INTEGER
  vfBoxPsBStatus INTEGER
  vfBoxFailoverStatus INTEGER
  vfBoxTrapEnable INTEGER
  vfBoxSoftwareRev DisplayString
  vfBoxState INTEGER
  vfBoxEntryStatus RowStatus

VfTrapTargCfgEntry  
SEQUENCE    
  vfTrapTargCfgIndex Integer32
  vfTrapTargCfgIpAddress IpAddress
  vfTrapTargCfgCommunity DisplayString
  vfTrapTargCfgEntryStatus RowStatus

Defined Values

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.
MODULE-IDENTITY    

sysObjectID 1.3.6.1.2.1.1.2
The standard identification of the managed system this agent represents. These are OIDs from the vfRegistrations branch of the videoframe MIB namespace.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

vfBox 1.3.6.1.4.1.4596.3.1
OBJECT IDENTIFIER    

vfAgent 1.3.6.1.4.1.4596.3.2
OBJECT IDENTIFIER    

vfBoxEvents 1.3.6.1.4.1.4596.3.1.0
OBJECT IDENTIFIER    

vfMaxBoxes 1.3.6.1.4.1.4596.3.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

vfBoxTableNextIndex 1.3.6.1.4.1.4596.3.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

vfBoxTable 1.3.6.1.4.1.4596.3.1.3
Each row contains information about one generic Videoframe managed box.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BoxEntry

vfBoxEntry 1.3.6.1.4.1.4596.3.1.3.1
Information about one generic Videoframe managed box.
Status: current Access: not-accessible
OBJECT-TYPE    
  BoxEntry  

vfBoxEntryIndex 1.3.6.1.4.1.4596.3.1.3.1.1
The index of a row in the box table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

vfBoxId 1.3.6.1.4.1.4596.3.1.3.1.2
Name of box in system drawings. e.g. GPICTLR-5.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..20)  

vfBoxPartNo 1.3.6.1.4.1.4596.3.1.3.1.3
Videoframe part no. from nameplate.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..20)  

vfBoxPsAStatus 1.3.6.1.4.1.4596.3.1.3.1.4
Power Supply A Status is on/off.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER off(1), on(2)  

vfBoxPsBStatus 1.3.6.1.4.1.4596.3.1.3.1.5
Power Supply B Status is on/off.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER off(1), on(2)  

vfBoxFailoverStatus 1.3.6.1.4.1.4596.3.1.3.1.6
This box is currently main(2) or backup(1) of a redundant pair.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER backup(1), main(2)  

vfBoxTrapEnable 1.3.6.1.4.1.4596.3.1.3.1.7
Enables or disables the Trap that is associated with a box status change event.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

vfBoxSoftwareRev 1.3.6.1.4.1.4596.3.1.3.1.8
The revision of the software (if any) running on the box.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..64)  

vfBoxState 1.3.6.1.4.1.4596.3.1.3.1.9
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER vfBoxRunning(1), vfBoxInMaintenance(2), vfBoxFaulty(3), vfBoxDisabled(4), vfBoxIdling(5), vfBoxInitializing(6), vfBoxResetting(7)  

vfBoxEntryStatus 1.3.6.1.4.1.4596.3.1.3.1.10
This object controls the creation, activation and deletion of a row in the box table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

boxPsAEvent 1.3.6.1.4.1.4596.3.1.0.1
Box Power Supply A changed status.
Status: current Access: read-create
NOTIFICATION-TYPE    

boxPsBEvent 1.3.6.1.4.1.4596.3.1.0.2
Box Power Supply B changed status.
Status: current Access: read-create
NOTIFICATION-TYPE    

boxFailoverEvent 1.3.6.1.4.1.4596.3.1.0.3
Box failover status changed.
Status: current Access: read-create
NOTIFICATION-TYPE    

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.
Status: current Access: read-create
NOTIFICATION-TYPE    

vfAgentTrapEnable 1.3.6.1.4.1.4596.3.2.1
Enables or disables all Traps from this agent.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

vfTrapTargMaxTargets 1.3.6.1.4.1.4596.3.2.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

vfTrapTargCfgTableNextIndex 1.3.6.1.4.1.4596.3.2.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

vfTrapTargCfgTable 1.3.6.1.4.1.4596.3.2.4
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() returns SnmpSet(, , ) returns , , In the multiple-set mode, creating a trap target configuration table row, filling it with values, and activating it are carried out in discrete steps. To create the row, the manager specifies a value of 'createAndWait(5)' for the vfTrapTargCfgEntryStatus status variable. This SET request could contain values of vfTrapTargCfgIpAddress and vfTrapTargCfgCommunity but it is not required. More often, the values for these columnar objects are specified in additional SET requests. After each SET operation, the vfTrapTargCfgEntryStatus variable takes on the value 'notReady(3)' or 'notInService(2)'. To place the entry into service, the manager requests that the vfTrapTargCfgEntryStatus variable transition to the 'active(1)' state. for example: ============ SnmpGet(, NULL) returns SnmpSet() returns SnmpSet(, ) returns , SnmpSet() returns Trap Target Configuration Entry Deletion: ========================================= To delete an existing trap target configuration entry, the manager performs a SET operation on the vfTrapTargCfgEntryStatus variable with the value 'destroy(6)'.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VfTrapTargCfgEntry

vfTrapTargCfgEntry 1.3.6.1.4.1.4596.3.2.4.1
A trap target configuration entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  VfTrapTargCfgEntry  

vfTrapTargCfgIndex 1.3.6.1.4.1.4596.3.2.4.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

vfTrapTargCfgIpAddress 1.3.6.1.4.1.4596.3.2.4.1.2
The IP address of the target/manager to which this device is supposed to send notifications.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

vfTrapTargCfgCommunity 1.3.6.1.4.1.4596.3.2.4.1.3
The community name to be used when this device sends notifications to the target identified by the value of this entries vfTrapTargCfgIpAddress.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..128)  

vfTrapTargCfgEntryStatus 1.3.6.1.4.1.4596.3.2.4.1.4
This object controls the creation, activation and deletion of a row in the trap target configuration table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus