NOKIA-IPSO-LBCLUSTER-MIB

File: NOKIA-IPSO-LBCLUSTER-MIB.mib (19609 bytes)

Imported modules

NOKIA-IPSO-REGISTRATION-MIB SNMPv2-SMI IF-MIB
SNMPv2-TC

Imported symbols

ipsoProducts MODULE-IDENTITY OBJECT-TYPE
NOTIFICATION-TYPE IpAddress InterfaceIndex
TimeStamp MacAddress

Defined Types

IpsoLBClusterInfoEntry  
SEQUENCE    
  ipsoLBClusterInfoClusterIndex INTEGER
  ipsoLBClusterInfoClusterID INTEGER
  ipsoLBClusterInfoClusterNumMembers INTEGER
  ipsoLBClusterInfoClusterNumInterfaces INTEGER
  ipsoLBClusterInfoClusterUpTimeAtJoin TimeStamp
  ipsoLBClusterInfoSystemUpTimeAtJoin TimeStamp
  ipsoLBClusterInfoClusterTotalBuckets INTEGER
  ipsoLBClusterInfoClusterBucketsAssigned INTEGER
  ipsoLBClusterInfoClusterMode OCTET STRING

IpsoLBClusterAddressInfoEntry  
SEQUENCE    
  ipsoLBClusterAddressInfoIndex INTEGER
  ipsoLBClusterAddressInfoAddress IpAddress
  ipsoLBClusterAddressInfoMACAddress MacAddress

IpsoLBClusterMemberEntry  
SEQUENCE    
  ipsoLBClusterMemberIndex INTEGER
  ipsoLBClusterMemberID INTEGER
  ipsoLBClusterMemberPercentageBucketsAssigned INTEGER
  ipsoLBClusterMemberRating OCTET STRING
  ipsoLBClusterMemberPrimaryAddress IpAddress

IpsoLBClusterNodeSpecificEntry  
SEQUENCE    
  ipsoLBClusterNodeSpecificIndex INTEGER
  ipsoLBClusterNodeSpecificMemberID INTEGER
  ipsoLBClusterNodeSpecificPercentageBucketsAssigned INTEGER
  ipsoLBClusterNodeSpecificMemberMode INTEGER
  ipsoLBClusterNodeSpecificMemberRating INTEGER
  ipsoLBClusterNodeSpecificMemberPrimaryAddress IpAddress

IpsoLBClusterNodeSpecificInterfaceEntry  
SEQUENCE    
  ipsoLBClusterNSInterfaceClusterIndex INTEGER
  ipsoLBClusterNSInterfaceMemberID INTEGER
  ipsoLBClusterNSInterfaceIfIndex InterfaceIndex
  ipsoLBClusterNSInterfaceClusterIPAddress IpAddress
  ipsoLBClusterNSInterfaceClusterNetMask IpAddress
  ipsoLBClusterNSInterfaceClusterBroadcastAddress IpAddress
  ipsoLBClusterNSInterfaceRealIPAddress IpAddress
  ipsoLBClusterNSInterfaceMasterIPAddress IpAddress
  ipsoLBClusterNSInterfaceClusterMcastGroup IpAddress

Defined Values

ipsoLBClusterMIB 1.3.6.1.4.1.94.1.21.5
The MIB Module for the management of Load Balancing IPSO systems. A load balancing IPSO cluster comprises a number of nodes with a single master node and multiple member nodes. A master or member can be a part of single cluster or multiple clusters. The master is responsible for calculating the worksets and assigning it to all the members and to itself. The information provided by this MIB implementation will vary depending on if this node is a master or member.
MODULE-IDENTITY    

ipsoLBClusterInfo 1.3.6.1.4.1.94.1.21.5.1
OBJECT IDENTIFIER    

ipsoLBClusterNodeSpecificInfo 1.3.6.1.4.1.94.1.21.5.2
OBJECT IDENTIFIER    

ipsoLBClusterNotificationGroup 1.3.6.1.4.1.94.1.21.5.3
OBJECT IDENTIFIER    

ipsoLBNumClusters 1.3.6.1.4.1.94.1.21.5.1.1
Number of clusters in which this node is either a master or a member
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ipsoLBClusterInfoTable 1.3.6.1.4.1.94.1.21.5.1.2
This table contains a row for each cluster to which this system belongs.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpsoLBClusterInfoEntry

ipsoLBClusterInfoEntry 1.3.6.1.4.1.94.1.21.5.1.2.1
An entry containing cluster management information for each cluster this system belongs.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpsoLBClusterInfoEntry  

ipsoLBClusterInfoClusterIndex 1.3.6.1.4.1.94.1.21.5.1.2.1.1
The Cluster Index
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ipsoLBClusterInfoClusterID 1.3.6.1.4.1.94.1.21.5.1.2.1.2
The Identity for the cluster
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ipsoLBClusterInfoClusterNumMembers 1.3.6.1.4.1.94.1.21.5.1.2.1.3
Number of members for this cluster
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ipsoLBClusterInfoClusterNumInterfaces 1.3.6.1.4.1.94.1.21.5.1.2.1.4
Number of interfaces participating in this cluster
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ipsoLBClusterInfoClusterUpTimeAtJoin 1.3.6.1.4.1.94.1.21.5.1.2.1.5
Time since the cluster started when this member joined the cluster
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

ipsoLBClusterInfoSystemUpTimeAtJoin 1.3.6.1.4.1.94.1.21.5.1.2.1.6
The system up time when this member joined the cluster
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

ipsoLBClusterInfoClusterTotalBuckets 1.3.6.1.4.1.94.1.21.5.1.2.1.7
Overall number of buckets that will be distributed among cluster members for this cluster
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ipsoLBClusterInfoClusterBucketsAssigned 1.3.6.1.4.1.94.1.21.5.1.2.1.8
Total number of buckets assigned to each individual cluster members on this cluster
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ipsoLBClusterInfoClusterMode 1.3.6.1.4.1.94.1.21.5.1.2.1.9
This mode determines whether a cluster is configured to forward traffic via a unicast MAC address (forward) or multicast MAC address (multicast). Valid values are: multicast (mcast), forwarding (forwarding), unicast (ucast) and multicast group (mcast_group). All systems in a cluster must have the same value for the clusterMode attribute.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

ipsoLBClusterAddressInfoTable 1.3.6.1.4.1.94.1.21.5.1.3
This table contains a row for each cluster to which this system belongs. This table provides cluster interface address for this cluster.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpsoLBClusterAddressInfoEntry

ipsoLBClusterAddressInfoEntry 1.3.6.1.4.1.94.1.21.5.1.3.1
An entry containing cluster interface address information of each cluster this node is participating.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpsoLBClusterAddressInfoEntry  

ipsoLBClusterAddressInfoIndex 1.3.6.1.4.1.94.1.21.5.1.3.1.1
The cluster index
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ipsoLBClusterAddressInfoAddress 1.3.6.1.4.1.94.1.21.5.1.3.1.2
The cluster interface address
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

ipsoLBClusterAddressInfoMACAddress 1.3.6.1.4.1.94.1.21.5.1.3.1.3
The cluster MAC Address
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

ipsoLBClusterMemberTable 1.3.6.1.4.1.94.1.21.5.1.4
This table has information about all the members in each cluster this node participates. The information in this table varies depending on if this mode is a member or master in each cluster. If this node is a master in a cluster it furnishes more information
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpsoLBClusterMemberEntry

ipsoLBClusterMemberEntry 1.3.6.1.4.1.94.1.21.5.1.4.1
An entry containing member information.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpsoLBClusterMemberEntry  

ipsoLBClusterMemberIndex 1.3.6.1.4.1.94.1.21.5.1.4.1.1
The index of the cluster
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ipsoLBClusterMemberID 1.3.6.1.4.1.94.1.21.5.1.4.1.2
The member id in the cluster
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ipsoLBClusterMemberPercentageBucketsAssigned 1.3.6.1.4.1.94.1.21.5.1.4.1.3
A percentage of how many buckets this member is processing for each cluster
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ipsoLBClusterMemberRating 1.3.6.1.4.1.94.1.21.5.1.4.1.4
The Rating of this member for this cluster, only available on Master.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

ipsoLBClusterMemberPrimaryAddress 1.3.6.1.4.1.94.1.21.5.1.4.1.5
Members's primary interface address
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

ipsoLBClusterNodeSpecificTable 1.3.6.1.4.1.94.1.21.5.2.1
This table contains a row for each cluster to which this system belongs. This table provides specific cluster related information about this node
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpsoLBClusterNodeSpecificEntry

ipsoLBClusterNodeSpecificEntry 1.3.6.1.4.1.94.1.21.5.2.1.1
An entry containing management information for this node in each cluster.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpsoLBClusterNodeSpecificEntry  

ipsoLBClusterNodeSpecificIndex 1.3.6.1.4.1.94.1.21.5.2.1.1.1
The cluster index for which this node is a member
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ipsoLBClusterNodeSpecificMemberID 1.3.6.1.4.1.94.1.21.5.2.1.1.2
This member's id in the cluster
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ipsoLBClusterNodeSpecificPercentageBucketsAssigned 1.3.6.1.4.1.94.1.21.5.2.1.1.3
Percentage of buckets assigned to this member in this cluster
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ipsoLBClusterNodeSpecificMemberMode 1.3.6.1.4.1.94.1.21.5.2.1.1.4
The member's mode in this cluster
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER uninitialized(1), initialized(2), joining(3), becomingmaster(4), master(5), member(6), unknown(7)  

