CISCO-SLB-MIB

CISCO-SLB-MIB Download

MIBs list

The MIB for managing Server Load Balancing Manager(s), such as the Cisco IOS SLB product. This MIB includes instrumentation for the manager-side implementation of the Dynamic Feedback Protocol (DFP). A DFP uses the DFP protocol to communicate with DFP agents in order to obtain information about Servers. This MIB includes the objects required for implementing the load balancer management side of the Server/Application State Protocol (SASP). The load balancer is responsible for registering Members with a SASP-Agent. A Member is an entity that is defined on the load balancer to service Internet traffic. The responsibility of the Agent is to monitor the Members, and report a recommended weight to the load balancer. The weight is then used in load balancing decisions.

IPHost Network Monitor offer an easy way of SNMP monitoring your Cisco Servers, Routers, Switches, Bridges, Firewalls, Repeaters.

OID list for CISCO-SLB-MIB

slbStatsTable
A table of SLB statistics for all local SLB entities.
slbStatsTableEntry
A list of SLB statistics for a particular SLB entity.
slbEntity
The SLB instance reference number for this server. This allows multiple SLB's to exist on the same SNMP system. This object's value generally corresponds to the slot number where the module resides.
slbStatsUnassistedSwitchingPkts
The number of packets forwarded by the Software Load Balancing manager's software.
slbStatsUnassistedSwitchingHCPks
The number of packets forwarded by the Software Load Balancing manager's software. This is the 64-bit version of slbStatsUnassistedPkts.
slbStatsAssistedSwitchingPkts
The number of packets handled by SLB which were switched via the highest-performance switching path.
slbStatsAssistedSwitchingHCPkts
The number of packets handled by SLB which were switched via the highest-performance switching path. This is the 64-bit version of slbStatsAssistedSwitchingPkts.
slbStatsCreatedConnections
The number of TCP and UDP connections created since SLB was configured. TCP connections are created after seeing a SYN for a connection. UDP connections are created based on the source and destination and are removed based on a timer.
slbStatsCreatedHCConnections
The number of connections created by SLB since it was configured. TCP connections are created after seeing a SYN for a connection. UDP connections are created based on the source and destination and are removed based on a timer. This is the 64-bit vers ...
slbStatsEstablishedConnections
The number of connections established through SLB (reached the ESTAB state). TCP connections reach the ESTAB state after a SYN - SYN/ACK exchange. UDP connections reach the ESTAB state after data is sent from the client or server.
slbStatsEstablishedHCConnections
The number of connections established through SLB (reached the ESTAB state). TCP connections reach the ESTAB state after a SYN - SYN/ACK exchange. UDP connections reach the ESTAB state after data is sent from the client or server. This is the 64-bit ve ...
slbStatsDestroyedConnections
The number of TCP and UDP connections destroyed by SLB, either by TCPIP teardown or timeout. UDP connections can only be timed out.
slbStatsDestroyedHCConnections
The number of TCP and UDP connections destroyed by SLB, either by TCPIP teardown or timeout. UDP connections can only be timed out. This is the 64-bit version of slbStatsDestroyedConnections.
slbStatsReassignedConnections
The number of TCP and UDP connections reassigned from one real server to another.
slbStatsReassignedHCConnections
The number of TCP and UDP connections reassigned from one real server to another. This is the 64-bit version of slbStatsReassignedConnections.
slbStatsZombies
The number of TCP and UDP connections currently in the zombie state waiting for timers to expire.
slbStatsHCZombies
The number of TCP and UDP connections currently in the zombie state waiting for timers to expire. This is the 64-bit version of slbStatsZombies.
slbServerFarmTable
This is a table of server farms, each of which is a group of real servers to be used by SLB for load balancing. Columnar objects can be modified when the row is 'active'. Rows can be created and destroyed. Entries are added to this table via slbServerFa ...
slbServerFarmTableEntry
Information about a particular server farm served by a particular local SLB entity.
slbServerFarmName
The name of server farm.
slbServerFarmPredictor
The load balancing algorithm in use by the server farm for its real servers for the local SLB entity.
slbServerFarmNat
The type of NAT employed by the local SLB entity for servers in this server farm.
slbServerFarmNumberOfRealServers
The number of real servers in this server farm.
slbServerFarmBindId
slbServerFarmBindId is used to identify one or more real servers for which slbDfpRealWeight applies to the real server's slbRealOperWeight. The identification is done by finding rows in slbServerFarmTable for which slbServerFarmBindId matches slbDfpRealBi ...
slbServerFarmRowStatus
The object is used by a management station to create or delete the row entry in slbServerFarmTable following the RowStatus textual convention.
slbRealTable
A table of real servers. Columnar objects can be modified when the row is 'active'. Rows can be created and destroyed. Entries are added to this table via slbRealRowStatus in accordance with the RowStatus convention.
slbRealTableEntry
Information about a particular real server in a particular server farm, served by a particular local SLB entity.
slbRealServerFarmName
The real server's server farm name.
slbRealIpAddress
The IP address of real server.
slbRealPort
The TCP or UDP port of real server. This is used if SLB NAT is configured (see slbServerFarmNat). If SLB is not using NAT, this value will be 0.
slbRealState
The current state of real server.
slbRealNumberOfConnections
The number TCP and UDP connections currently assigned to this real server.
slbRealNumberOfDummyConnections
The current number of idle dummy connections that are not in use but are reserved for this real server to accomplish slow-start.
slbRealMaxConnections
The configured maximum number of concurrent connections which SLB will deliver to this real server.
slbRealAdminWeight
The user configured weight of the real server for the load-balancing algorithms. A weight of zero indicates that no new connections will be assigned to this real server. Higher weight values indicate to the load-balancing algorithms a higher availabilit ...
slbRealOperWeight
The actual operating weight of the real server used by the load-balancing algorithms. This can be adjusted dynamically by DFP. A weight of zero indicates that no new connections will be assigned to this real server. Higher weight values indicate to the ...
slbRealMetric
The value used by the least connections load-balancing algorithm. It is the number of connections divided by the actual operating weight. New connections will be given to the server with the smaller metric.
slbRealReassign
The number of consecutive TCP SYNs sent to the real server with no answer before reassigning the connection to another real server.
slbRealRetryInterval
The time interval between retries while the server is in the Failed state.
slbRealFailedConnections
The number of failed connections after which the real server goes to Failed state. A failed connection is when a SYN timeouts or a RST is received from the real server.
slbRealFailedClients
The number of connections with distinct client IP addresses which need to fail on this real server before it goes to Failed state. A failed connection is when a SYN timeouts or a RST is received from the real server.
slbRealConsecutiveFails
The number of connection failures to this real server without a successful connection. A failed connection is when a SYN timeouts or a RST is received from the real server.
slbRealTotalFails
The total number of times this real server has failed since the creation of this row.
slbRealRowStatus
The object used by a management station to create or delete the row entry in slbRealTable following the RowStatus textual convention.
slbRealTotalConnections
The number of assigned connections handled by this real server since this server was configured.
slbRealHCTotalConnections
The number of assigned connections handled by this real server since this server was configured. This is the 64-bit version of slbRealTotalConnections.
slbVirtualServerTable
Table of virtual servers. Columnar objects can be modified when the row is 'active'. Rows can be created and destroyed. Entries are added to this table via slbVirtualRowStatus in accordance with the RowStatus convention.
slbVirtualServerTableEntry
Information about a particular virtual server served by a particular local SLB entity.
slbVirtualServerName
The name of the virtual server.
slbVirtualServerState
The state of virtual server.
slbVirtualIndex
The index assigned to a virtual server, used to correlate connections with virtual servers.
slbVirtualIpAddress
The IP address of this virtual server.
slbVirtualPort
The port of this virtual server.
slbVirtualProtocol
The protocol for this virtual server.
slbVirtualService
The service setting for this virtual server. Setting this to other than 'none' results in an association being formed between clients using this service and this virtual server. Subsequent packets from clients requiring this service will be forwarded to ...
slbVirtualAdvertise
The setting for virtual address advertising. It is set to 'true' if this virtual server has added a static route to the routing table attracting traffic destined for slbVirtualIpAddress.
slbVirtualFarmName
The name of virtual server farm bound to this virtual server.
slbVirtualDelayTimer
The amount of time this SLB entity will maintain TCP connection context after a connection has terminated.
slbVirtualIdleTimer
The amount of time this SLB entity will maintain connection information in the absence of packet activity for a connection. When the service is configured as 'gtp', this is the amount of time the SLB entity will forward SGSN retries for a SLB session to t ...
slbVirtualStickyTimer
The amount of time that a connection's real server is remembered after a connection has terminated.
slbVirtualStickyGroup
The group ID associated with the 'sticky group' that this virtual server is placed in. A value of zero indicates that no 'sticky group' is associated with this virtual server.
slbVirtualSynguardCount
The number of unanswered SYNs that are allowed to be outstanding to this virtual server. After this number is reached, SYNs are dropped depending on the value of slbVirtualSynguardPeriod.
slbVirtualSynguardPeriod
The interval of time that this virtual server can have outstanding unanswered SYNs. This is used with slbVirtualSynguardCount to limit outstanding SYNs.
slbVirtualRowStatus
This object is used by a management station to create or delete the row entry in slbVirtualServerTable following the RowStatus textual convention.
slbVirtualNumberOfConnections
The number of currently assigned connections being handled by this virtual server.
slbVirtualTotalConnections
The number of assigned connections handled by this virtual server since this server was configured.
slbVirtualHCTotalConnections
The number of assigned connections handled by this virtual server since this server was configured. This is the 64-bit version of slbVirtualTotalConnections.
slbVirtualMask
The IP subnet mask which is applied to the address of this virtual server for traffic filtering.
slbVServerInfoTable
This table provides information on virtual servers.
slbVServerInfoTableEntry
An entry in virtual server table. An entry gets created when class map is associated with policy map. An entry gets deleted when a class-map is disassociated with the policy-map.
slbVServerIndex
An unique identifier for the virtual server. This value is unique for a combination of class map and a policy map.
slbVServerClassMap
This object contains the class map in which this virtual server is associated with it. A class-map is used to classify a set of traffic with which actions may be associated.
slbVServerPolicyMap
This object identifies the policy map. A policy-map can be used to identify various policies such as security policies or load balancing policies. A class map can be associated with a policy map.
slbVServerState
The state of virtual server.
slbVServerStateChangeDescr
This object contains the descriptive text qualifying the reason for the value in slbVServerState. Examples: OK Policy not configured Server Farm failed Real Server failed.
slbVServerNumberOfConnections
The number of currently assigned connections being handled by this virtual server.
slbVServerTotalConnections
The number of assigned connections handled by this virtual server since this server was configured.
slbVServerDroppedConnections
The total number of connections dropped by this virtual server due to all reasons. Some of the reasons are - when the interface goes down. - when there are no active serverfarm(s)in policy. - when rserver in the serverfarm goes outofservice. - when the vi ...
slbVServerClientPacketCounts
The number of packets sent to virtual server from client. Client is a system which sends requests to the virtual server.
slbVServerPacketCounts
The number of packets sent to virtual server from real server.
slbVServerClientByteCounts
The number of bytes sent to virtual server from client. Client is a system which sends requests to the virtual server.
slbVServerByteCounts
The number of bytes sent to virtual-server from real-server.
slbVServerMaxConnLimitDropCounts
The number of connections dropped after virtual-server reached maximum number of connections.
slbVServerConnRateLimitDropCounts
The number of connections dropped if virtual-server receives more number of connections per second than the configured rate limit.
slbVServerBWRateLimitDropCounts
The number of connections dropped if accumulated bandwidth in all the connections to virtual-server crosses the configured bandwidth. This object has been deprecated because it doesn't give number of connections dropped but it gives number of bytes droppe ...
slbVServerBandWidthRateLimitDropCounts
The number of bytes dropped if accumulated bandwidth in all the connections to virtual-server crosses the configured bandwidth.
slbVServerL4Decisions
The number of layer4 loadbalance decisions made by this virtual server.
slbVServerL7Decisions
The total number of layer7 loadbalance decisions made by this virtual server.
slbVServerEstablishedConnections
The total number of successfully established connections to this virtual server.
slbVServerIPTable
This table contains the IP Addresses configured for virtual servers. A virtual server can have more than one IP Address configured in it.
slbVServerIPTableEntry
An entry in the virtual server IP table. Each entry contains virtual server attributes that are used for server loadbalancing decisions.
slbVServerObjectIndex
The index identifying an entry applicable to the same virtual server identified by slbVServerIndex.
slbVServerIpAddressType
The type of IP address configured in slbVServerIpAddress.
slbVServerIpAddress
The IP address of the virtual server. The type of IP address is provided in slbVServerIpAddressType.
slbVServerIpMask
This object is subnet mask for the slbVServerIpAddress. The IP subnet mask is applied to the address of this virtual server for traffic filtering. The value 0 is used to specifiy that the address mask of the virtual server is unknown or not used.
slbVServerProtocol
The protocol for the virtual server IP address.
slbVServerPortLow
This object identifies the port number of the virtual server that is used in loadbalancing decisions. This has to be less than or equal to slbVServerPortHigh.
slbVServerPortHigh
This object identifies the upper bound of the port number of the virtual server that is used in loadbalancing decisions. This has to be greater than or equal to slbVServerPortLow.
slbVServerStorageType
The storage type for this conceptual row.
slbVServerRowStatus
This object is used to create/delete entries in this table.
slbConnectionTable
Table of connections being load-balanced by SLB.
slbConnectionTableEntry
A list of attributes for a particular SLB connection.
slbConnectionIndex
The index to internal structures for the connection.
slbConnectionVirtualIpAddress
The IP address of the virtual server.
slbConnectionVirtualPort
The port of the virtual server.
slbConnectionProtocol
The connection protocol.
slbConnectionClientIpAddr
The client IP address.
slbConnectionClientPort
The client port.
slbConnectionState
The current state of this connection.
slbConnectionRealIpAddr
The IP Address of the real server to which this client is being load-balanced.
slbConnectionServerPort
The port number at the real server to which this client is being load-balanced.
slbConnectionNumCacheEntries
The number of netflow cache entries for this connection. An entry for a terminated connection cannot be deleted while this number is non-zero.
slbConnectionSynCount
The number of SYNs seen from client.
slbVirtualClientTable
Table of virtual clients for a particular virtual server. Columnar objects can be modified when the row is 'active'. Entries are added to this table via slbVirtualClientRowStatus in accordance with the RowStatus convention.
slbVirtualClientTableEntry
Information about a particular client range for a virtual server served by a particular local SLB entity. If client ranges overlap, the entry with the longest match will be used.
slbVirtualClientIpAddress
The IP address of the client. It is used along with the slbVirtualClientMask to represent subsets of client traffic being handled by the particular virtual server.
slbVirtualClientMask
The general purpose mask of the client. It is used along with the slbVirtualClientIpAddress to represent subsets of client traffic being handled by the particular virtual server.
slbVirtualClientExclude
The truth value that determines if the client range should be included or excluded on the virtual server.
slbVirtualClientRowStatus
The row status is used by a management station to create or delete the row entry in slbVirtualClientTable following the RowStatus textual convention.
slbStickyObjectTable
Table of sticky objects. Sticky objects allow related connections to be sent to the same real server on a per client basis. Sticky objects are useful for FTP and SSL connections. Columnar objects can be modified when the row is 'active'. Entries are a ...
slbStickyObjectTableEntry
Information about a particular sticky object for clients at a particular IP address served by a particular local SLB entity.
slbStickyObjectGroupId
The group ID for this sticky object.
slbStickyObjectClientIpAddress
The client IP address with which this object is associated.
slbStickyObjectRealIpAddress
The real server IP address selected for all clients bound to this sticky object.
slbStickyObjectConnectionCount
The number of connections currently associated with this sticky object.
slbStickyObjectFtpControlCount
The number of FTP control connections currently associated with this sticky object.
slbStickyObjectRowStatus
The row status is used by a management station to create or delete the row entry in slbStickyObjectTable following the RowStatus textual convention.
cSlbVirtStateChangeNotifEnabled
The virtual server notification truth value. 'true' Indicates that ciscoSlbVirtualStateChange notification is to be generated when the state changes. That is, the notification generation is enabled. 'false' Indicates that ciscoSlbVirtualStateChange notif ...
cSlbRealStateChangeNotifEnabled
The real server notification truth value. 'true' Indicates that ciscoSlbRealStateChange notification is to be generated when the state changes. That is, the notification generation is enabled. 'false' Indicates that ciscoSlbRealStateChange notification g ...
cSlbVServerStateChangeNotifEnabled
The virtual server notification truth value. This object controls the generation of following notifications: ciscoSlbVServerStateChange ciscoSlbVServerVIPStateChange 'true' Indicates whether notification is to be generated when the state changes. That is ...
cSlbVirtualServerStateChangeNotifEnabled
The virtual server notification truth value. 'true' Indicates that ciscoSlbVirtualServerStateChange notification is to be generated when the state changes. That is, the notification generation is enabled. 'false' Indicates that ciscoSlbVirtualServerState ...
cSlbRealServerStateChangeNotifEnabled
The real server notification truth value. 'true' Indicates that ciscoSlbRealServerStateChange notification is to be generated when the state changes. That is, the notification generation is enabled. 'false' Indicates that ciscoSlbRealServerStateChange no ...
slbInetAddressType
The type of IP address configured in slbInetAddress.
slbInetAddress
This object contains IP address of slb object. Slb object can be a real server identified by slbRealIpAddress or virtual server identified by slbVirtualServerName. The type of Ip address is provided in slbInetAddressType.
slbName
This object contains the name of slb object. Slb object can be a real server identified by slbRealIpAddress or virtual server identified by slbVirtualServerName.
slbPort
This object contains port value of slb object. Slb object can be a real server identified by slbRealIpAddress or virtual server identified by slbVirtualServerName.
slbDfpPasswordTable
A table of password values which a local Server Load Balancing Manager uses so that it can communicate with remote DFP agents. Entries are added to this table via slbDfpPasswordRowStatus in accordance with the RowStatus convention. Columnar objects can ...
slbDfpPasswordTableEntry
An entry in this table represents the password used by a particular DFP manager (identified by slbEntity) when it exchanges messages with DFP agents.
slbDfpPasswordPending
The pending password which will be used by DFP for MD5 authentication within password timeout ticks. When read, this object returns a zero-length string and writing a zero-length string unsets the password. If this object is modified twice within the ti ...
slbDfpPasswordTimeout
The time interval between the setting of the pending password and the removal of the current password.
slbDfpPasswordRowStatus
The object is used by a management station to create or delete the row entry in slbDfpPasswordTable following the RowStatus textual convention.
slbDfpAgentTable
A table of remote DFP agents with which the local DFP managers communicate. Rows can be created and destroyed. Columnar objects can be modified when the row is 'active'. Entries are added to this table via slbDfpAgentRowStatus in accordance with the Row ...
slbDfpAgentTableEntry
Information about the communication between a local DFP manager and a particular remote DFP agent.
slbDfpAgentIpAddress
The DFP agent's IP address.
slbDfpAgentPort
The DFP agent's port.
slbDfpAgentState
The state of the DFP agent.
slbDfpAgentTimeout
Time interval during which the agent must send at least one message to the manager.
slbDfpAgentRetryCount
The number of times the manager will attempt to re-establish a connection with the agent. If this value is exceeded, the agent is placed in 'failed' state, and the manager does not attempt to re-establish a connection with the agent.
slbDfpAgentInterval
Time interval before SLB retries connecting to a DFP agent.
slbDfpAgentRowStatus
The row status is used by a management station to create or delete the row entry in slbDfpAgentTable following the RowStatus textual convention.
slbDfpRealTable
A table containing information about Real Servers obtained through communications between local DFP manager and remote DFP agents. Rows can be created and destroyed. Columnar objects can be modified when the row is 'active'. Entries are added to this t ...
slbDfpRealTableEntry
Information about a particular real server, within one or more server farms (identified with 'bindId'), reported by a DFP agent for a particular local SLB entity. The real servers are identified by finding rows in slbServerFarmTable for which slbServerFar ...
slbDfpRealIpAddress
The DFP agent's IP address
slbDfpRealProtocol
The protocol of the real server.
slbDfpRealPort
The port number of the real server.
slbDfpRealBindId
The Bind ID identifies one or more server farms to which the real server belongs. The real servers are identified by finding rows in slbServerFarmTable for which slbServerFarmBindId matches slbDfpRealBindId. For each identified server farm, extract the sl ...
slbDfpRealWeight
The weight of the real server reported from a DFP agent. The weight represents a relative capacity to accept new connections.
slbDfpRealRowStatus
The row status is used by a management station to create or delete the row entry in slbDfpRealTable following the RowStatus textual convention.
slbSaspTable
An entry containing information about the Server Application State Protocol (SASP). There is only one entry for each load balancer. This entry is created by the load balancer during initialization.
slbSaspTableEntry
Information for a particular local SLB entity using the SASP functionality. The SASP entry is identified by the slbEntity. The SASP entry includes all of the relevant information needed to run SASP on this particular slbEntity.
slbSaspIdentifier
The unique identifier required by SASP for all load balancers. In a redundant system, where there is a master and backup load balancer, each load balancer must have different identifiers. The slbSaspIdentifier may only be changed when the slbSaspEnabled ...
slbSaspEnabled
Indicates whether the SASP functionality is currently in use by the load balancer. 'true' The SASP functionality is enabled on the load balancer. 'false' The SASP functionality is disabled on the load balancer.
slbSaspHealth
The health value reported to the SASP Agents via the Set Load Balancer State Message. The value represents the load balancer's ability to handle SASP messages.
slbSaspRedundancy
The Load Balancer's state in a redundant setup. The Load Balancer may still contact the SASP Agents, which are defined in the slbSaspAgentTable, regardless of the state. This is possible because every Load Balancer contacting a SASP Agent is required to ...
slbSaspMaxAgents
The maximum number of SASP Agents that can be configured on the Load Balancer. The SASP Agents are configured via the slbSaspAgentTable.
slbSaspMaxLbWeight
The maximum weight supported by the Load Balancer. Any weight reported for a SASP Member, which can be found within the slbSaspMemberSaspWeight object, MUST be converted to the Load Balancer's weight range. The minimum weight for a Load Balancer MUST be ...
slbSaspAgentTable
A table containing information about the SASP Agents. Rows can be created and destroyed. Columnar objects can be modified when the row is 'active'. Entries are added to this table via slbSaspAgentRowStatus. A SASP Agent is an application or device that ...
slbSaspAgentTableEntry
The SASP Agent entry provides information for a particular SASP Agent on a local SLB entity. The objects provide the contact information and the current connection state of the Agent.
slbSaspAgentIpAddressType
Defines the IP address type used by the slbSaspAgentIpAddress.
slbSaspAgentIpAddress
The IP address of the SASP Agent that is used for weight reporting.
slbSaspAgentPort
The TCP Port number used when connecting to a SASP Agent.
slbSaspAgentLabel
A label that can be assigned by the user for the SASP Agent during entry creation. The label should be in a human readable form that describes the SASP Agent. The description could be the physical location of the Agent or some other field relevant to the ...
slbSaspAgentState
The current connection state of the SASP Agent. The load balancer does not give up trying to reach the SASP Agent when it is down.
slbSaspAgentLastStateChange
Displays the date and time of the last state change that was incurred by the Agent. The time that is reported is only local time, so the timezone portion of the DateAndTime TC will not be specified.
slbSaspAgentRowStatus
The row status is used by a management station to create or delete the row entry in slbSaspAgentTable following the RowStatus textual convention.
slbSaspGroupTable
A table containing information about the SASP Groups. Rows can be created and destroyed. Entries are added to this table via slbSaspGroupRowStatus. A SASP Group is a logical entity used within the SASP implementation to group SASP Members that are equiva ...
slbSaspGroupTableEntry
The SASP Group table provides the information for a particular group associated with a SASP Agent on a local SLB entity.
slbSaspGroupName
The SASP group represents the group of SASP Members that have the same functional capabilities.
slbSaspGroupRowStatus
The row status is used by a management station to create or delete the row entry in slbSaspGroupTable following the RowStatus textual convention. Removing the group from this table would have the effect of removing all of the SASP Members associated with ...
slbSaspMemberTable
A table containing information about the SASP Members. Rows can be created and destroyed. Columnar objects can be modified when the row is 'active'. Entries are added to this table via slbSaspMemberRowStatus. A SASP Member is an entity configured on the ...
slbSaspMemberTableEntry
The SASP Member table provides information about a particular SASP Member associated with a SASP Agent. Each entry contains all of the weight information that is necessary to use SASP on the load balancer. It is important that the SASP Member only report ...
slbSaspMemberIpAddressType
Defines the IP address type of the slbSaspMemberIpAddress.
slbSaspMemberIpAddress
The IP address of the member. The IP address, along with the port and protocol type, is registered with the SASP Agent. The SASP Agent includes this information when reporting the weights for each member in either the 'Get Weights Reply' or the 'Send We ...
slbSaspMemberPort
The TCP or UDP port number associated with the slbSaspMemberIpAddress. The port number, along with the IP address and protocol type, is registered with the SASP Agent. The SASP Agent includes this information when reporting the weights for each member i ...
slbSaspMemberProtocol
The IP protocol type that is associated with the slbSaspMemberIpAddress and slbSaspMemberPort. The protocol type, along with the IP address and port number, is registered with the SASP Agent. The SASP Agent includes this information when reporting the w ...
slbSaspMemberSaspWeight
The reported weight by the SASP Agent. The weights are reported via the 'Send Weights Message' or in the 'Get Weights Reply'. The reported weight MUST be converted to be within the Load Balancer's supported weight range, specified by the slbSaspMaxLbWei ...
slbSaspMemberConfidentWeight
Represents the SASP Agent's confidence in the reported weight. 'true' Indicates the slbSaspMemberSaspWeight value is accurate and reflects the up-to-date real-time statistics collected by the SASP Agent. 'false' Indicates the SASP Agent is guessing the w ...
slbSaspMemberConvertedWeight
The SASP weight converted to the local load balancer weight range. The load balancer's weight range is implementation dependent, as is the formula used to convert the weight. The following formula is an example weight conversion that could be used by the ...
slbSaspMemberDefaultWeight
The default weight assigned to the member if any SASP Agent weight reporting failure occurs. If there is a communication failure or if the slbSaspMemberConfidentWeight is false, then the load balancer should use this weight as its fallback weight when ma ...
slbSaspMemberWeightChanges
The total number of times the weight has been modified by the SASP Agent.
slbSaspMemberLastWeightChange
Displays the date and time of the last weight change. The time that is reported is only local time, so the timezone portion of the DateAndTime TC will not be specified. If there have been no reports, the empty string is returned.
slbSaspMemberRowStatus
The row status is used by a management station to create or delete the row entry in slbSaspMemberTable following the RowStatus textual convention.
slbSaspStatsTable
A table containing information about the Server Application State Protocol Statistics. Rows are created and destroyed when an entry for the slbSaspAgentTable is created or destroy via the slbSaspAgentRowStatus.
slbSaspStatsTableEntry
Each entry corresponds to a SASP Agent from the slbSaspAgentTable. Each entry contains statistics related to the transmitted and received SASP messages. A slbSaspStatsTableEntry cannot exist without a corresponding entry in the slbSaspAgentTable.
slbSaspStatsTxRegMsgs
The total number of SASP Registration Requests transmitted from the load balancer to the SASP Agent. The registration message informs the Agent to start reporting the server weight for each member listed in the message.
slbSaspStatsTxDeregMsgs
The total number of SASP Deregistration Requests transmitted from the load balancer to the SASP Agent. The deregistration message informs the Agent to stop reporting the server weight for each member listed in the message.
slbSaspStatsTxGetWeightMsgs
The total number of SASP Get Weight Requests transmitted from the load balancer to the SASP Agent. The get weights message is only used when the load balancer is actively retrieving the weight for each member.
slbSaspStatsTxSetLBStateMsgs
The total number of SASP Set Load Balancer State Requests transmitted from the load balancer to the SASP Agent. The message is used to inform the SASP Agent of the load balancer's health and its current options.
slbSaspStatsTxSetMemStateMsgs
The total number of SASP Set Member State Requests transmitted from the load balancer to the SASP Agent. This message is used to inform the SASP Agent that a member has either been activated, or has dropped out of service.
slbSaspStatsRxSendWeightMsgs
The total number of SASP Send Weight Messages received from the SASP Agent. This message is used to update the member weights when the load balancer is passively retrieving them.
slbSaspStatsRxRegMsgs
The total number of SASP Registration Replies received from the SASP Agent. This response indicates whether the transmitted registration request was successful, or had a failure.
slbSaspStatsRxDeregMsgs
The total number of SASP Deregistration Replies received from the SASP Agent. This response indicates whether the transmitted request was successful, or had a failure.
slbSaspStatsRxGetWeightMsgs
The total number of SASP Get Weight Replies received from the SASP Agent. This response contains the current weights for the requested members. This message is used when the load balancer is actively retrieving member weights.
slbSaspStatsRxSetLBStateMsgs
The total number of SASP Set Load Balancer State Replies received from the SASP Agent. The response indicates whether the transmitted request was successful, or had a failure.
slbSaspStatsRxSetMemStateMsgs
The total number of SASP Set Member State Replies received from the SASP Agent. The response indicates whether the transmitted request was successful, or had a failure.
ciscoSlbStatsGroup
SLB Statistic objects.
ciscoSlbServerFarmsGroup
The SLB serverfarm objects.
ciscoSlbRealServersGroup
The SLB real server objects.
ciscoSlbVirtualServersGroup
The SLB virtual server objects.
ciscoSlbConnectionsGroup
The SLB connection objects.
ciscoSlbVirtualClientsGroup
The SLB virtual client objects.
ciscoSlbStickyObjectsGroup
The SLB sticky objects.
ciscoSlbDfpPasswordGroup
SLB DFP password objects.
ciscoSlbDfpAgentGroup
The SLB DFP agent objects.
ciscoSlbDfpRealGroup
The SLB DFP real server objects.
ciscoSlbNotifEnabledGroup
The SLB Notification Truth Value objects.
ciscoSlbVirtualServersAddGroup
A collection of additional SlbVirtualServer objects used to further define an Slb virtual server.
ciscoSlbSaspGroup
The SLB SASP objects.
ciscoSlbSaspAgentGroup
The SLB SASP Agent objects.
ciscoSlbSaspGroupGroup
The SLB SASP Group objects.
ciscoSlbSaspMemberGroup
The SLB SASP Member objects.
ciscoSlbSaspStatsGroup
A collection of objects providing SLB SASP statistics.
ciscoSlbVServerInfoGroup
The list of objects that are applicable to virtual server statistics.
ciscoSlbVServerIPGroup
The list of objects that are applicable to virtual server identified by IP Address/Port.
ciscoSlbVServerNotifEnabledGroup
The object used for enabling/disabling Virtual Server notifications.
ciscoSlbNotifObjectsGroup
A collection of generic objects that are applicable to slb module.
ciscoSlbNotifEnabledGroupRev2
The SLB Notification Truth Value objects.
ciscoSlbVServerInfoGroupRev1
The list of objects that are applicable to virtual server statistics.
ciscoSlbVServerInfoGroupRev2
The list of objects that are applicable to virtual server statistics.

Download IPHost Network Monitor (500 monitors for 30 days, 50 monitors free forever) to start monitoring network devices right now.

MIBs list