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
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| CISCO-TC | CiscoIpProtocol, CiscoPort |
| ENTITY-MIB | entPhysicalParentRelPos |
| INET-ADDRESS-MIB | InetAddress, InetAddressPrefixLength, InetAddressType, InetPortNumber |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Counter64, Gauge32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DateAndTime, 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
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| 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
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| 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.1 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | Unsigned32 | not-accessible | current |
| 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.2 | Counter32 | read-only | current |
| 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.3 | Counter64 | read-only | current |
| 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.4 | Counter32 | read-only | current |
| 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.5 | Counter64 | read-only | current |
| 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.6 | Counter32 | read-only | current |
| 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.7 | Counter64 | read-only | current |
| 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.8 | Counter32 | read-only | current |
| 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.9 | Counter64 | read-only | current |
| 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.10 | Counter32 | read-only | current |
| 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.11 | Counter64 | read-only | current |
| 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.12 | Counter32 | read-only | current |
| 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.13 | Counter64 | read-only | current |
| 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.14 | Counter32 | read-only | current |
| 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.15 | Counter64 | read-only | current |
| 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.1 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| slbServerFarmName OBJECT-TYPE The name of server farm. | 1.3.6.1.4.1.9.9.161.1.2.1.1.1 | SlbServerString | not-accessible | current |
| 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.2 | SlbPredictor | read-only | current |
| 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.3 | SlbNatSetting | read-create | current |
| 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.4 | Unsigned32 | read-create | current |
| 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.5 | Unsigned32 | read-create | current |
| 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.6 | RowStatus | read-create | current |
| 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.1 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| slbRealServerFarmName OBJECT-TYPE The real server's server farm name. | 1.3.6.1.4.1.9.9.161.1.3.1.1.1 | SlbServerString | not-accessible | current |
| slbRealIpAddress OBJECT-TYPE The IP address of real server. | 1.3.6.1.4.1.9.9.161.1.3.1.1.2 | IpAddress | not-accessible | current |
| 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.3 | CiscoPort | not-accessible | current |
| slbRealState OBJECT-TYPE The current state of real server. | 1.3.6.1.4.1.9.9.161.1.3.1.1.4 | SlbRealServerState | read-create | current |
| 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.5 | Gauge32 | read-only | current |
| 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.6 | Unsigned32 | read-only | current |
| 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.7 | Unsigned32 | read-create | current |
| 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.8 | Unsigned32 (0..65535) | read-create | current |
| 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.9 | Gauge32 | read-only | current |
| 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.10 | Gauge32 | read-only | current |
| 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.11 | Unsigned32 | read-create | current |
| 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.12 | TimeInterval | read-create | current |
| 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.13 | Unsigned32 | read-create | current |
| 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.14 | Unsigned32 | read-create | current |
| 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.15 | Gauge32 | read-only | current |
| 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.16 | Counter32 | read-only | current |
| 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.17 | RowStatus | read-create | current |
| 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.18 | Counter32 | read-only | current |
| 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.19 | Counter64 | read-only | current |
| 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.1 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| slbVirtualServerName OBJECT-TYPE The name of the virtual server. | 1.3.6.1.4.1.9.9.161.1.4.1.1.1 | SlbServerString | not-accessible | current |
| slbVirtualServerState OBJECT-TYPE The state of virtual server. | 1.3.6.1.4.1.9.9.161.1.4.1.1.2 | SlbVirtualServState | read-create | current |
| 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.3 | Unsigned32 | read-only | current |
| slbVirtualIpAddress OBJECT-TYPE The IP address of this virtual server. | 1.3.6.1.4.1.9.9.161.1.4.1.1.4 | IpAddress | read-create | current |
| slbVirtualPort OBJECT-TYPE The port of this virtual server. | 1.3.6.1.4.1.9.9.161.1.4.1.1.5 | CiscoPort | read-create | current |
| slbVirtualProtocol OBJECT-TYPE The protocol for this virtual server. | 1.3.6.1.4.1.9.9.161.1.4.1.1.6 | CiscoIpProtocol | read-create | current |
| 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.7 | SlbVirtualService | read-create | current |
| 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.8 | TruthValue | read-create | current |
| 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.9 | SlbServerString | read-create | current |
| 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.10 | Unsigned32 (1..600) | read-create | current |
| 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.11 | Unsigned32 (10..65535) | read-create | current |
| 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.12 | TimeInterval | read-create | current |
| 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.13 | Unsigned32 | read-create | current |
| 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.14 | Unsigned32 | read-create | current |
| 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.15 | Unsigned32 | read-create | current |
| 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.16 | RowStatus | read-create | current |
| 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.17 | Gauge32 | read-only | current |
| 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.18 | Counter32 | read-only | current |
| 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.19 | Counter64 | read-only | current |
| 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.20 | IpAddress | read-create | current |
| slbVServerInfoTable OBJECT-TYPE This table provides information on virtual servers. | 1.3.6.1.4.1.9.9.161.1.4.2 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | Unsigned32 (1..4294967295) | not-accessible | current |
| 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.2 | SnmpAdminString | read-only | current |
| 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.3 | SnmpAdminString | read-only | current |
| slbVServerState OBJECT-TYPE The state of virtual server. | 1.3.6.1.4.1.9.9.161.1.4.2.1.4 | SlbVirtualServState | read-only | current |
| 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.5 | SnmpAdminString | read-only | current |
| 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.6 | Gauge32 | read-only | current |
| 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.7 | Counter32 | read-only | current |
| 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.8 | Counter32 | read-only | current |
| 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.9 | Counter32 | read-only | current |
| 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.10 | Counter32 | read-only | current |
| 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.11 | Counter64 | read-only | current |
| 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.12 | Counter64 | read-only | current |
| 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.13 | Counter32 | read-only | current |
| 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.14 | Counter32 | read-only | current |
| 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.15 | Counter32 | read-only | deprecated |
| 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.16 | Counter32 | read-only | current |
| 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.17 | Counter32 | read-only | current |
| 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.18 | Counter32 | read-only | current |
| 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.19 | Gauge32 | read-only | current |
| 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.3 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | Unsigned32 (1..4294967295) | not-accessible | current |
| slbVServerIpAddressType OBJECT-TYPE The type of IP address configured in slbVServerIpAddress. | 1.3.6.1.4.1.9.9.161.1.4.3.1.2 | InetAddressType | read-create | current |
| 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.3 | InetAddress | read-create | current |
| 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.4 | InetAddressPrefixLength | read-create | current |
| slbVServerProtocol OBJECT-TYPE The protocol for the virtual server IP address. | 1.3.6.1.4.1.9.9.161.1.4.3.1.5 | CiscoIpProtocol | read-create | current |
| 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.6 | InetPortNumber | read-create | current |
| 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.7 | InetPortNumber | read-create | current |
| slbVServerStorageType OBJECT-TYPE The storage type for this conceptual row. | 1.3.6.1.4.1.9.9.161.1.4.3.1.8 | StorageType | read-create | current |
| 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.9 | RowStatus | read-create | current |
| 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.1 | not-accessible | current | |
| slbConnectionTableEntry OBJECT-TYPE A list of attributes for a particular SLB connection. | 1.3.6.1.4.1.9.9.161.1.5.1.1 | not-accessible | current | |
| slbConnectionIndex OBJECT-TYPE The index to internal structures for the connection. | 1.3.6.1.4.1.9.9.161.1.5.1.1.1 | Unsigned32 | not-accessible | current |
| slbConnectionVirtualIpAddress OBJECT-TYPE The IP address of the virtual server. | 1.3.6.1.4.1.9.9.161.1.5.1.1.2 | IpAddress | not-accessible | current |
| slbConnectionVirtualPort OBJECT-TYPE The port of the virtual server. | 1.3.6.1.4.1.9.9.161.1.5.1.1.3 | CiscoPort | not-accessible | current |
| slbConnectionProtocol OBJECT-TYPE The connection protocol. | 1.3.6.1.4.1.9.9.161.1.5.1.1.4 | CiscoIpProtocol | not-accessible | current |
| slbConnectionClientIpAddr OBJECT-TYPE The client IP address. | 1.3.6.1.4.1.9.9.161.1.5.1.1.5 | IpAddress | not-accessible | current |
| slbConnectionClientPort OBJECT-TYPE The client port. | 1.3.6.1.4.1.9.9.161.1.5.1.1.6 | CiscoPort | not-accessible | current |
| slbConnectionState OBJECT-TYPE The current state of this connection. | 1.3.6.1.4.1.9.9.161.1.5.1.1.7 | SlbConnectionState | read-only | current |
| 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.8 | IpAddress | read-only | current |
| 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.9 | CiscoPort | read-only | current |
| 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.10 | Gauge32 | read-only | current |
| slbConnectionSynCount OBJECT-TYPE The number of SYNs seen from client. | 1.3.6.1.4.1.9.9.161.1.5.1.1.11 | Counter32 | read-only | current |
| 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.1 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | IpAddress | not-accessible | current |
| 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.2 | IpAddress | not-accessible | current |
| 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.3 | TruthValue | read-create | current |
| 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.4 | RowStatus | read-create | current |
| 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.1 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| slbStickyObjectGroupId OBJECT-TYPE The group ID for this sticky object. | 1.3.6.1.4.1.9.9.161.1.7.1.1.1 | Unsigned32 (1..65535) | not-accessible | current |
| 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.2 | IpAddress | not-accessible | current |
| 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.3 | IpAddress | read-create | current |
| 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.4 | Gauge32 | read-only | current |
| 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.5 | Gauge32 | read-only | current |
| 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.6 | RowStatus | read-create | current |
| 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.1 | TruthValue | read-write | deprecated |
| 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.2 | TruthValue | read-write | deprecated |
| 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.3 | TruthValue | read-write | current |
| 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.4 | TruthValue | read-write | current |
| 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.5 | TruthValue | read-write | current |
| slbInetAddressType OBJECT-TYPE The type of IP address configured in slbInetAddress. | 1.3.6.1.4.1.9.9.161.1.8.6 | InetAddressType | accessible-for-notify | current |
| 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.7 | InetAddress | accessible-for-notify | current |
| 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.8 | SlbServerString | accessible-for-notify | current |
| 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.9 | CiscoPort | accessible-for-notify | current |
| 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.1 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | SlbPasswordString | read-create | current |
| 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.2 | TimeInterval | read-create | current |
| 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.3 | RowStatus | read-create | current |
| 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.1 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| slbDfpAgentIpAddress OBJECT-TYPE The DFP agent's IP address. | 1.3.6.1.4.1.9.9.161.1.10.1.1.1 | IpAddress | not-accessible | current |
| slbDfpAgentPort OBJECT-TYPE The DFP agent's port. | 1.3.6.1.4.1.9.9.161.1.10.1.1.2 | CiscoPort | not-accessible | current |
| slbDfpAgentState OBJECT-TYPE The state of the DFP agent. | 1.3.6.1.4.1.9.9.161.1.10.1.1.3 | SlbDfpAgentState | read-only | current |
| 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.4 | TimeInterval | read-create | current |
| 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.5 | Unsigned32 (0..65535) | read-create | current |
| 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.6 | TimeInterval | read-create | current |
| 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.7 | RowStatus | read-create | current |
| 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.1 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| slbDfpRealIpAddress OBJECT-TYPE The DFP agent's IP address | 1.3.6.1.4.1.9.9.161.1.11.1.1.1 | IpAddress | not-accessible | current |
| slbDfpRealProtocol OBJECT-TYPE The protocol of the real server. | 1.3.6.1.4.1.9.9.161.1.11.1.1.2 | CiscoIpProtocol | not-accessible | current |
| slbDfpRealPort OBJECT-TYPE The port number of the real server. | 1.3.6.1.4.1.9.9.161.1.11.1.1.3 | CiscoPort | not-accessible | current |
| 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.4 | Unsigned32 | not-accessible | current |
| 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.5 | Unsigned32 (0..65535) | read-create | current |
| 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.6 | RowStatus | read-create | current |
| 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.1 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | SnmpAdminString | read-write | current |
| 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.2 | TruthValue | read-write | current |
| 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.3 | SlbSaspLBHealth | read-only | current |
| 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.4 | SlbSaspRedundancy | read-only | current |
| 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.5 | Unsigned32 | read-only | current |
| 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.6 | Unsigned32 | read-only | current |
| 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.1 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | InetAddressType | not-accessible | current |
| 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.2 | InetAddress | not-accessible | current |
| 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.3 | InetPortNumber | not-accessible | current |
| 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.4 | SnmpAdminString | read-create | current |
| 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.5 | SlbSaspAgentState | read-only | current |
| 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.6 | DateAndTime | read-only | current |
| 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.7 | RowStatus | read-create | current |
| 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.1 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | SnmpAdminString | not-accessible | current |
| 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.2 | RowStatus | read-create | current |
| 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.1 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| slbSaspMemberIpAddressType OBJECT-TYPE Defines the IP address type of the slbSaspMemberIpAddress. | 1.3.6.1.4.1.9.9.161.1.15.1.1.1 | InetAddressType | not-accessible | current |
| 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.2 | InetAddress | not-accessible | current |
| 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.3 | InetPortNumber | not-accessible | current |
| 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.4 | CiscoIpProtocol | not-accessible | current |
| 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.5 | Unsigned32 (0..65535) | read-only | current |
| 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.6 | TruthValue | read-only | current |
| 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.7 | Unsigned32 (0..65535) | read-only | current |
| 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.8 | Unsigned32 (0..65535) | read-create | current |
| 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.9 | Counter32 | read-only | current |
| 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.10 | DateAndTime | read-only | current |
| 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.11 | RowStatus | read-create | current |
| 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.1 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | Counter32 | read-only | current |
| 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.2 | Counter32 | read-only | current |
| 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.3 | Counter32 | read-only | current |
| 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.4 | Counter32 | read-only | current |
| 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.5 | Counter32 | read-only | current |
| 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.6 | Counter32 | read-only | current |
| 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.7 | Counter32 | read-only | current |
| 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.8 | Counter32 | read-only | current |
| 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.9 | Counter32 | read-only | current |
| 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.10 | Counter32 | read-only | current |
| 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.11 | Counter32 | read-only | current |
| 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
| Name | OID | Status |
|---|---|---|
| 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.1 | deprecated |
| 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.2 | deprecated |
| 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.3 | current |
| 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.4 | current |
| ciscoSlbVServerStateChange NOTIFICATION-TYPE The notification generated when a virtual server state is changed. | 1.3.6.1.4.1.9.9.161.2.0.5 | current |
| 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.6 | current |
| 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.7 | current |
| 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.8 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| 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.1 | deprecated |
| 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.2 | deprecated |
| 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.3 | deprecated |
| 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.4 | deprecated |
| 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.5 | deprecated |
| 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.6 | deprecated |
| 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.7 | current |
| ciscoSlbStatsGroup OBJECT-GROUP SLB Statistic objects. | 1.3.6.1.4.1.9.9.161.3.2.1 | current |
| ciscoSlbServerFarmsGroup OBJECT-GROUP The SLB serverfarm objects. | 1.3.6.1.4.1.9.9.161.3.2.2 | current |
| ciscoSlbRealServersGroup OBJECT-GROUP The SLB real server objects. | 1.3.6.1.4.1.9.9.161.3.2.3 | current |
| ciscoSlbVirtualServersGroup OBJECT-GROUP The SLB virtual server objects. | 1.3.6.1.4.1.9.9.161.3.2.4 | current |
| ciscoSlbConnectionsGroup OBJECT-GROUP The SLB connection objects. | 1.3.6.1.4.1.9.9.161.3.2.5 | current |
| ciscoSlbVirtualClientsGroup OBJECT-GROUP The SLB virtual client objects. | 1.3.6.1.4.1.9.9.161.3.2.6 | current |
| ciscoSlbStickyObjectsGroup OBJECT-GROUP The SLB sticky objects. | 1.3.6.1.4.1.9.9.161.3.2.7 | current |
| ciscoSlbDfpPasswordGroup OBJECT-GROUP SLB DFP password objects. | 1.3.6.1.4.1.9.9.161.3.2.8 | current |
| ciscoSlbDfpAgentGroup OBJECT-GROUP The SLB DFP agent objects. | 1.3.6.1.4.1.9.9.161.3.2.9 | current |
| ciscoSlbDfpRealGroup OBJECT-GROUP The SLB DFP real server objects. | 1.3.6.1.4.1.9.9.161.3.2.10 | current |
| ciscoSlbNotifEnabledGroup OBJECT-GROUP The SLB Notification Truth Value objects. | 1.3.6.1.4.1.9.9.161.3.2.11 | deprecated |
| 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.12 | current |
| ciscoSlbNotifGroup NOTIFICATION-GROUP A collection of objects providing SLB notifications. | 1.3.6.1.4.1.9.9.161.3.2.13 | deprecated |
| ciscoSlbSaspGroup OBJECT-GROUP The SLB SASP objects. | 1.3.6.1.4.1.9.9.161.3.2.14 | current |
| ciscoSlbSaspAgentGroup OBJECT-GROUP The SLB SASP Agent objects. | 1.3.6.1.4.1.9.9.161.3.2.15 | current |
| ciscoSlbSaspGroupGroup OBJECT-GROUP The SLB SASP Group objects. | 1.3.6.1.4.1.9.9.161.3.2.16 | current |
| ciscoSlbSaspMemberGroup OBJECT-GROUP The SLB SASP Member objects. | 1.3.6.1.4.1.9.9.161.3.2.17 | current |
| ciscoSlbSaspStatsGroup OBJECT-GROUP A collection of objects providing SLB SASP statistics. | 1.3.6.1.4.1.9.9.161.3.2.18 | current |
| ciscoSlbSaspNotifGroup NOTIFICATION-GROUP A collection of objects providing SASP notifications. | 1.3.6.1.4.1.9.9.161.3.2.19 | current |
| 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.21 | deprecated |
| 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.22 | current |
| ciscoSlbVServerNotifEnabledGroup OBJECT-GROUP The object used for enabling/disabling Virtual Server notifications. | 1.3.6.1.4.1.9.9.161.3.2.23 | current |
| ciscoSlbVServerNotifGroup NOTIFICATION-GROUP A collection of objects providing Virtual Server notifications. | 1.3.6.1.4.1.9.9.161.3.2.24 | current |
| 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.25 | current |
| ciscoSlbNotifEnabledGroupRev2 OBJECT-GROUP The SLB Notification Truth Value objects. | 1.3.6.1.4.1.9.9.161.3.2.26 | current |
| ciscoSlbNotifGroupRev2 NOTIFICATION-GROUP A collection of objects providing SLB notifications. | 1.3.6.1.4.1.9.9.161.3.2.27 | current |
| 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.28 | deprecated |
| 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.29 | current |