REPLIC-MIB

File: REPLIC-MIB.mib (23268 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
INET-ADDRESS-MIB SNMP-FRAMEWORK-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
enterprises experimental IpAddress
RowStatus TimeStamp MODULE-COMPLIANCE
OBJECT-GROUP InetAddressType InetAddress
SnmpAdminString

Defined Types

ClusterEntry  
SEQUENCE    
  clusterIndex Unsigned32
  clusterID Unsigned32
  clusterAddressType InetAddressType
  clusterAddress InetAddress
  clusterMemberType InetAddressType
  clusterMember InetAddress
  clusterOID OBJECT IDENTIFIER
  clusterInstanceIndex OBJECT IDENTIFIER
  clusterRepClusterID Unsigned32
  clusterName SnmpAdminString
  clusterDescr SnmpAdminString
  clusterStatus RowStatus

MemberEntry  
SEQUENCE    
  cmIndex Unsigned32
  cmAddressType InetAddressType
  cmAddress InetAddress
  cmSecurity SnmpAdminString
  cmStatus RowStatus

RepObjectEntry  
SEQUENCE    
  roIndex Unsigned32
  roOID OBJECT IDENTIFIER
  roInstanceIndex OBJECT IDENTIFIER
  roInterval Unsigned32
  roState Unsigned32
  roStatus RowStatus

PeerEntry  
SEQUENCE    
  pcIndex Unsigned32
  pcAddressType InetAddressType
  pcAddress InetAddress
  pcROTIndex Unsigned32
  pcStatus RowStatus

ReplicaEntry  
SEQUENCE    
  repIndex Unsigned32
  repPeerType InetAddressType
  repPeer InetAddress
  repMemberType InetAddressType
  repMember InetAddress
  repOID OBJECT IDENTIFIER
  repInstanceIndex OBJECT IDENTIFIER
  repValue OCTET STRING
  repValueType INTEGER
  repTimeStamp TimeStamp
  repStatus RowStatus

Defined Values

replicMIB 1.3.6.1.3.1
This MIB module defines a set of objects that supports object replication in a three-layer clustering architecture.
MODULE-IDENTITY    

replicObjects 1.3.6.1.3.1.1
OBJECT IDENTIFIER    

replicConformance 1.3.6.1.3.1.2
OBJECT IDENTIFIER    

clusterDefinition 1.3.6.1.3.1.1.1
OBJECT IDENTIFIER    

clusterReplication 1.3.6.1.3.1.1.2
OBJECT IDENTIFIER    

clusterTable 1.3.6.1.3.1.1.1.1
This table allows the definition of agent clusters, which are used to monitor and replicate objects from other agents, providing alternative means of accessing information from those agents when they are unreachable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ClusterEntry

clusterEntry 1.3.6.1.3.1.1.1.1.1
Each entry contains the definition of an agent cluster, its members and replicated objects.
Status: current Access: not-accessible
OBJECT-TYPE    
  ClusterEntry  

clusterIndex 1.3.6.1.3.1.1.1.1.1.1
Unique value which identifies a cluster table entry.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

clusterID 1.3.6.1.3.1.1.1.1.1.2
The unique identifier of a cluster that is defined for monitoring a subset of agents and replicating some of their objects.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

clusterAddressType 1.3.6.1.3.1.1.1.1.1.3
The type of address in clusterAddress.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

clusterAddress 1.3.6.1.3.1.1.1.1.1.4
The IP address of a agent that monitors a set of agents and replicates their objects on its peer clusters.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

clusterMemberType 1.3.6.1.3.1.1.1.1.1.5
The type of address in clusterMember.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

clusterMember 1.3.6.1.3.1.1.1.1.1.6
The IP address of an agent which has its objects monitored and replicated by the cluster.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

clusterOID 1.3.6.1.3.1.1.1.1.1.7
The instance identifier of a replicated managed object. For example: ifInOctets
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

clusterInstanceIndex 1.3.6.1.3.1.1.1.1.1.8
Unique identifier of an instance index of a replicated managed object.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

clusterRepClusterID 1.3.6.1.3.1.1.1.1.1.9
Identifier of a peer cluster which keeps replica of managed objects kept by the current cluster.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

clusterName 1.3.6.1.3.1.1.1.1.1.10
The human manager responsible for the cluster.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

clusterDescr 1.3.6.1.3.1.1.1.1.1.11
Description of the purpose of the cluster.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

clusterStatus 1.3.6.1.3.1.1.1.1.1.12
The status of this cluster entry. To create a row in this table, a manager must set this object to either createAndGo(4) or createAndWait(5). This object may not be active(1) until instances of all other objects are appropriately configured. Its value, meanwhile, is notReady(2).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

memberTable 1.3.6.1.3.1.1.1.2
This table contains information that defines the set of agents monitored by the cluster.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MemberEntry

memberEntry 1.3.6.1.3.1.1.1.2.1
Each entry contains the definition of a cluster member.
Status: current Access: not-accessible
OBJECT-TYPE    
  MemberEntry  

cmIndex 1.3.6.1.3.1.1.1.2.1.1
Unique identifier of a cluster member table entry.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cmAddressType 1.3.6.1.3.1.1.1.2.1.2
The type of address in cmAddress.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

cmAddress 1.3.6.1.3.1.1.1.2.1.3
The IP address of a cluster member whose objects are monitored and replicated by the cluster.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

cmSecurity 1.3.6.1.3.1.1.1.2.1.4
The security required to access cluster member objects.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

cmStatus 1.3.6.1.3.1.1.1.2.1.5
The status of this cluster member entry. To create a row in this table, a manager must set this object to either createAndGo(4) or createAndWait(5). This object may not be active(1) until instances of all other objects are appropriately configured. Its value, meanwhile, is notReady(2).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

repObjectTable 1.3.6.1.3.1.1.1.3
This table allows the definition of a set of managed objects which are monitored and replicated by the cluster.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RepObjectEntry

repObjectEntry 1.3.6.1.3.1.1.1.3.1
An entry keeping information about an object that is replicated.
Status: current Access: not-accessible
OBJECT-TYPE    
  RepObjectEntry  

roIndex 1.3.6.1.3.1.1.1.3.1.1
Unique identifier of a replicated object table entry.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

roOID 1.3.6.1.3.1.1.1.3.1.2
The instance identifier of an object which is replicated by the cluster.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

roInstanceIndex 1.3.6.1.3.1.1.1.3.1.3
Unique identifier of an instance index of an object which is replicated by the cluster.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

roInterval 1.3.6.1.3.1.1.1.3.1.4
The time interval in which a cluster polls replicated objects in cluster members.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

roState 1.3.6.1.3.1.1.1.3.1.5
The State object determines whether an object is replicated in a given cluster. Setting this value to non-active(0) requests that an object should not be replicated. Setting this value to active(1) requests that an object should be replicated.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0 | 1  

roStatus 1.3.6.1.3.1.1.1.3.1.6
The status of this replicated object entry. To create a row in this table, a manager must set this object to either createAndGo(4) or createAndWait(5). This object may not be active(1) until instances of all other objects are appropriately configured. Its value, meanwhile, is notReady(2).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

peerTable 1.3.6.1.3.1.1.1.4
This table allows the definition of peer clusters of agent clusters which are used to maintain replicated objects.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PeerEntry

peerEntry 1.3.6.1.3.1.1.1.4.1
Each entry contains information of a cluster that maintains replicated objects.
Status: current Access: not-accessible
OBJECT-TYPE    
  PeerEntry  

pcIndex 1.3.6.1.3.1.1.1.4.1.1
Unique value which identifies a peer cluster table entry.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

pcAddressType 1.3.6.1.3.1.1.1.4.1.2
The type of address in pcAddress.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

pcAddress 1.3.6.1.3.1.1.1.4.1.3
The IP address of a peer cluster which receives and keeps replicated objects by the cluster.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

pcROTIndex 1.3.6.1.3.1.1.1.4.1.4
Index of a object in the replicated object table which is replicated in a given peer cluster.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

pcStatus 1.3.6.1.3.1.1.1.4.1.5
The status of this peer cluster entry. To create a row in this table, a manager must set this object to either createAndGo(4) or createAndWait(5). This object may not be active(1) until instances of all other objects are appropriately configured. Its value, meanwhile, is notReady(2).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

replicaTable 1.3.6.1.3.1.1.2.1
This table keeps the replicated instances of managed objects.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ReplicaEntry

replicaEntry 1.3.6.1.3.1.1.2.1.1
Each entry keeps an instance of a given object of a given agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  ReplicaEntry  

repIndex 1.3.6.1.3.1.1.2.1.1.1
Unique value which identifies a replica table entry.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

repPeerType 1.3.6.1.3.1.1.2.1.1.2
The type of address in repPeer.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

repPeer 1.3.6.1.3.1.1.2.1.1.3
The IP address of a peer cluster that monitors a set of agents and replicates their objects in the cluster.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

repMemberType 1.3.6.1.3.1.1.2.1.1.4
The type of address in repMember.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

repMember 1.3.6.1.3.1.1.2.1.1.5
The IP address of an agent whose objects are replicated in the cluster.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

repOID 1.3.6.1.3.1.1.2.1.1.6
The instance identifier of a replicated object maintained in the cluster.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

repInstanceIndex 1.3.6.1.3.1.1.2.1.1.7
Unique identifier of an instance index of a replicated object maintained in the cluster.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

repValue 1.3.6.1.3.1.1.2.1.1.8
Value of an instance of a replicated object. The data type of the instance is specified in the next managed object.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

repValueType 1.3.6.1.3.1.1.2.1.1.9
The data type of an instance of a replicated object kept in the previous managed object.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER integer(0), integer32(1), unsigned32(2), gauge32(3), counter32(4), counter64(5), timeTicks(6), octectString(7), objectIdentifier(8), ipAddress(9), opaque(10), bits(11)  

repTimeStamp 1.3.6.1.3.1.1.2.1.1.10
The value of sysUpTime at the time of the last update of a value of an instance of a replicated object.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

repStatus 1.3.6.1.3.1.1.2.1.1.11
The status of this replica entry. This object may not be active(1) until instances of all other objects are appropriately configured. Its value, meanwhile, is notReady(2).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

replicGroups 1.3.6.1.3.1.2.1
OBJECT IDENTIFIER    

replicCompliances 1.3.6.1.3.1.2.2
OBJECT IDENTIFIER    

replicManagerCompliance 1.3.6.1.3.1.2.2.1
The compliance statement for SNMP entities which implement the replication MIB in the manager level.
Status: current Access: read-create
MODULE-COMPLIANCE    

replicClusterCompliance 1.3.6.1.3.1.2.2.2
The compliance statement for SNMP entities which implement the replication MIB in the cluster level.
Status: current Access: read-create
MODULE-COMPLIANCE    

replicFullCompliance 1.3.6.1.3.1.2.2.3
The compliance statement for SNMP entities which implement the replication MIB in three layers.
Status: current Access: read-create
MODULE-COMPLIANCE    

replicManagerGroup 1.3.6.1.3.1.2.1.1
The collection of objects for the definition of agents clusters, which are used to replicate objects.
Status: current Access: read-create
OBJECT-GROUP    

replicClusterGroup 1.3.6.1.3.1.2.1.2
The collection of objects used to monitor and keep the replicated objects.
Status: current Access: read-create
OBJECT-GROUP