CISCO-LOCAL-DIRECTOR-MIB

File: CISCO-LOCAL-DIRECTOR-MIB.mib (45161 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMP-FRAMEWORK-MIB
SNMPv2-CONF CISCO-SMI

Imported symbols

MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
IpAddress Integer32 Counter32
TEXTUAL-CONVENTION TimeStamp SnmpAdminString
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
ciscoMgmt

Defined Types

CldMachineState  
The state of a real or virtual machine. inService: normal. outOfService: manually taken offline. testing: machine has failed, but is being tested for availability. failed: machine has failed. maxCapacity: machine has reached connection limit. maintenance: manually taken offine, and when brought back online, sticky associations will not be cleared. stickyOnly: machine will only accept new connections for which a 'Sticky Association' already exists in cache. externalFailed: An external management application determined that the real or virtual server is no longer available to service connections. The management application has indicated such to this LD and this LD has failed the server.
TEXTUAL-CONVENTION    
  INTEGER inService(1), outOfService(2), testing(3), failed(4), maxCapacity(5), maintenance(6), stickyOnly(7), externalFailed(8)  

CldFailoverEnabledState  
Indicates if failover mechanism is turned on or off for this LocalDirector. failoverOn: normal failoverOff: manually taken offline
TEXTUAL-CONVENTION    
  INTEGER failoverOn(1), failoverOff(2)  

CldFailoverCableState  
Indicates state of serial failover cable between LocalDirector units. normalConnected: cable connected on both sides and both units powered on. otherSidePoweredOff: cable connected on both sides, but other unit is powered off. mySideNotConnected: my side of serial cable is not connected. otherSideNotConnected: my side of serial cable is connected, but other unit is not connected. badCable: problem is detected with serial cable.
TEXTUAL-CONVENTION    
  INTEGER normalConnected(1), otherSidePoweredOff(2), mySideNotConnected(3), otherSideNotConnected(4), badCable(5)  

CldFailoverUnitTypeDescriptor  
Indicates LocalDirector's role in failover setup; primary or secondary. primary: Primary end of serial cable plugged into unit. secondary: Secondary end of serial cable plugged into unit.
TEXTUAL-CONVENTION    
  INTEGER primary(1), secondary(2)  

CldFailoverUnitStatusDescriptor  
Indicates LocalDirector's current activity; active or standby. active: LocalDirector is currently active and handling load-balancing for site. standby:LocalDirector is currently not active and is only monitoring 'active' unit.
TEXTUAL-CONVENTION    
  INTEGER active(1), standby(2)  

MachineProtocol  
IP protocol number defining the protocol used for sending packets between the client and the Virtual Server. protocolTypeAll : signifies that all IP protocol numbers are handled by the GLoBal Service Manager for this Virtual Server. protocolTypeTCP : signifies that TCP/IP is the protocol used for sending packets between the client and the Virtual Server. protocolTypeUDP : signifies that UDP/IP is the protocol used for sending packets between the client and the Virtual Server. protocolTypeGRE : signifies that Generic Routing Encapulation (GRE) is used for sending packets between the client and the Virtual Server.
TEXTUAL-CONVENTION    
  INTEGER protocolTypeAll(0), protocolTypeTCP(6), protocolTypeUDP(17), protocolTypeGRE(47)  

MachineBindID  
Used to associate clients with a Virtual Server. A 0 value indicates all clients are associated with the Virtual Server.
TEXTUAL-CONVENTION    
  INTEGER 0..65535  

CldVirtualTableEntry  
SEQUENCE    
  cldVirtualIpAddress IpAddress
  cldVirtualPort Integer32
  cldVirtualBindID Integer32
  cldVirtualState CldMachineState
  cldVirtualTotalConnections Counter32
  cldVirtualTotalPackets Counter32
  cldVirtualTotalBytes Counter32
  cldVirtualWeight Integer32

CldRealTableEntry  
SEQUENCE    
  cldRealIpAddress IpAddress
  cldRealPort Integer32
  cldRealState CldMachineState
  cldRealTotalConnections Counter32
  cldRealTotalPackets Counter32
  cldRealTotalBytes Counter32
  cldRealWeight Integer32

CldeVirtualTableEntry  
SEQUENCE    
  cldeVirtualIpAddress IpAddress
  cldeVirtualPort Integer32
  cldeVirtualBindID Integer32
  cldeVirtualProtocol MachineProtocol
  cldeVirtualState CldMachineState
  cldeVirtualTotalConnections Counter32
  cldeVirtualTotalPackets Counter32
  cldeVirtualTotalBytes Counter32
  cldeVirtualWeight Integer32

CldeRealTableEntry  
SEQUENCE    
  cldeRealIpAddress IpAddress
  cldeRealPort Integer32
  cldeRealBindID MachineBindID
  cldeRealProtocol MachineProtocol
  cldeRealState CldMachineState
  cldeRealTotalConnections Counter32
  cldeRealTotalPackets Counter32
  cldeRealTotalBytes Counter32
  cldeRealWeight Integer32

CldexVirtualTableEntry  
SEQUENCE    
  cldexVirtualIpAddress IpAddress
  cldexVirtualPort Integer32
  cldexVirtualBindID Integer32
  cldexVirtualProtocol MachineProtocol
  cldexVirtualRule SnmpAdminString
  cldexVirtualState CldMachineState
  cldexVirtualTotalConnections Counter32
  cldexVirtualTotalPackets Counter32
  cldexVirtualTotalBytes Counter32
  cldexVirtualWeight Integer32

Defined Values

ciscoLocalDirectorMIB 1.3.6.1.4.1.9.9.99
The MIB module to view information about LocalDirector. The Cisco LocalDirector is a device designed for the purpose of load balancing TCP traffic at an Internet site. To implement load balancing, an IP address (and optionally a port and a 'bind ID') is chosen to be the publically accessible 'virtual machine'. Then a number of actual Internet servers are 'bound' to this virtual machine. The servers are called 'real machines'. The relationships between virtual and real machines can be one to many, many to one, or many to many. More detailed information about the LocalDirector is available in the 'Cisco LocalDirector Installation and Configuration Guide', available online at www.cisco.com.
MODULE-IDENTITY    

ciscoLocalDirectorMIBObjects 1.3.6.1.4.1.9.9.99.1
OBJECT IDENTIFIER    

cldVirtualMachine 1.3.6.1.4.1.9.9.99.1.1
OBJECT IDENTIFIER    

cldRealMachine 1.3.6.1.4.1.9.9.99.1.2
OBJECT IDENTIFIER    

cldFailover 1.3.6.1.4.1.9.9.99.1.3
OBJECT IDENTIFIER    

cldVirtualTable 1.3.6.1.4.1.9.9.99.1.1.1
Information about all Virtual machines that exist on LocalDirector.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CldVirtualTableEntry

cldVirtualTableEntry 1.3.6.1.4.1.9.9.99.1.1.1.1
A LocalDirector Virtual Table entry. Entries are added to this table via the 'virtual' command on the command line interface.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  CldVirtualTableEntry  

cldVirtualIpAddress 1.3.6.1.4.1.9.9.99.1.1.1.1.1
The IP address of the virtual machine.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  IpAddress  

cldVirtualPort 1.3.6.1.4.1.9.9.99.1.1.1.1.2
The TCP port of the virtual machine (default is 0, which is all ports).
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

cldVirtualBindID 1.3.6.1.4.1.9.9.99.1.1.1.1.3
The Bind ID of the virtual machine (default is 0, which is for all clients.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

cldVirtualState 1.3.6.1.4.1.9.9.99.1.1.1.1.4
The service state of the virtual machine.
Status: obsolete Access: read-only
OBJECT-TYPE    
  CldMachineState  

cldVirtualTotalConnections 1.3.6.1.4.1.9.9.99.1.1.1.1.5
The total number of connections to/from the virtual machine since reboot.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter32  

cldVirtualTotalPackets 1.3.6.1.4.1.9.9.99.1.1.1.1.6
The total number of packets to/from the virtual machine since reboot.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter32  

cldVirtualTotalBytes 1.3.6.1.4.1.9.9.99.1.1.1.1.7
The total number of bytes to/from the virtual machine since reboot.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter32  

cldVirtualWeight 1.3.6.1.4.1.9.9.99.1.1.1.1.8
The weight reflects the availability of a virtual machine, which is the total weights/availability of all real machines bound the virtual machine.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

cldRealTable 1.3.6.1.4.1.9.9.99.1.2.1
Information about all Real machines that exist on LocalDirector.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CldRealTableEntry

cldRealTableEntry 1.3.6.1.4.1.9.9.99.1.2.1.1
A LocalDirector Real Table entry. Entries are added via the 'real' command on the command line interface.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  CldRealTableEntry  

cldRealIpAddress 1.3.6.1.4.1.9.9.99.1.2.1.1.1
The IP address of the real machine.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  IpAddress  

cldRealPort 1.3.6.1.4.1.9.9.99.1.2.1.1.2
The TCP port of the real machine (default is 0, which is all ports).
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

cldRealState 1.3.6.1.4.1.9.9.99.1.2.1.1.3
The service state of the real machine (defaul is 0, which is all clients.
Status: obsolete Access: read-only
OBJECT-TYPE    
  CldMachineState  

cldRealTotalConnections 1.3.6.1.4.1.9.9.99.1.2.1.1.4
The total number of connections to this machine since reboot.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter32  

cldRealTotalPackets 1.3.6.1.4.1.9.9.99.1.2.1.1.5
The total number of packets to/from the real machine since reboot.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter32  

cldRealTotalBytes 1.3.6.1.4.1.9.9.99.1.2.1.1.6
The total number of bytes to/from the real machine since reboot.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Counter32  

cldRealWeight 1.3.6.1.4.1.9.9.99.1.2.1.1.7
The weight for the real machine.
Status: obsolete Access: read-write
OBJECT-TYPE    
  Integer32 0..2147483647  

cldeVirtualTable 1.3.6.1.4.1.9.9.99.1.1.2
Information about all Virtual machines that exist on LocalDirector.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CldeVirtualTableEntry

cldeVirtualTableEntry 1.3.6.1.4.1.9.9.99.1.1.2.1
A LocalDirector Virtual Table entry. Entries are added to this table via the 'virtual' command on the command line interface.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  CldeVirtualTableEntry  

cldeVirtualIpAddress 1.3.6.1.4.1.9.9.99.1.1.2.1.1
The IP address of the virtual machine.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  IpAddress  

cldeVirtualPort 1.3.6.1.4.1.9.9.99.1.1.2.1.2
The TCP port of the virtual machine (default is 0, which is all ports).
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

cldeVirtualBindID 1.3.6.1.4.1.9.9.99.1.1.2.1.3
The Bind ID of the virtual machine (default is 0, which is for all clients.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

cldeVirtualProtocol 1.3.6.1.4.1.9.9.99.1.1.2.1.4
The TCP/UDP protocol field value used in sending packets to this Virtual Server.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  MachineProtocol  

cldeVirtualState 1.3.6.1.4.1.9.9.99.1.1.2.1.5
The service state of the virtual machine.
Status: deprecated Access: read-only
OBJECT-TYPE    
  CldMachineState  

cldeVirtualTotalConnections 1.3.6.1.4.1.9.9.99.1.1.2.1.6
The total number of connections to/from the virtual machine since reboot.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

cldeVirtualTotalPackets 1.3.6.1.4.1.9.9.99.1.1.2.1.7
The total number of packets to/from the virtual machine since reboot.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

cldeVirtualTotalBytes 1.3.6.1.4.1.9.9.99.1.1.2.1.8
The total number of bytes to/from the virtual machine since reboot.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Counter32  

cldeVirtualWeight 1.3.6.1.4.1.9.9.99.1.1.2.1.9
The weight reflects the availability of a virtual machine, which is the total weights/availability of all real machines bound the virtual machine.
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

cldeRealTable 1.3.6.1.4.1.9.9.99.1.2.2
Information about all Real machines that exist on LocalDirector.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CldeRealTableEntry

cldeRealTableEntry 1.3.6.1.4.1.9.9.99.1.2.2.1
A LocalDirector Real Table entry. Entries are added via the 'real' command on the command line interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  CldeRealTableEntry  

cldeRealIpAddress 1.3.6.1.4.1.9.9.99.1.2.2.1.1
The IP address of the real machine.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

cldeRealPort 1.3.6.1.4.1.9.9.99.1.2.2.1.2
The TCP port of the real machine (default is 0, which is all ports).
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

cldeRealBindID 1.3.6.1.4.1.9.9.99.1.2.2.1.3
The Bind ID of the Real Server.
Status: current Access: not-accessible
OBJECT-TYPE    
  MachineBindID  

cldeRealProtocol 1.3.6.1.4.1.9.9.99.1.2.2.1.4
The TCP/UDP protocol field value used in sending packets to this Real Server.
Status: current Access: not-accessible
OBJECT-TYPE    
  MachineProtocol  

cldeRealState 1.3.6.1.4.1.9.9.99.1.2.2.1.5
The service state of the real machine (defaul is 0, which is all clients.
Status: current Access: read-only
OBJECT-TYPE    
  CldMachineState  

cldeRealTotalConnections 1.3.6.1.4.1.9.9.99.1.2.2.1.6
The total number of connections to this machine since reboot.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cldeRealTotalPackets 1.3.6.1.4.1.9.9.99.1.2.2.1.7
The total number of packets to/from the real machine since reboot.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cldeRealTotalBytes 1.3.6.1.4.1.9.9.99.1.2.2.1.8
The total number of bytes to/from the real machine since reboot.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cldeRealWeight 1.3.6.1.4.1.9.9.99.1.2.2.1.9
The weight for the real machine.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 0..2147483647  

cldexVirtualTable 1.3.6.1.4.1.9.9.99.1.1.3
Information about all Virtual machines that exist on LocalDirector.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CldexVirtualTableEntry

cldexVirtualTableEntry 1.3.6.1.4.1.9.9.99.1.1.3.1
A LocalDirector Virtual Table entry. Entries are added to this table via the 'virtual' command on the command line interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  CldexVirtualTableEntry  

cldexVirtualIpAddress 1.3.6.1.4.1.9.9.99.1.1.3.1.1
The IP address of the virtual machine.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

cldexVirtualPort 1.3.6.1.4.1.9.9.99.1.1.3.1.2
The TCP port of the virtual machine (default is 0, which is all ports).
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

cldexVirtualBindID 1.3.6.1.4.1.9.9.99.1.1.3.1.3
The Bind ID of the virtual machine (default is 0, which is for all clients.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

cldexVirtualProtocol 1.3.6.1.4.1.9.9.99.1.1.3.1.4
The TCP/UDP protocol field value used in sending packets to this Virtual Server.
Status: current Access: not-accessible
OBJECT-TYPE    
  MachineProtocol  

cldexVirtualRule 1.3.6.1.4.1.9.9.99.1.1.3.1.5
The administratively assigned content rule name associated with this Virtual Server.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString Size(0..8)  

cldexVirtualState 1.3.6.1.4.1.9.9.99.1.1.3.1.6
The service state of the virtual machine.
Status: current Access: read-only
OBJECT-TYPE    
  CldMachineState  

cldexVirtualTotalConnections 1.3.6.1.4.1.9.9.99.1.1.3.1.7
The total number of connections to/from the virtual machine since reboot.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cldexVirtualTotalPackets 1.3.6.1.4.1.9.9.99.1.1.3.1.8
The total number of packets to/from the virtual machine since reboot.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cldexVirtualTotalBytes 1.3.6.1.4.1.9.9.99.1.1.3.1.9
The total number of bytes to/from the virtual machine since reboot.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cldexVirtualWeight 1.3.6.1.4.1.9.9.99.1.1.3.1.10
The weight reflects the availability of a virtual machine, which is the total weights/availability of all real machines bound the virtual machine.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

cldFailoverEnabled 1.3.6.1.4.1.9.9.99.1.3.1
Is failover mechanism enabled.
Status: current Access: read-only
OBJECT-TYPE    
  CldFailoverEnabledState  

cldFailoverCableStatus 1.3.6.1.4.1.9.9.99.1.3.2
Status of failover serial cable.
Status: current Access: read-only
OBJECT-TYPE    
  CldFailoverCableState  

cldFailoverUnitType 1.3.6.1.4.1.9.9.99.1.3.3
The failover unit type, which is determined by Failover serial cable; primary or secondary.
Status: current Access: read-only
OBJECT-TYPE    
  CldFailoverUnitTypeDescriptor  

cldFailoverUnitStatus 1.3.6.1.4.1.9.9.99.1.3.4
The unit's failover activity; active or standby.
Status: current Access: read-only
OBJECT-TYPE    
  CldFailoverUnitStatusDescriptor  

cldFailoverActiveTimeStamp 1.3.6.1.4.1.9.9.99.1.3.5
The value of sysUpTime when unit went active.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

ciscoLocalDirectorMIBNotificationPrefix 1.3.6.1.4.1.9.9.99.2
OBJECT IDENTIFIER    

ciscoLocalDirectorMIBNotifications 1.3.6.1.4.1.9.9.99.2.0
OBJECT IDENTIFIER    

ciscoLocalDirectorVirtualStateChange 1.3.6.1.4.1.9.9.99.2.0.1
When a Virtual machine changes state, a notification is sent.
Status: obsolete Access: read-only
NOTIFICATION-TYPE    

ciscoLocalDirectorRealStateChange 1.3.6.1.4.1.9.9.99.2.0.2
When a Real machine changes state, a notification is sent.
Status: obsolete Access: read-only
NOTIFICATION-TYPE    

ciscoLocalDirectorFailoverEnableChange 1.3.6.1.4.1.9.9.99.2.0.3
Failover is turned on/off.
Status: current Access: read-only
NOTIFICATION-TYPE    

ciscoLocalDirectorFailoverCableChange 1.3.6.1.4.1.9.9.99.2.0.4
Failover's serial cable has a status change.
Status: current Access: read-only
NOTIFICATION-TYPE    

ciscoLocalDirectorFailoverUnitStatus 1.3.6.1.4.1.9.9.99.2.0.5
Failover event occurs.
Status: current Access: read-only
NOTIFICATION-TYPE    

ciscoLocalDirectorEVirtualStateChange 1.3.6.1.4.1.9.9.99.2.0.6
When a Virtual machine changes state, a notification is sent.
Status: deprecated Access: read-only
NOTIFICATION-TYPE    

ciscoLocalDirectorERealStateChange 1.3.6.1.4.1.9.9.99.2.0.7
When a Real machine changes state, a notification is sent.
Status: current Access: read-only
NOTIFICATION-TYPE    

ciscoLocalDirectorExVirtualStateChange 1.3.6.1.4.1.9.9.99.2.0.8
When a Virtual machine changes state, a notification is sent.
Status: current Access: read-only
NOTIFICATION-TYPE    

ciscoLocalDirectorMIBConformance 1.3.6.1.4.1.9.9.99.3
OBJECT IDENTIFIER    

ciscoLocalDirectorMIBCompliances 1.3.6.1.4.1.9.9.99.3.1
OBJECT IDENTIFIER    

ciscoLocalDirectorMIBGroups 1.3.6.1.4.1.9.9.99.3.2
OBJECT IDENTIFIER    

ciscoLocalDirectorMIBCompliance 1.3.6.1.4.1.9.9.99.3.1.1
The compliance statement for entities which implement the Cisco LocalDirector MIB.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

ciscoLocalDirectorMIBGroup 1.3.6.1.4.1.9.9.99.3.2.1
A collection of objects providing the LocalDirector MIB capability.
Status: obsolete Access: read-only
OBJECT-GROUP    

ciscoLocalDirectorFailoverGroup 1.3.6.1.4.1.9.9.99.3.2.2
A collection of objects providing the LocalDirector MIB capability.
Status: current Access: read-only
OBJECT-GROUP    

ciscoLocalDirectorEMIBGroup 1.3.6.1.4.1.9.9.99.3.2.3
A collection of objects providing the LocalDirector MIB capability.
Status: deprecated Access: read-only
OBJECT-GROUP    

ciscoLocalDirectorNotificationGroup 1.3.6.1.4.1.9.9.99.3.2.4
A collection of objects providing the LocalDirector MIB capability.
Status: obsolete Access: read-only
NOTIFICATION-GROUP    

ciscoLocalDirectorNotificationGroupRev1 1.3.6.1.4.1.9.9.99.3.2.5
A collection of objects providing the LocalDirector MIB capability.
Status: deprecated Access: read-only
NOTIFICATION-GROUP    

ciscoLocalDirectorEMIBGroupRev1 1.3.6.1.4.1.9.9.99.3.2.6
A collection of objects providing the LocalDirector MIB capability.
Status: current Access: read-only
OBJECT-GROUP    

ciscoLocalDirectorNotificationGroupRev2 1.3.6.1.4.1.9.9.99.3.2.7
A collection of objects providing the LocalDirector MIB capability.
Status: current Access: read-only
NOTIFICATION-GROUP