ipsoLBClusterNodeSpecificMemberRating 1.3.6.1.4.1.94.1.21.5.2.1.1.5
Member's rating in this cluster
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ipsoLBClusterNodeSpecificMemberPrimaryAddress 1.3.6.1.4.1.94.1.21.5.2.1.1.6
Members's primary interface address
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

ipsoLBClusterNodeSpecificInterfaceTable 1.3.6.1.4.1.94.1.21.5.2.2
This table contains information about each interface that participates in the cluster. The interfaces in this node can be a part of multiple cluster in which case there will be a row for each interface in each cluster.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpsoLBClusterNodeSpecificInterfaceEntry

ipsoLBClusterNodeSpecificInterfaceEntry 1.3.6.1.4.1.94.1.21.5.2.2.1
An entry containing management information for each interface in this member for each cluster.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpsoLBClusterNodeSpecificInterfaceEntry  

ipsoLBClusterNSInterfaceClusterIndex 1.3.6.1.4.1.94.1.21.5.2.2.1.1
The cluster index for which this node is a member
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ipsoLBClusterNSInterfaceMemberID 1.3.6.1.4.1.94.1.21.5.2.2.1.2
This member's ID
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ipsoLBClusterNSInterfaceIfIndex 1.3.6.1.4.1.94.1.21.5.2.2.1.3
The interface index in the interface table
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

ipsoLBClusterNSInterfaceClusterIPAddress 1.3.6.1.4.1.94.1.21.5.2.2.1.4
Cluster's IP address for this interface
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

ipsoLBClusterNSInterfaceClusterNetMask 1.3.6.1.4.1.94.1.21.5.2.2.1.5
Cluster Netmask
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

ipsoLBClusterNSInterfaceClusterBroadcastAddress 1.3.6.1.4.1.94.1.21.5.2.2.1.6
The Broadcast address
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

ipsoLBClusterNSInterfaceRealIPAddress 1.3.6.1.4.1.94.1.21.5.2.2.1.7
The real IP Address of the interface, if there are multiple IP address then this will the first IP address configured
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

ipsoLBClusterNSInterfaceMasterIPAddress 1.3.6.1.4.1.94.1.21.5.2.2.1.8
Master's IP address associated with this interface
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

ipsoLBClusterNSInterfaceClusterMcastGroup 1.3.6.1.4.1.94.1.21.5.2.2.1.9
IP multicast group associated with this interface
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

ipsoLBClusterNewMasterReason 1.3.6.1.4.1.94.1.21.5.3.1
Potential reason why this node became a master.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER oldMasterHelloTimeout(1), iamBetterMaster(2), initalizedAsMaster(3), unknown(4)  

ipsoLBClusterTrapsPrefix 1.3.6.1.4.1.94.1.21.5.0
OBJECT IDENTIFIER    

ipsoLBClusterMemberJoin 1.3.6.1.4.1.94.1.21.5.0.1
This trap is sent when a member node joins the cluster by the master
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ipsoLBClusterMemberLeft 1.3.6.1.4.1.94.1.21.5.0.2
This trap is sent when a member node leaves the cluster by the master.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ipsoLBClusterNewMaster 1.3.6.1.4.1.94.1.21.5.0.3
This trap is sent when a cluster is formed and a new master is elected.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ipsoLBJoinReject 1.3.6.1.4.1.94.1.21.5.0.4
This trap is sent when a member's request to join the cluster is rejected
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ipsoLBClusterNewProtocol 1.3.6.1.4.1.94.1.21.5.0.5
This trap is sent when a cluster protocol interface changes.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ipsoMemberRejectErcode 1.3.6.1.4.1.94.1.21.5.3.6
Potential reason why this node is rejected.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER internalerroronmaster(55), numberofmembersclustercansupportexceeded(22), nodeUnreachableOnOneOfTheSelectedInterfaces(65), protocolVersionMismatch(61), configurationMismatch(6)  

ipsoMemberRejectWrongIntf 1.3.6.1.4.1.94.1.21.5.3.7
Wrong number of Interfaces Selected.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  OCTET STRING  

ipsoMemberRejectPrimaryIntf 1.3.6.1.4.1.94.1.21.5.3.8
Primary addresses didn't match.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  OCTET STRING  

ipsoMemberRejectCip 1.3.6.1.4.1.94.1.21.5.3.9
Cluster IP address didn't match on one or more interfaces.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  OCTET STRING  

ipsoMemberRejectHash 1.3.6.1.4.1.94.1.21.5.3.10
Hash Configuration did not match on one or more interfaces.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  OCTET STRING  

ipsoMemberIPAddress 1.3.6.1.4.1.94.1.21.5.3.11
IP address of a member.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  IpAddress  

ipsoMemberInterfaceAddr 1.3.6.1.4.1.94.1.21.5.3.12
New Protocol IP address of a member.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  OCTET STRING  

ipsoMemberInterfaceNetmask 1.3.6.1.4.1.94.1.21.5.3.13
New Protocol netmask.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER