MIBs Depot

CISCO-SLB-MIB

Registered at
1.3.6.1.4.1.9.9.161
Last updated
2008-05-15 00:00
Organization
Cisco Systems, Inc.
Revisions
2008-05-15 00:00, 2008-04-15 00:00, 2008-02-12 00:00, 2007-06-20 00:00, 2007-04-20 00:00, 2006-10-26 00:00, 2006-01-13 00:00, 2005-03-31 00:00, 2002-03-18 00:00, 2002-01-15 15:00, 2000-10-20 00:00, 2000-05-08 00:00
Namespace
cisco
Source file
CISCO-SLB-MIB
Digest
sha256:87f28108cc90cb7a5712a470aed50ee00cda04f2e911b59ac6c93a06107fe7f8

Description

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

Contact

Cisco Systems Customer Service Postal: 170 W. Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-slb@cisco.com

Imports

FromSymbols
CISCO-SMIciscoMgmt
CISCO-TCCiscoIpProtocol, CiscoPort
ENTITY-MIBentPhysicalParentRelPos
INET-ADDRESS-MIBInetAddress, InetAddressPrefixLength, InetAddressType, InetPortNumber
SNMP-FRAMEWORK-MIBSnmpAdminString
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Counter64, Gauge32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDateAndTime, DisplayString, RowStatus, StorageType, TEXTUAL-CONVENTION, TimeInterval, TruthValue

Imported by

3 module(s) in this corpus import this one.

Load order

Every file a consumer needs in order to load this module, dependencies first.

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

Textual conventions

NameOIDSyntaxAccessStatus
SlbConnectionState
TEXTUAL-CONVENTION
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.
current
SlbDfpAgentState
TEXTUAL-CONVENTION
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).
current
SlbNatSetting
TEXTUAL-CONVENTION
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.
current
SlbPasswordString
TEXTUAL-CONVENTION
The string for the Dynamic Feedback Protocol (DFP) password. A zero-length value when writing this object will unset the password.
current
SlbPredictor
TEXTUAL-CONVENTION
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.
current
SlbRealServerState
TEXTUAL-CONVENTION
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.
current
SlbSaspAgentState
TEXTUAL-CONVENTION
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.
current
SlbSaspLBHealth
TEXTUAL-CONVENTION
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.
current
SlbSaspRedundancy
TEXTUAL-CONVENTION
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.
current
SlbServerString
TEXTUAL-CONVENTION
The configured name associated with an SLB object.
current
SlbVirtualServState
TEXTUAL-CONVENTION
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.
current
SlbVirtualService
TEXTUAL-CONVENTION
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
current

Objects

NameOIDSyntaxAccessStatus
ciscoSlbMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.161.1
slbStats
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.161.1.1
slbStatsTable
OBJECT-TYPE
A table of SLB statistics for all local SLB entities.
1.3.6.1.4.1.9.9.161.1.1.1not-accessiblecurrent
slbStatsTableEntry
OBJECT-TYPE
A list of SLB statistics for a particular SLB entity.
1.3.6.1.4.1.9.9.161.1.1.1.1not-accessiblecurrent
slbEntity
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.1.1.1.1Unsigned32not-accessiblecurrent
slbStatsUnassistedSwitchingPkts
OBJECT-TYPE
The number of packets forwarded by the Software Load Balancing manager's software.
1.3.6.1.4.1.9.9.161.1.1.1.1.2Counter32read-onlycurrent
slbStatsUnassistedSwitchingHCPks
OBJECT-TYPE
The number of packets forwarded by the Software Load Balancing manager's software. This is the 64-bit version of slbStatsUnassistedPkts.
1.3.6.1.4.1.9.9.161.1.1.1.1.3Counter64read-onlycurrent
slbStatsAssistedSwitchingPkts
OBJECT-TYPE
The number of packets handled by SLB which were switched via the highest-performance switching path.
1.3.6.1.4.1.9.9.161.1.1.1.1.4Counter32read-onlycurrent
slbStatsAssistedSwitchingHCPkts
OBJECT-TYPE
The number of packets handled by SLB which were switched via the highest-performance switching path. This is the 64-bit version of slbStatsAssistedSwitchingPkts.
1.3.6.1.4.1.9.9.161.1.1.1.1.5Counter64read-onlycurrent
slbStatsCreatedConnections
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.1.1.1.6Counter32read-onlycurrent
slbStatsCreatedHCConnections
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.1.1.1.7Counter64read-onlycurrent
slbStatsEstablishedConnections
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.1.1.1.8Counter32read-onlycurrent
slbStatsEstablishedHCConnections
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.1.1.1.9Counter64read-onlycurrent
slbStatsDestroyedConnections
OBJECT-TYPE
The number of TCP and UDP connections destroyed by SLB, either by TCPIP teardown or timeout. UDP connections can only be timed out.
1.3.6.1.4.1.9.9.161.1.1.1.1.10Counter32read-onlycurrent
slbStatsDestroyedHCConnections
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.1.1.1.11Counter64read-onlycurrent
slbStatsReassignedConnections
OBJECT-TYPE
The number of TCP and UDP connections reassigned from one real server to another.
1.3.6.1.4.1.9.9.161.1.1.1.1.12Counter32read-onlycurrent
slbStatsReassignedHCConnections
OBJECT-TYPE
The number of TCP and UDP connections reassigned from one real server to another. This is the 64-bit version of slbStatsReassignedConnections.
1.3.6.1.4.1.9.9.161.1.1.1.1.13Counter64read-onlycurrent
slbStatsZombies
OBJECT-TYPE
The number of TCP and UDP connections currently in the zombie state waiting for timers to expire.
1.3.6.1.4.1.9.9.161.1.1.1.1.14Counter32read-onlycurrent
slbStatsHCZombies
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.1.1.1.15Counter64read-onlycurrent
slbServerFarms
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.161.1.2
slbServerFarmTable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.2.1not-accessiblecurrent
slbServerFarmTableEntry
OBJECT-TYPE
Information about a particular server farm served by a particular local SLB entity.
1.3.6.1.4.1.9.9.161.1.2.1.1not-accessiblecurrent
slbServerFarmName
OBJECT-TYPE
The name of server farm.
1.3.6.1.4.1.9.9.161.1.2.1.1.1SlbServerStringnot-accessiblecurrent
slbServerFarmPredictor
OBJECT-TYPE
The load balancing algorithm in use by the server farm for its real servers for the local SLB entity.
1.3.6.1.4.1.9.9.161.1.2.1.1.2SlbPredictorread-onlycurrent
slbServerFarmNat
OBJECT-TYPE
The type of NAT employed by the local SLB entity for servers in this server farm.
1.3.6.1.4.1.9.9.161.1.2.1.1.3SlbNatSettingread-createcurrent
slbServerFarmNumberOfRealServers
OBJECT-TYPE
The number of real servers in this server farm.
1.3.6.1.4.1.9.9.161.1.2.1.1.4Unsigned32read-createcurrent
slbServerFarmBindId
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.2.1.1.5Unsigned32read-createcurrent
slbServerFarmRowStatus
OBJECT-TYPE
The object is used by a management station to create or delete the row entry in slbServerFarmTable following the RowStatus textual convention.
1.3.6.1.4.1.9.9.161.1.2.1.1.6RowStatusread-createcurrent
slbRealServers
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.161.1.3
slbRealTable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.3.1not-accessiblecurrent
slbRealTableEntry
OBJECT-TYPE
Information about a particular real server in a particular server farm, served by a particular local SLB entity.
1.3.6.1.4.1.9.9.161.1.3.1.1not-accessiblecurrent
slbRealServerFarmName
OBJECT-TYPE
The real server's server farm name.
1.3.6.1.4.1.9.9.161.1.3.1.1.1SlbServerStringnot-accessiblecurrent
slbRealIpAddress
OBJECT-TYPE
The IP address of real server.
1.3.6.1.4.1.9.9.161.1.3.1.1.2IpAddressnot-accessiblecurrent
slbRealPort
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.3.1.1.3CiscoPortnot-accessiblecurrent
slbRealState
OBJECT-TYPE
The current state of real server.
1.3.6.1.4.1.9.9.161.1.3.1.1.4SlbRealServerStateread-createcurrent
slbRealNumberOfConnections
OBJECT-TYPE
The number TCP and UDP connections currently assigned to this real server.
1.3.6.1.4.1.9.9.161.1.3.1.1.5Gauge32read-onlycurrent
slbRealNumberOfDummyConnections
OBJECT-TYPE
The current number of idle dummy connections that are not in use but are reserved for this real server to accomplish slow-start.
1.3.6.1.4.1.9.9.161.1.3.1.1.6Unsigned32read-onlycurrent
slbRealMaxConnections
OBJECT-TYPE
The configured maximum number of concurrent connections which SLB will deliver to this real server.
1.3.6.1.4.1.9.9.161.1.3.1.1.7Unsigned32read-createcurrent
slbRealAdminWeight
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.3.1.1.8Unsigned32 (0..65535)read-createcurrent
slbRealOperWeight
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.3.1.1.9Gauge32read-onlycurrent
slbRealMetric
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.3.1.1.10Gauge32read-onlycurrent
slbRealReassign
OBJECT-TYPE
The number of consecutive TCP SYNs sent to the real server with no answer before reassigning the connection to another real server.
1.3.6.1.4.1.9.9.161.1.3.1.1.11Unsigned32read-createcurrent
slbRealRetryInterval
OBJECT-TYPE
The time interval between retries while the server is in the Failed state.
1.3.6.1.4.1.9.9.161.1.3.1.1.12TimeIntervalread-createcurrent
slbRealFailedConnections
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.3.1.1.13Unsigned32read-createcurrent
slbRealFailedClients
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.3.1.1.14Unsigned32read-createcurrent
slbRealConsecutiveFails
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.3.1.1.15Gauge32read-onlycurrent
slbRealTotalFails
OBJECT-TYPE
The total number of times this real server has failed since the creation of this row.
1.3.6.1.4.1.9.9.161.1.3.1.1.16Counter32read-onlycurrent
slbRealRowStatus
OBJECT-TYPE
The object used by a management station to create or delete the row entry in slbRealTable following the RowStatus textual convention.
1.3.6.1.4.1.9.9.161.1.3.1.1.17RowStatusread-createcurrent
slbRealTotalConnections
OBJECT-TYPE
The number of assigned connections handled by this real server since this server was configured.
1.3.6.1.4.1.9.9.161.1.3.1.1.18Counter32read-onlycurrent
slbRealHCTotalConnections
OBJECT-TYPE
The number of assigned connections handled by this real server since this server was configured. This is the 64-bit version of slbRealTotalConnections.
1.3.6.1.4.1.9.9.161.1.3.1.1.19Counter64read-onlycurrent
slbVirtualServers
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.161.1.4
slbVirtualServerTable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.4.1not-accessiblecurrent
slbVirtualServerTableEntry
OBJECT-TYPE
Information about a particular virtual server served by a particular local SLB entity.
1.3.6.1.4.1.9.9.161.1.4.1.1not-accessiblecurrent
slbVirtualServerName
OBJECT-TYPE
The name of the virtual server.
1.3.6.1.4.1.9.9.161.1.4.1.1.1SlbServerStringnot-accessiblecurrent
slbVirtualServerState
OBJECT-TYPE
The state of virtual server.
1.3.6.1.4.1.9.9.161.1.4.1.1.2SlbVirtualServStateread-createcurrent
slbVirtualIndex
OBJECT-TYPE
The index assigned to a virtual server, used to correlate connections with virtual servers.
1.3.6.1.4.1.9.9.161.1.4.1.1.3Unsigned32read-onlycurrent
slbVirtualIpAddress
OBJECT-TYPE
The IP address of this virtual server.
1.3.6.1.4.1.9.9.161.1.4.1.1.4IpAddressread-createcurrent
slbVirtualPort
OBJECT-TYPE
The port of this virtual server.
1.3.6.1.4.1.9.9.161.1.4.1.1.5CiscoPortread-createcurrent
slbVirtualProtocol
OBJECT-TYPE
The protocol for this virtual server.
1.3.6.1.4.1.9.9.161.1.4.1.1.6CiscoIpProtocolread-createcurrent
slbVirtualService
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.4.1.1.7SlbVirtualServiceread-createcurrent
slbVirtualAdvertise
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.4.1.1.8TruthValueread-createcurrent
slbVirtualFarmName
OBJECT-TYPE
The name of virtual server farm bound to this virtual server.
1.3.6.1.4.1.9.9.161.1.4.1.1.9SlbServerStringread-createcurrent
slbVirtualDelayTimer
OBJECT-TYPE
The amount of time this SLB entity will maintain TCP connection context after a connection has terminated.
1.3.6.1.4.1.9.9.161.1.4.1.1.10Unsigned32 (1..600)read-createcurrent
slbVirtualIdleTimer
OBJECT-TYPE
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
1.3.6.1.4.1.9.9.161.1.4.1.1.11Unsigned32 (10..65535)read-createcurrent
slbVirtualStickyTimer
OBJECT-TYPE
The amount of time that a connection's real server is remembered after a connection has terminated.
1.3.6.1.4.1.9.9.161.1.4.1.1.12TimeIntervalread-createcurrent
slbVirtualStickyGroup
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.4.1.1.13Unsigned32read-createcurrent
slbVirtualSynguardCount
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.4.1.1.14Unsigned32read-createcurrent
slbVirtualSynguardPeriod
OBJECT-TYPE
The interval of time that this virtual server can have outstanding unanswered SYNs. This is used with slbVirtualSynguardCount to limit outstanding SYNs.
1.3.6.1.4.1.9.9.161.1.4.1.1.15Unsigned32read-createcurrent
slbVirtualRowStatus
OBJECT-TYPE
This object is used by a management station to create or delete the row entry in slbVirtualServerTable following the RowStatus textual convention.
1.3.6.1.4.1.9.9.161.1.4.1.1.16RowStatusread-createcurrent
slbVirtualNumberOfConnections
OBJECT-TYPE
The number of currently assigned connections being handled by this virtual server.
1.3.6.1.4.1.9.9.161.1.4.1.1.17Gauge32read-onlycurrent
slbVirtualTotalConnections
OBJECT-TYPE
The number of assigned connections handled by this virtual server since this server was configured.
1.3.6.1.4.1.9.9.161.1.4.1.1.18Counter32read-onlycurrent
slbVirtualHCTotalConnections
OBJECT-TYPE
The number of assigned connections handled by this virtual server since this server was configured. This is the 64-bit version of slbVirtualTotalConnections.
1.3.6.1.4.1.9.9.161.1.4.1.1.19Counter64read-onlycurrent
slbVirtualMask
OBJECT-TYPE
The IP subnet mask which is applied to the address of this virtual server for traffic filtering.
1.3.6.1.4.1.9.9.161.1.4.1.1.20IpAddressread-createcurrent
slbVServerInfoTable
OBJECT-TYPE
This table provides information on virtual servers.
1.3.6.1.4.1.9.9.161.1.4.2not-accessiblecurrent
slbVServerInfoTableEntry
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.4.2.1not-accessiblecurrent
slbVServerIndex
OBJECT-TYPE
An unique identifier for the virtual server. This value is unique for a combination of class map and a policy map.
1.3.6.1.4.1.9.9.161.1.4.2.1.1Unsigned32 (1..4294967295)not-accessiblecurrent
slbVServerClassMap
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.4.2.1.2SnmpAdminStringread-onlycurrent
slbVServerPolicyMap
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.4.2.1.3SnmpAdminStringread-onlycurrent
slbVServerState
OBJECT-TYPE
The state of virtual server.
1.3.6.1.4.1.9.9.161.1.4.2.1.4SlbVirtualServStateread-onlycurrent
slbVServerStateChangeDescr
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.4.2.1.5SnmpAdminStringread-onlycurrent
slbVServerNumberOfConnections
OBJECT-TYPE
The number of currently assigned connections being handled by this virtual server.
1.3.6.1.4.1.9.9.161.1.4.2.1.6Gauge32read-onlycurrent
slbVServerTotalConnections
OBJECT-TYPE
The number of assigned connections handled by this virtual server since this server was configured.
1.3.6.1.4.1.9.9.161.1.4.2.1.7Counter32read-onlycurrent
slbVServerDroppedConnections
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.4.2.1.8Counter32read-onlycurrent
slbVServerClientPacketCounts
OBJECT-TYPE
The number of packets sent to virtual server from client. Client is a system which sends requests to the virtual server.
1.3.6.1.4.1.9.9.161.1.4.2.1.9Counter32read-onlycurrent
slbVServerPacketCounts
OBJECT-TYPE
The number of packets sent to virtual server from real server.
1.3.6.1.4.1.9.9.161.1.4.2.1.10Counter32read-onlycurrent
slbVServerClientByteCounts
OBJECT-TYPE
The number of bytes sent to virtual server from client. Client is a system which sends requests to the virtual server.
1.3.6.1.4.1.9.9.161.1.4.2.1.11Counter64read-onlycurrent
slbVServerByteCounts
OBJECT-TYPE
The number of bytes sent to virtual-server from real-server.
1.3.6.1.4.1.9.9.161.1.4.2.1.12Counter64read-onlycurrent
slbVServerMaxConnLimitDropCounts
OBJECT-TYPE
The number of connections dropped after virtual-server reached maximum number of connections.
1.3.6.1.4.1.9.9.161.1.4.2.1.13Counter32read-onlycurrent
slbVServerConnRateLimitDropCounts
OBJECT-TYPE
The number of connections dropped if virtual-server receives more number of connections per second than the configured rate limit.
1.3.6.1.4.1.9.9.161.1.4.2.1.14Counter32read-onlycurrent
slbVServerBWRateLimitDropCounts
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.4.2.1.15Counter32read-onlydeprecated
slbVServerBandWidthRateLimitDropCounts
OBJECT-TYPE
The number of bytes dropped if accumulated bandwidth in all the connections to virtual-server crosses the configured bandwidth.
1.3.6.1.4.1.9.9.161.1.4.2.1.16Counter32read-onlycurrent
slbVServerL4Decisions
OBJECT-TYPE
The number of layer4 loadbalance decisions made by this virtual server.
1.3.6.1.4.1.9.9.161.1.4.2.1.17Counter32read-onlycurrent
slbVServerL7Decisions
OBJECT-TYPE
The total number of layer7 loadbalance decisions made by this virtual server.
1.3.6.1.4.1.9.9.161.1.4.2.1.18Counter32read-onlycurrent
slbVServerEstablishedConnections
OBJECT-TYPE
The total number of successfully established connections to this virtual server.
1.3.6.1.4.1.9.9.161.1.4.2.1.19Gauge32read-onlycurrent
slbVServerIPTable
OBJECT-TYPE
This table contains the IP Addresses configured for virtual servers. A virtual server can have more than one IP Address configured in it.
1.3.6.1.4.1.9.9.161.1.4.3not-accessiblecurrent
slbVServerIPTableEntry
OBJECT-TYPE
An entry in the virtual server IP table. Each entry contains virtual server attributes that are used for server loadbalancing decisions.
1.3.6.1.4.1.9.9.161.1.4.3.1not-accessiblecurrent
slbVServerObjectIndex
OBJECT-TYPE
The index identifying an entry applicable to the same virtual server identified by slbVServerIndex.
1.3.6.1.4.1.9.9.161.1.4.3.1.1Unsigned32 (1..4294967295)not-accessiblecurrent
slbVServerIpAddressType
OBJECT-TYPE
The type of IP address configured in slbVServerIpAddress.
1.3.6.1.4.1.9.9.161.1.4.3.1.2InetAddressTyperead-createcurrent
slbVServerIpAddress
OBJECT-TYPE
The IP address of the virtual server. The type of IP address is provided in slbVServerIpAddressType.
1.3.6.1.4.1.9.9.161.1.4.3.1.3InetAddressread-createcurrent
slbVServerIpMask
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.4.3.1.4InetAddressPrefixLengthread-createcurrent
slbVServerProtocol
OBJECT-TYPE
The protocol for the virtual server IP address.
1.3.6.1.4.1.9.9.161.1.4.3.1.5CiscoIpProtocolread-createcurrent
slbVServerPortLow
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.4.3.1.6InetPortNumberread-createcurrent
slbVServerPortHigh
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.4.3.1.7InetPortNumberread-createcurrent
slbVServerStorageType
OBJECT-TYPE
The storage type for this conceptual row.
1.3.6.1.4.1.9.9.161.1.4.3.1.8StorageTyperead-createcurrent
slbVServerRowStatus
OBJECT-TYPE
This object is used to create/delete entries in this table.
1.3.6.1.4.1.9.9.161.1.4.3.1.9RowStatusread-createcurrent
slbConnections
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.161.1.5
slbConnectionTable
OBJECT-TYPE
Table of connections being load-balanced by SLB.
1.3.6.1.4.1.9.9.161.1.5.1not-accessiblecurrent
slbConnectionTableEntry
OBJECT-TYPE
A list of attributes for a particular SLB connection.
1.3.6.1.4.1.9.9.161.1.5.1.1not-accessiblecurrent
slbConnectionIndex
OBJECT-TYPE
The index to internal structures for the connection.
1.3.6.1.4.1.9.9.161.1.5.1.1.1Unsigned32not-accessiblecurrent
slbConnectionVirtualIpAddress
OBJECT-TYPE
The IP address of the virtual server.
1.3.6.1.4.1.9.9.161.1.5.1.1.2IpAddressnot-accessiblecurrent
slbConnectionVirtualPort
OBJECT-TYPE
The port of the virtual server.
1.3.6.1.4.1.9.9.161.1.5.1.1.3CiscoPortnot-accessiblecurrent
slbConnectionProtocol
OBJECT-TYPE
The connection protocol.
1.3.6.1.4.1.9.9.161.1.5.1.1.4CiscoIpProtocolnot-accessiblecurrent
slbConnectionClientIpAddr
OBJECT-TYPE
The client IP address.
1.3.6.1.4.1.9.9.161.1.5.1.1.5IpAddressnot-accessiblecurrent
slbConnectionClientPort
OBJECT-TYPE
The client port.
1.3.6.1.4.1.9.9.161.1.5.1.1.6CiscoPortnot-accessiblecurrent
slbConnectionState
OBJECT-TYPE
The current state of this connection.
1.3.6.1.4.1.9.9.161.1.5.1.1.7SlbConnectionStateread-onlycurrent
slbConnectionRealIpAddr
OBJECT-TYPE
The IP Address of the real server to which this client is being load-balanced.
1.3.6.1.4.1.9.9.161.1.5.1.1.8IpAddressread-onlycurrent
slbConnectionServerPort
OBJECT-TYPE
The port number at the real server to which this client is being load-balanced.
1.3.6.1.4.1.9.9.161.1.5.1.1.9CiscoPortread-onlycurrent
slbConnectionNumCacheEntries
OBJECT-TYPE
The number of netflow cache entries for this connection. An entry for a terminated connection cannot be deleted while this number is non-zero.
1.3.6.1.4.1.9.9.161.1.5.1.1.10Gauge32read-onlycurrent
slbConnectionSynCount
OBJECT-TYPE
The number of SYNs seen from client.
1.3.6.1.4.1.9.9.161.1.5.1.1.11Counter32read-onlycurrent
slbVirtualClients
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.161.1.6
slbVirtualClientTable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.6.1not-accessiblecurrent
slbVirtualClientTableEntry
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.6.1.1not-accessiblecurrent
slbVirtualClientIpAddress
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.6.1.1.1IpAddressnot-accessiblecurrent
slbVirtualClientMask
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.6.1.1.2IpAddressnot-accessiblecurrent
slbVirtualClientExclude
OBJECT-TYPE
The truth value that determines if the client range should be included or excluded on the virtual server.
1.3.6.1.4.1.9.9.161.1.6.1.1.3TruthValueread-createcurrent
slbVirtualClientRowStatus
OBJECT-TYPE
The row status is used by a management station to create or delete the row entry in slbVirtualClientTable following the RowStatus textual convention.
1.3.6.1.4.1.9.9.161.1.6.1.1.4RowStatusread-createcurrent
slbStickyObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.161.1.7
slbStickyObjectTable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.7.1not-accessiblecurrent
slbStickyObjectTableEntry
OBJECT-TYPE
Information about a particular sticky object for clients at a particular IP address served by a particular local SLB entity.
1.3.6.1.4.1.9.9.161.1.7.1.1not-accessiblecurrent
slbStickyObjectGroupId
OBJECT-TYPE
The group ID for this sticky object.
1.3.6.1.4.1.9.9.161.1.7.1.1.1Unsigned32 (1..65535)not-accessiblecurrent
slbStickyObjectClientIpAddress
OBJECT-TYPE
The client IP address with which this object is associated.
1.3.6.1.4.1.9.9.161.1.7.1.1.2IpAddressnot-accessiblecurrent
slbStickyObjectRealIpAddress
OBJECT-TYPE
The real server IP address selected for all clients bound to this sticky object.
1.3.6.1.4.1.9.9.161.1.7.1.1.3IpAddressread-createcurrent
slbStickyObjectConnectionCount
OBJECT-TYPE
The number of connections currently associated with this sticky object.
1.3.6.1.4.1.9.9.161.1.7.1.1.4Gauge32read-onlycurrent
slbStickyObjectFtpControlCount
OBJECT-TYPE
The number of FTP control connections currently associated with this sticky object.
1.3.6.1.4.1.9.9.161.1.7.1.1.5Gauge32read-onlycurrent
slbStickyObjectRowStatus
OBJECT-TYPE
The row status is used by a management station to create or delete the row entry in slbStickyObjectTable following the RowStatus textual convention.
1.3.6.1.4.1.9.9.161.1.7.1.1.6RowStatusread-createcurrent
slbNotificationObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.161.1.8
cSlbVirtStateChangeNotifEnabled
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.8.1TruthValueread-writedeprecated
cSlbRealStateChangeNotifEnabled
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.8.2TruthValueread-writedeprecated
cSlbVServerStateChangeNotifEnabled
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.8.3TruthValueread-writecurrent
cSlbVirtualServerStateChangeNotifEnabled
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.8.4TruthValueread-writecurrent
cSlbRealServerStateChangeNotifEnabled
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.8.5TruthValueread-writecurrent
slbInetAddressType
OBJECT-TYPE
The type of IP address configured in slbInetAddress.
1.3.6.1.4.1.9.9.161.1.8.6InetAddressTypeaccessible-for-notifycurrent
slbInetAddress
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.8.7InetAddressaccessible-for-notifycurrent
slbName
OBJECT-TYPE
This object contains the name of slb object. Slb object can be a real server identified by slbRealIpAddress or virtual server identified by slbVirtualServerName.
1.3.6.1.4.1.9.9.161.1.8.8SlbServerStringaccessible-for-notifycurrent
slbPort
OBJECT-TYPE
This object contains port value of slb object. Slb object can be a real server identified by slbRealIpAddress or virtual server identified by slbVirtualServerName.
1.3.6.1.4.1.9.9.161.1.8.9CiscoPortaccessible-for-notifycurrent
slbDfpPassword
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.161.1.9
slbDfpPasswordTable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.9.1not-accessiblecurrent
slbDfpPasswordTableEntry
OBJECT-TYPE
An entry in this table represents the password used by a particular DFP manager (identified by slbEntity) when it exchanges messages with DFP agents.
1.3.6.1.4.1.9.9.161.1.9.1.1not-accessiblecurrent
slbDfpPasswordPending
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.9.1.1.1SlbPasswordStringread-createcurrent
slbDfpPasswordTimeout
OBJECT-TYPE
The time interval between the setting of the pending password and the removal of the current password.
1.3.6.1.4.1.9.9.161.1.9.1.1.2TimeIntervalread-createcurrent
slbDfpPasswordRowStatus
OBJECT-TYPE
The object is used by a management station to create or delete the row entry in slbDfpPasswordTable following the RowStatus textual convention.
1.3.6.1.4.1.9.9.161.1.9.1.1.3RowStatusread-createcurrent
slbDfpAgents
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.161.1.10
slbDfpAgentTable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.10.1not-accessiblecurrent
slbDfpAgentTableEntry
OBJECT-TYPE
Information about the communication between a local DFP manager and a particular remote DFP agent.
1.3.6.1.4.1.9.9.161.1.10.1.1not-accessiblecurrent
slbDfpAgentIpAddress
OBJECT-TYPE
The DFP agent's IP address.
1.3.6.1.4.1.9.9.161.1.10.1.1.1IpAddressnot-accessiblecurrent
slbDfpAgentPort
OBJECT-TYPE
The DFP agent's port.
1.3.6.1.4.1.9.9.161.1.10.1.1.2CiscoPortnot-accessiblecurrent
slbDfpAgentState
OBJECT-TYPE
The state of the DFP agent.
1.3.6.1.4.1.9.9.161.1.10.1.1.3SlbDfpAgentStateread-onlycurrent
slbDfpAgentTimeout
OBJECT-TYPE
Time interval during which the agent must send at least one message to the manager.
1.3.6.1.4.1.9.9.161.1.10.1.1.4TimeIntervalread-createcurrent
slbDfpAgentRetryCount
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.10.1.1.5Unsigned32 (0..65535)read-createcurrent
slbDfpAgentInterval
OBJECT-TYPE
Time interval before SLB retries connecting to a DFP agent.
1.3.6.1.4.1.9.9.161.1.10.1.1.6TimeIntervalread-createcurrent
slbDfpAgentRowStatus
OBJECT-TYPE
The row status is used by a management station to create or delete the row entry in slbDfpAgentTable following the RowStatus textual convention.
1.3.6.1.4.1.9.9.161.1.10.1.1.7RowStatusread-createcurrent
slbDfpReal
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.161.1.11
slbDfpRealTable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.11.1not-accessiblecurrent
slbDfpRealTableEntry
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.11.1.1not-accessiblecurrent
slbDfpRealIpAddress
OBJECT-TYPE
The DFP agent's IP address
1.3.6.1.4.1.9.9.161.1.11.1.1.1IpAddressnot-accessiblecurrent
slbDfpRealProtocol
OBJECT-TYPE
The protocol of the real server.
1.3.6.1.4.1.9.9.161.1.11.1.1.2CiscoIpProtocolnot-accessiblecurrent
slbDfpRealPort
OBJECT-TYPE
The port number of the real server.
1.3.6.1.4.1.9.9.161.1.11.1.1.3CiscoPortnot-accessiblecurrent
slbDfpRealBindId
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.11.1.1.4Unsigned32not-accessiblecurrent
slbDfpRealWeight
OBJECT-TYPE
The weight of the real server reported from a DFP agent. The weight represents a relative capacity to accept new connections.
1.3.6.1.4.1.9.9.161.1.11.1.1.5Unsigned32 (0..65535)read-createcurrent
slbDfpRealRowStatus
OBJECT-TYPE
The row status is used by a management station to create or delete the row entry in slbDfpRealTable following the RowStatus textual convention.
1.3.6.1.4.1.9.9.161.1.11.1.1.6RowStatusread-createcurrent
slbSasp
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.161.1.12
slbSaspTable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.12.1not-accessiblecurrent
slbSaspTableEntry
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.12.1.1not-accessiblecurrent
slbSaspIdentifier
OBJECT-TYPE
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-<LB>', where <LB> is the Cisco acronoym for the load balancer.
1.3.6.1.4.1.9.9.161.1.12.1.1.1SnmpAdminStringread-writecurrent
slbSaspEnabled
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.12.1.1.2TruthValueread-writecurrent
slbSaspHealth
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.12.1.1.3SlbSaspLBHealthread-onlycurrent
slbSaspRedundancy
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.12.1.1.4SlbSaspRedundancyread-onlycurrent
slbSaspMaxAgents
OBJECT-TYPE
The maximum number of SASP Agents that can be configured on the Load Balancer. The SASP Agents are configured via the slbSaspAgentTable.
1.3.6.1.4.1.9.9.161.1.12.1.1.5Unsigned32read-onlycurrent
slbSaspMaxLbWeight
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.12.1.1.6Unsigned32read-onlycurrent
slbSaspAgents
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.161.1.13
slbSaspAgentTable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.13.1not-accessiblecurrent
slbSaspAgentTableEntry
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.13.1.1not-accessiblecurrent
slbSaspAgentIpAddressType
OBJECT-TYPE
Defines the IP address type used by the slbSaspAgentIpAddress.
1.3.6.1.4.1.9.9.161.1.13.1.1.1InetAddressTypenot-accessiblecurrent
slbSaspAgentIpAddress
OBJECT-TYPE
The IP address of the SASP Agent that is used for weight reporting.
1.3.6.1.4.1.9.9.161.1.13.1.1.2InetAddressnot-accessiblecurrent
slbSaspAgentPort
OBJECT-TYPE
The TCP Port number used when connecting to a SASP Agent.
1.3.6.1.4.1.9.9.161.1.13.1.1.3InetPortNumbernot-accessiblecurrent
slbSaspAgentLabel
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.13.1.1.4SnmpAdminStringread-createcurrent
slbSaspAgentState
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.13.1.1.5SlbSaspAgentStateread-onlycurrent
slbSaspAgentLastStateChange
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.13.1.1.6DateAndTimeread-onlycurrent
slbSaspAgentRowStatus
OBJECT-TYPE
The row status is used by a management station to create or delete the row entry in slbSaspAgentTable following the RowStatus textual convention.
1.3.6.1.4.1.9.9.161.1.13.1.1.7RowStatusread-createcurrent
slbSaspGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.161.1.14
slbSaspGroupTable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.14.1not-accessiblecurrent
slbSaspGroupTableEntry
OBJECT-TYPE
The SASP Group table provides the information for a particular group associated with a SASP Agent on a local SLB entity.
1.3.6.1.4.1.9.9.161.1.14.1.1not-accessiblecurrent
slbSaspGroupName
OBJECT-TYPE
The SASP group represents the group of SASP Members that have the same functional capabilities.
1.3.6.1.4.1.9.9.161.1.14.1.1.1SnmpAdminStringnot-accessiblecurrent
slbSaspGroupRowStatus
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.14.1.1.2RowStatusread-createcurrent
slbSaspMembers
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.161.1.15
slbSaspMemberTable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.15.1not-accessiblecurrent
slbSaspMemberTableEntry
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.15.1.1not-accessiblecurrent
slbSaspMemberIpAddressType
OBJECT-TYPE
Defines the IP address type of the slbSaspMemberIpAddress.
1.3.6.1.4.1.9.9.161.1.15.1.1.1InetAddressTypenot-accessiblecurrent
slbSaspMemberIpAddress
OBJECT-TYPE
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'.
1.3.6.1.4.1.9.9.161.1.15.1.1.2InetAddressnot-accessiblecurrent
slbSaspMemberPort
OBJECT-TYPE
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'.
1.3.6.1.4.1.9.9.161.1.15.1.1.3InetPortNumbernot-accessiblecurrent
slbSaspMemberProtocol
OBJECT-TYPE
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'.
1.3.6.1.4.1.9.9.161.1.15.1.1.4CiscoIpProtocolnot-accessiblecurrent
slbSaspMemberSaspWeight
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.15.1.1.5Unsigned32 (0..65535)read-onlycurrent
slbSaspMemberConfidentWeight
OBJECT-TYPE
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).
1.3.6.1.4.1.9.9.161.1.15.1.1.6TruthValueread-onlycurrent
slbSaspMemberConvertedWeight
OBJECT-TYPE
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).
1.3.6.1.4.1.9.9.161.1.15.1.1.7Unsigned32 (0..65535)read-onlycurrent
slbSaspMemberDefaultWeight
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.15.1.1.8Unsigned32 (0..65535)read-createcurrent
slbSaspMemberWeightChanges
OBJECT-TYPE
The total number of times the weight has been modified by the SASP Agent.
1.3.6.1.4.1.9.9.161.1.15.1.1.9Counter32read-onlycurrent
slbSaspMemberLastWeightChange
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.15.1.1.10DateAndTimeread-onlycurrent
slbSaspMemberRowStatus
OBJECT-TYPE
The row status is used by a management station to create or delete the row entry in slbSaspMemberTable following the RowStatus textual convention.
1.3.6.1.4.1.9.9.161.1.15.1.1.11RowStatusread-createcurrent
slbSaspStats
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.161.1.16
slbSaspStatsTable
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.16.1not-accessiblecurrent
slbSaspStatsTableEntry
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.16.1.1not-accessiblecurrent
slbSaspStatsTxRegMsgs
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.16.1.1.1Counter32read-onlycurrent
slbSaspStatsTxDeregMsgs
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.16.1.1.2Counter32read-onlycurrent
slbSaspStatsTxGetWeightMsgs
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.16.1.1.3Counter32read-onlycurrent
slbSaspStatsTxSetLBStateMsgs
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.16.1.1.4Counter32read-onlycurrent
slbSaspStatsTxSetMemStateMsgs
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.16.1.1.5Counter32read-onlycurrent
slbSaspStatsRxSendWeightMsgs
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.16.1.1.6Counter32read-onlycurrent
slbSaspStatsRxRegMsgs
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.16.1.1.7Counter32read-onlycurrent
slbSaspStatsRxDeregMsgs
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.16.1.1.8Counter32read-onlycurrent
slbSaspStatsRxGetWeightMsgs
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.16.1.1.9Counter32read-onlycurrent
slbSaspStatsRxSetLBStateMsgs
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.16.1.1.10Counter32read-onlycurrent
slbSaspStatsRxSetMemStateMsgs
OBJECT-TYPE
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.
1.3.6.1.4.1.9.9.161.1.16.1.1.11Counter32read-onlycurrent
ciscoSlbMIBNotificationPrefix
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.161.2
ciscoSlbMIBNotifications
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.161.2.0
ciscoSlbMIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.161.3
ciscoSlbMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.161.3.1
ciscoSlbMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.161.3.2

Notifications

NameOIDStatus
ciscoSlbVirtualStateChange
NOTIFICATION-TYPE
The notification generated when a virtual server changes to a new state. The value of slbVirtualServerState indicates the new state.
1.3.6.1.4.1.9.9.161.2.0.1deprecated
ciscoSlbRealStateChange
NOTIFICATION-TYPE
The notification generated when a real server changes to a new state. The value of slbRealServerState indicates the new state.
1.3.6.1.4.1.9.9.161.2.0.2deprecated
ciscoSlbSaspStateChange
NOTIFICATION-TYPE
The notification generated when the SASP functionality has been enabled or disabled on the Load Balancer.
1.3.6.1.4.1.9.9.161.2.0.3current
ciscoSlbSaspAgentStateChange
NOTIFICATION-TYPE
The notification generated when a SASP Agent changes to a new state.
1.3.6.1.4.1.9.9.161.2.0.4current
ciscoSlbVServerStateChange
NOTIFICATION-TYPE
The notification generated when a virtual server state is changed.
1.3.6.1.4.1.9.9.161.2.0.5current
ciscoSlbVServerVIPStateChange
NOTIFICATION-TYPE
The notification generated when configuration or association of virtual server IP address(VIP) changes.
1.3.6.1.4.1.9.9.161.2.0.6current
ciscoSlbVirtualServerStateChange
NOTIFICATION-TYPE
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.
1.3.6.1.4.1.9.9.161.2.0.7current
ciscoSlbRealServerStateChange
NOTIFICATION-TYPE
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.
1.3.6.1.4.1.9.9.161.2.0.8current

Conformance

NameOIDStatus
ciscoSlbMIBCompliance
MODULE-COMPLIANCE
The compliance statement for entities which implement the Cisco SLB MIB
1.3.6.1.4.1.9.9.161.3.1.1deprecated
ciscoSlbMIBComplianceRev1
MODULE-COMPLIANCE
The compliance statement for entities which implement the Cisco SLB MIB
1.3.6.1.4.1.9.9.161.3.1.2deprecated
ciscoSlbMIBComplianceRev2
MODULE-COMPLIANCE
The compliance statement for entities which implement the Cisco SLB MIB
1.3.6.1.4.1.9.9.161.3.1.3deprecated
ciscoSlbMIBComplianceRev3
MODULE-COMPLIANCE
The compliance statement for entities which implement the Cisco SLB MIB
1.3.6.1.4.1.9.9.161.3.1.4deprecated
ciscoSlbMIBComplianceRev4
MODULE-COMPLIANCE
The compliance statement for entities which implement the Cisco SLB MIB
1.3.6.1.4.1.9.9.161.3.1.5deprecated
ciscoSlbMIBComplianceRev5
MODULE-COMPLIANCE
The compliance statement for entities which implement the Cisco SLB MIB
1.3.6.1.4.1.9.9.161.3.1.6deprecated
ciscoSlbMIBComplianceRev6
MODULE-COMPLIANCE
The compliance statement for entities which implement the Cisco SLB MIB
1.3.6.1.4.1.9.9.161.3.1.7current
ciscoSlbStatsGroup
OBJECT-GROUP
SLB Statistic objects.
1.3.6.1.4.1.9.9.161.3.2.1current
ciscoSlbServerFarmsGroup
OBJECT-GROUP
The SLB serverfarm objects.
1.3.6.1.4.1.9.9.161.3.2.2current
ciscoSlbRealServersGroup
OBJECT-GROUP
The SLB real server objects.
1.3.6.1.4.1.9.9.161.3.2.3current
ciscoSlbVirtualServersGroup
OBJECT-GROUP
The SLB virtual server objects.
1.3.6.1.4.1.9.9.161.3.2.4current
ciscoSlbConnectionsGroup
OBJECT-GROUP
The SLB connection objects.
1.3.6.1.4.1.9.9.161.3.2.5current
ciscoSlbVirtualClientsGroup
OBJECT-GROUP
The SLB virtual client objects.
1.3.6.1.4.1.9.9.161.3.2.6current
ciscoSlbStickyObjectsGroup
OBJECT-GROUP
The SLB sticky objects.
1.3.6.1.4.1.9.9.161.3.2.7current
ciscoSlbDfpPasswordGroup
OBJECT-GROUP
SLB DFP password objects.
1.3.6.1.4.1.9.9.161.3.2.8current
ciscoSlbDfpAgentGroup
OBJECT-GROUP
The SLB DFP agent objects.
1.3.6.1.4.1.9.9.161.3.2.9current
ciscoSlbDfpRealGroup
OBJECT-GROUP
The SLB DFP real server objects.
1.3.6.1.4.1.9.9.161.3.2.10current
ciscoSlbNotifEnabledGroup
OBJECT-GROUP
The SLB Notification Truth Value objects.
1.3.6.1.4.1.9.9.161.3.2.11deprecated
ciscoSlbVirtualServersAddGroup
OBJECT-GROUP
A collection of additional SlbVirtualServer objects used to further define an Slb virtual server.
1.3.6.1.4.1.9.9.161.3.2.12current
ciscoSlbNotifGroup
NOTIFICATION-GROUP
A collection of objects providing SLB notifications.
1.3.6.1.4.1.9.9.161.3.2.13deprecated
ciscoSlbSaspGroup
OBJECT-GROUP
The SLB SASP objects.
1.3.6.1.4.1.9.9.161.3.2.14current
ciscoSlbSaspAgentGroup
OBJECT-GROUP
The SLB SASP Agent objects.
1.3.6.1.4.1.9.9.161.3.2.15current
ciscoSlbSaspGroupGroup
OBJECT-GROUP
The SLB SASP Group objects.
1.3.6.1.4.1.9.9.161.3.2.16current
ciscoSlbSaspMemberGroup
OBJECT-GROUP
The SLB SASP Member objects.
1.3.6.1.4.1.9.9.161.3.2.17current
ciscoSlbSaspStatsGroup
OBJECT-GROUP
A collection of objects providing SLB SASP statistics.
1.3.6.1.4.1.9.9.161.3.2.18current
ciscoSlbSaspNotifGroup
NOTIFICATION-GROUP
A collection of objects providing SASP notifications.
1.3.6.1.4.1.9.9.161.3.2.19current
ciscoSlbVServerInfoGroup
OBJECT-GROUP
The list of objects that are applicable to virtual server statistics.
1.3.6.1.4.1.9.9.161.3.2.21deprecated
ciscoSlbVServerIPGroup
OBJECT-GROUP
The list of objects that are applicable to virtual server identified by IP Address/Port.
1.3.6.1.4.1.9.9.161.3.2.22current
ciscoSlbVServerNotifEnabledGroup
OBJECT-GROUP
The object used for enabling/disabling Virtual Server notifications.
1.3.6.1.4.1.9.9.161.3.2.23current
ciscoSlbVServerNotifGroup
NOTIFICATION-GROUP
A collection of objects providing Virtual Server notifications.
1.3.6.1.4.1.9.9.161.3.2.24current
ciscoSlbNotifObjectsGroup
OBJECT-GROUP
A collection of generic objects that are applicable to slb module.
1.3.6.1.4.1.9.9.161.3.2.25current
ciscoSlbNotifEnabledGroupRev2
OBJECT-GROUP
The SLB Notification Truth Value objects.
1.3.6.1.4.1.9.9.161.3.2.26current
ciscoSlbNotifGroupRev2
NOTIFICATION-GROUP
A collection of objects providing SLB notifications.
1.3.6.1.4.1.9.9.161.3.2.27current
ciscoSlbVServerInfoGroupRev1
OBJECT-GROUP
The list of objects that are applicable to virtual server statistics.
1.3.6.1.4.1.9.9.161.3.2.28deprecated
ciscoSlbVServerInfoGroupRev2
OBJECT-GROUP
The list of objects that are applicable to virtual server statistics.
1.3.6.1.4.1.9.9.161.3.2.29current