PATROL-MIB

File: PATROL-MIB.mib (28658 bytes)

Imported modules

RFC-1215 SNMPv2-TC RFC1155-SMI
RFC-1212

Imported symbols

TRAP-TYPE DisplayString enterprises
IpAddress TimeTicks mgmt
OBJECT-TYPE

Defined Types

PRowStatus  
INTEGER active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)    

OutputMode  
INTEGER none(0), text(1), gauge(2), graph(3), console(4)    

States  
INTEGER ok(0), warn(1), alarm(2), offline(3), void(4)    

PBoolean  
INTEGER false(0), true(1)    

ObjectsEntry  
SEQUENCE    
  objectName DisplayString
  objectDescr DisplayString
  objectRowStatus INTEGER

VariablesEntry  
SEQUENCE    
  variableName DisplayString
  variableType DisplayString
  variableValue DisplayString
  variableDesr DisplayString
  variableRowStatus INTEGER

ApplicationsEntry  
SEQUENCE    
  applicationName DisplayString
  applicationState INTEGER
  applWorstInst DisplayString
  applMasterVersion INTEGER
  applMinorRevision INTEGER
  applicationRowStatus INTEGER
  applicationOid INTEGER Size(0..65535)

ApplInstEntry  
SEQUENCE    
  applInstName DisplayString
  applInstRuleState INTEGER
  applInstStatus INTEGER
  applInstWorstParam DisplayString
  applInstCreateIcon INTEGER
  applInstRowStatus INTEGER
  applInstOid INTEGER Size(0..65535)
  applInstPInstOid INTEGER Size(0..65535)
  applInstPApplOid INTEGER Size(0..65535)

ParametersEntry  
SEQUENCE    
  parameterName DisplayString
  parameterState INTEGER
  parameterCurrentTime TimeTicks
  parameterCurrentValue DisplayString
  parameterPollingInt INTEGER
  parameterRetries INTEGER
  parameterOutputMode INTEGER
  parameterAutoScale INTEGER
  parameterYaxisMin INTEGER
  parameterYaxisMax INTEGER
  parameterRowStatus INTEGER
  parameterObjId INTEGER Size(0..65535)
  parameterIntValue INTEGER Size(0..65535)
  parameterActiveStat INTEGER
  parameterRunningStat INTEGER

PiV1mEntry  
SEQUENCE    
  piV1mIp IpAddress
  piV1mPort INTEGER Size(0..65535)
  piV1mCommunity OCTET STRING Size(0..127)
  piV1mRowStatus INTEGER

Defined Values

mib-2 1.3.6.1.2.1
OBJECT IDENTIFIER    

snmp 1.3.6.1.2.1.11
OBJECT IDENTIFIER    

bmc 1.3.6.1.4.1.1031
OBJECT IDENTIFIER    

patrolMIB 1.3.6.1.4.1.1031.1
OBJECT IDENTIFIER    

patrolAgent 1.3.6.1.4.1.1031.1.1
OBJECT IDENTIFIER    

patrolConsole 1.3.6.1.4.1.1031.1.2
OBJECT IDENTIFIER    

patrolObjects 1.3.6.1.4.1.1031.1.1.1
OBJECT IDENTIFIER    

patrolTraps 1.3.6.1.4.1.1031.1.1.2
OBJECT IDENTIFIER    

agentExecuteCommand 1.3.6.1.4.1.1031.1.1.3
Executes the PSL command sent in the same message.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

objectsCwd 1.3.6.1.4.1.1031.1.1.1.2
Current node, used as a root for subtree to be examined.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

objectsTable 1.3.6.1.4.1.1031.1.1.1.3
This table is used to get/set Patrol Agent Objects. Patrol Agent Objects are nodes (and not leaves) of the information tree. Object represents a KM definition.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ObjectsEntry

objectsEntry 1.3.6.1.4.1.1031.1.1.1.3.1
An objectsEntry contains value and description (in future) for a given PSL Agent''s object.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ObjectsEntry  

objectName 1.3.6.1.4.1.1031.1.1.1.3.1.1
Name of the mandatory object.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

objectDescr 1.3.6.1.4.1.1031.1.1.1.3.1.3
Textual description of the mandatory object.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

objectRowStatus 1.3.6.1.4.1.1031.1.1.1.3.1.4
Row status as defined in SNMPv2 - for new row creation control.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)  

variablesTable 1.3.6.1.4.1.1031.1.1.1.5
This table is used to get/set Patrol Agent Object variables. Patrol Agent Object Variables are leaves (and not nodes) of the information tree.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VariablesEntry

variablesEntry 1.3.6.1.4.1.1031.1.1.1.5.1
An variablesEntry contains value and description (in future) for a given PSL Agent''s object.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  VariablesEntry  

variableName 1.3.6.1.4.1.1031.1.1.1.5.1.2
Variable name, with path removed.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

variableType 1.3.6.1.4.1.1031.1.1.1.5.1.3
A string describing variable type. May be used by a sophisticated management to open gauges/graphs/multi-media etc.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

variableValue 1.3.6.1.4.1.1031.1.1.1.5.1.4
Current value of the variable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

variableDesr 1.3.6.1.4.1.1031.1.1.1.5.1.5
The variable''s text description, a-ka dynamic help about this very variable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

variableRowStatus 1.3.6.1.4.1.1031.1.1.1.5.1.6
Used for new row creation - according to snmpv2 row craation mechanism.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)  

applicationsTable 1.3.6.1.4.1.1031.1.1.1.6
This table is used to get/set Patrol monitored applications. Patrol Agent Applications are nodes of the information tree.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ApplicationsEntry

applicationsEntry 1.3.6.1.4.1.1031.1.1.1.6.1
An applicationsEntry contains value and description (in future) for a given PSL Agent''s applications.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ApplicationsEntry  

applicationName 1.3.6.1.4.1.1031.1.1.1.6.1.1
Application Name.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

applicationState 1.3.6.1.4.1.1031.1.1.1.6.1.2
Application State.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ok(0), warn(1), alarm(2), offline(3), void(4)  

applWorstInst 1.3.6.1.4.1.1031.1.1.1.6.1.3
Application Worst Instance.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

applMasterVersion 1.3.6.1.4.1.1031.1.1.1.6.1.4
Version number of the application.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

applMinorRevision 1.3.6.1.4.1.1031.1.1.1.6.1.5
Minor revision number of the application.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

applicationRowStatus 1.3.6.1.4.1.1031.1.1.1.6.1.6
Used for new row creation according to snmpv2 row craation mechanism.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)  

applicationOid 1.3.6.1.4.1.1031.1.1.1.6.1.7
Application Object Id.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

applInstTable 1.3.6.1.4.1.1031.1.1.1.7
This table is used to get/set Patrol monitored application Instance. Patrol Agent application Instance are nodes of the information tree.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ApplInstEntry

applInstEntry 1.3.6.1.4.1.1031.1.1.1.7.1
An applInstEntry contains value and description (in future) for a given PSL Agent''s applInst.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ApplInstEntry  

applInstName 1.3.6.1.4.1.1031.1.1.1.7.1.1
Application Instance Name.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

applInstRuleState 1.3.6.1.4.1.1031.1.1.1.7.1.2
Application Instance State.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ok(0), warn(1), alarm(2), offline(3), void(4)  

applInstStatus 1.3.6.1.4.1.1031.1.1.1.7.1.3
Application instance status is the worst of rule state and its worst parameter''s status.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ok(0), warn(1), alarm(2), offline(3), void(4)  

applInstWorstParam 1.3.6.1.4.1.1031.1.1.1.7.1.4
Application instance worst parameter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

applInstCreateIcon 1.3.6.1.4.1.1031.1.1.1.7.1.5
True means create icons for Application instance(s). False means not necessary to create icons for the instance(s).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

applInstRowStatus 1.3.6.1.4.1.1031.1.1.1.7.1.6
Used for new row creation, according to snmpv2 row craation mechanism.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)  

applInstOid 1.3.6.1.4.1.1031.1.1.1.7.1.7
Application Instance Object Id.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

applInstPInstOid 1.3.6.1.4.1.1031.1.1.1.7.1.8
Application instance''s parent object id.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

applInstPApplOid 1.3.6.1.4.1.1031.1.1.1.7.1.9
Application instance''s parent application object id.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

parametersTable 1.3.6.1.4.1.1031.1.1.1.8
This table is used to get/set Patrol application instance monitored parameters. Patrol Agent parameters are leaves of the information tree.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ParametersEntry

parametersEntry 1.3.6.1.4.1.1031.1.1.1.8.1
An ParametersEntry contains value and description (in future) for a given PSL Agent''s parameters.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ParametersEntry  

parameterName 1.3.6.1.4.1.1031.1.1.1.8.1.1
Parameter Name.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

parameterState 1.3.6.1.4.1.1031.1.1.1.8.1.2
Parameter State.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER ok(0), warn(1), alarm(2), offline(3), void(4)  

parameterCurrentTime 1.3.6.1.4.1.1031.1.1.1.8.1.3
Time stamp when current value was produced.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

parameterCurrentValue 1.3.6.1.4.1.1031.1.1.1.8.1.4
Parameter''s current value.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

parameterPollingInt 1.3.6.1.4.1.1031.1.1.1.8.1.5
Parameter''s polling interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

parameterRetries 1.3.6.1.4.1.1031.1.1.1.8.1.6
Parameter''s timeout retries.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

parameterOutputMode 1.3.6.1.4.1.1031.1.1.1.8.1.7
Parameter''s output mode.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(0), text(1), gauge(2), graph(3), console(4)  

parameterAutoScale 1.3.6.1.4.1.1031.1.1.1.8.1.8
true(1): use automatic scale; false(0):use following YaxisMin and YaxisMax fields to draw y-axis scale.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

parameterYaxisMin 1.3.6.1.4.1.1031.1.1.1.8.1.9
Minimum value for drawing y-axis scale if parameterAutoScale is false(0).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

parameterYaxisMax 1.3.6.1.4.1.1031.1.1.1.8.1.10
Maximum value for drawing y-axis scale if parameterAutoScale is false(0).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

parameterRowStatus 1.3.6.1.4.1.1031.1.1.1.8.1.11
Used for new row creation - according to snmpv2 row craation mechanism.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)  

parameterObjId 1.3.6.1.4.1.1031.1.1.1.8.1.12
Parameter''s object id.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

parameterIntValue 1.3.6.1.4.1.1031.1.1.1.8.1.13
Integer value of the parameter. Valid only for parameters with outputType gauge or graph. (0 for all the others).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

parameterActiveStat 1.3.6.1.4.1.1031.1.1.1.8.1.14
Boolean value of the parameter explaining whether parameter was created as active.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

parameterRunningStat 1.3.6.1.4.1.1031.1.1.1.8.1.15
Boolean value indicating the parameter is either running or suspended for the current instance.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

patrolTrapText 1.3.6.1.4.1.1031.1.1.2.1
String passed from PSL to inform about the trap reason, or event information.
Status: optional Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..127)  

patrolTrapOrigin 1.3.6.1.4.1.1031.1.1.2.2
Name of the object that originated the trap.
Status: optional Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..127)  

patrolTrapExtra 1.3.6.1.4.1.1031.1.1.2.3
Extra information, usually parameter value.
Status: optional Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..127)  

piV1mTable 1.3.6.1.4.1.1031.1.1.2.10
This table keeps information about SNMP V1 management stations, interested in receiving traps from the Patrol Agent.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PiV1mEntry

piV1mEntry 1.3.6.1.4.1.1031.1.1.2.10.1
An piV1mTable describes one SNMP V1 management station interested in getting traps from the Patrol Agent.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PiV1mEntry  

piV1mIp 1.3.6.1.4.1.1031.1.1.2.10.1.1
IP address of the interested manager.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpAddress  

piV1mPort 1.3.6.1.4.1.1031.1.1.2.10.1.2
Port number of the interested manager.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

piV1mCommunity 1.3.6.1.4.1.1031.1.1.2.10.1.3
Community string for the interested manager.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(0..127)  

piV1mRowStatus 1.3.6.1.4.1.1031.1.1.2.10.1.4
Row status for row creation/deletion.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)  

patrolInformation 1
A ''PATROL Information'' trap indicates a PATROL Information event has occurred. Specific information is detailed below.
TRAP-TYPE    

patrolChangeStatus 2
A ''PATROL State Change'' trap indicates a monitored PATROL object has changed status. Specific information is detailed below.
TRAP-TYPE    

patrolWarning 4
A ''PATROL Warning'' trap indicates a monitored PATROL object is in the warning state. Specific information is detailed below.
TRAP-TYPE    

patrolAlarm 5
A ''PATROL Alarm'' trap indicates a monitored PATROL object is in the alarm state. Specific information is detailed below.
TRAP-TYPE    

patrolTrapV1StateChanged 11
A ''PATROL V1 State Change'' trap indicates a monitored PATROL object has changed status. Specific information is detailed below.
TRAP-TYPE