CISCO-LOCAL-DIRECTOR-MIB
AI MIB Summary
The CISCO-LOCAL-DIRECTOR-MIB provides SNMP access to monitor the configuration and operational status of Cisco LocalDirector load balancers, specifically tracking virtual machine bindings, real server states, and TCP traffic distribution metrics. This module enables administrators to retrieve detailed session statistics, server health indicators, and load distribution ratios to manage the one-to-many or many-to-many relationships between public virtual IPs and backend real machines.
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.
85
Objects
Active
Status
6
Dependencies
Imported Objects
Objects
85 total| Object Name |
|---|
ciscoLocalDirectorMIB OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.99 |
RFC1155-SMI Unknown .1.3.6.1.4.1.9.9.99 |
ciscoLocalDirectorMIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.99.1 |
cldVirtualMachine OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.99.1.1 |
cldVirtualTableInformation about all Virtual machines that exist on
LocalDirector.obsolete SEQUENCE OF CldVirtualTableEntry .1.3.6.1.4.1.9.9.99.1.1.1 |
cldVirtualTableEntryA LocalDirector Virtual Table entry. Entries are
added to this table via the 'virtual' command on the
command line interface.obsolete CldVirtualTableEntry .1.3.6.1.4.1.9.9.99.1.1.1.1 |
cldVirtualIpAddressThe IP address of the virtual machine.obsolete IpAddress .1.3.6.1.4.1.9.9.99.1.1.1.1.1 |
cldVirtualPortThe TCP port of the virtual machine (default is 0,
which is all ports).obsolete INTEGER .1.3.6.1.4.1.9.9.99.1.1.1.1.2 |
cldVirtualBindIDThe Bind ID of the virtual machine (default is 0,
which is for all clients.obsolete INTEGER .1.3.6.1.4.1.9.9.99.1.1.1.1.3 |
cldVirtualStateThe service state of the virtual machine.roobsolete CldMachineState -- Rsyntax INTEGER { -- inService(1), -- outOfService(2), -- testing(3), -- failed(4), -- maxCapacity(5), -- maintenance(6), -- stickyOnly(7), -- externalFailed(8) -- } .1.3.6.1.4.1.9.9.99.1.1.1.1.4 |
cldVirtualTotalConnectionsThe total number of connections to/from the virtual
machine since reboot.roobsolete Counter .1.3.6.1.4.1.9.9.99.1.1.1.1.5 |
cldVirtualTotalPacketsThe total number of packets to/from the virtual
machine since reboot.roobsolete Counter .1.3.6.1.4.1.9.9.99.1.1.1.1.6 |
cldVirtualTotalBytesThe total number of bytes to/from the virtual machine
since reboot.roobsolete Counter .1.3.6.1.4.1.9.9.99.1.1.1.1.7 |
cldVirtualWeightThe weight reflects the availability of a virtual
machine, which is the total weights/availability of
all real machines bound the virtual machine.roobsolete INTEGER .1.3.6.1.4.1.9.9.99.1.1.1.1.8 |
cldeVirtualTableInformation about all Virtual machines that exist on
LocalDirector.deprecated SEQUENCE OF CldeVirtualTableEntry .1.3.6.1.4.1.9.9.99.1.1.2 |
cldeVirtualTableEntryA LocalDirector Virtual Table entry. Entries are
added to this table via the 'virtual' command on the
command line interface.deprecated CldeVirtualTableEntry .1.3.6.1.4.1.9.9.99.1.1.2.1 |
cldeVirtualIpAddressThe IP address of the virtual machine.deprecated IpAddress .1.3.6.1.4.1.9.9.99.1.1.2.1.1 |
cldeVirtualPortThe TCP port of the virtual machine (default is 0,
which is all ports).deprecated INTEGER .1.3.6.1.4.1.9.9.99.1.1.2.1.2 |
cldeVirtualBindIDThe Bind ID of the virtual machine (default is 0,
which is for all clients.deprecated INTEGER .1.3.6.1.4.1.9.9.99.1.1.2.1.3 |
cldeVirtualProtocolThe TCP/UDP protocol field value used in sending
packets to this Virtual Server.deprecated MachineProtocol -- Rsyntax INTEGER { -- ?? enum value of zero may cause problems -- protocolTypeAll(0), -- protocolTypeTCP(6), -- protocolTypeUDP(17), -- protocolTypeGRE(47) -- } .1.3.6.1.4.1.9.9.99.1.1.2.1.4 |
cldeVirtualStateThe service state of the virtual machine.rodeprecated CldMachineState -- Rsyntax INTEGER { -- inService(1), -- outOfService(2), -- testing(3), -- failed(4), -- maxCapacity(5), -- maintenance(6), -- stickyOnly(7), -- externalFailed(8) -- } .1.3.6.1.4.1.9.9.99.1.1.2.1.5 |
cldeVirtualTotalConnectionsThe total number of connections to/from the virtual
machine since reboot.rodeprecated Counter .1.3.6.1.4.1.9.9.99.1.1.2.1.6 |
cldeVirtualTotalPacketsThe total number of packets to/from the virtual
machine since reboot.rodeprecated Counter .1.3.6.1.4.1.9.9.99.1.1.2.1.7 |
cldeVirtualTotalBytesThe total number of bytes to/from the virtual machine
since reboot.rodeprecated Counter .1.3.6.1.4.1.9.9.99.1.1.2.1.8 |
cldeVirtualWeightThe weight reflects the availability of a virtual
machine, which is the total weights/availability of
all real machines bound the virtual machine.rodeprecated INTEGER .1.3.6.1.4.1.9.9.99.1.1.2.1.9 |
cldexVirtualTableInformation about all Virtual machines that exist on
LocalDirector. SEQUENCE OF CldexVirtualTableEntry .1.3.6.1.4.1.9.9.99.1.1.3 |
cldexVirtualTableEntryA LocalDirector Virtual Table entry. Entries are
added to this table via the 'virtual' command on the
command line interface. CldexVirtualTableEntry .1.3.6.1.4.1.9.9.99.1.1.3.1 |
cldexVirtualIpAddressThe IP address of the virtual machine. IpAddress .1.3.6.1.4.1.9.9.99.1.1.3.1.1 |
cldexVirtualPortThe TCP port of the virtual machine (default is 0,
which is all ports). INTEGER .1.3.6.1.4.1.9.9.99.1.1.3.1.2 |
cldexVirtualBindIDThe Bind ID of the virtual machine (default is 0,
which is for all clients. INTEGER .1.3.6.1.4.1.9.9.99.1.1.3.1.3 |
cldexVirtualProtocolThe TCP/UDP protocol field value used in sending
packets to this Virtual Server. MachineProtocol -- Rsyntax INTEGER { -- ?? enum value of zero may cause problems -- protocolTypeAll(0), -- protocolTypeTCP(6), -- protocolTypeUDP(17), -- protocolTypeGRE(47) -- } .1.3.6.1.4.1.9.9.99.1.1.3.1.4 |
cldexVirtualRuleThe administratively assigned content rule
name associated with this Virtual Server. SnmpAdminString .1.3.6.1.4.1.9.9.99.1.1.3.1.5 |
cldexVirtualStateThe service state of the virtual machine.ro CldMachineState -- Rsyntax INTEGER { -- inService(1), -- outOfService(2), -- testing(3), -- failed(4), -- maxCapacity(5), -- maintenance(6), -- stickyOnly(7), -- externalFailed(8) -- } .1.3.6.1.4.1.9.9.99.1.1.3.1.6 |
cldexVirtualTotalConnectionsThe total number of connections to/from the virtual
machine since reboot.ro Counter .1.3.6.1.4.1.9.9.99.1.1.3.1.7 |
cldexVirtualTotalPacketsThe total number of packets to/from the virtual
machine since reboot.ro Counter .1.3.6.1.4.1.9.9.99.1.1.3.1.8 |
cldexVirtualTotalBytesThe total number of bytes to/from the virtual machine
since reboot.ro Counter .1.3.6.1.4.1.9.9.99.1.1.3.1.9 |
cldexVirtualWeightThe weight reflects the availability of a virtual
machine, which is the total weights/availability of
all real machines bound the virtual machine.ro INTEGER .1.3.6.1.4.1.9.9.99.1.1.3.1.10 |
cldRealMachine OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.99.1.2 |
cldRealTableInformation about all Real machines that exist on
LocalDirector.obsolete SEQUENCE OF CldRealTableEntry .1.3.6.1.4.1.9.9.99.1.2.1 |
cldRealTableEntryA LocalDirector Real Table entry. Entries are added
via the 'real' command on the command line interface.obsolete CldRealTableEntry .1.3.6.1.4.1.9.9.99.1.2.1.1 |
cldRealIpAddressThe IP address of the real machine.obsolete IpAddress .1.3.6.1.4.1.9.9.99.1.2.1.1.1 |
cldRealPortThe TCP port of the real machine (default is 0, which
is all ports).obsolete INTEGER .1.3.6.1.4.1.9.9.99.1.2.1.1.2 |
cldRealStateThe service state of the real machine (defaul is 0,
which is all clients.roobsolete CldMachineState -- Rsyntax INTEGER { -- inService(1), -- outOfService(2), -- testing(3), -- failed(4), -- maxCapacity(5), -- maintenance(6), -- stickyOnly(7), -- externalFailed(8) -- } .1.3.6.1.4.1.9.9.99.1.2.1.1.3 |
cldRealTotalConnectionsThe total number of connections to this machine
since reboot.roobsolete Counter .1.3.6.1.4.1.9.9.99.1.2.1.1.4 |
cldRealTotalPacketsThe total number of packets to/from the real machine
since reboot.roobsolete Counter .1.3.6.1.4.1.9.9.99.1.2.1.1.5 |
cldRealTotalBytesThe total number of bytes to/from the real machine
since reboot.roobsolete Counter .1.3.6.1.4.1.9.9.99.1.2.1.1.6 |
cldRealWeightThe weight for the real machine.rwobsolete INTEGER .1.3.6.1.4.1.9.9.99.1.2.1.1.7 |
cldeRealTableInformation about all Real machines that exist on
LocalDirector. SEQUENCE OF CldeRealTableEntry .1.3.6.1.4.1.9.9.99.1.2.2 |
cldeRealTableEntryA LocalDirector Real Table entry. Entries are added
via the 'real' command on the command line interface. CldeRealTableEntry .1.3.6.1.4.1.9.9.99.1.2.2.1 |
cldeRealIpAddressThe IP address of the real machine. IpAddress .1.3.6.1.4.1.9.9.99.1.2.2.1.1 |
cldeRealPortThe TCP port of the real machine (default is 0, which
is all ports). INTEGER .1.3.6.1.4.1.9.9.99.1.2.2.1.2 |
cldeRealBindIDThe Bind ID of the Real Server. MachineBindID -- Rsyntax INTEGER .1.3.6.1.4.1.9.9.99.1.2.2.1.3 |
cldeRealProtocolThe TCP/UDP protocol field value used in sending
packets to this Real Server. MachineProtocol -- Rsyntax INTEGER { -- ?? enum value of zero may cause problems -- protocolTypeAll(0), -- protocolTypeTCP(6), -- protocolTypeUDP(17), -- protocolTypeGRE(47) -- } .1.3.6.1.4.1.9.9.99.1.2.2.1.4 |
cldeRealStateThe service state of the real machine (defaul is 0,
which is all clients.ro CldMachineState -- Rsyntax INTEGER { -- inService(1), -- outOfService(2), -- testing(3), -- failed(4), -- maxCapacity(5), -- maintenance(6), -- stickyOnly(7), -- externalFailed(8) -- } .1.3.6.1.4.1.9.9.99.1.2.2.1.5 |
cldeRealTotalConnectionsThe total number of connections to this machine
since reboot.ro Counter .1.3.6.1.4.1.9.9.99.1.2.2.1.6 |
cldeRealTotalPacketsThe total number of packets to/from the real machine
since reboot.ro Counter .1.3.6.1.4.1.9.9.99.1.2.2.1.7 |
cldeRealTotalBytesThe total number of bytes to/from the real machine
since reboot.ro Counter .1.3.6.1.4.1.9.9.99.1.2.2.1.8 |
cldeRealWeightThe weight for the real machine.rw INTEGER .1.3.6.1.4.1.9.9.99.1.2.2.1.9 |
cldFailover OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.99.1.3 |
cldFailoverEnabledIs failover mechanism enabled.ro CldFailoverEnabledState -- Rsyntax INTEGER { -- failoverOn(1), -- failoverOff(2) -- } .1.3.6.1.4.1.9.9.99.1.3.1 |
cldFailoverCableStatusStatus of failover serial cable.ro CldFailoverCableState -- Rsyntax INTEGER { -- normalConnected(1), -- otherSidePoweredOff(2), -- mySideNotConnected(3), -- otherSideNotConnected(4), -- badCable(5) -- } .1.3.6.1.4.1.9.9.99.1.3.2 |
cldFailoverUnitTypeThe failover unit type, which is determined by
Failover serial cable; primary or secondary.ro CldFailoverUnitTypeDescriptor -- Rsyntax INTEGER { -- primary(1), -- secondary(2) -- } .1.3.6.1.4.1.9.9.99.1.3.3 |
cldFailoverUnitStatusThe unit's failover activity; active or standby.ro CldFailoverUnitStatusDescriptor -- Rsyntax INTEGER { -- active(1), -- standby(2) -- } .1.3.6.1.4.1.9.9.99.1.3.4 |
cldFailoverActiveTimeStampThe value of sysUpTime when unit went active.ro TimeStamp -- Rsyntax TimeTicks .1.3.6.1.4.1.9.9.99.1.3.5 |
ciscoLocalDirectorMIBNotificationPrefix OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.99.2 |
ciscoLocalDirectorMIBNotifications OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.99.2.0 |
ciscoLocalDirectorVirtualStateChangeWhen a Virtual machine changes state, a notification
is sent. TRAP-TYPE .1.3.6.1.4.1.9.9.99.2.0.1 |
ciscoLocalDirectorRealStateChangeWhen a Real machine changes state, a notification is
sent. TRAP-TYPE .1.3.6.1.4.1.9.9.99.2.0.2 |
ciscoLocalDirectorFailoverEnableChangeFailover is turned on/off. TRAP-TYPE .1.3.6.1.4.1.9.9.99.2.0.3 |
ciscoLocalDirectorFailoverCableChangeFailover's serial cable has a status change. TRAP-TYPE .1.3.6.1.4.1.9.9.99.2.0.4 |
ciscoLocalDirectorFailoverUnitStatusFailover event occurs. TRAP-TYPE .1.3.6.1.4.1.9.9.99.2.0.5 |
ciscoLocalDirectorEVirtualStateChangeWhen a Virtual machine changes state, a notification
is sent. TRAP-TYPE .1.3.6.1.4.1.9.9.99.2.0.6 |
ciscoLocalDirectorERealStateChangeWhen a Real machine changes state, a notification is
sent. TRAP-TYPE .1.3.6.1.4.1.9.9.99.2.0.7 |
ciscoLocalDirectorExVirtualStateChangeWhen a Virtual machine changes state, a notification
is sent. TRAP-TYPE .1.3.6.1.4.1.9.9.99.2.0.8 |
ciscoLocalDirectorMIBConformance OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.99.3 |
ciscoLocalDirectorMIBCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.99.3.1 |
ciscoLocalDirectorMIBCompliance OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.99.3.1.1 |
ciscoLocalDirectorMIBGroups OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.99.3.2 |
ciscoLocalDirectorMIBGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.99.3.2.1 |
ciscoLocalDirectorFailoverGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.99.3.2.2 |
ciscoLocalDirectorEMIBGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.99.3.2.3 |
ciscoLocalDirectorNotificationGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.99.3.2.4 |
ciscoLocalDirectorNotificationGroupRev1 OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.99.3.2.5 |
ciscoLocalDirectorEMIBGroupRev1 OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.99.3.2.6 |
ciscoLocalDirectorNotificationGroupRev2 OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.99.3.2.7 |