CISCO-DIST-DIRECTOR-MIB

File: CISCO-DIST-DIRECTOR-MIB.mib (58108 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
DNS-SERVER-MIB INET-ADDRESS-MIB CISCO-TC
SNMP-FRAMEWORK-MIB CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
TimeTicks Integer32 Counter32
Gauge32 Unsigned32 MODULE-COMPLIANCE
NOTIFICATION-GROUP OBJECT-GROUP TEXTUAL-CONVENTION
RowStatus TimeStamp TimeInterval
TruthValue DnsName DnsNameAsIndex
DnsType InetAddressType InetAddress
CiscoPort SnmpAdminString ciscoMgmt

Defined Types

CddMetricType  
This textual convention defines metric types in the DD. There are many criteria which the DD system can use when sorting a list of IP addresses. In order to collect all of the information used for sorting, the DD system can use one or many of the different 'metrics' it has built in. Once a set of metrics are selected and the information has been gathered, there are many different ways to put this information together and arrive at a sorted list. The currently available metrics are as follows. DRP external metric (drpExternal(1)): This metric is gathered by sending a Director Response Protocol (DRP) request to all DRP associated routers, asking them for the number of BGP 'hops' between them and the client originating the DNS/HTTP query/request. DRP internal metric (drpInternal(2)): This metric is gathered by sending a DRP request to all DRP associated routers, asking them for the distance from themselves to the edge of their BGP AS in the direction of the client originating the DNS/HTTP query/request. DRP server metric (drpServer(3)): This metric is gathered by sending a DRP request to all DRP associated routers, asking them for the distance between themselves and their associated remote server. DRP RTT metric (drpRtt(4)): This metric is gathered by sending a DRP request to all DRP associated routers, asking them for the round-trip time between themselves and the client originating the DNS/HTTP query/request. This metric can be used to direct the client to the server that is likely to have a minimum link latency to the client. Administrative preference metric (admin(5)): This metric can be used in order to specify a simple preference of one server over another. Random metric (random(6)): This metric simply selects a random number for each IP address. If only this metric were used, it would result in selecting an IP address at random from the list. Portion metric (portion(7)): This metric enables users to assign a load portion to each server such that servers with a higher portion value will receive a larger percentage of connections at any one time. The Distributed Director uses these portion metric values to determine the percentage of the current number of requests to give to each server. DFP availability metric (dfpAvailability(8)): This metric enables the Director to make server selection based on server load. The DD obtains the server load information from all Dynamic Feedback Protocol (DFP) agents running on local server load balancers. Servers with less load will receive more connections from clients. Route map metric (routeMap(9)): This metric uses the Cisco route map mechanism to perform server selection based on the route from the servers to the client originating the DNS/HTTP query/request.
TEXTUAL-CONVENTION    
  INTEGER drpExternal(1), drpInternal(2), drpServer(3), drpRtt(4), admin(5), random(6), portion(7), dfpAvailability(8), routeMap(9)  

CddMetricPriority  
This textual convention defines a priority level of a metric type. The priority is used by the Distributed Director to determine the order in which metrics are considered for selecting a server. The less the value, the higher the priority is. For example, the DRP external metric's priority has the value '1' and the random metric's priority has the value '2'. All potential server's DRP external metrics are compared first. If multiple servers have the same metric value, the random metrics would be compared next. If multiple metric types have the same priority value, the metrics are added to obtain a composite metric. If a metric's priority has the value of '0', the metric is not considered to determine the best server.
TEXTUAL-CONVENTION    
  Unsigned32 0..101  

CddMetricWeight  
This textual convention defines a weight value for a metric type. When a metric type is referenced to determine the best server, the metric will always be multiplied by its weight. If a metric's weight has the value of '0', the metric is not considered to determine the best server.
TEXTUAL-CONVENTION    
  Unsigned32 0..100  

CddMetricProfileId  
A unique value, greater than zero, which uniquely identifies a metric profile in the DD system. A metric profile contains priority and weight values for all metrics in the profile.
TEXTUAL-CONVENTION    
  Unsigned32 1..4294967295  

CddMetricProfileIdOrZero  
This textual convention is an extension of the CddMetricProfileId convention. The latter defines a greater than zero value to identify a metric profile in the DD system. This extension permits the additional value of '0'. The value '0' is object-specific and must be defined as part of the description of any object which uses this syntax.
TEXTUAL-CONVENTION    
  Unsigned32 0..4294967295  

CddGeneralMetricProfEntry  
SEQUENCE    
  cddGeneralMetricProfId CddMetricProfileId
  cddGeneralMetricProfMetric CddMetricType
  cddGeneralMetricProfPriority CddMetricPriority
  cddGeneralMetricProfWeight CddMetricWeight
  cddGeneralMetricProfRowStatus RowStatus

CddHostEntry  
SEQUENCE    
  cddHostName DnsNameAsIndex
  cddHostQueryType DnsType
  cddHostServicePort CiscoPort
  cddHostPriorityWeight CddMetricProfileIdOrZero
  cddHostDrpMed TruthValue
  cddHostDrpRttProbes Unsigned32
  cddHostDrpRttTol Unsigned32
  cddHostAccessControl TruthValue
  cddHostMultipleRecord Unsigned32
  cddHostLogging TruthValue
  cddHostUrlString SnmpAdminString
  cddHostUrlIntv TimeInterval
  cddHostRequests Counter32
  cddHostReplies Counter32
  cddHostRowStatus RowStatus

CddHostConnectCfgEntry  
SEQUENCE    
  cddHostConnectCfgPort CiscoPort
  cddHostConnectCfgIntv TimeInterval
  cddHostConnectCfgRowStatus RowStatus

CddHostTolCfgEntry  
SEQUENCE    
  cddHostTolCfgPrio CddMetricPriority
  cddHostTolCfgPerc Unsigned32
  cddHostTolCfgRowStatus RowStatus

CddServerEntry  
SEQUENCE    
  cddServerAddrType InetAddressType
  cddServerAddr InetAddress
  cddServerDrpAddrType InetAddressType
  cddServerDrpAddr InetAddress
  cddServerAdmin Integer32
  cddServerPortion Unsigned32
  cddServerName DnsName
  cddServerAvail Unsigned32
  cddServerHits Counter32
  cddServerLastHitTime TimeStamp
  cddServerDrpSerMetric Unsigned32
  cddServerPortionHits Counter32
  cddServerAccessList Unsigned32
  cddServerRowStatus RowStatus

CddServerPortEntry  
SEQUENCE    
  cddServerPortNum CiscoPort
  cddServerPortAdmin Integer32
  cddServerPortConnIntv TimeInterval
  cddServerPortPortion Unsigned32
  cddServerPortAvail Unsigned32
  cddServerPortUrlString SnmpAdminString
  cddServerPortUrlIntv TimeInterval
  cddServerPortHits Counter32
  cddServerPortStatus INTEGER
  cddServerPortDownCertainty Gauge32
  cddServerPortNextRetry TimeTicks
  cddServerPortPortionHits Counter32
  cddServerPortAccessList Unsigned32
  cddServerPortRowStatus RowStatus

CddServerPortMetricEntry  
SEQUENCE    
  cddServerPortMetricType CddMetricType
  cddServerPortMetricWeight CddMetricWeight
  cddServerPortMetricRowStatus RowStatus

CddHostServerMappingEntry  
SEQUENCE    
  cddHostServerMappingServerAddrType InetAddressType
  cddHostServerMappingServerAddr InetAddress
  cddHostServerMappingRowStatus RowStatus

Defined Values

ciscoDistDirMIB 1.3.6.1.4.1.9.9.197
Cisco Distributed Director MIB. The Cisco Distributed Director provides global Internet scalability and increased performance as seen by end users while reducing transmission costs and maximizing end-to-end access performance as seen by clients. The Cisco Distributed Director provides the ability to perform load distribution in a sophisticated manner that takes server availability, relative client-to-server topological proximities ('distances'), server load, and client-to-server link latency into account to determine the 'best' server. Having these provisions means that users need only a single subdomain name or Universal Resource Locator(URL)-embedded hostname for accessing a distributed set of servers. This eliminates the need for end-users to choose a server from a list of possible sites. The Cisco Distributed Director leverages the intelligence in the network to automatically, dynamically, and efficiently pick the 'best' server for the user, using a single hostname or DNS subdomain name. This MIB specification contains definitions of management information of the Distributed Director that can be remotely monitored and controlled. The information includes various statistics, configurations and status of Distributed Director. Some acronyms and terminologies used in this MIB, which may not be readily understood are defined below. DD Distributed Director DRP Director Response Protocol DFP Dynamic Feedback Protocol DNS Domain Name Service HTTP HyperText Transfer Protocol URL Uniform Resource Locator BGP Border Gateway Protocol AS Autonomous System MED Multi-Exit Discriminator RTT Round-Trip Time TCP Transmission Control Protocol NMS Network Management Station CLI Command Line Interface Syslog a de-facto standard for logging system events
MODULE-IDENTITY    

ciscoDistDirMIBObjects 1.3.6.1.4.1.9.9.197.1
OBJECT IDENTIFIER    

cddGeneral 1.3.6.1.4.1.9.9.197.1.1
OBJECT IDENTIFIER    

cddHost 1.3.6.1.4.1.9.9.197.1.2
OBJECT IDENTIFIER    

cddServer 1.3.6.1.4.1.9.9.197.1.3
OBJECT IDENTIFIER    

cddMapping 1.3.6.1.4.1.9.9.197.1.4
OBJECT IDENTIFIER    

cddGeneralMetricProfTable 1.3.6.1.4.1.9.9.197.1.1.1
This table contains a list of metric profiles. A profile can be identified by the index cddGeneralMetricProfId. When a profile's identifier is assigned to an object whose syntax is CddMetricProfileId or CddMetricProfileIdOrZero, all priority and weight values for all metrics in the profile are applied.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CddGeneralMetricProfEntry

cddGeneralMetricProfEntry 1.3.6.1.4.1.9.9.197.1.1.1.1
An entry containing the priority and weight values for a metric in a metric profile. Each entry is associated with a specific metric profile identifier and metric type combination. A profile consists of all entries that have the same cddGeneralMetricProfId value. In a profile, there may be one or more metrics, which can be identified by the index cddGeneralMetricProfMetric. Entries in this table may be queried, created or deleted by NMS.
Status: current Access: not-accessible
OBJECT-TYPE    
  CddGeneralMetricProfEntry  

cddGeneralMetricProfId 1.3.6.1.4.1.9.9.197.1.1.1.1.1
The identifier of a metric profile.
Status: current Access: not-accessible
OBJECT-TYPE    
  CddMetricProfileId  

cddGeneralMetricProfMetric 1.3.6.1.4.1.9.9.197.1.1.1.1.2
The type of a metric in the profile.
Status: current Access: not-accessible
OBJECT-TYPE    
  CddMetricType  

cddGeneralMetricProfPriority 1.3.6.1.4.1.9.9.197.1.1.1.1.3
The priority value of the metric in the profile.
Status: current Access: read-create
OBJECT-TYPE    
  CddMetricPriority  

cddGeneralMetricProfWeight 1.3.6.1.4.1.9.9.197.1.1.1.1.4
The weight value of the metric in the profile.
Status: current Access: read-create
OBJECT-TYPE    
  CddMetricWeight  

cddGeneralMetricProfRowStatus 1.3.6.1.4.1.9.9.197.1.1.1.1.5
The status of the row. This object is used to create a new row or delete an existing row in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cddGeneralQueries 1.3.6.1.4.1.9.9.197.1.1.2
The total number of requests for information the Distributed Director has received. They include DNS queries and HTTP requests for all virtual host names or subdomains.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cddGeneralReplies 1.3.6.1.4.1.9.9.197.1.1.3
The total number of requests for information the Distributed Director has processed. They include DNS queries and HTTP requests for all virtual host names or subdomains.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cddGeneralQueueProcess 1.3.6.1.4.1.9.9.197.1.1.4
The current number of DNS queries and HTTP requests in the queue to be processed by the Distributed Director.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cddGeneralQueueMetric 1.3.6.1.4.1.9.9.197.1.1.5
The current number of outstanding DNS queries and HTTP requests being held until metric information (e.g., DRP internal and DRP external metrics) arrives.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cddGeneralMetricWaitMin 1.3.6.1.4.1.9.9.197.1.1.6
The minimum time DNS/HTTP queries/requests are held before the metric information is processed by the Distributed Director.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

cddGeneralMetricWaitAvg 1.3.6.1.4.1.9.9.197.1.1.7
The average time DNS/HTTP queries/requests are held before the metric information is processed by the Distributed Director.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

cddGeneralMetricWaitMax 1.3.6.1.4.1.9.9.197.1.1.8
The maximum time DNS/HTTP queries/requests are held before the metric information is processed by the Distributed Director.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

cddGeneralCacheHits 1.3.6.1.4.1.9.9.197.1.1.9
Represents the total number of DNS queries and HTTP requests that were satisfied with contents of the Distributed Director cache.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cddGeneralCacheEnable 1.3.6.1.4.1.9.9.197.1.1.10
This object enables/disables the sorting cache on the Distributed Director.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cddGeneralCacheTime 1.3.6.1.4.1.9.9.197.1.1.11
Specifies the minimum amount of time the Distributed Director will retain request and response information to DNS/HTTP queries/requests. This object is not applicable if the value of the cddGeneralCacheEnable object is 'false'.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..2147483  

cddGeneralTTL 1.3.6.1.4.1.9.9.197.1.1.12
Specifies the time-to-live value for the DNS resource records returned by the Distributed Director.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..2147483647  

cddGeneralDefPriorityWeight 1.3.6.1.4.1.9.9.197.1.1.13
Specifies the identifier of a metric profile that is used as the default metric priority and weight values for the Distributed Director. The value '0' indicates that no profile is used as the default priority and weight values.
Status: current Access: read-write
OBJECT-TYPE    
  CddMetricProfileIdOrZero  

cddGeneralQueryRate 1.3.6.1.4.1.9.9.197.1.1.14
The received DNS/HTTP queries/requests rate in the last one second period.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cddGeneralAccessList 1.3.6.1.4.1.9.9.197.1.1.15
Indicates the access list that is assigned to the Distributed Director. The access list is a case- insensitive regular expression that is used to match against DNS name to address translation requested. If the DNS name in the query matches the access list, director processing will be performed; otherwise, the query will be forwarded in the canonical catching name server fashion. The value '0' indicates that no access list is assigned to the Distributed Director.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..199  

cddHostTable 1.3.6.1.4.1.9.9.197.1.2.1
A list of Distributed Director virtual host name or subdomain specific configurations, statistics and status entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CddHostEntry

cddHostEntry 1.3.6.1.4.1.9.9.197.1.2.1.1
An entry containing configurations, statistics and status information for the specified combination of virtual host name/subdomain and query type. Entries in this table may be queried, created or deleted by NMS. Deleting an entry from this table will cause associated entries in the dependent tables (cddHostConnectCfgTable and cddHostTolCfgTable) to be deleted as well.
Status: current Access: not-accessible
OBJECT-TYPE    
  CddHostEntry  

cddHostName 1.3.6.1.4.1.9.9.197.1.2.1.1.1
The name of a virtual host or subdomain.
Status: current Access: not-accessible
OBJECT-TYPE    
  DnsNameAsIndex  

cddHostQueryType 1.3.6.1.4.1.9.9.197.1.2.1.1.2
The type of DNS query for which this host entry information would be used. Currently only query type 'A(1)', 'NS(2)', and 'MX(15)' are supported.
Status: current Access: not-accessible
OBJECT-TYPE    
  DnsType  

cddHostServicePort 1.3.6.1.4.1.9.9.197.1.2.1.1.3
The service port number for the specified combination of virtual host name and query type. Setting this object to the value '0' will disable the usage of the service port.
Status: current Access: read-create
OBJECT-TYPE    
  CiscoPort  

cddHostPriorityWeight 1.3.6.1.4.1.9.9.197.1.2.1.1.4
Specifies the identifier of a metric profile. The priority and weight values for all metrics in the profile are assigned to the specified combination of virtual host name and query type. The value '0' indicates that no profile is assigned to the combination of virtual host name and query type.
Status: current Access: read-create
OBJECT-TYPE    
  CddMetricProfileIdOrZero  

cddHostDrpMed 1.3.6.1.4.1.9.9.197.1.2.1.1.5
Enables/disables the drp-med option. The drp-med option enables the DD to use the BGP MED attribute in redirection decisions in cases where there is more than one DRP agent in the same autonomous system and at least two of the DRP agents point to different exit points for the same client network due to the way that BGP is set up in the AS.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cddHostDrpRttProbes 1.3.6.1.4.1.9.9.197.1.2.1.1.6
The number of round-trip time probes that the DRP agent should attempt.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..3  

cddHostDrpRttTol 1.3.6.1.4.1.9.9.197.1.2.1.1.7
The tolerance percentage value for the drp-rtt metric. If two drp-rtt metrics are within the tolerance percentage of each other in value, they should be assumed to be tied.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..100  

cddHostAccessControl 1.3.6.1.4.1.9.9.197.1.2.1.1.8
Enables/disables the use of access control lists when sorting IP addresses for this hostname. In access control mode, if the IP address of a client is not permitted by the access list associated with a server, that server is removed from selection.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cddHostMultipleRecord 1.3.6.1.4.1.9.9.197.1.2.1.1.9
Specifies the maximum number of DNS resource records that can be returned to DNS clients. For the value '1' of this object, the Distributed Director only returns the 'best' server's IP address in a DNS reply. This object can be used to specify that multiple DNS resource records may be returned in a completely sorted order according to the given priorities of metrics with the 'best' selected by normal criteria as the first one in the list.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..65535  

cddHostLogging 1.3.6.1.4.1.9.9.197.1.2.1.1.10
Specifies if the DNS/HTTP request/response and server selection process are logged via 'syslog' facility. The severity 'info(7)' is used for logging 'syslog' messages.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

cddHostUrlString 1.3.6.1.4.1.9.9.197.1.2.1.1.11
Specifies the URL that is used by the Distributed Director to determine remote server's availability by connecting to the host service port and attempting to retrieve a web page.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

cddHostUrlIntv 1.3.6.1.4.1.9.9.197.1.2.1.1.12
Specifies the duration between two service availability checking processes. The Distributed Director checks the service availability periodically by connecting to the host service port for retrieving a web page with the time duration value of this object. Setting this object to the value '0' will disable the service availability checking.
Status: current Access: read-create
OBJECT-TYPE    
  TimeInterval 0..3276700  

cddHostRequests 1.3.6.1.4.1.9.9.197.1.2.1.1.13
The number of DNS/HTTP queries/requests the Distributed Director has received for the combination of virtual host name and query type.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cddHostReplies 1.3.6.1.4.1.9.9.197.1.2.1.1.14
The number of DNS/HTTP queries/requests the Distributed Director has processed for the combination of virtual host name and query type.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cddHostRowStatus 1.3.6.1.4.1.9.9.197.1.2.1.1.15
The status of the row. This object is used to create a new row or delete an existing row in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cddHostConnectCfgTable 1.3.6.1.4.1.9.9.197.1.2.2
A list of Distributed Director per-host server connect test information entries. This information includes the configuration parameters used by Distributed Director's server connect tests.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CddHostConnectCfgEntry

cddHostConnectCfgEntry 1.3.6.1.4.1.9.9.197.1.2.2.1
A Distributed Director per-host server connect test configuration information entry, which specifies whether and how a TCP connect test should be performed for each server associated with this host. Entries in this table may be queried, created or deleted by NMS. Each entry in this table is dependent on entries in cddHostTable. If the associated entry in cddHostTable that has the same cddHostName and cddHostQueryType values is deleted, the entry in this table is deleted as well.
Status: current Access: not-accessible
OBJECT-TYPE    
  CddHostConnectCfgEntry  

cddHostConnectCfgPort 1.3.6.1.4.1.9.9.197.1.2.2.1.1
A port number, to which a TCP connect test should be performed for each server associated with this host.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoPort 1..65535  

cddHostConnectCfgIntv 1.3.6.1.4.1.9.9.197.1.2.2.1.2
The connect test interval, which is used for empirical verification that the service is available on the port. Setting this object to the value '0' will disable the server connect test on the port for this host.
Status: current Access: read-create
OBJECT-TYPE    
  TimeInterval 0..3276700  

cddHostConnectCfgRowStatus 1.3.6.1.4.1.9.9.197.1.2.2.1.3
The status of the row. This object is used to create a new row or delete an existing row in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cddHostTolCfgTable 1.3.6.1.4.1.9.9.197.1.2.3
A list of Distributed Director per-host priority level metrics tolerance information entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CddHostTolCfgEntry

cddHostTolCfgEntry 1.3.6.1.4.1.9.9.197.1.2.3.1
An entry containing Distributed Director per-host metrics tolerance information at a priority level. If at a priority level two or more remote servers have metric values that are within a certain tolerance percentage of each other, they are considered to be the same and thus causing a 'tie'. In this case, the metrics at the next priority level will be used in order to break the tie. For example, the DRP RTT metric is given priority 1 and the DRP external metric is given priority 2; and the tolerance percentage value is set to 20 at priority 1. If server 'A' has the DRP RTT metric value of 100 and server 'B' has the value of 119, they will be considered the same because their difference is within 20% of the metric value of server 'A'. Then the DRP external metric will be used to select the best server. Entries in this table may be queried, created or deleted by NMS. Each entry in this table is dependent on entries in cddHostTable. If the associated entry in cddHostTable that has the same cddHostName and cddHostQueryType values is deleted, the entry in this table is deleted as well.
Status: current Access: not-accessible
OBJECT-TYPE    
  CddHostTolCfgEntry  

cddHostTolCfgPrio 1.3.6.1.4.1.9.9.197.1.2.3.1.1
Specifies the metrics tolerance priority level for the host.
Status: current Access: not-accessible
OBJECT-TYPE    
  CddMetricPriority 1..101  

cddHostTolCfgPerc 1.3.6.1.4.1.9.9.197.1.2.3.1.2
Specifies the metrics tolerance percentage value associated with the priority level.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 1..100  

cddHostTolCfgRowStatus 1.3.6.1.4.1.9.9.197.1.2.3.1.3
The status of the row. This object is used to create a new row or delete an existing row in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cddServerTable 1.3.6.1.4.1.9.9.197.1.3.1
A list of Distributed Director server specific information entries. This information includes the configuration parameters, statistics and availability status for each server.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CddServerEntry

cddServerEntry 1.3.6.1.4.1.9.9.197.1.3.1.1
An entry containing Distributed Director server specific configuration, statistics and status information. Entries in this table may be queried, created or deleted by NMS. Deleting an entry from this table will cause associated entries in the dependent tables (cddServerPortTable and cddServerPortMetricTable) to be deleted as well.
Status: current Access: not-accessible
OBJECT-TYPE    
  CddServerEntry  

cddServerAddrType 1.3.6.1.4.1.9.9.197.1.3.1.1.1
The type of IP address for the cddServerAddr object. Only the support for the value 'ipv4(1)' is required.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

cddServerAddr 1.3.6.1.4.1.9.9.197.1.3.1.1.2
The IP address of a server that is associated with a virtual host name.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

cddServerDrpAddrType 1.3.6.1.4.1.9.9.197.1.3.1.1.3
The type of IP address for the cddServerDrpAddr object.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

cddServerDrpAddr 1.3.6.1.4.1.9.9.197.1.3.1.1.4
The IP address of the Director Response Protocol (DRP) agent that supports this server.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

cddServerAdmin 1.3.6.1.4.1.9.9.197.1.3.1.1.5
The administrative preference metric value for the server. It specifies the preference of one server over another (the larger the number, the lower the preference). Setting this object to the value '0' will take the server out-of-service. Setting this object to the value '-1' will disable the usage of this metric.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1..100  

cddServerPortion 1.3.6.1.4.1.9.9.197.1.3.1.1.6
Specifies the portion metric value for the server.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

cddServerName 1.3.6.1.4.1.9.9.197.1.3.1.1.7
The host name that will be used in the URL instead of the server's IP address if this server is selected while in HTTP redirector mode.
Status: current Access: read-create
OBJECT-TYPE    
  DnsName  

cddServerAvail 1.3.6.1.4.1.9.9.197.1.3.1.1.8
The default availability metric value for all ports on the server. This value is used if the DFP reported availability value is found to have timed out, or has not been reported yet, or if the associated port for the virtual hostname has not been configured such that the correct availability can not be determined from the DFP information.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

cddServerHits 1.3.6.1.4.1.9.9.197.1.3.1.1.9
The number of times this server has been advertised as the best server for the subdomain or host name.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cddServerLastHitTime 1.3.6.1.4.1.9.9.197.1.3.1.1.10
The last time the server was advertised as the best server for the subdomain name or host name.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

cddServerDrpSerMetric 1.3.6.1.4.1.9.9.197.1.3.1.1.11
Indicates the DRP server metric value of the server.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cddServerPortionHits 1.3.6.1.4.1.9.9.197.1.3.1.1.12
The number of times this server has been advertised as the best server due to the server specific portion metric.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cddServerAccessList 1.3.6.1.4.1.9.9.197.1.3.1.1.13
Indicates the access list that is used to verify if this server should be selectable as a valid choice for a particular client. This list will only be checked if the access control is turned on for the hostname being looked up. The value '0' indicates that no access list is used.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..99  

cddServerRowStatus 1.3.6.1.4.1.9.9.197.1.3.1.1.14
The status of the row. This object is used to create a new row or delete an existing row in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cddServerPortTable 1.3.6.1.4.1.9.9.197.1.3.2
A list of Distributed Director server port specific information entries. This information includes the configuration parameters, statistics and availability status for each service port on servers.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CddServerPortEntry

cddServerPortEntry 1.3.6.1.4.1.9.9.197.1.3.2.1
An entry containing Distributed Director server port specific configuration, statistics and status information. Entries in this table may be queried, created or deleted by NMS. Deleting an entry from this table will cause associated entries in the dependent table (cddServerPortMetricTable) to be deleted as well. Each entry in this table is dependent on entries in cddServerTable. If the associated entry in cddServerTable that has the same cddServerAddrType and cddServerAddr values is deleted, the entry in this table is deleted as well.
Status: current Access: not-accessible
OBJECT-TYPE    
  CddServerPortEntry  

cddServerPortNum 1.3.6.1.4.1.9.9.197.1.3.2.1.1
The service port number of the server.
Status: current Access: not-accessible
OBJECT-TYPE    
  CiscoPort 1..65535  

cddServerPortAdmin 1.3.6.1.4.1.9.9.197.1.3.2.1.2
The administrative preference metric value for the server and the port. It specifies the preference of one server over another (the larger the number, the lower the preference). Setting this object to the value '0' will take the server out-of-service. Setting this object to the value '-1' will disable the usage of this server port specific metric, and the less specific per-server metric value will be used instead.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1..100  

cddServerPortConnIntv 1.3.6.1.4.1.9.9.197.1.3.2.1.3
The connect test interval, which is used for empirical verification that the service is available on this port of the server. Setting this object to the value '0' will disable the server connect test on this port of the server.
Status: current Access: read-create
OBJECT-TYPE    
  TimeInterval 0..3276700  

cddServerPortPortion 1.3.6.1.4.1.9.9.197.1.3.2.1.4
The portion metric value for the port of the server. Setting this object to the value '0' will disable the usage of this 'per-service' metric, and the less specific 'per-server' metric value will be used instead.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

cddServerPortAvail 1.3.6.1.4.1.9.9.197.1.3.2.1.5
The default DFP availability metric value for the port of the server. This value is used if the DFP reported availability value is found to have timed out, has not been reported yet, or if the associated port for the virtual hostname has not been configured such that the correct availability can not be determined from the DFP information. If the default availability has been configured for both the port and the server, the port specific value will be used.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

cddServerPortUrlString 1.3.6.1.4.1.9.9.197.1.3.2.1.6
Specifies the URL that is used by the Distributed Director to determine remote server's availability by connecting to the port of the server and attempting to retrieve a web page.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

cddServerPortUrlIntv 1.3.6.1.4.1.9.9.197.1.3.2.1.7
Specifies the duration between two service availability checking processes. The Distributed Director checks the service availability periodically by connecting to the port of the server for retrieving a web page with the time duration value of this object. If this object has the value of '0', the less specific per-server duration is used.
Status: current Access: read-create
OBJECT-TYPE    
  TimeInterval 0..3276700  

cddServerPortHits 1.3.6.1.4.1.9.9.197.1.3.2.1.8
The number of times the server has been advertised as the best server for the service provided on the port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cddServerPortStatus 1.3.6.1.4.1.9.9.197.1.3.2.1.9
Indicates whether the port service is available or not. The possible service statuses are as follows: undetermined - the service was not tested or the service state can't be determined. up - the service is known to be available. down - the service is known to be unavailable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), undetermined(3)  

cddServerPortDownCertainty 1.3.6.1.4.1.9.9.197.1.3.2.1.10
Indicates the percentage of the downed port service possibility. This value is applicable only if the value of cddServerPortStatus is 'down'.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32 10..100  

cddServerPortNextRetry 1.3.6.1.4.1.9.9.197.1.3.2.1.11
The amount of time left before the next checking of port service availability starts. If the checking of service availability is proceeding, this object has the value '0'.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

cddServerPortPortionHits 1.3.6.1.4.1.9.9.197.1.3.2.1.12
The number of times this server has been advertised as the best server due to the server port specific portion metric.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cddServerPortAccessList 1.3.6.1.4.1.9.9.197.1.3.2.1.13
Indicates the per-port access list that is used to verify if this server should be selectable as a valid choice for a particular client. This list will only be checked if the access control is turned on for the hostname being looked up. If this object has the value of '0', the less specific per-server access list will be used instead.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..99  

cddServerPortRowStatus 1.3.6.1.4.1.9.9.197.1.3.2.1.14
The status of the row. This object is used to create a new row or delete an existing row in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cddServerPortMetricTable 1.3.6.1.4.1.9.9.197.1.3.3
A list of Distributed Director per-service per-metric weight entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CddServerPortMetricEntry

cddServerPortMetricEntry 1.3.6.1.4.1.9.9.197.1.3.3.1
An entry containing Distributed Director per-service per-metric weight information. Entries in this table may be queried, created or deleted by NMS. Each entry in this table is dependent on entries in cddServerTable and cddServerPortTable. If the associated entry in cddServerTable that has the same cddServerAddrType and cddServerAddr values or the associated entry in cddServerPortTable that has the same cddServerPortNum value is deleted, the entry in this table is deleted as well.
Status: current Access: not-accessible
OBJECT-TYPE    
  CddServerPortMetricEntry  

cddServerPortMetricType 1.3.6.1.4.1.9.9.197.1.3.3.1.1
The type of the metric to which the per-service per-metric weight applies. When this metric is referenced with respect to this server and port, the metric's value will be multiplied by the weight given. For example, if one remote server is known to be able to handle twice the load of another remote server, the DFP availability metric's value can be multiplied by a weight of '2' for the slower server and by a weight of '1' for the faster server.
Status: current Access: not-accessible
OBJECT-TYPE    
  CddMetricType  

cddServerPortMetricWeight 1.3.6.1.4.1.9.9.197.1.3.3.1.2
The per-service per-metric weight for the metric. If this object has the value of '0', the host specific weight for the metric will be used instead.
Status: current Access: read-create
OBJECT-TYPE    
  CddMetricWeight  

cddServerPortMetricRowStatus 1.3.6.1.4.1.9.9.197.1.3.3.1.3
The status of the row. This object is used to create a new row or delete an existing row in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cddHostServerMappingTable 1.3.6.1.4.1.9.9.197.1.4.1
This table contains zero or more rows of virtual hostname and query type combination to real server associations. For each virtual hostname and query type combination, there are zero or more real servers associated with it. One real server may be associated with multiple virtual hostname and query type combinations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CddHostServerMappingEntry

cddHostServerMappingEntry 1.3.6.1.4.1.9.9.197.1.4.1.1
An entry containing a particular virtual hostname and query type combination to real server association information.
Status: current Access: not-accessible
OBJECT-TYPE    
  CddHostServerMappingEntry  

cddHostServerMappingServerAddrType 1.3.6.1.4.1.9.9.197.1.4.1.1.1
The type of IP address for the cddHostServerMappingServerAddr object. Only the support for the value 'ipv4(1)' is required.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

cddHostServerMappingServerAddr 1.3.6.1.4.1.9.9.197.1.4.1.1.2
The IP address of one of the servers associated with the combination of the virtual host name and query type.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

cddHostServerMappingRowStatus 1.3.6.1.4.1.9.9.197.1.4.1.1.3
The status of the row. This object is used to create a new row or delete an existing row in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ciscoDistDirMIBNotificationPrefix 1.3.6.1.4.1.9.9.197.2
OBJECT IDENTIFIER    

ciscoDistDirMIBNotifications 1.3.6.1.4.1.9.9.197.2.0
OBJECT IDENTIFIER    

ciscoDistDirEventServerUp 1.3.6.1.4.1.9.9.197.2.0.1
This notification is sent if the state transition of cddServerPortStatus object is from 'down' or 'undetermined' to 'up' state.
Status: current Access: read-create
NOTIFICATION-TYPE    

ciscoDistDirEventServerDown 1.3.6.1.4.1.9.9.197.2.0.2
This notification is sent if the state transition of cddServerPortStatus object is from 'up' or 'undetermined' to 'down' state.
Status: current Access: read-create
NOTIFICATION-TYPE    

ciscoDistDirEventHitRateHigh 1.3.6.1.4.1.9.9.197.2.0.3
High DNS/HTTP queries/requests notification. mteEventTable and mteTriggerThresholdTable in DISMAN-EVENT-MIB can be used to control the trigger of this notification.
Status: current Access: read-create
NOTIFICATION-TYPE    

ciscoDistDirMIBConformance 1.3.6.1.4.1.9.9.197.3
OBJECT IDENTIFIER    

ciscoDistDirMIBCompliances 1.3.6.1.4.1.9.9.197.3.1
OBJECT IDENTIFIER    

ciscoDistDirMIBGroups 1.3.6.1.4.1.9.9.197.3.2
OBJECT IDENTIFIER    

ciscoDistDirMIBCompliance 1.3.6.1.4.1.9.9.197.3.1.1
The compliance statement for entities which implement the Cisco Distributed Director MIB.
Status: current Access: read-create
MODULE-COMPLIANCE    

ciscoDistDirGeneralGroup 1.3.6.1.4.1.9.9.197.3.2.1
A collection of objects providing Distributed Director general configurations, statistics and status.
Status: current Access: read-create
OBJECT-GROUP    

ciscoDistDirHostGroup 1.3.6.1.4.1.9.9.197.3.2.2
A collection of objects providing Distributed Director per virtual hostname configurations, statistics and status.
Status: current Access: read-create
OBJECT-GROUP    

ciscoDistDirServerGroup 1.3.6.1.4.1.9.9.197.3.2.3
A collection of objects providing Distributed Director per server configurations, statistics and status.
Status: current Access: read-create
OBJECT-GROUP    

ciscoDistDirMappingGroup 1.3.6.1.4.1.9.9.197.3.2.4
A collection of object(s) providing the associations between virtual hostnames and real servers.
Status: current Access: read-create
OBJECT-GROUP    

ciscoDistDirNotificationGroup 1.3.6.1.4.1.9.9.197.3.2.5
A collection of objects providing Distributed Director significant events.
Status: current Access: read-create
NOTIFICATION-GROUP