NOTE: This site is no longer maintained. Upgrade to the latest version of ipMonitor ยป
SNMP Center > Mibs > Raw Text View
ARROWPOINT-DOMAINCACHE-MIB: ArrowPoint Domain Cache
Configuration management for the domain cache on the CSA in the CSS.
-- MIB file created 26-May-2004 17:56:11, by
-- SMICng version 2.2.11-beta(PRO)(MS-DOS32), July 4, 2001. Enterprise key cisco.com
ARROWPOINT-DOMAINCACHE-MIB DEFINITIONS ::= BEGIN
-- From file: "mibs\v2\domainCacheExt.mib"
-- Compile options "7 H O W 0B 0G"
IMPORTS
SnmpAdminString
FROM SNMP-FRAMEWORK-MIB
domainCacheExt
FROM APENT-MIB
Counter
FROM RFC1155-SMI
OBJECT-TYPE
FROM RFC-1212;
apDomainCacheMib OBJECT IDENTIFIER ::= { domainCacheExt 1 }
-- MODULE-IDENTITY
-- LastUpdated
-- 200011091234Z
-- OrgName
-- Cisco Systems, Inc.
-- ContactInfo
-- Postal: Cisco Systems, Inc.
-- 1414 Massachusetts Avenue
-- Boxborough, Massachusetts 01719
-- Tel: +1 978-936-0000
-- E-Mail: tac@cisco.com
-- Descr
-- Configuration management for the domain cache
-- RevDate
-- 200011091234Z
-- RevDescr
-- Initial version of this MIB module
apDomainCacheConformance OBJECT IDENTIFIER ::= { apDomainCacheMib 3 }
apDomainCacheCompliances OBJECT IDENTIFIER ::= { apDomainCacheConformance 1 }
apDomainCacheGroups OBJECT IDENTIFIER ::= { apDomainCacheConformance 2 }
apDomainCache OBJECT-TYPE
SYNTAX INTEGER {
enable(1),
--?? enum value of zero may cause problems
disable(0)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Parameter to enable or disable domain cache monitoring functionality."
::= { domainCacheExt 2 }
apDomainCacheSize OBJECT-TYPE
SYNTAX INTEGER(1..4096)
-- Units
-- domains
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Parameter to define size of the domain cache. The size is the number
of domains which may be present in the cache at any particular time."
DEFVAL { 1024 }
::= { domainCacheExt 3 }
apDomainCacheAgeOut OBJECT-TYPE
SYNTAX INTEGER(0..60)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Parameter to specify when domain cache entries must be aged out."
DEFVAL { 10 }
::= { domainCacheExt 4 }
apDomainCacheTable OBJECT-TYPE
SYNTAX SEQUENCE OF APDomainCacheRecEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"A table containing domains for which DNS resolutions have
been requested. This table will never exceed the size specified
in the apDomainCacheSize object."
::= { domainCacheExt 5 }
apDomainCacheRecEntry OBJECT-TYPE
SYNTAX APDomainCacheRecEntry
ACCESS not-accessible
STATUS mandatory
DESCRIPTION
"Domain Cache Record information."
INDEX { --?? IMPLIED may cause problems
IMPLIED apDomainCacheRecName }
::= { apDomainCacheTable 1 }
APDomainCacheRecEntry ::= SEQUENCE {
apDomainCacheRecName SnmpAdminString,
apDomainCacheRecHitCount Counter
}
apDomainCacheRecName OBJECT-TYPE
SYNTAX SnmpAdminString(SIZE(1..31))
-- Rsyntax OCTET STRING(SIZE(1..31))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The domain name of this entry."
::= { apDomainCacheRecEntry 1 }
apDomainCacheRecHitCount OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The number of domain hits detected for this domain since system startup"
::= { apDomainCacheRecEntry 2 }
apDomainCacheGroup OBJECT IDENTIFIER ::= { apDomainCacheGroups 1 }
-- OBJECT-GROUP
-- Status
-- mandatory
-- Descr
-- A collection of objects providing domain-cache configuration
-- and monitoring support
-- objects
-- apDomainCache, apDomainCacheSize, apDomainCacheRecName,
-- apDomainCacheRecHitCount
apDomainCacheCompliance OBJECT IDENTIFIER ::= { apDomainCacheCompliances 1 }
-- MODULE-COMPLIANCE
-- Status
-- mandatory
-- Descr
-- The compliance statement for entities which implement the Domain
-- Cache MIB
-- Module
-- >>current<<
-- MandGroup
-- apDomainCacheGroup
END
< Back (ARROWPOINT-DOMAINCACHE-MIB)

What did you think of this topic?