CISCO-GSLB-DNS-MIB: View SNMP OID List / Download MIB
VENDOR: CISCO
Home | MIB: CISCO-GSLB-DNS-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
ciscoGslbDnsMIB | 1.3.6.1.4.1.9.9.595 |
The MIB defines objects for status and statistics information of DNS related operations of Global Server Load Balancer(GSLB). The MIB defines objects for global statistical information like DNS queries received, DNS responses sent, etc. Further it defines objects for answer, answer group, domain list, source address list, proximity rule and DNS rule statistics. It also defines related notifications. Acronyms and terminology: DNS : Domain Name System (RFC1035) D-proxy : Local DNS name server of the client. Answer : Refers to resources to which the GSLB device resolves DNS requests that it receives. There are three possible types of answers: Virtual IP (VIP) : Addresses associated with a server load balancer device, a web server, a cache, etc. Name Server (NS) : Configured DNS name server on the network that can answer queries that the GSLB device can not resolve. Content Routing Agent (CRA) : A device which uses a resolution process called DNS race to send identical and simultaneous responses back to a client D-proxy for proximity determination. Answer group : A logical grouping of answers. It is a set of virtual IP address (VIP), name server (NS), or content routing agent (CRA) addresses from which an individual answer is selected and used to reply to a content request. Answers are grouped together as resource pools. The GSLB device, using one of a number of available balance methods, can choose the most appropriate resource to serve each user request from the answers in an answer group. Balance method : A balance method is an algorithm for selecting the best server for replying to a DNS query. Domain list : A collection of domain names for Internet or intranet resources that have been delegated to the GSLB device for DNS query responses. Domain lists either contain complete domain names or regular expression that specifies a pattern by which the GSLB device matches incoming DNS requests. Source address list : A collection of IP addresses or address blocks meant to hold information about known D-proxies. This information is used by the GSLB device while answering DNS queries. DNS rule : A rule which controls the operation of GSLB device. It identifies the actions to be performed by the GSLB device when it receives a DNS request from a known source (a member of a source address list) for a known domain (a member of a domain list) by specifying which response (answer) is to be given to the requesting D-proxy and how that answer is chosen. Proximity : Refers to the distance or delay, in terms of network topology and not geographic distance, between the requesting client D-proxy and the resources corresponding to that request. Proximity probing : To respond to DNS requests with the most proximate answers, the GSLB device communicates with a probing device located in each proximity zone to gather round-trip time (RTT) metric information measured between the requesting client D-proxy and the zone. The GSLB device then directs client requests to an available resource with the lowest RTT value. Proximity subsystem : Component within the GSLB device responsible for proximity determination. Clause : A clause specifies that a particular answer group serve the request and a specific balance method be used to select the best resource from that answer group. Boomerang server : A method of proximity routing used by GSLB device with CRAs. It is also known as DNS race. The boomerang method is based on the concept that instantaneous proximity can be determined if a CRA within each data center sends a DNS A-record (IP address) at the exact same time to the requesting D-proxy. This gives all CRAs a chance at resolving a client request and allows for proximity to be determined without probing the client D-proxy. Whichever DNS A-record is received first by the D-proxy is, by default, considered to be the most proximate. For the GSLB device to initiate a DNS race, it needs to establish the following two pieces of information for each CRA: (a) The delay between the GSLB device and each of the CRAs in each data center. With this data, the GSLB device computes how long to delay the race from each data center, so that each CRA starts the race simultaneously. (b) The online status of the CRAs. With this data, the GSLB device knows not to forward requests to any CRA that is not responding. The boomerang server on the GSLB device gathers this information by sending keepalive messages at predetermined intervals. The boomerang server uses this data, along with the IP addresses of the CRAs, to request the exact start time of the DNS race. If the CRA response is to be accepted by the D-proxy, each CRA must spoof the IP address of the GSLB device to which the original DNS request was sent. |
||
ciscoGslbDnsMIBNotifs | 1.3.6.1.4.1.9.9.595.0 | |||
ciscoGslbDnsEventClause | 1.3.6.1.4.1.9.9.595.0.1 |
This notification is sent when transition occurs from use of one clause to another for selecting an answer on a DNS rule match. For example a transition is said to have occured, when a DNS rule uses a clause identified by cgdSecondClauseId instead of cgdFirstClauseId. -cgdFirstClauseId contains the clause number used for selecting the most recent answer for a DNS rule. -cgdSecondClauseId contains the clause number that was previously used to select an answer for the DNS rule. |
||
ciscoGslbAnswerEventStatusChange | 1.3.6.1.4.1.9.9.595.0.2 |
This notification is sent when the value of cgdAnswerStatus changes from one state to another. |
||
ciscoGslbDnsMIBObjects | 1.3.6.1.4.1.9.9.595.1 | |||
cgdNotifControl | 1.3.6.1.4.1.9.9.595.1.1 | |||
cgdDnsClauseNotifEnable | 1.3.6.1.4.1.9.9.595.1.1.1 | truthvalue | read-write |
This object is used for administratively enabling/disabling the ciscoGslbDnsEventClause notification. |
cgdDnsAnswerNotifEnable | 1.3.6.1.4.1.9.9.595.1.1.2 | truthvalue | read-write |
This object is used for administratively enabling/disabling the ciscoGslbAnswerEventStatusChange notification. |
cgdNotifObjects | 1.3.6.1.4.1.9.9.595.1.2 | |||
cgdAnswerPrevStatus | 1.3.6.1.4.1.9.9.595.1.2.1 | ciscogslbanswerstatus | no-access |
This object is used for sending the value of cgdAnswerStatus before transitioning to new state. |
cgdGlobal | 1.3.6.1.4.1.9.9.595.1.3 | |||
cgdTotalDomains | 1.3.6.1.4.1.9.9.595.1.3.1 | unsigned32 | read-only |
This object specifies the total number of domains configured. The value of this object corresponds to the number of entries in the cgdDomainTable. |
cgdTotalDomainLists | 1.3.6.1.4.1.9.9.595.1.3.2 | unsigned32 | read-only |
This object specifies the total number of domain lists configured. The value of this object corresponds to the number of entries in the cgdDomainListTable. |
cgdTotalSourceAddresses | 1.3.6.1.4.1.9.9.595.1.3.3 | unsigned32 | read-only |
This object specifies the total number of source addresses configured. The value of this object corresponds to the number of entries in the cgdSourceAddressTable. |
cgdTotalSourceAddressLists | 1.3.6.1.4.1.9.9.595.1.3.4 | unsigned32 | read-only |
This object specifies the total number of source address lists configured. The value of this object corresponds to the number of entries in the cgdSourceAddressListTable. |
cgdTotalAnswers | 1.3.6.1.4.1.9.9.595.1.3.5 | unsigned32 | read-only |
This object specifies the total number of answers configured. The value of this object corresponds to the number of entries in the cgdAnswerTable. |
cgdTotalAnswerGroups | 1.3.6.1.4.1.9.9.595.1.3.6 | unsigned32 | read-only |
This object specifies the total number of answer groups configured. The value of this object corresponds to the number of entries in the cgdAnswerGroupTable. |
cgdTotalRules | 1.3.6.1.4.1.9.9.595.1.3.7 | unsigned32 | read-only |
This object specifies the total number of DNS rules configured. The value of this object corresponds to the number of entries in the cgdDnsRuleTable. |
cgdAnsTrapRateLimit | 1.3.6.1.4.1.9.9.595.1.3.8 | unsigned32 | read-only |
This object specifies the maximum rate at which the ciscoGslbAnswerEventStatusChange notifications can be sent. |
cgdDnsClauseTrapRateLimit | 1.3.6.1.4.1.9.9.595.1.3.9 | unsigned32 | read-only |
This object specifies the maximum rate at which the ciscoGslbDnsEventClause notifications can be sent. |
cgdGlobalStats | 1.3.6.1.4.1.9.9.595.1.4 | |||
cgdDnsRcvdQueries | 1.3.6.1.4.1.9.9.595.1.4.1 | counter32 | read-only |
This object specifies the number of DNS queries received. |
cgdDnsRcvdHostAddrQueries | 1.3.6.1.4.1.9.9.595.1.4.2 | counter32 | read-only |
This object specifies the number of DNS queries with QTYPE value 1(A) or 255(*) received. |
cgdDnsUnmatchedQueries | 1.3.6.1.4.1.9.9.595.1.4.3 | counter32 | read-only |
This object specifies the number of DNS queries received for which no answer could be found. |
cgdDnsDroppedQueries | 1.3.6.1.4.1.9.9.595.1.4.4 | counter32 | read-only |
This object specifies the number of DNS queries dropped. |
cgdNSFwdSentQueries | 1.3.6.1.4.1.9.9.595.1.4.5 | counter32 | read-only |
This object specifies the number of queries forwarded to an external DNS name server for resolution. |
cgdNSFwdRcvdResps | 1.3.6.1.4.1.9.9.595.1.4.6 | counter32 | read-only |
This object specifies the number of responses received for queries that were forwarded to an external DNS name server for resolution. |
cgdBoomServSentReqs | 1.3.6.1.4.1.9.9.595.1.4.7 | counter32 | read-only |
This object specifies the number of requests sent by the Boomerang server to initiate a DNS race. |
cgdProxLkupSentReqs | 1.3.6.1.4.1.9.9.595.1.4.8 | counter32 | read-only |
This object specifies the number of proximity lookup requests sent to the proximity subsystem. |
cgdProxLkupRcvdResps | 1.3.6.1.4.1.9.9.595.1.4.9 | counter32 | read-only |
This object specifies the number of proximity lookup responses received from the proximity subsystem. |
cgdDnsQueryRateCurrent | 1.3.6.1.4.1.9.9.595.1.4.10 | gauge32 | read-only |
This object specifies the current rate at which DNS queries are being received. |
cgdDnsQueryRatePeak | 1.3.6.1.4.1.9.9.595.1.4.11 | unsigned32 | read-only |
This object specifies the peak rate at which DNS queries have been received. |
cgdDnsUdpSrcPortErrs | 1.3.6.1.4.1.9.9.595.1.4.12 | counter32 | read-only |
This object specifies the number of DNS queries received with UDP source port value as zero. |
cgdDnsTcpSrcPortErrs | 1.3.6.1.4.1.9.9.595.1.4.13 | counter32 | read-only |
This object specifies the number of DNS queries received with TCP source port value as zero. |
cgdDnsPollSockErrs | 1.3.6.1.4.1.9.9.595.1.4.14 | counter32 | read-only |
The value of this object is the sum of socket errors, of all the gslb processes running on the gslb device. Examples of socket errors: Connection refused, No route to host, Communication error on send, Protocol not available, Network is unreachable. |
cgdDroppedAnsNotifs | 1.3.6.1.4.1.9.9.595.1.4.15 | unsigned32 | read-only |
The value of this object is the total number of ciscoGslbAnswerEventStatusChange notifications dropped since the network management portion of the system was last re-initialized. These notifications are dropped when the limit configured in cgdAnsTrapRateLimit is reached. |
cgdDroppedDnsClauseNotifs | 1.3.6.1.4.1.9.9.595.1.4.16 | unsigned32 | read-only |
The value of this object is the total number of ciscoGslbDnsEventClause notifications dropped since the network management portion of the system was last re-initialized. These notifications are dropped when the limit configured in cgdDnsClauseTrapRateLimit is reached. |
cgdAnswer | 1.3.6.1.4.1.9.9.595.1.5 | |||
cgdAnswerGroupTable | 1.3.6.1.4.1.9.9.595.1.5.1 | no-access |
This table is used to configure answer groups. This table consists a list of answer groups that are configured and the number of hits on that answer. |
|
1.3.6.1.4.1.9.9.595.1.5.1.1 | no-access |
Each entry contains answer group specific statistics. Entries can be added/deleted by administrator action. |
||
cgdAnswerGroupName | 1.3.6.1.4.1.9.9.595.1.5.1.1.1 | snmpadminstring | no-access |
This object specifies the name given uniquely for an answer group. |
cgdAnswerGroupType | 1.3.6.1.4.1.9.9.595.1.5.1.1.2 | ciscogslbanswertype | read-only |
This object specifies the type of answers contained in this answer group. The value of this object can not be modified when cgdAnswerGroupRowStatus is 'active'. This object is mandatory for a row creation. |
cgdAnswerGroupHits | 1.3.6.1.4.1.9.9.595.1.5.1.1.3 | counter32 | read-only |
This object specifies the number of times the answers in this group were sent as a reply for a DNS query since the GSLB device was last started. |
cgdAnswerGroupStorageType | 1.3.6.1.4.1.9.9.595.1.5.1.1.4 | storagetype | read-only |
This object specifies the storage type for this conceptual row. |
cgdAnswerGroupRowStatus | 1.3.6.1.4.1.9.9.595.1.5.1.1.5 | rowstatus | read-only |
This object is used to create/delete an entry in the cgdAnswerGroupTable |
cgdAnswerTable | 1.3.6.1.4.1.9.9.595.1.5.2 | no-access |
This table is used to configure the answers. This table contains the configurable parameters for an answer as well as the statistics for each answer. |
|
1.3.6.1.4.1.9.9.595.1.5.2.1 | no-access |
Each entry contains answer specific statistics and status information. Entries can be added/deleted/modified by administrator action. The following objects are mandatory for a row creation: cgdAnswerType cgdAnswerAddress |
||
cgdAnswerId | 1.3.6.1.4.1.9.9.595.1.5.2.1.1 | unsigned32 | no-access |
This object uniquely identifies an answer. |
cgdAnswerType | 1.3.6.1.4.1.9.9.595.1.5.2.1.2 | ciscogslbanswertype | read-only |
This object specifies the type value for the answer. The value of this object can not be modified when cgdAnswerRowStatus is 'active'. |
cgdAnswerAddressType | 1.3.6.1.4.1.9.9.595.1.5.2.1.3 | inetaddresstype | read-only |
This object specifies the type for answer IP address that is returned to DNS client or used for NS query or CRA DNS race. |
cgdAnswerAddress | 1.3.6.1.4.1.9.9.595.1.5.2.1.4 | inetaddress | read-only |
This object specifies the answer IP address that is returned to client or used for NS query or CRA DNS race. The type of IP address is identified by cgdAnswerAddressType. |
cgdAnswerName | 1.3.6.1.4.1.9.9.595.1.5.2.1.5 | snmpadminstring | read-only |
This object specifies the name given uniquely for an answer. |
cgdAnswerGrpName | 1.3.6.1.4.1.9.9.595.1.5.2.1.6 | snmpadminstring | read-only |
This object specifies the answer group list, to which an answer is associated. Its value must be same as the value configured in cgdAnswerGroupTable. |
cgdAnswerAdminState | 1.3.6.1.4.1.9.9.595.1.5.2.1.7 | ciscogslbansweradminstate | read-only |
This object is used to administratively activate/suspend an answer. |
cgdAnswerStatus | 1.3.6.1.4.1.9.9.595.1.5.2.1.8 | ciscogslbanswerstatus | read-only |
This object specifies the most recently known status of an answer. If cgdAnswerAdminState is changed to 'suspended' then cgdAnswerStatus should change to 'suspended'. If cgdAnswerAdminState is changed to 'active' then the cgdAnswerStatus should change to 'online'/'offline' depending on whether the answer is avialable or not. |
cgdAnswerHits | 1.3.6.1.4.1.9.9.595.1.5.2.1.9 | counter32 | read-only |
This object specifies the number of times this answer was used in replying for a DNS query the DNS reply since the GSLB device was last started. |
cgdAnswerRate1Min | 1.3.6.1.4.1.9.9.595.1.5.2.1.10 | gauge32 | read-only |
This object specifies the average per second hit count for the answer, calculated during the last one minute. |
cgdAnswerRate5Min | 1.3.6.1.4.1.9.9.595.1.5.2.1.11 | gauge32 | read-only |
This object specifies the average per second hit count for the answer, calculated during the last 5 minute interval. |
cgdAnswerRate30Min | 1.3.6.1.4.1.9.9.595.1.5.2.1.12 | gauge32 | read-only |
This object specifies the average per second hit count for the answer, calculated during the last 30 minute interval. |
cgdAnswerRate4Hr | 1.3.6.1.4.1.9.9.595.1.5.2.1.13 | gauge32 | read-only |
This object specifies the average per second hit count for the answer, calculated during the last 4 hour interval. |
cgdAnswerStorageType | 1.3.6.1.4.1.9.9.595.1.5.2.1.14 | storagetype | read-only |
This object specifies the storage type for this conceptual row. |
cgdAnswerRowStatus | 1.3.6.1.4.1.9.9.595.1.5.2.1.15 | rowstatus | read-only |
This object is used to create/delete an entry in the cgdAnswerTable |
cgdDomain | 1.3.6.1.4.1.9.9.595.1.6 | |||
cgdDomainListTable | 1.3.6.1.4.1.9.9.595.1.6.1 | no-access |
This table is used to create domain lists. This table consists the domain lists configured and its associated hits. |
|
1.3.6.1.4.1.9.9.595.1.6.1.1 | no-access |
Each entry contains domain list specific statistics and status information. Entries can be added/deleted by administrator action. |
||
cgdDomainListName | 1.3.6.1.4.1.9.9.595.1.6.1.1.1 | snmpadminstring | no-access |
This object specifies the name given uniquely for a domain list. |
cgdDomainListHits | 1.3.6.1.4.1.9.9.595.1.6.1.1.2 | counter32 | read-only |
This object specifies the number of times the domains in this domain list was queried since the GSLB device was last started. |
cgdDomainListStorageType | 1.3.6.1.4.1.9.9.595.1.6.1.1.3 | storagetype | read-only |
This object specifies the storage type for this conceptual row. |
cgdDomainListRowStatus | 1.3.6.1.4.1.9.9.595.1.6.1.1.4 | rowstatus | read-only |
This object is used to create/delete an entry in the cgdDomainListTable. |
cgdDomainTable | 1.3.6.1.4.1.9.9.595.1.6.2 | no-access |
This table is used to configure domain entries. This table consists the domain names and its association to the domain lists. |
|
1.3.6.1.4.1.9.9.595.1.6.2.1 | no-access |
Each entry contains domain specific statistics and status information. Entries can be added/deleted/modified by administrator action. The following objects are mandatory for the creation of a row: cgdDomainName cgdDomainList |
||
cgdDomainId | 1.3.6.1.4.1.9.9.595.1.6.2.1.1 | unsigned32 | no-access |
This object uniquely identifies a domain. |
cgdDomainName | 1.3.6.1.4.1.9.9.595.1.6.2.1.2 | inetaddressdns | read-only |
This object specifies, the user assigned DNS name or regular expression for the domain. |
cgdDomainList | 1.3.6.1.4.1.9.9.595.1.6.2.1.3 | snmpadminstring | read-only |
This object specifies the domain list to which this domain is associated. Its value must be same as the value configured in cgdDomainListTable. |
cgdDomainHits | 1.3.6.1.4.1.9.9.595.1.6.2.1.4 | counter32 | read-only |
This object specifies the number of times this domain name was queried since the GSLB device was last started. |
cgdDomainRate1Min | 1.3.6.1.4.1.9.9.595.1.6.2.1.5 | gauge32 | read-only |
This object specifies the average per second hit count for the domain, calculated during the last minute. |
cgdDomainRate5Min | 1.3.6.1.4.1.9.9.595.1.6.2.1.6 | gauge32 | read-only |
This object specifies the average per second hit count for the domain, calculated during the last 5 minute interval. |
cgdDomainRate30Min | 1.3.6.1.4.1.9.9.595.1.6.2.1.7 | gauge32 | read-only |
This object specifies the average per second hit count for the domain, calculated during the last 30 minute interval. |
cgdDomainRate4Hr | 1.3.6.1.4.1.9.9.595.1.6.2.1.8 | gauge32 | read-only |
This object specifies the average per second hit count for the domain, calculated during the last 4 hour interval. |
cgdDomainStorageType | 1.3.6.1.4.1.9.9.595.1.6.2.1.9 | storagetype | read-only |
This object specifies the storage type for this conceptual row. |
cgdDomainRowStatus | 1.3.6.1.4.1.9.9.595.1.6.2.1.10 | rowstatus | read-only |
This object is used to create/delete an entry in the cgdDomainTable. |
cgdSourceAdd | 1.3.6.1.4.1.9.9.595.1.7 | |||
cgdSourceAddressListTable | 1.3.6.1.4.1.9.9.595.1.7.1 | no-access |
This table is used to configure source address lists. This table consists the source address lists configured and their statistics. |
|
1.3.6.1.4.1.9.9.595.1.7.1.1 | no-access |
Each entry contains source address lists configured and their corresponding statistics. Entries can be added/deleted/modified by administrator action. |
||
cgdSourceAddressListName | 1.3.6.1.4.1.9.9.595.1.7.1.1.1 | snmpadminstring | no-access |
This object specifies the user assigned name for the source address list. |
cgdSourceAddressListHits | 1.3.6.1.4.1.9.9.595.1.7.1.1.2 | counter32 | read-only |
This object specifies the number of times a DNS query originated from the source addresses configured in this source address list since the GSLB device was last started. |
cgdSourceAddressListStorageType | 1.3.6.1.4.1.9.9.595.1.7.1.1.3 | storagetype | read-only |
This object specifies the storage type for this conceptual row. |
cgdSourceAddressListRowStatus | 1.3.6.1.4.1.9.9.595.1.7.1.1.4 | rowstatus | read-only |
This object is used to create/delete an entry in the cgdSourceAddressListTable. |
cgdSourceAddressTable | 1.3.6.1.4.1.9.9.595.1.7.2 | no-access |
This table is used to configure source addresses on the GSLB device. It consists of the source addresses configured and its statistics. |
|
1.3.6.1.4.1.9.9.595.1.7.2.1 | no-access |
Each entry contains source address specific statistics and status information. Entries can be added/deleted/modified by administrator action. The following objects are mandatory for a row creation: cgdSourceAddressAddress cgdSourceAddressPrefixLength cgdSourceAddressList |
||
cgdSourceAddressId | 1.3.6.1.4.1.9.9.595.1.7.2.1.1 | unsigned32 | no-access |
This object uniquely identifies a source address instance. |
cgdSourceAddressAddressType | 1.3.6.1.4.1.9.9.595.1.7.2.1.2 | inetaddresstype | read-only |
This object specifies the source address subnet IP address type to match incoming client requests. |
cgdSourceAddressAddress | 1.3.6.1.4.1.9.9.595.1.7.2.1.3 | inetaddress | read-only |
This object specifies the source address subnet IP address to match incoming client requests. |
cgdSourceAddressPrefixLength | 1.3.6.1.4.1.9.9.595.1.7.2.1.4 | inetaddressprefixlength | read-only |
This object specifies the source address subnet IP mask to match incoming client requests. |
cgdSourceAddressList | 1.3.6.1.4.1.9.9.595.1.7.2.1.5 | snmpadminstring | read-only |
This object specifies the source address list to which this source address is associated. Its value must be same as the value configured in cgdSourceAddressListTable. |
cgdSourceAddressHits | 1.3.6.1.4.1.9.9.595.1.7.2.1.6 | counter32 | read-only |
This object specifies the number of times a DNS query was originated from this source address since the GSLB device was last started. |
cgdSourceAddressRate1Min | 1.3.6.1.4.1.9.9.595.1.7.2.1.7 | gauge32 | read-only |
This object specifies the average per second hit count for the source address, calculated during the last minute. |
cgdSourceAddressRate5Min | 1.3.6.1.4.1.9.9.595.1.7.2.1.8 | gauge32 | read-only |
This object specifies the average per second hit count for the source address, calculated during the last 5 minute interval. |
cgdSourceAddressRate30Min | 1.3.6.1.4.1.9.9.595.1.7.2.1.9 | gauge32 | read-only |
This object specifies the average per second hit count for the source address, calculated during the last 30 minute interval. |
cgdSourceAddressRate4Hr | 1.3.6.1.4.1.9.9.595.1.7.2.1.10 | gauge32 | read-only |
This object specifies the averaged per second hit count for the source address, calculated during the last 4 hour interval. |
cgdSourceAddressStorageType | 1.3.6.1.4.1.9.9.595.1.7.2.1.11 | storagetype | read-only |
This object specifies the storage type for this conceptual row. |
cgdSourceAddressRowStatus | 1.3.6.1.4.1.9.9.595.1.7.2.1.12 | rowstatus | read-only |
This object is used to create/delete an entry in the cgdSourceAddressTable. |
cgdDnsRule | 1.3.6.1.4.1.9.9.595.1.8 | |||
cgdClauseTable | 1.3.6.1.4.1.9.9.595.1.8.1 | no-access |
This table is used to configure the clauses. This table contains entries for each clause configured and their statistics. |
|
1.3.6.1.4.1.9.9.595.1.8.1.1 | no-access |
An entry in cgdClauseTable. Each entry contains information on answer group, balance method and also the number of hits on the clause. Entries can be added/deleted by administrator action. The following objects are mandatory for a row creation: cgdClauseAnsGrpName cgdClauseBalanceMethod |
||
cgdClauseId | 1.3.6.1.4.1.9.9.595.1.8.1.1.1 | unsigned32 | no-access |
This object uniquely identifies a clause. |
cgdClauseAnsGrpName | 1.3.6.1.4.1.9.9.595.1.8.1.1.2 | snmpadminstring | read-only |
This object specifies the answer group associated with the clause. Its value must be same as the value configured in cgdAnswerGroupTable. |
cgdClauseBalanceMethod | 1.3.6.1.4.1.9.9.595.1.8.1.1.3 | ciscogslbbalancemethod | read-only |
This object specifies the balance method associated with the clause. |
cgdClauseHits | 1.3.6.1.4.1.9.9.595.1.8.1.1.4 | counter32 | read-only |
This object specifies the number of times this clause was used in repling for a DNS query since the GSLB device was last started. |
cgdClauseStorageType | 1.3.6.1.4.1.9.9.595.1.8.1.1.5 | storagetype | read-only |
This object specifies the storage type for this conceptual row. |
cgdClauseRowStatus | 1.3.6.1.4.1.9.9.595.1.8.1.1.6 | rowstatus | read-only |
This object is used to create/delete an entry in the cgdClauseTable. |
cgdDnsRuleTable | 1.3.6.1.4.1.9.9.595.1.8.2 | no-access |
This table is used to configure DNS rule. This table consists the DNS rules configured and also the statistics for each rule. |
|
1.3.6.1.4.1.9.9.595.1.8.2.1 | no-access |
An entry in the cgdDnsRuleTable. Each entry contains DNS rule name and clauses associsted with it. Entries can be added/deleted by administrator action. |
||
cgdDnsRuleName | 1.3.6.1.4.1.9.9.595.1.8.2.1.1 | snmpadminstring | no-access |
This object specifies the user assigned name for the DNS rule. |
cgdFirstClauseId | 1.3.6.1.4.1.9.9.595.1.8.2.1.2 | unsigned32 | read-only |
This object is used to associate a clause with the first clause of the DNS rule. The answer will be expected from the clause identified by the value of this object. If not available, value identified in cgdSecondClauseId will be used. Its value must be same as the value configured in cgdClauseTable. |
cgdSecondClauseId | 1.3.6.1.4.1.9.9.595.1.8.2.1.3 | unsigned32 | read-only |
This object is used to associate a clause with the second clause of the DNS rule. If the answer is not available in the first clause, identified by cgdFirstClauseId, then the second clause is picked, identified by this object. Its value must be same as the value configured in cgdClauseTable. |
cgdThirdClauseId | 1.3.6.1.4.1.9.9.595.1.8.2.1.4 | unsigned32 | read-only |
This object is used to associate a clause with the third clause of the DNS rule. If the answer is not available in the first and the second clause, identified by cgdFirstClauseId and cgdThirdClauseId respectively, then the third clause is picked, identified by the object. Its value must be same as the value configured in cgdClauseTable. |
cgdSourceAddList | 1.3.6.1.4.1.9.9.595.1.8.2.1.5 | snmpadminstring | read-only |
This object is used to associate a source address list with the DNS rule. Its value must be same as the value configured in cgdSourceAddressListTable. This object is mandatory for a row creation. |
cgdDNSRuleDomainList | 1.3.6.1.4.1.9.9.595.1.8.2.1.6 | snmpadminstring | read-only |
This object is used to associate a domain list with the DNS rule. Its value must be same as the value configured in cgdDomainListTable. This object is mandatory for a row creation. |
cgdDnsRuleHits | 1.3.6.1.4.1.9.9.595.1.8.2.1.7 | counter32 | read-only |
This object specifies the number of times this DNS rule was used in replying for a DNS query since the GSLB device was last started. |
cgdDnsRuleSuccesses | 1.3.6.1.4.1.9.9.595.1.8.2.1.8 | counter32 | read-only |
This object specifies the number of successes for the DNS rule instance since the GSLB device was last started. |
cgdDnsRuleStorageType | 1.3.6.1.4.1.9.9.595.1.8.2.1.9 | storagetype | read-only |
This object specifies the storage type for this conceptual row. |
cgdDnsRuleRowStatus | 1.3.6.1.4.1.9.9.595.1.8.2.1.10 | rowstatus | read-only |
This object is used to create/delete an entry in the cgdRuleTable. |
ciscoGslbDnsMIBConform | 1.3.6.1.4.1.9.9.595.2 | |||
ciscoGslbDnsMIBCompliances | 1.3.6.1.4.1.9.9.595.2.1 | |||
ciscoGslbDnsMIBCompliance | 1.3.6.1.4.1.9.9.595.2.1.1 |
Compliance statement for entities which implement the Cisco GSLB DNS MIB |
||
ciscoGslbDnsMIBGroups | 1.3.6.1.4.1.9.9.595.2.2 | |||
ciscoGslbDnsGlobalGroup | 1.3.6.1.4.1.9.9.595.2.2.1 |
A collection of objects that provide general configuration information. |
||
ciscoGslbDnsGlobalStatsGroup | 1.3.6.1.4.1.9.9.595.2.2.2 |
A collection of objects that provide general statistics. |
||
ciscoGslbDnsAnswerGroup | 1.3.6.1.4.1.9.9.595.2.2.3 |
A collection of objects that provide per answer instance status and statistics. |
||
ciscoGslbDnsDomainGroup | 1.3.6.1.4.1.9.9.595.2.2.4 |
A collection of objects that provide per domain instance status and statistics. |
||
ciscoGslbDnsSourceAddGroup | 1.3.6.1.4.1.9.9.595.2.2.5 |
A collection of objects that provide per proximity rule instance status and statistics. |
||
ciscoGslbDnsRuleGroup | 1.3.6.1.4.1.9.9.595.2.2.6 |
A collection of objects that provide per DNS rule instance status and statistics. |
||
ciscoGslbDnsNotifControlGroup | 1.3.6.1.4.1.9.9.595.2.2.7 |
A collection of objects that control the sending of notifications defined in this MIB module. |
||
ciscoGslbDnsNotifObjectsGroup | 1.3.6.1.4.1.9.9.595.2.2.8 |
A collection of objects that convey information for notifications defined in this MIB module. |
||
ciscoGslbDnsNotifGroup | 1.3.6.1.4.1.9.9.595.2.2.9 |
A collection of objects used for notifications defined in this MIB module. |
||
ciscoGslbDnsGlobalRateLimitGroup | 1.3.6.1.4.1.9.9.595.2.2.10 |
A collection of objects that provides information on Rate Limit configuration for notifications. |
||
ciscoGslbDnsGlobalNotifStatsGroup | 1.3.6.1.4.1.9.9.595.2.2.11 |
A collection of objects that provide statistics related to dropped connections. |