CISCO-SLB-MIB

MIB Reference — IPNetwork Monitor

All MIBsCISCO-SLB-MIB

Organization: Cisco Systems, Inc.

Last Updated: 2008-05-15

Category: Cisco Devices

Description:

Manages server load balancing (SLB) on Cisco devices, including virtual server configuration and Dynamic Feedback Protocol (DFP) for obtaining server health information.

Imported Objects

From CISCO-SMI

ciscoMgmtOBJECT-IDENTITY

From CISCO-TC

CiscoIpProtocol
CiscoPort

From ENTITY-MIB

entPhysicalParentRelPosOBJECT-TYPE

From INET-ADDRESS-MIB

InetAddress
InetAddressPrefixLength
InetAddressType
InetPortNumber

From SNMP-FRAMEWORK-MIB

SnmpAdminString

From SNMPv2-CONF

MODULE-COMPLIANCE
NOTIFICATION-GROUP
OBJECT-GROUP

From SNMPv2-SMI

Counter32
Counter64
Gauge32
IpAddress
MODULE-IDENTITY
NOTIFICATION-TYPE
OBJECT-TYPE
Unsigned32

From SNMPv2-TC

DateAndTime
RowStatus
StorageType
TEXTUAL-CONVENTION
TimeInterval
TruthValue

What Is CISCO-SLB-MIB?

CISCO-SLB-MIB is a Cisco proprietary MIB for managing Server Load Balancing (SLB) functionality on Cisco IOS-based load balancer products, such as those running the Cisco IOS SLB feature. It exposes configuration for virtual servers and server farms along with statistics gathered via the Dynamic Feedback Protocol (DFP), which lets the load balancer obtain live health and load information from real servers, and via the Server/Application State Protocol (SASP). The MIB is heavily used for monitoring hardware/software operational status of the load-balancing function itself: counters for switching packets (assisted vs. unassisted), connection creation/establishment/destruction rates, and per-entity statistics reveal whether the load balancer and its backend server pool are healthy and handling traffic correctly. It builds on standard SNMP conventions and works alongside DFP/SASP protocol data exchanged with server-side agents rather than depending on another MIB module directly. It is typically deployed on Cisco Content Switching Modules or IOS SLB-capable routers/switches in data center front-ends distributing traffic across server farms. Because Cisco SLB deployments often sit at the center of data-center traffic distribution, this MIB is a common target for continuous performance dashboards tracking connection and packet-switching counters.

IPNetwork Monitor allows you to monitor SNMP objects defined in CISCO-SLB-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.

What Can Be Monitored

  • created/established/destroyed connections
  • assisted vs. unassisted switching packet counts
  • server farm health status
  • DFP server feedback status
  • per-entity load balancing statistics

Supported Devices

  • Cisco IOS SLB-capable router/switch
  • Cisco Content Switching Module

Monitoring Examples

An administrator would poll slbStatsTable/slbStatsTableEntry, indexed by slbEntity, watching slbStatsCreatedConnections versus slbStatsDestroyedConnections and slbStatsEstablishedConnections to spot connection churn or a server farm under stbEntity slbServerFarms that isn't accepting new connections. A sudden spike in slbStatsUnassistedSwitchingPkts relative to slbStatsAssistedSwitchingPkts (or their high-capacity HC counterparts) could indicate the fast-path switching optimization has stopped working, signaling a performance degradation on the load balancer.

OIDs
OID symbolicOID numericTypeAccessDescription
ciscoSlbMIB1.3.6.1.4.1.9.9.161The 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. Acronyms and terms: DFP Dynamic Feedback Protocol SASP Server to Application State Protocol GGSN Gateway GPRS Support Node GPRS General Packet Radio Service GTP GPRS Tunneling Protocol SASP Server/Application State Protocol SGSN Serving GPRS Support Node
ciscoSlbMIBObjects1.3.6.1.4.1.9.9.161.1
slbStats1.3.6.1.4.1.9.9.161.1.1
slbStatsTable1.3.6.1.4.1.9.9.161.1.1.1not-accessibleA table of SLB statistics for all local SLB entities.
slbStatsTableEntry1.3.6.1.4.1.9.9.161.1.1.1.1not-accessibleA list of SLB statistics for a particular SLB entity.
U32 slbEntity1.3.6.1.4.1.9.9.161.1.1.1.1.1Unsigned32not-accessibleThe 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.
C32 slbStatsUnassistedSwitchingPkts1.3.6.1.4.1.9.9.161.1.1.1.1.2Counter32read-onlyThe number of packets forwarded by the Software Load Balancing manager's software.
C64 slbStatsUnassistedSwitchingHCPks1.3.6.1.4.1.9.9.161.1.1.1.1.3Counter64read-onlyThe number of packets forwarded by the Software Load Balancing manager's software. This is the 64-bit version of slbStatsUnassistedPkts.
C32 slbStatsAssistedSwitchingPkts1.3.6.1.4.1.9.9.161.1.1.1.1.4Counter32read-onlyThe number of packets handled by SLB which were switched via the highest-performance switching path.
C64 slbStatsAssistedSwitchingHCPkts1.3.6.1.4.1.9.9.161.1.1.1.1.5Counter64read-onlyThe number of packets handled by SLB which were switched via the highest-performance switching path. This is the 64-bit version of slbStatsAssistedSwitchingPkts.
C32 slbStatsCreatedConnections1.3.6.1.4.1.9.9.161.1.1.1.1.6Counter32read-onlyThe 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.
C64 slbStatsCreatedHCConnections1.3.6.1.4.1.9.9.161.1.1.1.1.7Counter64read-onlyThe 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 version of slbStatsCreatedConnections.
C32 slbStatsEstablishedConnections1.3.6.1.4.1.9.9.161.1.1.1.1.8Counter32read-onlyThe 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.
C64 slbStatsEstablishedHCConnections1.3.6.1.4.1.9.9.161.1.1.1.1.9Counter64read-onlyThe 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 version of slbStatsEstablisedConnections.
C32 slbStatsDestroyedConnections1.3.6.1.4.1.9.9.161.1.1.1.1.10Counter32read-onlyThe number of TCP and UDP connections destroyed by SLB, either by TCPIP teardown or timeout. UDP connections can only be timed out.
C64 slbStatsDestroyedHCConnections1.3.6.1.4.1.9.9.161.1.1.1.1.11Counter64read-onlyThe 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.
C32 slbStatsReassignedConnections1.3.6.1.4.1.9.9.161.1.1.1.1.12Counter32read-onlyThe number of TCP and UDP connections reassigned from one real server to another.
C64 slbStatsReassignedHCConnections1.3.6.1.4.1.9.9.161.1.1.1.1.13Counter64read-onlyThe number of TCP and UDP connections reassigned from one real server to another. This is the 64-bit version of slbStatsReassignedConnections.
C32 slbStatsZombies1.3.6.1.4.1.9.9.161.1.1.1.1.14Counter32read-onlyThe number of TCP and UDP connections currently in the zombie state waiting for timers to expire.
C64 slbStatsHCZombies1.3.6.1.4.1.9.9.161.1.1.1.1.15Counter64read-onlyThe number of TCP and UDP connections currently in the zombie state waiting for timers to expire. This is the 64-bit version of slbStatsZombies.
slbServerFarms1.3.6.1.4.1.9.9.161.1.2
slbServerFarmTable1.3.6.1.4.1.9.9.161.1.2.1not-accessibleThis 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 slbServerFarmRowStatus in accordance with the RowStatus convention.
slbServerFarmTableEntry1.3.6.1.4.1.9.9.161.1.2.1.1not-accessibleInformation about a particular server farm served by a particular local SLB entity.
STR slbServerFarmName1.3.6.1.4.1.9.9.161.1.2.1.1.1SlbServerStringnot-accessibleThe name of server farm.
SLB slbServerFarmPredictor1.3.6.1.4.1.9.9.161.1.2.1.1.2SlbPredictorread-onlyThe load balancing algorithm in use by the server farm for its real servers for the local SLB entity.
SLB slbServerFarmNat1.3.6.1.4.1.9.9.161.1.2.1.1.3SlbNatSettingread-createThe type of NAT employed by the local SLB entity for servers in this server farm.
U32 slbServerFarmNumberOfRealServers1.3.6.1.4.1.9.9.161.1.2.1.1.4Unsigned32read-createThe number of real servers in this server farm.
U32 slbServerFarmBindId1.3.6.1.4.1.9.9.161.1.2.1.1.5Unsigned32read-createslbServerFarmBindId 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 slbDfpRealBindId. For each identified server farm, extract the slbServerFarmName and use this value together with slbDfpRealIpAddress and slbDfpRealPort to identify the row in slbRealTable.
ROW slbServerFarmRowStatus1.3.6.1.4.1.9.9.161.1.2.1.1.6RowStatusread-createThe object is used by a management station to create or delete the row entry in slbServerFarmTable following the RowStatus textual convention.
slbRealServers1.3.6.1.4.1.9.9.161.1.3
slbRealTable1.3.6.1.4.1.9.9.161.1.3.1not-accessibleA 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.
slbRealTableEntry1.3.6.1.4.1.9.9.161.1.3.1.1not-accessibleInformation about a particular real server in a particular server farm, served by a particular local SLB entity.
STR slbRealServerFarmName1.3.6.1.4.1.9.9.161.1.3.1.1.1SlbServerStringnot-accessibleThe real server's server farm name.
IP slbRealIpAddress1.3.6.1.4.1.9.9.161.1.3.1.1.2IpAddressnot-accessibleThe IP address of real server.
CIS slbRealPort1.3.6.1.4.1.9.9.161.1.3.1.1.3CiscoPortnot-accessibleThe 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.
SLB slbRealState1.3.6.1.4.1.9.9.161.1.3.1.1.4SlbRealServerStateread-createThe current state of real server.
G32 slbRealNumberOfConnections1.3.6.1.4.1.9.9.161.1.3.1.1.5Gauge32read-onlyThe number TCP and UDP connections currently assigned to this real server.
U32 slbRealNumberOfDummyConnections1.3.6.1.4.1.9.9.161.1.3.1.1.6Unsigned32read-onlyThe current number of idle dummy connections that are not in use but are reserved for this real server to accomplish slow-start.
U32 slbRealMaxConnections1.3.6.1.4.1.9.9.161.1.3.1.1.7Unsigned32read-createThe configured maximum number of concurrent connections which SLB will deliver to this real server.
U32 slbRealAdminWeight1.3.6.1.4.1.9.9.161.1.3.1.1.8Unsigned32read-createThe 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 availability of this real server to accept more work.
G32 slbRealOperWeight1.3.6.1.4.1.9.9.161.1.3.1.1.9Gauge32read-onlyThe 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 load-balancing algorithms a higher availability of this real server to accept more work.
G32 slbRealMetric1.3.6.1.4.1.9.9.161.1.3.1.1.10Gauge32read-onlyThe 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.
U32 slbRealReassign1.3.6.1.4.1.9.9.161.1.3.1.1.11Unsigned32read-createThe number of consecutive TCP SYNs sent to the real server with no answer before reassigning the connection to another real server.
NUM slbRealRetryInterval1.3.6.1.4.1.9.9.161.1.3.1.1.12TimeIntervalread-createThe time interval between retries while the server is in the Failed state.
U32 slbRealFailedConnections1.3.6.1.4.1.9.9.161.1.3.1.1.13Unsigned32read-createThe 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.
U32 slbRealFailedClients1.3.6.1.4.1.9.9.161.1.3.1.1.14Unsigned32read-createThe 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.
G32 slbRealConsecutiveFails1.3.6.1.4.1.9.9.161.1.3.1.1.15Gauge32read-onlyThe 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.
C32 slbRealTotalFails1.3.6.1.4.1.9.9.161.1.3.1.1.16Counter32read-onlyThe total number of times this real server has failed since the creation of this row.
ROW slbRealRowStatus1.3.6.1.4.1.9.9.161.1.3.1.1.17RowStatusread-createThe object used by a management station to create or delete the row entry in slbRealTable following the RowStatus textual convention.
C32 slbRealTotalConnections1.3.6.1.4.1.9.9.161.1.3.1.1.18Counter32read-onlyThe number of assigned connections handled by this real server since this server was configured.
C64 slbRealHCTotalConnections1.3.6.1.4.1.9.9.161.1.3.1.1.19Counter64read-onlyThe number of assigned connections handled by this real server since this server was configured. This is the 64-bit version of slbRealTotalConnections.
slbVirtualServers1.3.6.1.4.1.9.9.161.1.4
slbVirtualServerTable1.3.6.1.4.1.9.9.161.1.4.1not-accessibleTable 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.
slbVirtualServerTableEntry1.3.6.1.4.1.9.9.161.1.4.1.1not-accessibleInformation about a particular virtual server served by a particular local SLB entity.
STR slbVirtualServerName1.3.6.1.4.1.9.9.161.1.4.1.1.1SlbServerStringnot-accessibleThe name of the virtual server.
SLB slbVirtualServerState1.3.6.1.4.1.9.9.161.1.4.1.1.2SlbVirtualServStateread-createThe state of virtual server.
U32 slbVirtualIndex1.3.6.1.4.1.9.9.161.1.4.1.1.3Unsigned32read-onlyThe index assigned to a virtual server, used to correlate connections with virtual servers.
IP slbVirtualIpAddress1.3.6.1.4.1.9.9.161.1.4.1.1.4IpAddressread-createThe IP address of this virtual server.
CIS slbVirtualPort1.3.6.1.4.1.9.9.161.1.4.1.1.5CiscoPortread-createThe port of this virtual server.
CIS slbVirtualProtocol1.3.6.1.4.1.9.9.161.1.4.1.1.6CiscoIpProtocolread-createThe protocol for this virtual server.
SLB slbVirtualService1.3.6.1.4.1.9.9.161.1.4.1.1.7SlbVirtualServiceread-createThe 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 the nominated real server.
T/F slbVirtualAdvertise1.3.6.1.4.1.9.9.161.1.4.1.1.8TruthValueread-createThe 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.
STR slbVirtualFarmName1.3.6.1.4.1.9.9.161.1.4.1.1.9SlbServerStringread-createThe name of virtual server farm bound to this virtual server.
U32 slbVirtualDelayTimer1.3.6.1.4.1.9.9.161.1.4.1.1.10Unsigned32read-createThe amount of time this SLB entity will maintain TCP connection context after a connection has terminated.
U32 slbVirtualIdleTimer1.3.6.1.4.1.9.9.161.1.4.1.1.11Unsigned32read-createThe 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 the same GGSN
NUM slbVirtualStickyTimer1.3.6.1.4.1.9.9.161.1.4.1.1.12TimeIntervalread-createThe amount of time that a connection's real server is remembered after a connection has terminated.
U32 slbVirtualStickyGroup1.3.6.1.4.1.9.9.161.1.4.1.1.13Unsigned32read-createThe 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.
U32 slbVirtualSynguardCount1.3.6.1.4.1.9.9.161.1.4.1.1.14Unsigned32read-createThe 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.
U32 slbVirtualSynguardPeriod1.3.6.1.4.1.9.9.161.1.4.1.1.15Unsigned32read-createThe interval of time that this virtual server can have outstanding unanswered SYNs. This is used with slbVirtualSynguardCount to limit outstanding SYNs.
ROW slbVirtualRowStatus1.3.6.1.4.1.9.9.161.1.4.1.1.16RowStatusread-createThis object is used by a management station to create or delete the row entry in slbVirtualServerTable following the RowStatus textual convention.
G32 slbVirtualNumberOfConnections1.3.6.1.4.1.9.9.161.1.4.1.1.17Gauge32read-onlyThe number of currently assigned connections being handled by this virtual server.
C32 slbVirtualTotalConnections1.3.6.1.4.1.9.9.161.1.4.1.1.18Counter32read-onlyThe number of assigned connections handled by this virtual server since this server was configured.
C64 slbVirtualHCTotalConnections1.3.6.1.4.1.9.9.161.1.4.1.1.19Counter64read-onlyThe number of assigned connections handled by this virtual server since this server was configured. This is the 64-bit version of slbVirtualTotalConnections.
IP slbVirtualMask1.3.6.1.4.1.9.9.161.1.4.1.1.20IpAddressread-createThe IP subnet mask which is applied to the address of this virtual server for traffic filtering.
slbVServerInfoTable1.3.6.1.4.1.9.9.161.1.4.2not-accessibleThis table provides information on virtual servers.
slbVServerInfoTableEntry1.3.6.1.4.1.9.9.161.1.4.2.1not-accessibleAn 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.
U32 slbVServerIndex1.3.6.1.4.1.9.9.161.1.4.2.1.1Unsigned32not-accessibleAn unique identifier for the virtual server. This value is unique for a combination of class map and a policy map.
STR slbVServerClassMap1.3.6.1.4.1.9.9.161.1.4.2.1.2SnmpAdminStringread-onlyThis 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.
STR slbVServerPolicyMap1.3.6.1.4.1.9.9.161.1.4.2.1.3SnmpAdminStringread-onlyThis 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.
SLB slbVServerState1.3.6.1.4.1.9.9.161.1.4.2.1.4SlbVirtualServStateread-onlyThe state of virtual server.
STR slbVServerStateChangeDescr1.3.6.1.4.1.9.9.161.1.4.2.1.5SnmpAdminStringread-onlyThis object contains the descriptive text qualifying the reason for the value in slbVServerState. Examples: OK Policy not configured Server Farm failed Real Server failed.
G32 slbVServerNumberOfConnections1.3.6.1.4.1.9.9.161.1.4.2.1.6Gauge32read-onlyThe number of currently assigned connections being handled by this virtual server.
C32 slbVServerTotalConnections1.3.6.1.4.1.9.9.161.1.4.2.1.7Counter32read-onlyThe number of assigned connections handled by this virtual server since this server was configured.
C32 slbVServerDroppedConnections1.3.6.1.4.1.9.9.161.1.4.2.1.8Counter32read-onlyThe 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 virtual server reaches maximum connections. - when the virtual server crosses the connection rate limit. Hence, the value of this object includes counters reported in following objects: -slbVServerMaxConnLimitDropCounts -slbVServerConnRateLimitDropCounts.
C32 slbVServerClientPacketCounts1.3.6.1.4.1.9.9.161.1.4.2.1.9Counter32read-onlyThe number of packets sent to virtual server from client. Client is a system which sends requests to the virtual server.
C32 slbVServerPacketCounts1.3.6.1.4.1.9.9.161.1.4.2.1.10Counter32read-onlyThe number of packets sent to virtual server from real server.
C64 slbVServerClientByteCounts1.3.6.1.4.1.9.9.161.1.4.2.1.11Counter64read-onlyThe number of bytes sent to virtual server from client. Client is a system which sends requests to the virtual server.
C64 slbVServerByteCounts1.3.6.1.4.1.9.9.161.1.4.2.1.12Counter64read-onlyThe number of bytes sent to virtual-server from real-server.
C32 slbVServerMaxConnLimitDropCounts1.3.6.1.4.1.9.9.161.1.4.2.1.13Counter32read-onlyThe number of connections dropped after virtual-server reached maximum number of connections.
C32 slbVServerConnRateLimitDropCounts1.3.6.1.4.1.9.9.161.1.4.2.1.14Counter32read-onlyThe number of connections dropped if virtual-server receives more number of connections per second than the configured rate limit.
C32 slbVServerBWRateLimitDropCounts1.3.6.1.4.1.9.9.161.1.4.2.1.15Counter32read-onlyThe 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 dropped. This object has been replaced by slbVServerBandWidthRateLimitDropCounts.
C32 slbVServerBandWidthRateLimitDropCounts1.3.6.1.4.1.9.9.161.1.4.2.1.16Counter32read-onlyThe number of bytes dropped if accumulated bandwidth in all the connections to virtual-server crosses the configured bandwidth.
C32 slbVServerL4Decisions1.3.6.1.4.1.9.9.161.1.4.2.1.17Counter32read-onlyThe number of layer4 loadbalance decisions made by this virtual server.
C32 slbVServerL7Decisions1.3.6.1.4.1.9.9.161.1.4.2.1.18Counter32read-onlyThe total number of layer7 loadbalance decisions made by this virtual server.
G32 slbVServerEstablishedConnections1.3.6.1.4.1.9.9.161.1.4.2.1.19Gauge32read-onlyThe total number of successfully established connections to this virtual server.
slbVServerIPTable1.3.6.1.4.1.9.9.161.1.4.3not-accessibleThis table contains the IP Addresses configured for virtual servers. A virtual server can have more than one IP Address configured in it.
slbVServerIPTableEntry1.3.6.1.4.1.9.9.161.1.4.3.1not-accessibleAn entry in the virtual server IP table. Each entry contains virtual server attributes that are used for server loadbalancing decisions.
U32 slbVServerObjectIndex1.3.6.1.4.1.9.9.161.1.4.3.1.1Unsigned32not-accessibleThe index identifying an entry applicable to the same virtual server identified by slbVServerIndex.
IPt slbVServerIpAddressType1.3.6.1.4.1.9.9.161.1.4.3.1.2InetAddressTyperead-createThe type of IP address configured in slbVServerIpAddress.
IP slbVServerIpAddress1.3.6.1.4.1.9.9.161.1.4.3.1.3InetAddressread-createThe IP address of the virtual server. The type of IP address is provided in slbVServerIpAddressType.
ADR slbVServerIpMask1.3.6.1.4.1.9.9.161.1.4.3.1.4InetAddressPrefixLengthread-createThis 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.
CIS slbVServerProtocol1.3.6.1.4.1.9.9.161.1.4.3.1.5CiscoIpProtocolread-createThe protocol for the virtual server IP address.
INE slbVServerPortLow1.3.6.1.4.1.9.9.161.1.4.3.1.6InetPortNumberread-createThis 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.
INE slbVServerPortHigh1.3.6.1.4.1.9.9.161.1.4.3.1.7InetPortNumberread-createThis 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.
STO slbVServerStorageType1.3.6.1.4.1.9.9.161.1.4.3.1.8StorageTyperead-createThe storage type for this conceptual row.
ROW slbVServerRowStatus1.3.6.1.4.1.9.9.161.1.4.3.1.9RowStatusread-createThis object is used to create/delete entries in this table.
slbConnections1.3.6.1.4.1.9.9.161.1.5
slbConnectionTable1.3.6.1.4.1.9.9.161.1.5.1not-accessibleTable of connections being load-balanced by SLB.
slbConnectionTableEntry1.3.6.1.4.1.9.9.161.1.5.1.1not-accessibleA list of attributes for a particular SLB connection.
U32 slbConnectionIndex1.3.6.1.4.1.9.9.161.1.5.1.1.1Unsigned32not-accessibleThe index to internal structures for the connection.
IP slbConnectionVirtualIpAddress1.3.6.1.4.1.9.9.161.1.5.1.1.2IpAddressnot-accessibleThe IP address of the virtual server.
CIS slbConnectionVirtualPort1.3.6.1.4.1.9.9.161.1.5.1.1.3CiscoPortnot-accessibleThe port of the virtual server.
CIS slbConnectionProtocol1.3.6.1.4.1.9.9.161.1.5.1.1.4CiscoIpProtocolnot-accessibleThe connection protocol.
IP slbConnectionClientIpAddr1.3.6.1.4.1.9.9.161.1.5.1.1.5IpAddressnot-accessibleThe client IP address.
CIS slbConnectionClientPort1.3.6.1.4.1.9.9.161.1.5.1.1.6CiscoPortnot-accessibleThe client port.
SLB slbConnectionState1.3.6.1.4.1.9.9.161.1.5.1.1.7SlbConnectionStateread-onlyThe current state of this connection.
IP slbConnectionRealIpAddr1.3.6.1.4.1.9.9.161.1.5.1.1.8IpAddressread-onlyThe IP Address of the real server to which this client is being load-balanced.
CIS slbConnectionServerPort1.3.6.1.4.1.9.9.161.1.5.1.1.9CiscoPortread-onlyThe port number at the real server to which this client is being load-balanced.
G32 slbConnectionNumCacheEntries1.3.6.1.4.1.9.9.161.1.5.1.1.10Gauge32read-onlyThe number of netflow cache entries for this connection. An entry for a terminated connection cannot be deleted while this number is non-zero.
C32 slbConnectionSynCount1.3.6.1.4.1.9.9.161.1.5.1.1.11Counter32read-onlyThe number of SYNs seen from client.
slbVirtualClients1.3.6.1.4.1.9.9.161.1.6
slbVirtualClientTable1.3.6.1.4.1.9.9.161.1.6.1not-accessibleTable 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.
slbVirtualClientTableEntry1.3.6.1.4.1.9.9.161.1.6.1.1not-accessibleInformation 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.
IP slbVirtualClientIpAddress1.3.6.1.4.1.9.9.161.1.6.1.1.1IpAddressnot-accessibleThe 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.
IP slbVirtualClientMask1.3.6.1.4.1.9.9.161.1.6.1.1.2IpAddressnot-accessibleThe 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.
T/F slbVirtualClientExclude1.3.6.1.4.1.9.9.161.1.6.1.1.3TruthValueread-createThe truth value that determines if the client range should be included or excluded on the virtual server.
ROW slbVirtualClientRowStatus1.3.6.1.4.1.9.9.161.1.6.1.1.4RowStatusread-createThe row status is used by a management station to create or delete the row entry in slbVirtualClientTable following the RowStatus textual convention.
slbStickyObjects1.3.6.1.4.1.9.9.161.1.7
slbStickyObjectTable1.3.6.1.4.1.9.9.161.1.7.1not-accessibleTable 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 added to this table via slbStickyObjectRowStatus in accordance with the RowStatus convention.
slbStickyObjectTableEntry1.3.6.1.4.1.9.9.161.1.7.1.1not-accessibleInformation about a particular sticky object for clients at a particular IP address served by a particular local SLB entity.
U32 slbStickyObjectGroupId1.3.6.1.4.1.9.9.161.1.7.1.1.1Unsigned32not-accessibleThe group ID for this sticky object.
IP slbStickyObjectClientIpAddress1.3.6.1.4.1.9.9.161.1.7.1.1.2IpAddressnot-accessibleThe client IP address with which this object is associated.
IP slbStickyObjectRealIpAddress1.3.6.1.4.1.9.9.161.1.7.1.1.3IpAddressread-createThe real server IP address selected for all clients bound to this sticky object.
G32 slbStickyObjectConnectionCount1.3.6.1.4.1.9.9.161.1.7.1.1.4Gauge32read-onlyThe number of connections currently associated with this sticky object.
G32 slbStickyObjectFtpControlCount1.3.6.1.4.1.9.9.161.1.7.1.1.5Gauge32read-onlyThe number of FTP control connections currently associated with this sticky object.
ROW slbStickyObjectRowStatus1.3.6.1.4.1.9.9.161.1.7.1.1.6RowStatusread-createThe row status is used by a management station to create or delete the row entry in slbStickyObjectTable following the RowStatus textual convention.
slbNotificationObjects1.3.6.1.4.1.9.9.161.1.8
T/F cSlbVirtStateChangeNotifEnabled1.3.6.1.4.1.9.9.161.1.8.1TruthValueread-writeThe 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 notification generation is disabled.
T/F cSlbRealStateChangeNotifEnabled1.3.6.1.4.1.9.9.161.1.8.2TruthValueread-writeThe 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 generation is disabled.
T/F cSlbVServerStateChangeNotifEnabled1.3.6.1.4.1.9.9.161.1.8.3TruthValueread-writeThe 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, the notification generation is enabled. 'false' Indicates notification should not be generated. That is, the notification generation is disabled.
T/F cSlbVirtualServerStateChangeNotifEnabled1.3.6.1.4.1.9.9.161.1.8.4TruthValueread-writeThe 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 ciscoSlbVirtualServerStateChange notification generation is disabled.
T/F cSlbRealServerStateChangeNotifEnabled1.3.6.1.4.1.9.9.161.1.8.5TruthValueread-writeThe 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 notification generation is disabled.
IPt slbInetAddressType1.3.6.1.4.1.9.9.161.1.8.6InetAddressTypeaccessible-for-notifyThe type of IP address configured in slbInetAddress.
IP slbInetAddress1.3.6.1.4.1.9.9.161.1.8.7InetAddressaccessible-for-notifyThis 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.
STR slbName1.3.6.1.4.1.9.9.161.1.8.8SlbServerStringaccessible-for-notifyThis object contains the name of slb object. Slb object can be a real server identified by slbRealIpAddress or virtual server identified by slbVirtualServerName.
CIS slbPort1.3.6.1.4.1.9.9.161.1.8.9CiscoPortaccessible-for-notifyThis object contains port value of slb object. Slb object can be a real server identified by slbRealIpAddress or virtual server identified by slbVirtualServerName.
slbDfpPassword1.3.6.1.4.1.9.9.161.1.9
slbDfpPasswordTable1.3.6.1.4.1.9.9.161.1.9.1not-accessibleA 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 be modified when in row is 'active'. Rows can be created and destroyed.
slbDfpPasswordTableEntry1.3.6.1.4.1.9.9.161.1.9.1.1not-accessibleAn entry in this table represents the password used by a particular DFP manager (identified by slbEntity) when it exchanges messages with DFP agents.
STR slbDfpPasswordPending1.3.6.1.4.1.9.9.161.1.9.1.1.1SlbPasswordStringread-createThe 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 time interval given by slbDfpPasswordTimeout, the password and timeout of the first modification are forgotten and replaced by the password and timeout of the second.
NUM slbDfpPasswordTimeout1.3.6.1.4.1.9.9.161.1.9.1.1.2TimeIntervalread-createThe time interval between the setting of the pending password and the removal of the current password.
ROW slbDfpPasswordRowStatus1.3.6.1.4.1.9.9.161.1.9.1.1.3RowStatusread-createThe object is used by a management station to create or delete the row entry in slbDfpPasswordTable following the RowStatus textual convention.
slbDfpAgents1.3.6.1.4.1.9.9.161.1.10
slbDfpAgentTable1.3.6.1.4.1.9.9.161.1.10.1not-accessibleA 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 RowStatus convention.
slbDfpAgentTableEntry1.3.6.1.4.1.9.9.161.1.10.1.1not-accessibleInformation about the communication between a local DFP manager and a particular remote DFP agent.
IP slbDfpAgentIpAddress1.3.6.1.4.1.9.9.161.1.10.1.1.1IpAddressnot-accessibleThe DFP agent's IP address.
CIS slbDfpAgentPort1.3.6.1.4.1.9.9.161.1.10.1.1.2CiscoPortnot-accessibleThe DFP agent's port.
SLB slbDfpAgentState1.3.6.1.4.1.9.9.161.1.10.1.1.3SlbDfpAgentStateread-onlyThe state of the DFP agent.
NUM slbDfpAgentTimeout1.3.6.1.4.1.9.9.161.1.10.1.1.4TimeIntervalread-createTime interval during which the agent must send at least one message to the manager.
U32 slbDfpAgentRetryCount1.3.6.1.4.1.9.9.161.1.10.1.1.5Unsigned32read-createThe 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.
NUM slbDfpAgentInterval1.3.6.1.4.1.9.9.161.1.10.1.1.6TimeIntervalread-createTime interval before SLB retries connecting to a DFP agent.
ROW slbDfpAgentRowStatus1.3.6.1.4.1.9.9.161.1.10.1.1.7RowStatusread-createThe row status is used by a management station to create or delete the row entry in slbDfpAgentTable following the RowStatus textual convention.
slbDfpReal1.3.6.1.4.1.9.9.161.1.11
slbDfpRealTable1.3.6.1.4.1.9.9.161.1.11.1not-accessibleA 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 table via slbDfpRowStatus in accordance with the RowStatus convention.
slbDfpRealTableEntry1.3.6.1.4.1.9.9.161.1.11.1.1not-accessibleInformation 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 slbServerFarmBindId matches slbDfpRealBindId. For each identified server farm, extract the slbServerFarmName and use this value together with slbDfpRealIpAddress and slbDfpRealPort to identify the row in slbRealTable.
IP slbDfpRealIpAddress1.3.6.1.4.1.9.9.161.1.11.1.1.1IpAddressnot-accessibleThe DFP agent's IP address
CIS slbDfpRealProtocol1.3.6.1.4.1.9.9.161.1.11.1.1.2CiscoIpProtocolnot-accessibleThe protocol of the real server.
CIS slbDfpRealPort1.3.6.1.4.1.9.9.161.1.11.1.1.3CiscoPortnot-accessibleThe port number of the real server.
U32 slbDfpRealBindId1.3.6.1.4.1.9.9.161.1.11.1.1.4Unsigned32not-accessibleThe 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 slbServerFarmName and use this value together with slbDfpRealIpAddress and slbDfpRealPort to identify the row in slbRealTable.
U32 slbDfpRealWeight1.3.6.1.4.1.9.9.161.1.11.1.1.5Unsigned32read-createThe weight of the real server reported from a DFP agent. The weight represents a relative capacity to accept new connections.
ROW slbDfpRealRowStatus1.3.6.1.4.1.9.9.161.1.11.1.1.6RowStatusread-createThe row status is used by a management station to create or delete the row entry in slbDfpRealTable following the RowStatus textual convention.
slbSasp1.3.6.1.4.1.9.9.161.1.12
slbSaspTable1.3.6.1.4.1.9.9.161.1.12.1not-accessibleAn 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.
slbSaspTableEntry1.3.6.1.4.1.9.9.161.1.12.1.1not-accessibleInformation 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.
STR slbSaspIdentifier1.3.6.1.4.1.9.9.161.1.12.1.1.1SnmpAdminStringread-writeThe 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 object is false. The default value of the slbSaspIdentfier is 'Cisco-', where is the Cisco acronoym for the load balancer.
T/F slbSaspEnabled1.3.6.1.4.1.9.9.161.1.12.1.1.2TruthValueread-writeIndicates 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.
SLB slbSaspHealth1.3.6.1.4.1.9.9.161.1.12.1.1.3SlbSaspLBHealthread-onlyThe 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.
SLB slbSaspRedundancy1.3.6.1.4.1.9.9.161.1.12.1.1.4SlbSaspRedundancyread-onlyThe 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 have it's own unique identifier. Therefore, the master and backup Load Balancer MUST have different unique identifiers.
U32 slbSaspMaxAgents1.3.6.1.4.1.9.9.161.1.12.1.1.5Unsigned32read-onlyThe maximum number of SASP Agents that can be configured on the Load Balancer. The SASP Agents are configured via the slbSaspAgentTable.
U32 slbSaspMaxLbWeight1.3.6.1.4.1.9.9.161.1.12.1.1.6Unsigned32read-onlyThe 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 zero. A weight of zero indicates that the SASP Member is down and that the Member is not going to receive new connections.
slbSaspAgents1.3.6.1.4.1.9.9.161.1.13
slbSaspAgentTable1.3.6.1.4.1.9.9.161.1.13.1not-accessibleA 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 is responsible for aggregating information regarding the performance of a SASP Member. The information is used to calculate a weight that is reported to the load balancer.
slbSaspAgentTableEntry1.3.6.1.4.1.9.9.161.1.13.1.1not-accessibleThe 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.
IPt slbSaspAgentIpAddressType1.3.6.1.4.1.9.9.161.1.13.1.1.1InetAddressTypenot-accessibleDefines the IP address type used by the slbSaspAgentIpAddress.
IP slbSaspAgentIpAddress1.3.6.1.4.1.9.9.161.1.13.1.1.2InetAddressnot-accessibleThe IP address of the SASP Agent that is used for weight reporting.
INE slbSaspAgentPort1.3.6.1.4.1.9.9.161.1.13.1.1.3InetPortNumbernot-accessibleThe TCP Port number used when connecting to a SASP Agent.
STR slbSaspAgentLabel1.3.6.1.4.1.9.9.161.1.13.1.1.4SnmpAdminStringread-createA 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 user. The label is provided for informational purposes only, and it does not affect the operation of the SASP Agent.
SLB slbSaspAgentState1.3.6.1.4.1.9.9.161.1.13.1.1.5SlbSaspAgentStateread-onlyThe current connection state of the SASP Agent. The load balancer does not give up trying to reach the SASP Agent when it is down.
DAT slbSaspAgentLastStateChange1.3.6.1.4.1.9.9.161.1.13.1.1.6DateAndTimeread-onlyDisplays 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.
ROW slbSaspAgentRowStatus1.3.6.1.4.1.9.9.161.1.13.1.1.7RowStatusread-createThe row status is used by a management station to create or delete the row entry in slbSaspAgentTable following the RowStatus textual convention.
slbSaspGroups1.3.6.1.4.1.9.9.161.1.14
slbSaspGroupTable1.3.6.1.4.1.9.9.161.1.14.1not-accessibleA 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 equivalent in function.
slbSaspGroupTableEntry1.3.6.1.4.1.9.9.161.1.14.1.1not-accessibleThe SASP Group table provides the information for a particular group associated with a SASP Agent on a local SLB entity.
STR slbSaspGroupName1.3.6.1.4.1.9.9.161.1.14.1.1.1SnmpAdminStringnot-accessibleThe SASP group represents the group of SASP Members that have the same functional capabilities.
ROW slbSaspGroupRowStatus1.3.6.1.4.1.9.9.161.1.14.1.1.2RowStatusread-createThe 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 this group from the SASP Member table.
slbSaspMembers1.3.6.1.4.1.9.9.161.1.15
slbSaspMemberTable1.3.6.1.4.1.9.9.161.1.15.1not-accessibleA 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 load balancer to help distribute the load for one or more services.
slbSaspMemberTableEntry1.3.6.1.4.1.9.9.161.1.15.1.1not-accessibleThe 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 to one SASP Agent. This will avoid any weight reporting issues that may arise when the SASP Agent communicates with the load balancer.
IPt slbSaspMemberIpAddressType1.3.6.1.4.1.9.9.161.1.15.1.1.1InetAddressTypenot-accessibleDefines the IP address type of the slbSaspMemberIpAddress.
IP slbSaspMemberIpAddress1.3.6.1.4.1.9.9.161.1.15.1.1.2InetAddressnot-accessibleThe 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 Weights Message'.
INE slbSaspMemberPort1.3.6.1.4.1.9.9.161.1.15.1.1.3InetPortNumbernot-accessibleThe 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 in either the 'Get Weights Reply' or the 'Send Weights Message'.
CIS slbSaspMemberProtocol1.3.6.1.4.1.9.9.161.1.15.1.1.4CiscoIpProtocolnot-accessibleThe 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 weights for each member in either the 'Get Weights Reply' or the 'Send Weights Message'.
U32 slbSaspMemberSaspWeight1.3.6.1.4.1.9.9.161.1.15.1.1.5Unsigned32read-onlyThe 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 slbSaspMaxLbWeight object. The resulting weight value will be stored in the slbSaspMemberConvertedWeight object.
T/F slbSaspMemberConfidentWeight1.3.6.1.4.1.9.9.161.1.15.1.1.6TruthValueread-onlyRepresents 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 weight of the member based on prior knowledge. It is at the load balancer's discretion whether or not to use this weight. If not, the default weight must be used (slbSaspMemberDefaultWeight).
U32 slbSaspMemberConvertedWeight1.3.6.1.4.1.9.9.161.1.15.1.1.7Unsigned32read-onlyThe 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 load balancer: answer => slbSaspMemberConvertedWeight maxLbWgt => slbSaspMaxLbWeight mbrSaspWgt => slbSaspMemberSaspWeight answer = ((mbrSaspWgt * maxLbWgt) / 65535) + 1 Note: There are two edge cases that need to be considered; when the mbrSaspWgt is 0 and 65535. If the mbrSaspWgt is 0, then the converted weight must also be 0 (the result of the calculation would be 1). If the mbrSaspWgt is 65535, then the converted weight must be the load balancers maximum weight (the result of the calculation would be the load balancers maxiumum weight plus 1).
U32 slbSaspMemberDefaultWeight1.3.6.1.4.1.9.9.161.1.15.1.1.8Unsigned32read-createThe 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 making load balancing decisions.
C32 slbSaspMemberWeightChanges1.3.6.1.4.1.9.9.161.1.15.1.1.9Counter32read-onlyThe total number of times the weight has been modified by the SASP Agent.
DAT slbSaspMemberLastWeightChange1.3.6.1.4.1.9.9.161.1.15.1.1.10DateAndTimeread-onlyDisplays 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.
ROW slbSaspMemberRowStatus1.3.6.1.4.1.9.9.161.1.15.1.1.11RowStatusread-createThe row status is used by a management station to create or delete the row entry in slbSaspMemberTable following the RowStatus textual convention.
slbSaspStats1.3.6.1.4.1.9.9.161.1.16
slbSaspStatsTable1.3.6.1.4.1.9.9.161.1.16.1not-accessibleA 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.
slbSaspStatsTableEntry1.3.6.1.4.1.9.9.161.1.16.1.1not-accessibleEach 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.
C32 slbSaspStatsTxRegMsgs1.3.6.1.4.1.9.9.161.1.16.1.1.1Counter32read-onlyThe 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.
C32 slbSaspStatsTxDeregMsgs1.3.6.1.4.1.9.9.161.1.16.1.1.2Counter32read-onlyThe 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.
C32 slbSaspStatsTxGetWeightMsgs1.3.6.1.4.1.9.9.161.1.16.1.1.3Counter32read-onlyThe 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.
C32 slbSaspStatsTxSetLBStateMsgs1.3.6.1.4.1.9.9.161.1.16.1.1.4Counter32read-onlyThe 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.
C32 slbSaspStatsTxSetMemStateMsgs1.3.6.1.4.1.9.9.161.1.16.1.1.5Counter32read-onlyThe 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.
C32 slbSaspStatsRxSendWeightMsgs1.3.6.1.4.1.9.9.161.1.16.1.1.6Counter32read-onlyThe 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.
C32 slbSaspStatsRxRegMsgs1.3.6.1.4.1.9.9.161.1.16.1.1.7Counter32read-onlyThe 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.
C32 slbSaspStatsRxDeregMsgs1.3.6.1.4.1.9.9.161.1.16.1.1.8Counter32read-onlyThe total number of SASP Deregistration Replies received from the SASP Agent. This response indicates whether the transmitted request was successful, or had a failure.
C32 slbSaspStatsRxGetWeightMsgs1.3.6.1.4.1.9.9.161.1.16.1.1.9Counter32read-onlyThe 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.
C32 slbSaspStatsRxSetLBStateMsgs1.3.6.1.4.1.9.9.161.1.16.1.1.10Counter32read-onlyThe 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.
C32 slbSaspStatsRxSetMemStateMsgs1.3.6.1.4.1.9.9.161.1.16.1.1.11Counter32read-onlyThe 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.
ciscoSlbMIBNotificationPrefix1.3.6.1.4.1.9.9.161.2
ciscoSlbMIBNotifications1.3.6.1.4.1.9.9.161.2.0
NTF ciscoSlbVirtualStateChange1.3.6.1.4.1.9.9.161.2.0.1The notification generated when a virtual server changes to a new state. The value of slbVirtualServerState indicates the new state.
NTF ciscoSlbRealStateChange1.3.6.1.4.1.9.9.161.2.0.2The notification generated when a real server changes to a new state. The value of slbRealServerState indicates the new state.
NTF ciscoSlbSaspStateChange1.3.6.1.4.1.9.9.161.2.0.3The notification generated when the SASP functionality has been enabled or disabled on the Load Balancer.
NTF ciscoSlbSaspAgentStateChange1.3.6.1.4.1.9.9.161.2.0.4The notification generated when a SASP Agent changes to a new state.
NTF ciscoSlbVServerStateChange1.3.6.1.4.1.9.9.161.2.0.5The notification generated when a virtual server state is changed.
NTF ciscoSlbVServerVIPStateChange1.3.6.1.4.1.9.9.161.2.0.6The notification generated when configuration or association of virtual server IP address(VIP) changes.
NTF ciscoSlbVirtualServerStateChange1.3.6.1.4.1.9.9.161.2.0.7This notification is generated when a virtual server changes to a new state. - entPhysicalParentRelPos contains the slot number of the module. - slbVirtualServerState contains the new state of the virtual server identified by slbVirtualServerName. - slbVirtualIpAddress contains the ip address of the virtual server identified by slbVirtualServerName. - slbVirtualProtocol contains the protocol of the virtual server identified by slbVirtualServerName. - slbVirtualPort contains the port number of the virtual server identified by slbVirtualServerName. - slbName contains the name of the virtual server identified by slbVirtualServerName.
NTF ciscoSlbRealServerStateChange1.3.6.1.4.1.9.9.161.2.0.8This notification is generated when a real server changes to a new state. - entPhysicalParentRelPos contains the slot number of the module. - slbRealState contains the new state of real server identified by slbRealIpAddress. - slbInetAddressType contains the type of IP address configured in slbInetAddress. - slbInetAddress contains the ip address of the real server identified by the INDEX object slbRealIpAddress. - slbPort contains the TCP/UDP port of the real server identified by the INDEX object slbRealPort. - slbName contains the serverfarm name atached to to the real server identified by the INDEX object slbRealServerFarmName.
ciscoSlbMIBConformance1.3.6.1.4.1.9.9.161.3
ciscoSlbMIBCompliances1.3.6.1.4.1.9.9.161.3.1
ciscoSlbMIBCompliance1.3.6.1.4.1.9.9.161.3.1.1The compliance statement for entities which implement the Cisco SLB MIB
ciscoSlbMIBComplianceRev11.3.6.1.4.1.9.9.161.3.1.2The compliance statement for entities which implement the Cisco SLB MIB
ciscoSlbMIBComplianceRev21.3.6.1.4.1.9.9.161.3.1.3The compliance statement for entities which implement the Cisco SLB MIB
ciscoSlbMIBComplianceRev31.3.6.1.4.1.9.9.161.3.1.4The compliance statement for entities which implement the Cisco SLB MIB
ciscoSlbMIBComplianceRev41.3.6.1.4.1.9.9.161.3.1.5The compliance statement for entities which implement the Cisco SLB MIB
ciscoSlbMIBComplianceRev51.3.6.1.4.1.9.9.161.3.1.6The compliance statement for entities which implement the Cisco SLB MIB
ciscoSlbMIBComplianceRev61.3.6.1.4.1.9.9.161.3.1.7The compliance statement for entities which implement the Cisco SLB MIB
ciscoSlbMIBGroups1.3.6.1.4.1.9.9.161.3.2
ciscoSlbStatsGroup1.3.6.1.4.1.9.9.161.3.2.1SLB Statistic objects.
ciscoSlbServerFarmsGroup1.3.6.1.4.1.9.9.161.3.2.2The SLB serverfarm objects.
ciscoSlbRealServersGroup1.3.6.1.4.1.9.9.161.3.2.3The SLB real server objects.
ciscoSlbVirtualServersGroup1.3.6.1.4.1.9.9.161.3.2.4The SLB virtual server objects.
ciscoSlbConnectionsGroup1.3.6.1.4.1.9.9.161.3.2.5The SLB connection objects.
ciscoSlbVirtualClientsGroup1.3.6.1.4.1.9.9.161.3.2.6The SLB virtual client objects.
ciscoSlbStickyObjectsGroup1.3.6.1.4.1.9.9.161.3.2.7The SLB sticky objects.
ciscoSlbDfpPasswordGroup1.3.6.1.4.1.9.9.161.3.2.8SLB DFP password objects.
ciscoSlbDfpAgentGroup1.3.6.1.4.1.9.9.161.3.2.9The SLB DFP agent objects.
ciscoSlbDfpRealGroup1.3.6.1.4.1.9.9.161.3.2.10The SLB DFP real server objects.
ciscoSlbNotifEnabledGroup1.3.6.1.4.1.9.9.161.3.2.11The SLB Notification Truth Value objects.
ciscoSlbVirtualServersAddGroup1.3.6.1.4.1.9.9.161.3.2.12A collection of additional SlbVirtualServer objects used to further define an Slb virtual server.
ciscoSlbNotifGroup1.3.6.1.4.1.9.9.161.3.2.13A collection of objects providing SLB notifications.
ciscoSlbSaspGroup1.3.6.1.4.1.9.9.161.3.2.14The SLB SASP objects.
ciscoSlbSaspAgentGroup1.3.6.1.4.1.9.9.161.3.2.15The SLB SASP Agent objects.
ciscoSlbSaspGroupGroup1.3.6.1.4.1.9.9.161.3.2.16The SLB SASP Group objects.
ciscoSlbSaspMemberGroup1.3.6.1.4.1.9.9.161.3.2.17The SLB SASP Member objects.
ciscoSlbSaspStatsGroup1.3.6.1.4.1.9.9.161.3.2.18A collection of objects providing SLB SASP statistics.
ciscoSlbSaspNotifGroup1.3.6.1.4.1.9.9.161.3.2.19A collection of objects providing SASP notifications.
ciscoSlbVServerInfoGroup1.3.6.1.4.1.9.9.161.3.2.21The list of objects that are applicable to virtual server statistics.
ciscoSlbVServerIPGroup1.3.6.1.4.1.9.9.161.3.2.22The list of objects that are applicable to virtual server identified by IP Address/Port.
ciscoSlbVServerNotifEnabledGroup1.3.6.1.4.1.9.9.161.3.2.23The object used for enabling/disabling Virtual Server notifications.
ciscoSlbVServerNotifGroup1.3.6.1.4.1.9.9.161.3.2.24A collection of objects providing Virtual Server notifications.
ciscoSlbNotifObjectsGroup1.3.6.1.4.1.9.9.161.3.2.25A collection of generic objects that are applicable to slb module.
ciscoSlbNotifEnabledGroupRev21.3.6.1.4.1.9.9.161.3.2.26The SLB Notification Truth Value objects.
ciscoSlbNotifGroupRev21.3.6.1.4.1.9.9.161.3.2.27A collection of objects providing SLB notifications.
ciscoSlbVServerInfoGroupRev11.3.6.1.4.1.9.9.161.3.2.28The list of objects that are applicable to virtual server statistics.
ciscoSlbVServerInfoGroupRev21.3.6.1.4.1.9.9.161.3.2.29The list of objects that are applicable to virtual server statistics.

RFC description

Cisco Server Load Balancing MIB for monitoring and managing SLB virtual servers, real servers, and load balancing policies.

Start monitoring Cisco IOS SLB-capable router/switch / Content Switching Module with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.

Download CISCO-SLB-MIB