RMONitor-MIB

File: RMONitor-MIB.mib (18946 bytes)

Imported modules

SNMPv2-TC RFC1155-SMI

Imported symbols

DisplayString Counter TimeTicks
OBJECT-TYPE IpAddress enterprises

Defined Types

OwnerString  
DisplayString    

EntryStatus  
INTEGER valid(1), createRequest(2), underCreation(3), invalid(4)    

AuthEntry  
SEQUENCE    
  authCommunity OCTET STRING
  authTypeAccess INTEGER
  authActions INTEGER

SubscriptEntry  
SEQUENCE    
  subscriptIpAddress IpAddress
  subscriptCommunity DisplayString
  subscriptActions INTEGER

AuthFailEntry  
SEQUENCE    
  authFailIndex INTEGER
  authFailIPAddress IpAddress
  authFailCommunity DisplayString

ProtocolDistControlEntry  
SEQUENCE    
  protocolDistControlIndex INTEGER
  protocolDistControlDataSource OBJECT IDENTIFIER
  protocolDistControlLastDeleteTime TimeTicks
  protocolDistControlOwner OwnerString
  protocolDistControlStatus EntryStatus

ProtocolDistEntry  
SEQUENCE    
  protocolDistIndex INTEGER
  protocolDistEthertype OCTET STRING Size(2)
  protocolDistPkts Counter
  protocolDistOctets Counter

Defined Values

ibm 1.3.6.1.4.1.2
OBJECT IDENTIFIER    

mib-2 1.3.6.1.2.1
OBJECT IDENTIFIER    

ibmProd 1.3.6.1.4.1.2.6
OBJECT IDENTIFIER    

rmonitor 1.3.6.1.4.1.2.6.45
OBJECT IDENTIFIER    

security 1.3.6.1.4.1.2.6.45.1
OBJECT IDENTIFIER    

protocols 1.3.6.1.4.1.2.6.45.2
OBJECT IDENTIFIER    

authTable 1.3.6.1.4.1.2.6.45.1.1
The entries for the authentication table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AuthEntry

authEntry 1.3.6.1.4.1.2.6.45.1.1.1
The entries for authentication table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AuthEntry  

authCommunity 1.3.6.1.4.1.2.6.45.1.1.1.1
The community string identifying an authentic/authorized manager.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

authTypeAccess 1.3.6.1.4.1.2.6.45.1.1.1.2
The type of access allowed for the community string identifying an authentic/authorized manager.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER not-applicable(1), monitor(2), not-applicable(3), primary(4)  

authActions 1.3.6.1.4.1.2.6.45.1.1.1.3
The action on a row of the authentication table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER not-applicable(1), add(2), delete(3)  

subscriptTable 1.3.6.1.4.1.2.6.45.1.2
The entries for the subscription table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  SEQUENCE OF  
    SubscriptEntry

subscriptEntry 1.3.6.1.4.1.2.6.45.1.2.1
The entries for subscription table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  SubscriptEntry  

subscriptIpAddress 1.3.6.1.4.1.2.6.45.1.2.1.1
The IP address of the manager subscribing to traps.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

subscriptCommunity 1.3.6.1.4.1.2.6.45.1.2.1.2
The community string to be used in trap PDUs sent to the subscribing manager.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

subscriptActions 1.3.6.1.4.1.2.6.45.1.2.1.3
The action on a row of the subscription table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER not-applicable(1), add(2), delete(3)  

authFailTable 1.3.6.1.4.1.2.6.45.1.3
The entries for the authentication failure table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  SEQUENCE OF  
    AuthFailEntry

authFailEntry 1.3.6.1.4.1.2.6.45.1.3.1
The entries for authentication failure table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  AuthFailEntry  

authFailIndex 1.3.6.1.4.1.2.6.45.1.3.1.1
The index for this entry in the authentication failure table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

authFailIPAddress 1.3.6.1.4.1.2.6.45.1.3.1.2
The IP address of the manager that sent the SNMP request that caused the authentication failure.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

authFailCommunity 1.3.6.1.4.1.2.6.45.1.3.1.3
The community string used in the SNMP request that caused the authentication failure.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

protocolDistControlTable 1.3.6.1.4.1.2.6.45.2.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ProtocolDistControlEntry

protocolDistControlEntry 1.3.6.1.4.1.2.6.45.2.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ProtocolDistControlEntry  

protocolDistControlIndex 1.3.6.1.4.1.2.6.45.2.1.1.1
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

protocolDistControlDataSource 1.3.6.1.4.1.2.6.45.2.1.1.2
This object identifies the source of the data for which protocol distribution data is collected. This source can be any interface on this device. In order to identify a particular interface, this object shall identify the instance of the ifIndex object, for the desired interface. For example, if an entry were to receive data from interface #1, this object would be set to ifIndex.1. This object may not be modified if the associated protocolDistControlStatus object is equal to valid(1).
Status: mandatory Access: read-write
OBJECT-TYPE    
  OBJECT IDENTIFIER  

protocolDistControlLastDeleteTime 1.3.6.1.4.1.2.6.45.2.1.1.3
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

protocolDistControlOwner 1.3.6.1.4.1.2.6.45.2.1.1.4
The entity that created this entry in the protocol distribution control table, and is therefore using the resources associated with it.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OwnerString  

protocolDistControlStatus 1.3.6.1.4.1.2.6.45.2.1.1.5
The status of this protocol distribution control entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  EntryStatus  

protocolDistTable 1.3.6.1.4.1.2.6.45.2.2
A table of protocol types and associated counts including entries for each different protocol seen by the monitor. Note that protocols are identified by examining the 'ethertype' field of DIX Ethernet frames, the SNAP protocol on IEEE 802 network frames, or the DSAP field of the LLC protocol, also found on IEEE 802 networks.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ProtocolDistEntry

protocolDistEntry 1.3.6.1.4.1.2.6.45.2.2.1
A set of counts maintained for each different protocol seen by the agent.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ProtocolDistEntry  

protocolDistIndex 1.3.6.1.4.1.2.6.45.2.2.1.1
A value uniquely identifying this protocol distribution control table entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

protocolDistEthertype 1.3.6.1.4.1.2.6.45.2.2.1.2
A protocol type identified by the 'ethertype' field found in DIX Ethernet, or in the SNAP protocol on IEEE 802 networks or the DSAP protocol on 802.5 networks.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(2)  

protocolDistPkts 1.3.6.1.4.1.2.6.45.2.2.1.3
A count of the number of packets seen using the protocol identified by the corresponding protocolDistEthertype.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

protocolDistOctets 1.3.6.1.4.1.2.6.45.2.2.1.4
A count of the number of octets in packets seen using the protocol identified by the corresponding protocolDistEthertype.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter