CISCO-SLB-MIB

File: CISCO-SLB-MIB.mib (191664 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
IpAddress Unsigned32 Counter32
Counter64 Gauge32 MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP TimeInterval
TruthValue DateAndTime TEXTUAL-CONVENTION
RowStatus StorageType InetAddressType
InetAddress InetPortNumber InetAddressPrefixLength
SnmpAdminString entPhysicalParentRelPos CiscoPort
CiscoIpProtocol ciscoMgmt

Defined Types

SlbServerString  
The configured name associated with an SLB object.
TEXTUAL-CONVENTION    
  OCTET STRING Size(1..96)  

SlbPasswordString  
The string for the Dynamic Feedback Protocol (DFP) password. A zero-length value when writing this object will unset the password.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..32)  

SlbConnectionState  
The state for TCP, UDP, and WSP connections being load-balanced by the SLB feature. Each protocol uses a subset of these states. 'init' : Connection has seen traffic and is in the process of being load-balanced. 'synClient': SLB has seen a client SYN for this connection. 'synServer': SLB has seen a server SYN for this connection. 'synBoth' : SLB has seen both client and server SYNs for this connection. 'estab' : Connection is established. 'finClient': SLB has seen a client FIN for this connection. 'finServer': SLB has seen a server FIN for this connection. 'closing' : Connection is in the process of coming down. 'zombie' : Connection exists but is not in use, waiting for timers to expire. 'conclient': Session has seen a connection request from client. 'conserver': Session has seen a connection request from server.
TEXTUAL-CONVENTION    
  INTEGER init(1), synClient(2), synServer(3), synBoth(4), estab(5), finClient(6), finServer(7), closing(8), zombie(9), conclient(10), conserver(11)  

SlbPredictor  
The predictor represents the load-balancing algorithm being used on a server farm to distribute load evenly among real servers. 'roundRobin' : assign evenly amongst real servers. 'leastConns' : assign to the real server with the least number of current connections. 'ipHash' : assign based on the hash value of the source IP and destination IP address. 'ipHashSrc' : assign based on the hash value of the source IP address. 'ipHashDest' : assign based on the hash value of the destination IP address. 'urlHash' : assign based on the hash value of the URL string. 'forward' : forward the connection to the appropriate next-hop as determined by a routing lookup on the destination IP address. 'leastLoaded' : assign to a real server that is least loaded/busy. The load information is available from agents(DFP, SASP etc). 'httpCookieHash' : assign based on the hash value of the HTTP Cookie value. 'httpHeaderHash' : assign based on the hash value of the HTTP Header Name. 'layer4PayloadHash' : assign to real server based on the hash value (of configured attributes) of the layer 4 payload. 'responseTime' : assign to real server with lowest average response time(for the configured method). 'leastBandwidth' : assign to a real server which has least traffic/bandwidth in a given sampling period. 'httpContentHash' : assign to real server based on the hash value (of configured attributes) of the HTTP payload.
TEXTUAL-CONVENTION    
  INTEGER roundRobin(1), leastConns(2), ipHash(3), ipHashSrc(4), ipHashDest(5), urlHash(6), forward(7), leastLoaded(8), httpCookieHash(9), httpHeaderHash(10), layer4PayloadHash(11), responseTime(12), leastBandwidth(13), httpContentHash(14)  

SlbRealServerState  
The server state represents the state of a real server being load-balanced by SLB. 'outOfService' : Server is not in use by SLB as a destination for client connections. This state can be written and read. 'inService' : Server is in use as a destination for SLB client connections. This state can be written and read. 'failed' : Server has failed and will not be retried for retry timer seconds. This state can only be read. 'readyToTest' : Server has failed and has an expired retry timer, test connections will begin flow to it soon. This state can only be read. 'testing' : Server has failed and been given another test connection, success of this connection is not known yet. This state can only be read. 'maxConnsThrottle' : Server has reached its maximum number of connections and is no longer being given connections. This state can only be read. 'maxClientsThrottle': Server has reached the maximum allowed clients. This state can only be read. 'dfpThrottle' : DFP has lowered the weight of this server to throttle level, so that no new connections will be assigned to it until DFP raises its weight. This state can only be read. 'probeFailed' : SLB probe to this this server has failed. No new connections will be assigned to it until a probe to this server succeeds. This state can only be read. 'probeTesting' : Server has received a test probe from SLB. This state can only be read. 'operWait' : Server is ready to go operational, but is waiting for the associated redirect virtual to be inservice. This state can only be read. 'testWait' : Server is ready to be tested. This state is applicable only when the server is used for http redirect load balancing. This state can only be read. 'inbandProbeFailed': Server has failed the inband Health Probe agent. This state can only be read. 'returnCodeFailed' : Server has been disabled because it returned an HTTP code that matched a configured value. This state can only be read. 'arpFailed' : ARP request to this server has failed. This state can only be read. 'standby' : Server is in standby state. No connections will be assigned to it, unless the primary server fails. This state can be written and read. 'inactive' : Server is disabled as it has become inactive such as in the case when the real server is not associated to any server farm.This state can only be read. 'maxLoad' : Server is disabled as it hit max-load. This state can only be read.
TEXTUAL-CONVENTION    
  INTEGER outOfService(1), inService(2), failed(3), readyToTest(4), testing(5), maxConnsThrottle(6), maxClientsThrottle(7), dfpThrottle(8), probeFailed(9), probeTesting(10), operWait(11), testWait(12), inbandProbeFailed(13), returnCodeFailed(14), arpFailed(15), standby(16), inactive(17), maxLoad(18)  

SlbVirtualServState  
The state of SLB virtual server 'outOfService' : Virtual server is not active and is not affecting client traffic in any way. 'inService' : Virtual server is active and is load-balancing matching client traffic to available real servers. 'standby' : Virtual server is a backup for a virtual server on another SLB device, and is currently inactive. 'inOperReal' : Real server associated with this redirect virtual server is not operational. This state can only be read. 'stbInOperReal': Real server associated with this redirect virtual server is not operational, and this virtual server is in standby state. This state can only be read. 'testReal' : This is a redirect virtual server and the real server associated with it is being tested. This state can only be read. 'outOfMemory' : Virtual server is not enabled because it does not have enough memory to hold the configured matching policy information. This state can only be read.
TEXTUAL-CONVENTION    
  INTEGER outOfService(1), inService(2), standby(3), inOperReal(4), stbInOperReal(5), testReal(6), outOfMemory(7)  

SlbVirtualService  
The special service configured for this virtual server. Such a specification ensures that session(s) for a given protocol are tracked and assigned to the same real machine. These services include: 'ftp' : File Transfer Protocol 'wsp' : Wireless Session Protocol 'gtp' : GPRS Tunnelling Protocol 'rtsp': Real-Time Streaming Protocol
TEXTUAL-CONVENTION    
  INTEGER none(1), ftp(2), wsp(3), gtp(4), rtsp(5)  

SlbDfpAgentState  
The status of a remote Dynamic Feedback Protocol (DFP) agent as it appears to a local DFP manager. 'notOpen' : The initial state when the DFP Agent block is instantiated. 'trying' : The state when the Agent tries to open the socket to the DFP manger. 'connecting' : The state when the Agent opens the socket, and is connecting to the DFP manager. 'open' : The state when an Agent is talking to the DFP manager. This is the desirable place to be. 'failed' : The state when there is an error in the data, or when the maximum number of retries is reached. 'securityError' : The state when there is a security error in the received message. Either there is no security vector when one was required, or the MD5 string in the message did not match the expected result (password not correct).
TEXTUAL-CONVENTION    
  INTEGER notOpen(1), trying(2), connecting(3), open(4), failed(5), securityError(6)  

SlbSaspLBHealth  
The Load Balancer Health that is reported to the SASP Agent in the Set Load Balancer State Message. This value represents the load balancers ability to handle SASP messages. 'other' : The load balancer health when none of the other values apply. 'idle' : SASP is enabled on the load balancer, but no SASP Agents or Members are configured. 'down' : The load balancer cannot handle any SASP messages at this time. 'saturated' : The load balancer is failing to process SASP messages in a timely manner, and messages are being lost. 'overUsed' : The load balancer is failing to process SASP messages in a timely manner. 'msgLimitReached': The load balancer has reached it functional limit in its ability to handle SASP messages. Additional work should be avoided. 'heavyLoad' : A plethora of SASP messages are sent and received for a modest to large number of SASP Agents and Members. 'moderateLoad' : SASP messages are sent on a regular basis for a small to modest number of SASP Agents and Members. 'lightLoad' : SASP messages are sent and received on a consistent basis, over a long period of time, for a small number of SASP Agents and Members. 'healthy' : SASP messages are sporadically being sent and received by the load balancer for a small number of SASP Agents and Members.
TEXTUAL-CONVENTION    
  INTEGER other(1), idle(2), down(3), saturated(4), overUsed(5), msgLimitReached(6), heavyLoad(7), moderateLoad(8), lightLoad(9), healthy(10)  

SlbSaspRedundancy  
The redundancy state of the Load Balancer. 'other' : The redundant state of the Load Balancer when none of the other states apply. 'master' : The redundant state of the Load Balancer if it is not in a redundant setup, or is the active system used in a redundant setup. 'backup' : The redundant state of the Load Balancer if it is the idle system in a redundant setup.
TEXTUAL-CONVENTION    
  INTEGER other(1), master(2), backup(3)  

SlbSaspAgentState  
The status of a remote Server Application State Protocol (SASP) Agent as it appears to a local SASP manager. 'other' : The state the Agent enters when none of the other states apply. 'initialized' : The initial state when the SASP Agent memory is created. 'closed' : The state the SASP Agent enters when the SASP functionality is disabled, but the Agent has not been removed. 'trying' : The state when the Agent tries to open the socket to the SASP manger. 'connecting' : The state when the SASP Manager opens the socket, and is connecting to the SASP Agent. 'established' : The state when an Agent is communicating with the SASP manager. This is the desirable place to be. 'downTrying' : The state when there is a communication failure with the SASP Agent, and the load balancer is attempting to reconnect to the Agent. 'downDuplicate' : The Agent enters this state if a duplicate load balancer identifier is detected on the network. 'down' : The state of the Agent when there is a communication failure, and the load balancer is unable to re-establish the connection.
TEXTUAL-CONVENTION    
  INTEGER other(1), initialized(2), closed(3), trying(4), connecting(5), established(6), downTrying(7), downDuplicate(8), down(9)  

SlbNatSetting  
The current network address translation (NAT) setting for a server farm. 'noNat' : The server farm is not configured for NAT. 'clientNat' : The server farm is configured to translate client IP addresses. 'serverNat' : The server farm is configured to translate server IP addresses. 'clientAndServerNat': The server farm is configured to translate client and server IP addresses.
TEXTUAL-CONVENTION    
  INTEGER noNat(1), clientNat(2), serverNat(3), clientAndServerNat(4)  

SlbStatsTableEntry  
SEQUENCE    
  slbEntity Unsigned32
  slbStatsUnassistedSwitchingPkts Counter32
  slbStatsUnassistedSwitchingHCPks Counter64
  slbStatsAssistedSwitchingPkts Counter32
  slbStatsAssistedSwitchingHCPkts Counter64
  slbStatsCreatedConnections Counter32
  slbStatsCreatedHCConnections Counter64
  slbStatsEstablishedConnections Counter32
  slbStatsEstablishedHCConnections Counter64
  slbStatsDestroyedConnections Counter32
  slbStatsDestroyedHCConnections Counter64
  slbStatsReassignedConnections Counter32
  slbStatsReassignedHCConnections Counter64
  slbStatsZombies Counter32
  slbStatsHCZombies Counter64

SlbServerFarmTableEntry  
SEQUENCE    
  slbServerFarmName SlbServerString
  slbServerFarmPredictor SlbPredictor
  slbServerFarmNat SlbNatSetting
  slbServerFarmNumberOfRealServers Unsigned32
  slbServerFarmBindId Unsigned32
  slbServerFarmRowStatus RowStatus

SlbRealTableEntry  
SEQUENCE    
  slbRealServerFarmName SlbServerString
  slbRealIpAddress IpAddress
  slbRealPort CiscoPort
  slbRealState SlbRealServerState
  slbRealNumberOfConnections Gauge32
  slbRealNumberOfDummyConnections Unsigned32
  slbRealMaxConnections Unsigned32
  slbRealAdminWeight Unsigned32
  slbRealOperWeight Gauge32
  slbRealMetric Gauge32
  slbRealReassign Unsigned32
  slbRealRetryInterval TimeInterval
  slbRealFailedConnections Unsigned32
  slbRealFailedClients Unsigned32
  slbRealConsecutiveFails Gauge32
  slbRealTotalFails Counter32
  slbRealRowStatus RowStatus
  slbRealTotalConnections Counter32
  slbRealHCTotalConnections Counter64

SlbVirtualServerTableEntry  
SEQUENCE    
  slbVirtualServerName SlbServerString
  slbVirtualServerState SlbVirtualServState
  slbVirtualIndex Unsigned32
  slbVirtualIpAddress IpAddress
  slbVirtualPort CiscoPort
  slbVirtualProtocol CiscoIpProtocol
  slbVirtualService SlbVirtualService
  slbVirtualAdvertise TruthValue
  slbVirtualFarmName SlbServerString
  slbVirtualDelayTimer Unsigned32
  slbVirtualIdleTimer Unsigned32
  slbVirtualStickyTimer TimeInterval
  slbVirtualStickyGroup Unsigned32
  slbVirtualSynguardCount Unsigned32
  slbVirtualSynguardPeriod Unsigned32
  slbVirtualRowStatus RowStatus
  slbVirtualNumberOfConnections Gauge32
  slbVirtualTotalConnections Counter32
  slbVirtualHCTotalConnections Counter64
  slbVirtualMask IpAddress

SlbVServerInfoTableEntry  
SEQUENCE    
  slbVServerIndex Unsigned32
  slbVServerClassMap SnmpAdminString
  slbVServerPolicyMap SnmpAdminString
  slbVServerState SlbVirtualServState
  slbVServerStateChangeDescr SnmpAdminString
  slbVServerNumberOfConnections Gauge32
  slbVServerTotalConnections Counter32
  slbVServerDroppedConnections Counter32
  slbVServerClientPacketCounts Counter32
  slbVServerPacketCounts Counter32
  slbVServerClientByteCounts Counter64
  slbVServerByteCounts Counter64
  slbVServerMaxConnLimitDropCounts Counter32
  slbVServerConnRateLimitDropCounts Counter32
  slbVServerBWRateLimitDropCounts Counter32
  slbVServerBandWidthRateLimitDropCounts Counter32
  slbVServerL4Decisions Counter32
  slbVServerL7Decisions Counter32
  slbVServerEstablishedConnections Gauge32

SlbVServerIPTableEntry  
SEQUENCE    
  slbVServerObjectIndex Unsigned32
  slbVServerIpAddressType InetAddressType
  slbVServerIpAddress InetAddress
  slbVServerIpMask InetAddressPrefixLength
  slbVServerProtocol CiscoIpProtocol
  slbVServerPortLow InetPortNumber
  slbVServerPortHigh InetPortNumber
  slbVServerStorageType StorageType
  slbVServerRowStatus RowStatus

SlbConnectionTableEntry  
SEQUENCE    
  slbConnectionIndex Unsigned32
  slbConnectionVirtualIpAddress IpAddress
  slbConnectionVirtualPort CiscoPort
  slbConnectionProtocol CiscoIpProtocol
  slbConnectionClientIpAddr IpAddress
  slbConnectionClientPort CiscoPort
  slbConnectionState SlbConnectionState
  slbConnectionRealIpAddr IpAddress
  slbConnectionServerPort CiscoPort
  slbConnectionNumCacheEntries Gauge32
  slbConnectionSynCount Counter32

SlbVirtualClientTableEntry  
SEQUENCE    
  slbVirtualClientIpAddress IpAddress
  slbVirtualClientMask IpAddress
  slbVirtualClientExclude TruthValue
  slbVirtualClientRowStatus RowStatus

SlbStickyObjectTableEntry  
SEQUENCE    
  slbStickyObjectGroupId Unsigned32
  slbStickyObjectClientIpAddress IpAddress
  slbStickyObjectRealIpAddress IpAddress
  slbStickyObjectConnectionCount Gauge32
  slbStickyObjectFtpControlCount Gauge32
  slbStickyObjectRowStatus RowStatus

SlbDfpPasswordTableEntry  
SEQUENCE    
  slbDfpPasswordPending SlbPasswordString
  slbDfpPasswordTimeout TimeInterval
  slbDfpPasswordRowStatus RowStatus

SlbDfpAgentTableEntry  
SEQUENCE    
  slbDfpAgentIpAddress IpAddress
  slbDfpAgentPort CiscoPort
  slbDfpAgentState SlbDfpAgentState
  slbDfpAgentTimeout TimeInterval
  slbDfpAgentRetryCount Unsigned32
  slbDfpAgentInterval TimeInterval
  slbDfpAgentRowStatus RowStatus

SlbDfpRealTableEntry  
SEQUENCE    
  slbDfpRealIpAddress IpAddress
  slbDfpRealProtocol CiscoIpProtocol
  slbDfpRealPort CiscoPort
  slbDfpRealBindId Unsigned32
  slbDfpRealWeight Unsigned32
  slbDfpRealRowStatus RowStatus

SlbSaspTableEntry  
SEQUENCE    
  slbSaspIdentifier SnmpAdminString
  slbSaspEnabled TruthValue
  slbSaspHealth SlbSaspLBHealth
  slbSaspRedundancy SlbSaspRedundancy
  slbSaspMaxAgents Unsigned32
  slbSaspMaxLbWeight Unsigned32

SlbSaspAgentTableEntry  
SEQUENCE    
  slbSaspAgentIpAddressType InetAddressType
  slbSaspAgentIpAddress InetAddress
  slbSaspAgentPort InetPortNumber
  slbSaspAgentLabel SnmpAdminString
  slbSaspAgentState SlbSaspAgentState
  slbSaspAgentLastStateChange DateAndTime
  slbSaspAgentRowStatus RowStatus

SlbSaspGroupTableEntry  
SEQUENCE    
  slbSaspGroupName SnmpAdminString
  slbSaspGroupRowStatus RowStatus

SlbSaspMemberTableEntry  
SEQUENCE    
  slbSaspMemberIpAddressType InetAddressType
  slbSaspMemberIpAddress InetAddress
  slbSaspMemberPort InetPortNumber
  slbSaspMemberProtocol CiscoIpProtocol
  slbSaspMemberSaspWeight Unsigned32
  slbSaspMemberConfidentWeight TruthValue
  slbSaspMemberConvertedWeight Unsigned32
  slbSaspMemberDefaultWeight Unsigned32
  slbSaspMemberWeightChanges Counter32
  slbSaspMemberLastWeightChange DateAndTime
  slbSaspMemberRowStatus RowStatus

SlbSaspStatsTableEntry  
SEQUENCE    
  slbSaspStatsTxRegMsgs Counter32
  slbSaspStatsTxDeregMsgs Counter32
  slbSaspStatsTxGetWeightMsgs Counter32
  slbSaspStatsTxSetLBStateMsgs Counter32
  slbSaspStatsTxSetMemStateMsgs Counter32
  slbSaspStatsRxSendWeightMsgs Counter32
  slbSaspStatsRxRegMsgs Counter32
  slbSaspStatsRxDeregMsgs Counter32
  slbSaspStatsRxGetWeightMsgs Counter32
  slbSaspStatsRxSetLBStateMsgs Counter32
  slbSaspStatsRxSetMemStateMsgs Counter32

Defined Values

ciscoSlbMIB 1.3.6.1.4.1.9.9.161
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. 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
MODULE-IDENTITY    

ciscoSlbMIBObjects 1.3.6.1.4.1.9.9.161.1
OBJECT IDENTIFIER    

slbStats 1.3.6.1.4.1.9.9.161.1.1
OBJECT IDENTIFIER    

slbServerFarms 1.3.6.1.4.1.9.9.161.1.2
OBJECT IDENTIFIER    

slbRealServers 1.3.6.1.4.1.9.9.161.1.3
OBJECT IDENTIFIER    

slbVirtualServers 1.3.6.1.4.1.9.9.161.1.4
OBJECT IDENTIFIER    

slbConnections 1.3.6.1.4.1.9.9.161.1.5
OBJECT IDENTIFIER    

slbVirtualClients 1.3.6.1.4.1.9.9.161.1.6
OBJECT IDENTIFIER    

slbStickyObjects 1.3.6.1.4.1.9.9.161.1.7
OBJECT IDENTIFIER    

slbNotificationObjects 1.3.6.1.4.1.9.9.161.1.8
OBJECT IDENTIFIER    

slbDfpPassword 1.3.6.1.4.1.9.9.161.1.9
OBJECT IDENTIFIER    

slbDfpAgents 1.3.6.1.4.1.9.9.161.1.10
OBJECT IDENTIFIER    

slbDfpReal 1.3.6.1.4.1.9.9.161.1.11
OBJECT IDENTIFIER    

slbSasp 1.3.6.1.4.1.9.9.161.1.12
OBJECT IDENTIFIER    

slbSaspAgents 1.3.6.1.4.1.9.9.161.1.13
OBJECT IDENTIFIER    

slbSaspGroups 1.3.6.1.4.1.9.9.161.1.14
OBJECT IDENTIFIER    

slbSaspMembers 1.3.6.1.4.1.9.9.161.1.15
OBJECT IDENTIFIER    

slbSaspStats 1.3.6.1.4.1.9.9.161.1.16
OBJECT IDENTIFIER    

slbStatsTable 1.3.6.1.4.1.9.9.161.1.1.1
A table of SLB statistics for all local SLB entities.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SlbStatsTableEntry

slbStatsTableEntry 1.3.6.1.4.1.9.9.161.1.1.1.1
A list of SLB statistics for a particular SLB entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlbStatsTableEntry  

slbEntity 1.3.6.1.4.1.9.9.161.1.1.1.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

slbStatsUnassistedSwitchingPkts 1.3.6.1.4.1.9.9.161.1.1.1.1.2
The number of packets forwarded by the Software Load Balancing manager's software.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slbStatsUnassistedSwitchingHCPks 1.3.6.1.4.1.9.9.161.1.1.1.1.3
The number of packets forwarded by the Software Load Balancing manager's software. This is the 64-bit version of slbStatsUnassistedPkts.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

slbStatsAssistedSwitchingPkts 1.3.6.1.4.1.9.9.161.1.1.1.1.4
The number of packets handled by SLB which were switched via the highest-performance switching path.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slbStatsAssistedSwitchingHCPkts 1.3.6.1.4.1.9.9.161.1.1.1.1.5
The number of packets handled by SLB which were switched via the highest-performance switching path. This is the 64-bit version of slbStatsAssistedSwitchingPkts.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

slbStatsCreatedConnections 1.3.6.1.4.1.9.9.161.1.1.1.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slbStatsCreatedHCConnections 1.3.6.1.4.1.9.9.161.1.1.1.1.7
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 version of slbStatsCreatedConnections.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

slbStatsEstablishedConnections 1.3.6.1.4.1.9.9.161.1.1.1.1.8
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slbStatsEstablishedHCConnections 1.3.6.1.4.1.9.9.161.1.1.1.1.9
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 version of slbStatsEstablisedConnections.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

slbStatsDestroyedConnections 1.3.6.1.4.1.9.9.161.1.1.1.1.10
The number of TCP and UDP connections destroyed by SLB, either by TCPIP teardown or timeout. UDP connections can only be timed out.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slbStatsDestroyedHCConnections 1.3.6.1.4.1.9.9.161.1.1.1.1.11
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

slbStatsReassignedConnections 1.3.6.1.4.1.9.9.161.1.1.1.1.12
The number of TCP and UDP connections reassigned from one real server to another.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slbStatsReassignedHCConnections 1.3.6.1.4.1.9.9.161.1.1.1.1.13
The number of TCP and UDP connections reassigned from one real server to another. This is the 64-bit version of slbStatsReassignedConnections.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

slbStatsZombies 1.3.6.1.4.1.9.9.161.1.1.1.1.14
The number of TCP and UDP connections currently in the zombie state waiting for timers to expire.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slbStatsHCZombies 1.3.6.1.4.1.9.9.161.1.1.1.1.15
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

slbServerFarmTable 1.3.6.1.4.1.9.9.161.1.2.1
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 slbServerFarmRowStatus in accordance with the RowStatus convention.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SlbServerFarmTableEntry

slbServerFarmTableEntry 1.3.6.1.4.1.9.9.161.1.2.1.1
Information about a particular server farm served by a particular local SLB entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlbServerFarmTableEntry  

slbServerFarmName 1.3.6.1.4.1.9.9.161.1.2.1.1.1
The name of server farm.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlbServerString  

slbServerFarmPredictor 1.3.6.1.4.1.9.9.161.1.2.1.1.2
The load balancing algorithm in use by the server farm for its real servers for the local SLB entity.
Status: current Access: read-only
OBJECT-TYPE    
  SlbPredictor  

slbServerFarmNat 1.3.6.1.4.1.9.9.161.1.2.1.1.3
The type of NAT employed by the local SLB entity for servers in this server farm.
Status: current Access: read-create
OBJECT-TYPE    
  SlbNatSetting  

slbServerFarmNumberOfRealServers 1.3.6.1.4.1.9.9.161.1.2.1.1.4
The number of real servers in this server farm.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

slbServerFarmBindId 1.3.6.1.4.1.9.9.161.1.2.1.1.5
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 slbDfpRealBindId. For each identified server farm, extract the slbServerFarmName and use this value together with slbDfpRealIpAddress and slbDfpRealPort to identify the row in slbRealTable.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

slbServerFarmRowStatus 1.3.6.1.4.1.9.9.161.1.2.1.1.6
The object is used by a management station to create or delete the row entry in slbServerFarmTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

slbRealTable 1.3.6.1.4.1.9.9.161.1.3.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SlbRealTableEntry

slbRealTableEntry 1.3.6.1.4.1.9.9.161.1.3.1.1
Information about a particular real server in a particular server farm, served by a particular local SLB entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlbRealTableEntry  

slbRealServerFarmName 1.3.6.1.4.1.9.9.161.1.3.1.1.1
The real server's server farm name.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlbServerString  

slbRealIpAddress 1.3.6.1.4.1.9.9.161.1.3.1.1.2
The IP address of real server.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

slbRealPort 1.3.6.1.4.1.9.9.161.1.3.1.1.3
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoPort  

slbRealState 1.3.6.1.4.1.9.9.161.1.3.1.1.4
The current state of real server.
Status: current Access: read-create
OBJECT-TYPE    
  SlbRealServerState  

slbRealNumberOfConnections 1.3.6.1.4.1.9.9.161.1.3.1.1.5
The number TCP and UDP connections currently assigned to this real server.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

slbRealNumberOfDummyConnections 1.3.6.1.4.1.9.9.161.1.3.1.1.6
The current number of idle dummy connections that are not in use but are reserved for this real server to accomplish slow-start.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

slbRealMaxConnections 1.3.6.1.4.1.9.9.161.1.3.1.1.7
The configured maximum number of concurrent connections which SLB will deliver to this real server.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

slbRealAdminWeight 1.3.6.1.4.1.9.9.161.1.3.1.1.8
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 availability of this real server to accept more work.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

slbRealOperWeight 1.3.6.1.4.1.9.9.161.1.3.1.1.9
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 load-balancing algorithms a higher availability of this real server to accept more work.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

slbRealMetric 1.3.6.1.4.1.9.9.161.1.3.1.1.10
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.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

slbRealReassign 1.3.6.1.4.1.9.9.161.1.3.1.1.11
The number of consecutive TCP SYNs sent to the real server with no answer before reassigning the connection to another real server.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

slbRealRetryInterval 1.3.6.1.4.1.9.9.161.1.3.1.1.12
The time interval between retries while the server is in the Failed state.
Status: current Access: read-create
OBJECT-TYPE    
  TimeInterval  

slbRealFailedConnections 1.3.6.1.4.1.9.9.161.1.3.1.1.13
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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

slbRealFailedClients 1.3.6.1.4.1.9.9.161.1.3.1.1.14
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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

slbRealConsecutiveFails 1.3.6.1.4.1.9.9.161.1.3.1.1.15
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.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

slbRealTotalFails 1.3.6.1.4.1.9.9.161.1.3.1.1.16
The total number of times this real server has failed since the creation of this row.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slbRealRowStatus 1.3.6.1.4.1.9.9.161.1.3.1.1.17
The object used by a management station to create or delete the row entry in slbRealTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

slbRealTotalConnections 1.3.6.1.4.1.9.9.161.1.3.1.1.18
The number of assigned connections handled by this real server since this server was configured.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slbRealHCTotalConnections 1.3.6.1.4.1.9.9.161.1.3.1.1.19
The number of assigned connections handled by this real server since this server was configured. This is the 64-bit version of slbRealTotalConnections.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

slbVirtualServerTable 1.3.6.1.4.1.9.9.161.1.4.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SlbVirtualServerTableEntry

slbVirtualServerTableEntry 1.3.6.1.4.1.9.9.161.1.4.1.1
Information about a particular virtual server served by a particular local SLB entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlbVirtualServerTableEntry  

slbVirtualServerName 1.3.6.1.4.1.9.9.161.1.4.1.1.1
The name of the virtual server.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlbServerString  

slbVirtualServerState 1.3.6.1.4.1.9.9.161.1.4.1.1.2
The state of virtual server.
Status: current Access: read-create
OBJECT-TYPE    
  SlbVirtualServState  

slbVirtualIndex 1.3.6.1.4.1.9.9.161.1.4.1.1.3
The index assigned to a virtual server, used to correlate connections with virtual servers.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

slbVirtualIpAddress 1.3.6.1.4.1.9.9.161.1.4.1.1.4
The IP address of this virtual server.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

slbVirtualPort 1.3.6.1.4.1.9.9.161.1.4.1.1.5
The port of this virtual server.
Status: current Access: read-create
OBJECT-TYPE    
  CiscoPort  

slbVirtualProtocol 1.3.6.1.4.1.9.9.161.1.4.1.1.6
The protocol for this virtual server.
Status: current Access: read-create
OBJECT-TYPE    
  CiscoIpProtocol  

slbVirtualService 1.3.6.1.4.1.9.9.161.1.4.1.1.7
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 the nominated real server.
Status: current Access: read-create
OBJECT-TYPE    
  SlbVirtualService  

slbVirtualAdvertise 1.3.6.1.4.1.9.9.161.1.4.1.1.8
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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

slbVirtualFarmName 1.3.6.1.4.1.9.9.161.1.4.1.1.9
The name of virtual server farm bound to this virtual server.
Status: current Access: read-create
OBJECT-TYPE    
  SlbServerString  

slbVirtualDelayTimer 1.3.6.1.4.1.9.9.161.1.4.1.1.10
The amount of time this SLB entity will maintain TCP connection context after a connection has terminated.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..600  

slbVirtualIdleTimer 1.3.6.1.4.1.9.9.161.1.4.1.1.11
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 the same GGSN
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 10..65535  

slbVirtualStickyTimer 1.3.6.1.4.1.9.9.161.1.4.1.1.12
The amount of time that a connection's real server is remembered after a connection has terminated.
Status: current Access: read-create
OBJECT-TYPE    
  TimeInterval  

slbVirtualStickyGroup 1.3.6.1.4.1.9.9.161.1.4.1.1.13
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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

slbVirtualSynguardCount 1.3.6.1.4.1.9.9.161.1.4.1.1.14
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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

slbVirtualSynguardPeriod 1.3.6.1.4.1.9.9.161.1.4.1.1.15
The interval of time that this virtual server can have outstanding unanswered SYNs. This is used with slbVirtualSynguardCount to limit outstanding SYNs.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

slbVirtualRowStatus 1.3.6.1.4.1.9.9.161.1.4.1.1.16
This object is used by a management station to create or delete the row entry in slbVirtualServerTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

slbVirtualNumberOfConnections 1.3.6.1.4.1.9.9.161.1.4.1.1.17
The number of currently assigned connections being handled by this virtual server.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

slbVirtualTotalConnections 1.3.6.1.4.1.9.9.161.1.4.1.1.18
The number of assigned connections handled by this virtual server since this server was configured.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slbVirtualHCTotalConnections 1.3.6.1.4.1.9.9.161.1.4.1.1.19
The number of assigned connections handled by this virtual server since this server was configured. This is the 64-bit version of slbVirtualTotalConnections.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

slbVirtualMask 1.3.6.1.4.1.9.9.161.1.4.1.1.20
The IP subnet mask which is applied to the address of this virtual server for traffic filtering.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

slbVServerInfoTable 1.3.6.1.4.1.9.9.161.1.4.2
This table provides information on virtual servers.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SlbVServerInfoTableEntry

slbVServerInfoTableEntry 1.3.6.1.4.1.9.9.161.1.4.2.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlbVServerInfoTableEntry  

slbVServerIndex 1.3.6.1.4.1.9.9.161.1.4.2.1.1
An unique identifier for the virtual server. This value is unique for a combination of class map and a policy map.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

slbVServerClassMap 1.3.6.1.4.1.9.9.161.1.4.2.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

slbVServerPolicyMap 1.3.6.1.4.1.9.9.161.1.4.2.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

slbVServerState 1.3.6.1.4.1.9.9.161.1.4.2.1.4
The state of virtual server.
Status: current Access: read-only
OBJECT-TYPE    
  SlbVirtualServState  

slbVServerStateChangeDescr 1.3.6.1.4.1.9.9.161.1.4.2.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

slbVServerNumberOfConnections 1.3.6.1.4.1.9.9.161.1.4.2.1.6
The number of currently assigned connections being handled by this virtual server.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

slbVServerTotalConnections 1.3.6.1.4.1.9.9.161.1.4.2.1.7
The number of assigned connections handled by this virtual server since this server was configured.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slbVServerDroppedConnections 1.3.6.1.4.1.9.9.161.1.4.2.1.8
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 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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slbVServerClientPacketCounts 1.3.6.1.4.1.9.9.161.1.4.2.1.9
The number of packets sent to virtual server from client. Client is a system which sends requests to the virtual server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slbVServerPacketCounts 1.3.6.1.4.1.9.9.161.1.4.2.1.10
The number of packets sent to virtual server from real server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slbVServerClientByteCounts 1.3.6.1.4.1.9.9.161.1.4.2.1.11
The number of bytes sent to virtual server from client. Client is a system which sends requests to the virtual server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

slbVServerByteCounts 1.3.6.1.4.1.9.9.161.1.4.2.1.12
The number of bytes sent to virtual-server from real-server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

slbVServerMaxConnLimitDropCounts 1.3.6.1.4.1.9.9.161.1.4.2.1.13
The number of connections dropped after virtual-server reached maximum number of connections.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slbVServerConnRateLimitDropCounts 1.3.6.1.4.1.9.9.161.1.4.2.1.14
The number of connections dropped if virtual-server receives more number of connections per second than the configured rate limit.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slbVServerBWRateLimitDropCounts 1.3.6.1.4.1.9.9.161.1.4.2.1.15
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 dropped. This object has been replaced by slbVServerBandWidthRateLimitDropCounts.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

slbVServerBandWidthRateLimitDropCounts 1.3.6.1.4.1.9.9.161.1.4.2.1.16
The number of bytes dropped if accumulated bandwidth in all the connections to virtual-server crosses the configured bandwidth.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slbVServerL4Decisions 1.3.6.1.4.1.9.9.161.1.4.2.1.17
The number of layer4 loadbalance decisions made by this virtual server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slbVServerL7Decisions 1.3.6.1.4.1.9.9.161.1.4.2.1.18
The total number of layer7 loadbalance decisions made by this virtual server.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slbVServerEstablishedConnections 1.3.6.1.4.1.9.9.161.1.4.2.1.19
The total number of successfully established connections to this virtual server.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

slbVServerIPTable 1.3.6.1.4.1.9.9.161.1.4.3
This table contains the IP Addresses configured for virtual servers. A virtual server can have more than one IP Address configured in it.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SlbVServerIPTableEntry

slbVServerIPTableEntry 1.3.6.1.4.1.9.9.161.1.4.3.1
An entry in the virtual server IP table. Each entry contains virtual server attributes that are used for server loadbalancing decisions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlbVServerIPTableEntry  

slbVServerObjectIndex 1.3.6.1.4.1.9.9.161.1.4.3.1.1
The index identifying an entry applicable to the same virtual server identified by slbVServerIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

slbVServerIpAddressType 1.3.6.1.4.1.9.9.161.1.4.3.1.2
The type of IP address configured in slbVServerIpAddress.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

slbVServerIpAddress 1.3.6.1.4.1.9.9.161.1.4.3.1.3
The IP address of the virtual server. The type of IP address is provided in slbVServerIpAddressType.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

slbVServerIpMask 1.3.6.1.4.1.9.9.161.1.4.3.1.4
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.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressPrefixLength  

slbVServerProtocol 1.3.6.1.4.1.9.9.161.1.4.3.1.5
The protocol for the virtual server IP address.
Status: current Access: read-create
OBJECT-TYPE    
  CiscoIpProtocol  

slbVServerPortLow 1.3.6.1.4.1.9.9.161.1.4.3.1.6
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.
Status: current Access: read-create
OBJECT-TYPE    
  InetPortNumber  

slbVServerPortHigh 1.3.6.1.4.1.9.9.161.1.4.3.1.7
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.
Status: current Access: read-create
OBJECT-TYPE    
  InetPortNumber  

slbVServerStorageType 1.3.6.1.4.1.9.9.161.1.4.3.1.8
The storage type for this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

slbVServerRowStatus 1.3.6.1.4.1.9.9.161.1.4.3.1.9
This object is used to create/delete entries in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

slbConnectionTable 1.3.6.1.4.1.9.9.161.1.5.1
Table of connections being load-balanced by SLB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SlbConnectionTableEntry

slbConnectionTableEntry 1.3.6.1.4.1.9.9.161.1.5.1.1
A list of attributes for a particular SLB connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlbConnectionTableEntry  

slbConnectionIndex 1.3.6.1.4.1.9.9.161.1.5.1.1.1
The index to internal structures for the connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

slbConnectionVirtualIpAddress 1.3.6.1.4.1.9.9.161.1.5.1.1.2
The IP address of the virtual server.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

slbConnectionVirtualPort 1.3.6.1.4.1.9.9.161.1.5.1.1.3
The port of the virtual server.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoPort  

slbConnectionProtocol 1.3.6.1.4.1.9.9.161.1.5.1.1.4
The connection protocol.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoIpProtocol  

slbConnectionClientIpAddr 1.3.6.1.4.1.9.9.161.1.5.1.1.5
The client IP address.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

slbConnectionClientPort 1.3.6.1.4.1.9.9.161.1.5.1.1.6
The client port.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoPort  

slbConnectionState 1.3.6.1.4.1.9.9.161.1.5.1.1.7
The current state of this connection.
Status: current Access: read-only
OBJECT-TYPE    
  SlbConnectionState  

slbConnectionRealIpAddr 1.3.6.1.4.1.9.9.161.1.5.1.1.8
The IP Address of the real server to which this client is being load-balanced.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

slbConnectionServerPort 1.3.6.1.4.1.9.9.161.1.5.1.1.9
The port number at the real server to which this client is being load-balanced.
Status: current Access: read-only
OBJECT-TYPE    
  CiscoPort  

slbConnectionNumCacheEntries 1.3.6.1.4.1.9.9.161.1.5.1.1.10
The number of netflow cache entries for this connection. An entry for a terminated connection cannot be deleted while this number is non-zero.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

slbConnectionSynCount 1.3.6.1.4.1.9.9.161.1.5.1.1.11
The number of SYNs seen from client.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slbVirtualClientTable 1.3.6.1.4.1.9.9.161.1.6.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SlbVirtualClientTableEntry

slbVirtualClientTableEntry 1.3.6.1.4.1.9.9.161.1.6.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlbVirtualClientTableEntry  

slbVirtualClientIpAddress 1.3.6.1.4.1.9.9.161.1.6.1.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

slbVirtualClientMask 1.3.6.1.4.1.9.9.161.1.6.1.1.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

slbVirtualClientExclude 1.3.6.1.4.1.9.9.161.1.6.1.1.3
The truth value that determines if the client range should be included or excluded on the virtual server.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

slbVirtualClientRowStatus 1.3.6.1.4.1.9.9.161.1.6.1.1.4
The row status is used by a management station to create or delete the row entry in slbVirtualClientTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

slbStickyObjectTable 1.3.6.1.4.1.9.9.161.1.7.1
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 added to this table via slbStickyObjectRowStatus in accordance with the RowStatus convention.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SlbStickyObjectTableEntry

slbStickyObjectTableEntry 1.3.6.1.4.1.9.9.161.1.7.1.1
Information about a particular sticky object for clients at a particular IP address served by a particular local SLB entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlbStickyObjectTableEntry  

slbStickyObjectGroupId 1.3.6.1.4.1.9.9.161.1.7.1.1.1
The group ID for this sticky object.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..65535  

slbStickyObjectClientIpAddress 1.3.6.1.4.1.9.9.161.1.7.1.1.2
The client IP address with which this object is associated.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

slbStickyObjectRealIpAddress 1.3.6.1.4.1.9.9.161.1.7.1.1.3
The real server IP address selected for all clients bound to this sticky object.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

slbStickyObjectConnectionCount 1.3.6.1.4.1.9.9.161.1.7.1.1.4
The number of connections currently associated with this sticky object.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

slbStickyObjectFtpControlCount 1.3.6.1.4.1.9.9.161.1.7.1.1.5
The number of FTP control connections currently associated with this sticky object.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

slbStickyObjectRowStatus 1.3.6.1.4.1.9.9.161.1.7.1.1.6
The row status is used by a management station to create or delete the row entry in slbStickyObjectTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cSlbVirtStateChangeNotifEnabled 1.3.6.1.4.1.9.9.161.1.8.1
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 notification generation is disabled.
Status: deprecated Access: read-write
OBJECT-TYPE    
  TruthValue  

cSlbRealStateChangeNotifEnabled 1.3.6.1.4.1.9.9.161.1.8.2
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 generation is disabled.
Status: deprecated Access: read-write
OBJECT-TYPE    
  TruthValue  

cSlbVServerStateChangeNotifEnabled 1.3.6.1.4.1.9.9.161.1.8.3
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, the notification generation is enabled. 'false' Indicates notification should not be generated. That is, the notification generation is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cSlbVirtualServerStateChangeNotifEnabled 1.3.6.1.4.1.9.9.161.1.8.4
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 ciscoSlbVirtualServerStateChange notification generation is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cSlbRealServerStateChangeNotifEnabled 1.3.6.1.4.1.9.9.161.1.8.5
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 notification generation is disabled.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

slbInetAddressType 1.3.6.1.4.1.9.9.161.1.8.6
The type of IP address configured in slbInetAddress.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddressType  

slbInetAddress 1.3.6.1.4.1.9.9.161.1.8.7
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.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddress  

slbName 1.3.6.1.4.1.9.9.161.1.8.8
This object contains the name of slb object. Slb object can be a real server identified by slbRealIpAddress or virtual server identified by slbVirtualServerName.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  SlbServerString  

slbPort 1.3.6.1.4.1.9.9.161.1.8.9
This object contains port value of slb object. Slb object can be a real server identified by slbRealIpAddress or virtual server identified by slbVirtualServerName.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  CiscoPort  

slbDfpPasswordTable 1.3.6.1.4.1.9.9.161.1.9.1
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 be modified when in row is 'active'. Rows can be created and destroyed.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SlbDfpPasswordTableEntry

slbDfpPasswordTableEntry 1.3.6.1.4.1.9.9.161.1.9.1.1
An entry in this table represents the password used by a particular DFP manager (identified by slbEntity) when it exchanges messages with DFP agents.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlbDfpPasswordTableEntry  

slbDfpPasswordPending 1.3.6.1.4.1.9.9.161.1.9.1.1.1
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 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.
Status: current Access: read-create
OBJECT-TYPE    
  SlbPasswordString  

slbDfpPasswordTimeout 1.3.6.1.4.1.9.9.161.1.9.1.1.2
The time interval between the setting of the pending password and the removal of the current password.
Status: current Access: read-create
OBJECT-TYPE    
  TimeInterval  

slbDfpPasswordRowStatus 1.3.6.1.4.1.9.9.161.1.9.1.1.3
The object is used by a management station to create or delete the row entry in slbDfpPasswordTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

slbDfpAgentTable 1.3.6.1.4.1.9.9.161.1.10.1
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 RowStatus convention.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SlbDfpAgentTableEntry

slbDfpAgentTableEntry 1.3.6.1.4.1.9.9.161.1.10.1.1
Information about the communication between a local DFP manager and a particular remote DFP agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlbDfpAgentTableEntry  

slbDfpAgentIpAddress 1.3.6.1.4.1.9.9.161.1.10.1.1.1
The DFP agent's IP address.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

slbDfpAgentPort 1.3.6.1.4.1.9.9.161.1.10.1.1.2
The DFP agent's port.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoPort  

slbDfpAgentState 1.3.6.1.4.1.9.9.161.1.10.1.1.3
The state of the DFP agent.
Status: current Access: read-only
OBJECT-TYPE    
  SlbDfpAgentState  

slbDfpAgentTimeout 1.3.6.1.4.1.9.9.161.1.10.1.1.4
Time interval during which the agent must send at least one message to the manager.
Status: current Access: read-create
OBJECT-TYPE    
  TimeInterval  

slbDfpAgentRetryCount 1.3.6.1.4.1.9.9.161.1.10.1.1.5
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.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

slbDfpAgentInterval 1.3.6.1.4.1.9.9.161.1.10.1.1.6
Time interval before SLB retries connecting to a DFP agent.
Status: current Access: read-create
OBJECT-TYPE    
  TimeInterval  

slbDfpAgentRowStatus 1.3.6.1.4.1.9.9.161.1.10.1.1.7
The row status is used by a management station to create or delete the row entry in slbDfpAgentTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

slbDfpRealTable 1.3.6.1.4.1.9.9.161.1.11.1
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 table via slbDfpRowStatus in accordance with the RowStatus convention.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SlbDfpRealTableEntry

slbDfpRealTableEntry 1.3.6.1.4.1.9.9.161.1.11.1.1
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 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlbDfpRealTableEntry  

slbDfpRealIpAddress 1.3.6.1.4.1.9.9.161.1.11.1.1.1
The DFP agent's IP address
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

slbDfpRealProtocol 1.3.6.1.4.1.9.9.161.1.11.1.1.2
The protocol of the real server.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoIpProtocol  

slbDfpRealPort 1.3.6.1.4.1.9.9.161.1.11.1.1.3
The port number of the real server.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoPort  

slbDfpRealBindId 1.3.6.1.4.1.9.9.161.1.11.1.1.4
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 slbServerFarmName and use this value together with slbDfpRealIpAddress and slbDfpRealPort to identify the row in slbRealTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

slbDfpRealWeight 1.3.6.1.4.1.9.9.161.1.11.1.1.5
The weight of the real server reported from a DFP agent. The weight represents a relative capacity to accept new connections.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

slbDfpRealRowStatus 1.3.6.1.4.1.9.9.161.1.11.1.1.6
The row status is used by a management station to create or delete the row entry in slbDfpRealTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

slbSaspTable 1.3.6.1.4.1.9.9.161.1.12.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SlbSaspTableEntry

slbSaspTableEntry 1.3.6.1.4.1.9.9.161.1.12.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlbSaspTableEntry  

slbSaspIdentifier 1.3.6.1.4.1.9.9.161.1.12.1.1.1
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 object is false. The default value of the slbSaspIdentfier is 'Cisco-', where is the Cisco acronoym for the load balancer.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString  

slbSaspEnabled 1.3.6.1.4.1.9.9.161.1.12.1.1.2
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.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

slbSaspHealth 1.3.6.1.4.1.9.9.161.1.12.1.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  SlbSaspLBHealth  

slbSaspRedundancy 1.3.6.1.4.1.9.9.161.1.12.1.1.4
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 have it's own unique identifier. Therefore, the master and backup Load Balancer MUST have different unique identifiers.
Status: current Access: read-only
OBJECT-TYPE    
  SlbSaspRedundancy  

slbSaspMaxAgents 1.3.6.1.4.1.9.9.161.1.12.1.1.5
The maximum number of SASP Agents that can be configured on the Load Balancer. The SASP Agents are configured via the slbSaspAgentTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

slbSaspMaxLbWeight 1.3.6.1.4.1.9.9.161.1.12.1.1.6
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 zero. A weight of zero indicates that the SASP Member is down and that the Member is not going to receive new connections.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

slbSaspAgentTable 1.3.6.1.4.1.9.9.161.1.13.1
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 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SlbSaspAgentTableEntry

slbSaspAgentTableEntry 1.3.6.1.4.1.9.9.161.1.13.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlbSaspAgentTableEntry  

slbSaspAgentIpAddressType 1.3.6.1.4.1.9.9.161.1.13.1.1.1
Defines the IP address type used by the slbSaspAgentIpAddress.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

slbSaspAgentIpAddress 1.3.6.1.4.1.9.9.161.1.13.1.1.2
The IP address of the SASP Agent that is used for weight reporting.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

slbSaspAgentPort 1.3.6.1.4.1.9.9.161.1.13.1.1.3
The TCP Port number used when connecting to a SASP Agent.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetPortNumber  

slbSaspAgentLabel 1.3.6.1.4.1.9.9.161.1.13.1.1.4
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 user. The label is provided for informational purposes only, and it does not affect the operation of the SASP Agent.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

slbSaspAgentState 1.3.6.1.4.1.9.9.161.1.13.1.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  SlbSaspAgentState  

slbSaspAgentLastStateChange 1.3.6.1.4.1.9.9.161.1.13.1.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

slbSaspAgentRowStatus 1.3.6.1.4.1.9.9.161.1.13.1.1.7
The row status is used by a management station to create or delete the row entry in slbSaspAgentTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

slbSaspGroupTable 1.3.6.1.4.1.9.9.161.1.14.1
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 equivalent in function.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SlbSaspGroupTableEntry

slbSaspGroupTableEntry 1.3.6.1.4.1.9.9.161.1.14.1.1
The SASP Group table provides the information for a particular group associated with a SASP Agent on a local SLB entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlbSaspGroupTableEntry  

slbSaspGroupName 1.3.6.1.4.1.9.9.161.1.14.1.1.1
The SASP group represents the group of SASP Members that have the same functional capabilities.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString  

slbSaspGroupRowStatus 1.3.6.1.4.1.9.9.161.1.14.1.1.2
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 this group from the SASP Member table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

slbSaspMemberTable 1.3.6.1.4.1.9.9.161.1.15.1
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 load balancer to help distribute the load for one or more services.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SlbSaspMemberTableEntry

slbSaspMemberTableEntry 1.3.6.1.4.1.9.9.161.1.15.1.1
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 to one SASP Agent. This will avoid any weight reporting issues that may arise when the SASP Agent communicates with the load balancer.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlbSaspMemberTableEntry  

slbSaspMemberIpAddressType 1.3.6.1.4.1.9.9.161.1.15.1.1.1
Defines the IP address type of the slbSaspMemberIpAddress.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

slbSaspMemberIpAddress 1.3.6.1.4.1.9.9.161.1.15.1.1.2
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 Weights Message'.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

slbSaspMemberPort 1.3.6.1.4.1.9.9.161.1.15.1.1.3
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 in either the 'Get Weights Reply' or the 'Send Weights Message'.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetPortNumber  

slbSaspMemberProtocol 1.3.6.1.4.1.9.9.161.1.15.1.1.4
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 weights for each member in either the 'Get Weights Reply' or the 'Send Weights Message'.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoIpProtocol  

slbSaspMemberSaspWeight 1.3.6.1.4.1.9.9.161.1.15.1.1.5
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 slbSaspMaxLbWeight object. The resulting weight value will be stored in the slbSaspMemberConvertedWeight object.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65535  

slbSaspMemberConfidentWeight 1.3.6.1.4.1.9.9.161.1.15.1.1.6
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 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).
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

slbSaspMemberConvertedWeight 1.3.6.1.4.1.9.9.161.1.15.1.1.7
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 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).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..65535  

slbSaspMemberDefaultWeight 1.3.6.1.4.1.9.9.161.1.15.1.1.8
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 making load balancing decisions.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

slbSaspMemberWeightChanges 1.3.6.1.4.1.9.9.161.1.15.1.1.9
The total number of times the weight has been modified by the SASP Agent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slbSaspMemberLastWeightChange 1.3.6.1.4.1.9.9.161.1.15.1.1.10
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.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

slbSaspMemberRowStatus 1.3.6.1.4.1.9.9.161.1.15.1.1.11
The row status is used by a management station to create or delete the row entry in slbSaspMemberTable following the RowStatus textual convention.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

slbSaspStatsTable 1.3.6.1.4.1.9.9.161.1.16.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SlbSaspStatsTableEntry

slbSaspStatsTableEntry 1.3.6.1.4.1.9.9.161.1.16.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlbSaspStatsTableEntry  

slbSaspStatsTxRegMsgs 1.3.6.1.4.1.9.9.161.1.16.1.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slbSaspStatsTxDeregMsgs 1.3.6.1.4.1.9.9.161.1.16.1.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slbSaspStatsTxGetWeightMsgs 1.3.6.1.4.1.9.9.161.1.16.1.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slbSaspStatsTxSetLBStateMsgs 1.3.6.1.4.1.9.9.161.1.16.1.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slbSaspStatsTxSetMemStateMsgs 1.3.6.1.4.1.9.9.161.1.16.1.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slbSaspStatsRxSendWeightMsgs 1.3.6.1.4.1.9.9.161.1.16.1.1.6
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slbSaspStatsRxRegMsgs 1.3.6.1.4.1.9.9.161.1.16.1.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slbSaspStatsRxDeregMsgs 1.3.6.1.4.1.9.9.161.1.16.1.1.8
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slbSaspStatsRxGetWeightMsgs 1.3.6.1.4.1.9.9.161.1.16.1.1.9
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slbSaspStatsRxSetLBStateMsgs 1.3.6.1.4.1.9.9.161.1.16.1.1.10
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

slbSaspStatsRxSetMemStateMsgs 1.3.6.1.4.1.9.9.161.1.16.1.1.11
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

ciscoSlbMIBNotificationPrefix 1.3.6.1.4.1.9.9.161.2
OBJECT IDENTIFIER    

ciscoSlbMIBNotifications 1.3.6.1.4.1.9.9.161.2.0
OBJECT IDENTIFIER    

ciscoSlbVirtualStateChange 1.3.6.1.4.1.9.9.161.2.0.1
The notification generated when a virtual server changes to a new state. The value of slbVirtualServerState indicates the new state.
Status: deprecated Access: read-only
NOTIFICATION-TYPE    

ciscoSlbRealStateChange 1.3.6.1.4.1.9.9.161.2.0.2
The notification generated when a real server changes to a new state. The value of slbRealServerState indicates the new state.
Status: deprecated Access: read-only
NOTIFICATION-TYPE    

ciscoSlbSaspStateChange 1.3.6.1.4.1.9.9.161.2.0.3
The notification generated when the SASP functionality has been enabled or disabled on the Load Balancer.
Status: current Access: read-only
NOTIFICATION-TYPE    

ciscoSlbSaspAgentStateChange 1.3.6.1.4.1.9.9.161.2.0.4
The notification generated when a SASP Agent changes to a new state.
Status: current Access: read-only
NOTIFICATION-TYPE    

ciscoSlbVServerStateChange 1.3.6.1.4.1.9.9.161.2.0.5
The notification generated when a virtual server state is changed.
Status: current Access: read-only
NOTIFICATION-TYPE    

ciscoSlbVServerVIPStateChange 1.3.6.1.4.1.9.9.161.2.0.6
The notification generated when configuration or association of virtual server IP address(VIP) changes.
Status: current Access: read-only
NOTIFICATION-TYPE    

ciscoSlbVirtualServerStateChange 1.3.6.1.4.1.9.9.161.2.0.7
This 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.
Status: current Access: read-only
NOTIFICATION-TYPE    

ciscoSlbRealServerStateChange 1.3.6.1.4.1.9.9.161.2.0.8
This 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.
Status: current Access: read-only
NOTIFICATION-TYPE    

ciscoSlbMIBConformance 1.3.6.1.4.1.9.9.161.3
OBJECT IDENTIFIER    

ciscoSlbMIBCompliances 1.3.6.1.4.1.9.9.161.3.1
OBJECT IDENTIFIER    

ciscoSlbMIBGroups 1.3.6.1.4.1.9.9.161.3.2
OBJECT IDENTIFIER    

ciscoSlbMIBCompliance 1.3.6.1.4.1.9.9.161.3.1.1
The compliance statement for entities which implement the Cisco SLB MIB
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

ciscoSlbMIBComplianceRev1 1.3.6.1.4.1.9.9.161.3.1.2
The compliance statement for entities which implement the Cisco SLB MIB
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

ciscoSlbMIBComplianceRev2 1.3.6.1.4.1.9.9.161.3.1.3
The compliance statement for entities which implement the Cisco SLB MIB
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

ciscoSlbMIBComplianceRev3 1.3.6.1.4.1.9.9.161.3.1.4
The compliance statement for entities which implement the Cisco SLB MIB
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

ciscoSlbMIBComplianceRev4 1.3.6.1.4.1.9.9.161.3.1.5
The compliance statement for entities which implement the Cisco SLB MIB
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

ciscoSlbMIBComplianceRev5 1.3.6.1.4.1.9.9.161.3.1.6
The compliance statement for entities which implement the Cisco SLB MIB
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

ciscoSlbMIBComplianceRev6 1.3.6.1.4.1.9.9.161.3.1.7
The compliance statement for entities which implement the Cisco SLB MIB
Status: current Access: read-only
MODULE-COMPLIANCE    

ciscoSlbStatsGroup 1.3.6.1.4.1.9.9.161.3.2.1
SLB Statistic objects.
Status: current Access: read-only
OBJECT-GROUP    

ciscoSlbServerFarmsGroup 1.3.6.1.4.1.9.9.161.3.2.2
The SLB serverfarm objects.
Status: current Access: read-only
OBJECT-GROUP    

ciscoSlbRealServersGroup 1.3.6.1.4.1.9.9.161.3.2.3
The SLB real server objects.
Status: current Access: read-only
OBJECT-GROUP    

ciscoSlbVirtualServersGroup 1.3.6.1.4.1.9.9.161.3.2.4
The SLB virtual server objects.
Status: current Access: read-only
OBJECT-GROUP    

ciscoSlbConnectionsGroup 1.3.6.1.4.1.9.9.161.3.2.5
The SLB connection objects.
Status: current Access: read-only
OBJECT-GROUP    

ciscoSlbVirtualClientsGroup 1.3.6.1.4.1.9.9.161.3.2.6
The SLB virtual client objects.
Status: current Access: read-only
OBJECT-GROUP    

ciscoSlbStickyObjectsGroup 1.3.6.1.4.1.9.9.161.3.2.7
The SLB sticky objects.
Status: current Access: read-only
OBJECT-GROUP    

ciscoSlbDfpPasswordGroup 1.3.6.1.4.1.9.9.161.3.2.8
SLB DFP password objects.
Status: current Access: read-only
OBJECT-GROUP    

ciscoSlbDfpAgentGroup 1.3.6.1.4.1.9.9.161.3.2.9
The SLB DFP agent objects.
Status: current Access: read-only
OBJECT-GROUP    

ciscoSlbDfpRealGroup 1.3.6.1.4.1.9.9.161.3.2.10
The SLB DFP real server objects.
Status: current Access: read-only
OBJECT-GROUP    

ciscoSlbNotifEnabledGroup 1.3.6.1.4.1.9.9.161.3.2.11
The SLB Notification Truth Value objects.
Status: deprecated Access: read-only
OBJECT-GROUP    

ciscoSlbVirtualServersAddGroup 1.3.6.1.4.1.9.9.161.3.2.12
A collection of additional SlbVirtualServer objects used to further define an Slb virtual server.
Status: current Access: read-only
OBJECT-GROUP    

ciscoSlbNotifGroup 1.3.6.1.4.1.9.9.161.3.2.13
A collection of objects providing SLB notifications.
Status: deprecated Access: read-only
NOTIFICATION-GROUP    

ciscoSlbSaspGroup 1.3.6.1.4.1.9.9.161.3.2.14
The SLB SASP objects.
Status: current Access: read-only
OBJECT-GROUP    

ciscoSlbSaspAgentGroup 1.3.6.1.4.1.9.9.161.3.2.15
The SLB SASP Agent objects.
Status: current Access: read-only
OBJECT-GROUP    

ciscoSlbSaspGroupGroup 1.3.6.1.4.1.9.9.161.3.2.16
The SLB SASP Group objects.
Status: current Access: read-only
OBJECT-GROUP    

ciscoSlbSaspMemberGroup 1.3.6.1.4.1.9.9.161.3.2.17
The SLB SASP Member objects.
Status: current Access: read-only
OBJECT-GROUP    

ciscoSlbSaspStatsGroup 1.3.6.1.4.1.9.9.161.3.2.18
A collection of objects providing SLB SASP statistics.
Status: current Access: read-only
OBJECT-GROUP    

ciscoSlbSaspNotifGroup 1.3.6.1.4.1.9.9.161.3.2.19
A collection of objects providing SASP notifications.
Status: current Access: read-only
NOTIFICATION-GROUP    

ciscoSlbVServerInfoGroup 1.3.6.1.4.1.9.9.161.3.2.21
The list of objects that are applicable to virtual server statistics.
Status: deprecated Access: read-only
OBJECT-GROUP    

ciscoSlbVServerIPGroup 1.3.6.1.4.1.9.9.161.3.2.22
The list of objects that are applicable to virtual server identified by IP Address/Port.
Status: current Access: read-only
OBJECT-GROUP    

ciscoSlbVServerNotifEnabledGroup 1.3.6.1.4.1.9.9.161.3.2.23
The object used for enabling/disabling Virtual Server notifications.
Status: current Access: read-only
OBJECT-GROUP    

ciscoSlbVServerNotifGroup 1.3.6.1.4.1.9.9.161.3.2.24
A collection of objects providing Virtual Server notifications.
Status: current Access: read-only
NOTIFICATION-GROUP    

ciscoSlbNotifObjectsGroup 1.3.6.1.4.1.9.9.161.3.2.25
A collection of generic objects that are applicable to slb module.
Status: current Access: read-only
OBJECT-GROUP    

ciscoSlbNotifEnabledGroupRev2 1.3.6.1.4.1.9.9.161.3.2.26
The SLB Notification Truth Value objects.
Status: current Access: read-only
OBJECT-GROUP    

ciscoSlbNotifGroupRev2 1.3.6.1.4.1.9.9.161.3.2.27
A collection of objects providing SLB notifications.
Status: current Access: read-only
NOTIFICATION-GROUP    

ciscoSlbVServerInfoGroupRev1 1.3.6.1.4.1.9.9.161.3.2.28
The list of objects that are applicable to virtual server statistics.
Status: deprecated Access: read-only
OBJECT-GROUP    

ciscoSlbVServerInfoGroupRev2 1.3.6.1.4.1.9.9.161.3.2.29
The list of objects that are applicable to virtual server statistics.
Status: current Access: read-only
OBJECT-GROUP