<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE smi SYSTEM "http://www.mibexplorer.com/DTD/SMI.DTD">

<smi>
        <module name="WWW-MIB" language="SMIv2">
                <organization><![CDATA[IETF Application MIB Working Group]]></organization>
                <contact><![CDATA[Harrie Hazewinkel

Postal: Joint Research Centre of the E.C.
        via Fermi - Ispra 21020 (VA)
        Italy

   Tel: +39+(0)332 786322
   Fax: +39+(0)332 785641
E-mail: harrie.hazewinkel@jrc.it

        Carl W. Kalbfleisch

Postal: Verio, Inc.
        1950 Stemmons Freeway
        Suite 2006
        Dallas, TX 75207
        US

   Tel: +1 214 290-8653
   Fax: +1 214 744-0742
E-mail: cwk@verio.net

        Juergen Schoenwaelder

Postal: TU Braunschweig
        Bueltenweg 74/75
        38106 Braunschweig
        Germany

   Tel: +49 531 391-3683
   Fax: +49 531 489-5936
E-mail: schoenw@ibr.cs.tu-bs.de]]></contact>
                <description><![CDATA[This WWW service MIB module is applicable to services
realized by a family of 'Document Transfer Protocols'
(DTP). Examples of DTPs are HTTP and FTP.]]></description>
                <revision date="1999-02-25 14:00">
                        <description><![CDATA[Initial version, published as RFC2594.]]></description>
                </revision>
                <identity node="wwwMIB"/>
        </module>
        <imports>
                <import module="SNMPv2-SMI" name="MODULE-IDENTITY"/>
                <import module="SNMPv2-SMI" name="OBJECT-TYPE"/>
                <import module="SNMPv2-SMI" name="mib-2"/>
                <import module="SNMPv2-SMI" name="Counter32"/>
                <import module="SNMPv2-SMI" name="Counter64"/>
                <import module="SNMPv2-SMI" name="Integer32"/>
                <import module="SNMPv2-SMI" name="Unsigned32"/>
                <import module="SNMPv2-SMI" name="TimeTicks"/>
                <import module="SNMPv2-TC" name="TEXTUAL-CONVENTION"/>
                <import module="SNMPv2-TC" name="DisplayString"/>
                <import module="SNMPv2-TC" name="DateAndTime"/>
                <import module="SNMPv2-TC" name="TimeInterval"/>
                <import module="SNMPv2-CONF" name="MODULE-COMPLIANCE"/>
                <import module="SNMPv2-CONF" name="OBJECT-GROUP"/>
                <import module="SYSAPPL-MIB" name="Utf8String"/>
        </imports>
        <typedefs>
                <typedef parent="WWW-MIB" name="WwwResponseType" basetype="Integer32" status="current">
                        <range min="0" max="2147483647"/>
                        <description><![CDATA[The WwwResponseType defines the different response values
used by document transfer protocols. For the proper values
for a given DTP, refer to the protocol mappings for that
DTP.]]></description>
                </typedef>
                <typedef parent="WWW-MIB" name="WwwRequestType" basetype="OCTET STRING" status="current">
                        <range min="1" max="40"/>
                        <description><![CDATA[The WwwRequestType defines the textual identification of
request types used by a document transfer protocol. For
the proper values for a given DTP, refer to the protocol
mappings for that DTP.]]></description>
                </typedef>
                <typedef parent="WWW-MIB" name="WwwDocName" basetype="OCTET STRING" status="current">
                        <range min="0" max="255"/>
                        <format>255a</format>
                        <description><![CDATA[The server relative name of a document. If the URL were
http://www.x.org/standards/search/search.cgi?string=test
then the value of this textual convention would resolve
to '/standards/search/search.cgi'. This textual convention
uses the character set for URIs as defined in RFC 2396
section 2.]]></description>
                </typedef>
                <typedef parent="WWW-MIB" name="WwwOperStatus" basetype="INTEGER" status="current">
                        <namednumber name="down" number="1"/>
                        <namednumber name="running" number="2"/>
                        <namednumber name="halted" number="3"/>
                        <namednumber name="congested" number="4"/>
                        <namednumber name="restarting" number="5"/>
                        <description><![CDATA[The operational status of a WWW service. 'down' indicates
that the service is not available. 'running' indicates
that the service is operational and available. 'halted'
indicates that the service is operational but not
available. 'congested' indicates that the service is
operational but no additional inbound associations can be
accommodated. 'restarting' indicates that the service is
currently unavailable but is in the process of restarting
and will be available soon.]]></description>
                </typedef>
        </typedefs>
        <nodes>
                <node name="wwwMIB" oid="1.3.6.1.2.1.65">
                        <description><![CDATA[This WWW service MIB module is applicable to services
realized by a family of 'Document Transfer Protocols'
(DTP). Examples of DTPs are HTTP and FTP.]]></description>
                </node>
                <node name="wwwMIBObjects" oid="1.3.6.1.2.1.65.1"/>
                <node name="wwwService" oid="1.3.6.1.2.1.65.1.1"/>
                <table name="wwwServiceTable" oid="1.3.6.1.2.1.65.1.1.1" status="current">
                        <description><![CDATA[The table of the WWW services known by the SNMP agent.]]></description>
                        <row name="wwwServiceEntry" oid="1.3.6.1.2.1.65.1.1.1.1" status="current" create="false">
                                <linkage implied="false">
                                        <index module="WWW-MIB" name="wwwServiceIndex"/>
                                </linkage>
                                <description><![CDATA[Details about a particular WWW service.]]></description>
                                <column name="wwwServiceDescription" oid="1.3.6.1.2.1.65.1.1.1.1.2" status="current">
                                        <syntax>
                                                <type name="Utf8String" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <format><![CDATA[255a]]></format>
                                        <description><![CDATA[Textual description of the WWW service. This shall include
at least the vendor and version number of the application
realizing the WWW service. In a minimal case, this might
be the Product Token (see RFC 2068) for the application.]]></description>
                                </column>
                                <column name="wwwServiceContact" oid="1.3.6.1.2.1.65.1.1.1.1.3" status="current">
                                        <syntax>
                                                <type name="Utf8String" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <format><![CDATA[255a]]></format>
                                        <description><![CDATA[The textual identification of the contact person for this
service, together with information on how to contact this
person. For instance, this might be a string containing an
email address, e.g. '<webmaster@domain.name>'.]]></description>
                                </column>
                                <column name="wwwServiceProtocol" oid="1.3.6.1.2.1.65.1.1.1.1.4" status="current">
                                        <syntax>
                                                <type name="OBJECT IDENTIFIER" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[An identification of the primary protocol in use by this
service. For Internet applications, the IANA maintains
a registry of the OIDs which correspond to well-known
application protocols.  If the application protocol is not
listed in the registry, an OID value of the form
{applTCPProtoID port} or {applUDPProtoID port} are used for
TCP-based and UDP-based protocols, respectively. In either
case 'port' corresponds to the primary port number being
used by the protocol.]]></description>
                                        <reference><![CDATA[The OID values applTCPProtoID and applUDPProtoID are
defined in the NETWORK-SERVICES-MIB (RFC 2248).]]></reference>
                                </column>
                                <column name="wwwServiceName" oid="1.3.6.1.2.1.65.1.1.1.1.5" status="current">
                                        <syntax>
                                                <type name="DisplayString" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <format><![CDATA[255a]]></format>
                                        <description><![CDATA[The fully qualified domain name by which this service is
known. This object must contain the virtual host name if
the service is realized for a virtual host.]]></description>
                                </column>
                                <column name="wwwServiceType" oid="1.3.6.1.2.1.65.1.1.1.1.6" status="current">
                                        <syntax>
                                                <typedef basetype="INTEGER">
                                                        <namednumber name="wwwOther" number="1"/>
                                                        <namednumber name="wwwServer" number="2"/>
                                                        <namednumber name="wwwClient" number="3"/>
                                                        <namednumber name="wwwProxy" number="4"/>
                                                        <namednumber name="wwwCachingProxy" number="5"/>
                                                </typedef>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The application type using or realizing this WWW service.]]></description>
                                </column>
                                <column name="wwwServiceStartTime" oid="1.3.6.1.2.1.65.1.1.1.1.7" status="current">
                                        <syntax>
                                                <type name="DateAndTime" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <format><![CDATA[2d-1d-1d,1d:1d:1d.1d,1a1d:1d]]></format>
                                        <description><![CDATA[The date and time when this WWW service was last started.
The value SHALL be '0000000000000000'H if the last start
time of this WWW service is not known.]]></description>
                                </column>
                                <column name="wwwServiceOperStatus" oid="1.3.6.1.2.1.65.1.1.1.1.8" status="current">
                                        <syntax>
                                                <type name="WwwOperStatus" module="WWW-MIB"/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[Indicates the operational status of the WWW service.]]></description>
                                </column>
                                <column name="wwwServiceLastChange" oid="1.3.6.1.2.1.65.1.1.1.1.9" status="current">
                                        <syntax>
                                                <type name="DateAndTime" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <format><![CDATA[2d-1d-1d,1d:1d:1d.1d,1a1d:1d]]></format>
                                        <description><![CDATA[The date and time when this WWW service entered its current
operational state. The value SHALL be '0000000000000000'H if
the time of the last state change is not known.]]></description>
                                </column>
                        </row>
                </table>
                <table name="wwwServiceEntry" oid="1.3.6.1.2.1.65.1.1.1.1" status="current">
                        <description><![CDATA[Details about a particular WWW service.]]></description>
                        <row name="wwwServiceEntry" oid="1.3.6.1.2.1.65.1.1.1.1" status="current" create="false">
                                <linkage implied="false">
                                        <index module="WWW-MIB" name="wwwServiceIndex"/>
                                </linkage>
                                <description><![CDATA[Details about a particular WWW service.]]></description>
                                <column name="wwwServiceDescription" oid="1.3.6.1.2.1.65.1.1.1.1.2" status="current">
                                        <syntax>
                                                <type name="Utf8String" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <format><![CDATA[255a]]></format>
                                        <description><![CDATA[Textual description of the WWW service. This shall include
at least the vendor and version number of the application
realizing the WWW service. In a minimal case, this might
be the Product Token (see RFC 2068) for the application.]]></description>
                                </column>
                                <column name="wwwServiceContact" oid="1.3.6.1.2.1.65.1.1.1.1.3" status="current">
                                        <syntax>
                                                <type name="Utf8String" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <format><![CDATA[255a]]></format>
                                        <description><![CDATA[The textual identification of the contact person for this
service, together with information on how to contact this
person. For instance, this might be a string containing an
email address, e.g. '<webmaster@domain.name>'.]]></description>
                                </column>
                                <column name="wwwServiceProtocol" oid="1.3.6.1.2.1.65.1.1.1.1.4" status="current">
                                        <syntax>
                                                <type name="OBJECT IDENTIFIER" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[An identification of the primary protocol in use by this
service. For Internet applications, the IANA maintains
a registry of the OIDs which correspond to well-known
application protocols.  If the application protocol is not
listed in the registry, an OID value of the form
{applTCPProtoID port} or {applUDPProtoID port} are used for
TCP-based and UDP-based protocols, respectively. In either
case 'port' corresponds to the primary port number being
used by the protocol.]]></description>
                                        <reference><![CDATA[The OID values applTCPProtoID and applUDPProtoID are
defined in the NETWORK-SERVICES-MIB (RFC 2248).]]></reference>
                                </column>
                                <column name="wwwServiceName" oid="1.3.6.1.2.1.65.1.1.1.1.5" status="current">
                                        <syntax>
                                                <type name="DisplayString" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <format><![CDATA[255a]]></format>
                                        <description><![CDATA[The fully qualified domain name by which this service is
known. This object must contain the virtual host name if
the service is realized for a virtual host.]]></description>
                                </column>
                                <column name="wwwServiceType" oid="1.3.6.1.2.1.65.1.1.1.1.6" status="current">
                                        <syntax>
                                                <typedef basetype="INTEGER">
                                                        <namednumber name="wwwOther" number="1"/>
                                                        <namednumber name="wwwServer" number="2"/>
                                                        <namednumber name="wwwClient" number="3"/>
                                                        <namednumber name="wwwProxy" number="4"/>
                                                        <namednumber name="wwwCachingProxy" number="5"/>
                                                </typedef>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The application type using or realizing this WWW service.]]></description>
                                </column>
                                <column name="wwwServiceStartTime" oid="1.3.6.1.2.1.65.1.1.1.1.7" status="current">
                                        <syntax>
                                                <type name="DateAndTime" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <format><![CDATA[2d-1d-1d,1d:1d:1d.1d,1a1d:1d]]></format>
                                        <description><![CDATA[The date and time when this WWW service was last started.
The value SHALL be '0000000000000000'H if the last start
time of this WWW service is not known.]]></description>
                                </column>
                                <column name="wwwServiceOperStatus" oid="1.3.6.1.2.1.65.1.1.1.1.8" status="current">
                                        <syntax>
                                                <type name="WwwOperStatus" module="WWW-MIB"/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[Indicates the operational status of the WWW service.]]></description>
                                </column>
                                <column name="wwwServiceLastChange" oid="1.3.6.1.2.1.65.1.1.1.1.9" status="current">
                                        <syntax>
                                                <type name="DateAndTime" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <format><![CDATA[2d-1d-1d,1d:1d:1d.1d,1a1d:1d]]></format>
                                        <description><![CDATA[The date and time when this WWW service entered its current
operational state. The value SHALL be '0000000000000000'H if
the time of the last state change is not known.]]></description>
                                </column>
                        </row>
                </table>
                <node name="wwwProtocolStatistics" oid="1.3.6.1.2.1.65.1.2"/>
                <table name="wwwSummaryTable" oid="1.3.6.1.2.1.65.1.2.1" status="current">
                        <description><![CDATA[The table providing overview statistics for the
WWW services on this system.]]></description>
                        <row name="wwwSummaryEntry" oid="1.3.6.1.2.1.65.1.2.1.1" status="current" create="false">
                                <linkage implied="false">
                                        <index module="WWW-MIB" name="wwwServiceIndex"/>
                                </linkage>
                                <description><![CDATA[Overview statistics for an individual service.]]></description>
                                <column name="wwwSummaryInRequests" oid="1.3.6.1.2.1.65.1.2.1.1.1" status="current">
                                        <syntax>
                                                <type name="Counter32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The number of requests successfully received.]]></description>
                                </column>
                                <column name="wwwSummaryOutRequests" oid="1.3.6.1.2.1.65.1.2.1.1.2" status="current">
                                        <syntax>
                                                <type name="Counter32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The number of requests generated.]]></description>
                                </column>
                                <column name="wwwSummaryInResponses" oid="1.3.6.1.2.1.65.1.2.1.1.3" status="current">
                                        <syntax>
                                                <type name="Counter32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The number of responses successfully received.]]></description>
                                </column>
                                <column name="wwwSummaryOutResponses" oid="1.3.6.1.2.1.65.1.2.1.1.4" status="current">
                                        <syntax>
                                                <type name="Counter32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The number of responses generated.]]></description>
                                </column>
                                <column name="wwwSummaryInBytes" oid="1.3.6.1.2.1.65.1.2.1.1.5" status="current">
                                        <syntax>
                                                <type name="Counter64" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The number of content bytes received.]]></description>
                                </column>
                                <column name="wwwSummaryInLowBytes" oid="1.3.6.1.2.1.65.1.2.1.1.6" status="current">
                                        <syntax>
                                                <type name="Counter32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The lowest thirty-two bits of wwwSummaryInBytes.]]></description>
                                </column>
                                <column name="wwwSummaryOutBytes" oid="1.3.6.1.2.1.65.1.2.1.1.7" status="current">
                                        <syntax>
                                                <type name="Counter64" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The number of content bytes transmitted.]]></description>
                                </column>
                                <column name="wwwSummaryOutLowBytes" oid="1.3.6.1.2.1.65.1.2.1.1.8" status="current">
                                        <syntax>
                                                <type name="Counter32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The lowest thirty-two bits of wwwSummaryOutBytes.]]></description>
                                </column>
                        </row>
                </table>
                <table name="wwwSummaryEntry" oid="1.3.6.1.2.1.65.1.2.1.1" status="current">
                        <description><![CDATA[Overview statistics for an individual service.]]></description>
                        <row name="wwwSummaryEntry" oid="1.3.6.1.2.1.65.1.2.1.1" status="current" create="false">
                                <linkage implied="false">
                                        <index module="WWW-MIB" name="wwwServiceIndex"/>
                                </linkage>
                                <description><![CDATA[Overview statistics for an individual service.]]></description>
                                <column name="wwwSummaryInRequests" oid="1.3.6.1.2.1.65.1.2.1.1.1" status="current">
                                        <syntax>
                                                <type name="Counter32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The number of requests successfully received.]]></description>
                                </column>
                                <column name="wwwSummaryOutRequests" oid="1.3.6.1.2.1.65.1.2.1.1.2" status="current">
                                        <syntax>
                                                <type name="Counter32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The number of requests generated.]]></description>
                                </column>
                                <column name="wwwSummaryInResponses" oid="1.3.6.1.2.1.65.1.2.1.1.3" status="current">
                                        <syntax>
                                                <type name="Counter32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The number of responses successfully received.]]></description>
                                </column>
                                <column name="wwwSummaryOutResponses" oid="1.3.6.1.2.1.65.1.2.1.1.4" status="current">
                                        <syntax>
                                                <type name="Counter32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The number of responses generated.]]></description>
                                </column>
                                <column name="wwwSummaryInBytes" oid="1.3.6.1.2.1.65.1.2.1.1.5" status="current">
                                        <syntax>
                                                <type name="Counter64" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The number of content bytes received.]]></description>
                                </column>
                                <column name="wwwSummaryInLowBytes" oid="1.3.6.1.2.1.65.1.2.1.1.6" status="current">
                                        <syntax>
                                                <type name="Counter32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The lowest thirty-two bits of wwwSummaryInBytes.]]></description>
                                </column>
                                <column name="wwwSummaryOutBytes" oid="1.3.6.1.2.1.65.1.2.1.1.7" status="current">
                                        <syntax>
                                                <type name="Counter64" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The number of content bytes transmitted.]]></description>
                                </column>
                                <column name="wwwSummaryOutLowBytes" oid="1.3.6.1.2.1.65.1.2.1.1.8" status="current">
                                        <syntax>
                                                <type name="Counter32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The lowest thirty-two bits of wwwSummaryOutBytes.]]></description>
                                </column>
                        </row>
                </table>
                <table name="wwwRequestInTable" oid="1.3.6.1.2.1.65.1.2.2" status="current">
                        <description><![CDATA[The table providing detailed statistics for requests
received by WWW services on this system.]]></description>
                        <row name="wwwRequestInEntry" oid="1.3.6.1.2.1.65.1.2.2.1" status="current" create="false">
                                <linkage implied="false">
                                        <index module="WWW-MIB" name="wwwServiceIndex"/>
                                        <index module="WWW-MIB" name="wwwRequestInIndex"/>
                                </linkage>
                                <description><![CDATA[Request statistics for an individual service.]]></description>
                                <column name="wwwRequestInRequests" oid="1.3.6.1.2.1.65.1.2.2.1.2" status="current">
                                        <syntax>
                                                <type name="Counter32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The number of requests of this type received by this
WWW service.]]></description>
                                </column>
                                <column name="wwwRequestInBytes" oid="1.3.6.1.2.1.65.1.2.2.1.3" status="current">
                                        <syntax>
                                                <type name="Counter32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The number of content bytes per request type received
by this WWW service.]]></description>
                                </column>
                                <column name="wwwRequestInLastTime" oid="1.3.6.1.2.1.65.1.2.2.1.4" status="current">
                                        <syntax>
                                                <type name="DateAndTime" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <format><![CDATA[2d-1d-1d,1d:1d:1d.1d,1a1d:1d]]></format>
                                        <description><![CDATA[The date and time when the last byte of the last complete
request of this type was received by this WWW service. The
value SHALL be '0000000000000000'H if no request of this
type has been received yet.]]></description>
                                </column>
                        </row>
                </table>
                <table name="wwwRequestInEntry" oid="1.3.6.1.2.1.65.1.2.2.1" status="current">
                        <description><![CDATA[Request statistics for an individual service.]]></description>
                        <row name="wwwRequestInEntry" oid="1.3.6.1.2.1.65.1.2.2.1" status="current" create="false">
                                <linkage implied="false">
                                        <index module="WWW-MIB" name="wwwServiceIndex"/>
                                        <index module="WWW-MIB" name="wwwRequestInIndex"/>
                                </linkage>
                                <description><![CDATA[Request statistics for an individual service.]]></description>
                                <column name="wwwRequestInRequests" oid="1.3.6.1.2.1.65.1.2.2.1.2" status="current">
                                        <syntax>
                                                <type name="Counter32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The number of requests of this type received by this
WWW service.]]></description>
                                </column>
                                <column name="wwwRequestInBytes" oid="1.3.6.1.2.1.65.1.2.2.1.3" status="current">
                                        <syntax>
                                                <type name="Counter32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The number of content bytes per request type received
by this WWW service.]]></description>
                                </column>
                                <column name="wwwRequestInLastTime" oid="1.3.6.1.2.1.65.1.2.2.1.4" status="current">
                                        <syntax>
                                                <type name="DateAndTime" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <format><![CDATA[2d-1d-1d,1d:1d:1d.1d,1a1d:1d]]></format>
                                        <description><![CDATA[The date and time when the last byte of the last complete
request of this type was received by this WWW service. The
value SHALL be '0000000000000000'H if no request of this
type has been received yet.]]></description>
                                </column>
                        </row>
                </table>
                <table name="wwwRequestOutTable" oid="1.3.6.1.2.1.65.1.2.3" status="current">
                        <description><![CDATA[The table providing detailed statistics for requests
generated by the services on this system.]]></description>
                        <row name="wwwRequestOutEntry" oid="1.3.6.1.2.1.65.1.2.3.1" status="current" create="false">
                                <linkage implied="false">
                                        <index module="WWW-MIB" name="wwwServiceIndex"/>
                                        <index module="WWW-MIB" name="wwwRequestOutIndex"/>
                                </linkage>
                                <description><![CDATA[Request statistics for an individual service.]]></description>
                                <column name="wwwRequestOutRequests" oid="1.3.6.1.2.1.65.1.2.3.1.2" status="current">
                                        <syntax>
                                                <type name="Counter32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The number of requests of this type generated by this
WWW service.]]></description>
                                </column>
                                <column name="wwwRequestOutBytes" oid="1.3.6.1.2.1.65.1.2.3.1.3" status="current">
                                        <syntax>
                                                <type name="Counter32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The number of content bytes per requests type generated
by this WWW service.]]></description>
                                </column>
                                <column name="wwwRequestOutLastTime" oid="1.3.6.1.2.1.65.1.2.3.1.4" status="current">
                                        <syntax>
                                                <type name="DateAndTime" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <format><![CDATA[2d-1d-1d,1d:1d:1d.1d,1a1d:1d]]></format>
                                        <description><![CDATA[The date and time when the first byte of the last request
of this type was send by this WWW service. The value SHALL
be '0000000000000000'H if no request of this type has been
send yet.]]></description>
                                </column>
                        </row>
                </table>
                <table name="wwwRequestOutEntry" oid="1.3.6.1.2.1.65.1.2.3.1" status="current">
                        <description><![CDATA[Request statistics for an individual service.]]></description>
                        <row name="wwwRequestOutEntry" oid="1.3.6.1.2.1.65.1.2.3.1" status="current" create="false">
                                <linkage implied="false">
                                        <index module="WWW-MIB" name="wwwServiceIndex"/>
                                        <index module="WWW-MIB" name="wwwRequestOutIndex"/>
                                </linkage>
                                <description><![CDATA[Request statistics for an individual service.]]></description>
                                <column name="wwwRequestOutRequests" oid="1.3.6.1.2.1.65.1.2.3.1.2" status="current">
                                        <syntax>
                                                <type name="Counter32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The number of requests of this type generated by this
WWW service.]]></description>
                                </column>
                                <column name="wwwRequestOutBytes" oid="1.3.6.1.2.1.65.1.2.3.1.3" status="current">
                                        <syntax>
                                                <type name="Counter32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The number of content bytes per requests type generated
by this WWW service.]]></description>
                                </column>
                                <column name="wwwRequestOutLastTime" oid="1.3.6.1.2.1.65.1.2.3.1.4" status="current">
                                        <syntax>
                                                <type name="DateAndTime" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <format><![CDATA[2d-1d-1d,1d:1d:1d.1d,1a1d:1d]]></format>
                                        <description><![CDATA[The date and time when the first byte of the last request
of this type was send by this WWW service. The value SHALL
be '0000000000000000'H if no request of this type has been
send yet.]]></description>
                                </column>
                        </row>
                </table>
                <table name="wwwResponseInTable" oid="1.3.6.1.2.1.65.1.2.4" status="current">
                        <description><![CDATA[The table providing detailed statistics for responses
received by WWW services on this system.]]></description>
                        <row name="wwwResponseInEntry" oid="1.3.6.1.2.1.65.1.2.4.1" status="current" create="false">
                                <linkage implied="false">
                                        <index module="WWW-MIB" name="wwwServiceIndex"/>
                                        <index module="WWW-MIB" name="wwwResponseInIndex"/>
                                </linkage>
                                <description><![CDATA[Response statistics for an individual service.]]></description>
                                <column name="wwwResponseInResponses" oid="1.3.6.1.2.1.65.1.2.4.1.2" status="current">
                                        <syntax>
                                                <type name="Counter32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The number of responses of this type received by this
WWW service.]]></description>
                                </column>
                                <column name="wwwResponseInBytes" oid="1.3.6.1.2.1.65.1.2.4.1.3" status="current">
                                        <syntax>
                                                <type name="Counter32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The number of content bytes per response type received
by this WWW service.]]></description>
                                </column>
                                <column name="wwwResponseInLastTime" oid="1.3.6.1.2.1.65.1.2.4.1.4" status="current">
                                        <syntax>
                                                <type name="DateAndTime" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <format><![CDATA[2d-1d-1d,1d:1d:1d.1d,1a1d:1d]]></format>
                                        <description><![CDATA[The date and time when the last byte of the last complete
response of this type was received by this WWW service. The
value SHALL be '0000000000000000'H if no response of this
type has been received yet.]]></description>
                                </column>
                        </row>
                </table>
                <table name="wwwResponseInEntry" oid="1.3.6.1.2.1.65.1.2.4.1" status="current">
                        <description><![CDATA[Response statistics for an individual service.]]></description>
                        <row name="wwwResponseInEntry" oid="1.3.6.1.2.1.65.1.2.4.1" status="current" create="false">
                                <linkage implied="false">
                                        <index module="WWW-MIB" name="wwwServiceIndex"/>
                                        <index module="WWW-MIB" name="wwwResponseInIndex"/>
                                </linkage>
                                <description><![CDATA[Response statistics for an individual service.]]></description>
                                <column name="wwwResponseInResponses" oid="1.3.6.1.2.1.65.1.2.4.1.2" status="current">
                                        <syntax>
                                                <type name="Counter32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The number of responses of this type received by this
WWW service.]]></description>
                                </column>
                                <column name="wwwResponseInBytes" oid="1.3.6.1.2.1.65.1.2.4.1.3" status="current">
                                        <syntax>
                                                <type name="Counter32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The number of content bytes per response type received
by this WWW service.]]></description>
                                </column>
                                <column name="wwwResponseInLastTime" oid="1.3.6.1.2.1.65.1.2.4.1.4" status="current">
                                        <syntax>
                                                <type name="DateAndTime" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <format><![CDATA[2d-1d-1d,1d:1d:1d.1d,1a1d:1d]]></format>
                                        <description><![CDATA[The date and time when the last byte of the last complete
response of this type was received by this WWW service. The
value SHALL be '0000000000000000'H if no response of this
type has been received yet.]]></description>
                                </column>
                        </row>
                </table>
                <table name="wwwResponseOutTable" oid="1.3.6.1.2.1.65.1.2.5" status="current">
                        <description><![CDATA[The table providing detailed statistics for responses
generated by services on this system.]]></description>
                        <row name="wwwResponseOutEntry" oid="1.3.6.1.2.1.65.1.2.5.1" status="current" create="false">
                                <linkage implied="false">
                                        <index module="WWW-MIB" name="wwwServiceIndex"/>
                                        <index module="WWW-MIB" name="wwwResponseOutIndex"/>
                                </linkage>
                                <description><![CDATA[Response statistics for an individual service.]]></description>
                                <column name="wwwResponseOutResponses" oid="1.3.6.1.2.1.65.1.2.5.1.2" status="current">
                                        <syntax>
                                                <type name="Counter32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The number of responses of this type generated by this
WWW service.]]></description>
                                </column>
                                <column name="wwwResponseOutBytes" oid="1.3.6.1.2.1.65.1.2.5.1.3" status="current">
                                        <syntax>
                                                <type name="Counter32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The number of content bytes per response type generated
by this WWW service.]]></description>
                                </column>
                                <column name="wwwResponseOutLastTime" oid="1.3.6.1.2.1.65.1.2.5.1.4" status="current">
                                        <syntax>
                                                <type name="DateAndTime" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <format><![CDATA[2d-1d-1d,1d:1d:1d.1d,1a1d:1d]]></format>
                                        <description><![CDATA[The date and time when the first byte of the last response of
this type was sent by this WWW service. The value SHALL be
'0000000000000000'H if response of this type has been send
yet.]]></description>
                                </column>
                        </row>
                </table>
                <table name="wwwResponseOutEntry" oid="1.3.6.1.2.1.65.1.2.5.1" status="current">
                        <description><![CDATA[Response statistics for an individual service.]]></description>
                        <row name="wwwResponseOutEntry" oid="1.3.6.1.2.1.65.1.2.5.1" status="current" create="false">
                                <linkage implied="false">
                                        <index module="WWW-MIB" name="wwwServiceIndex"/>
                                        <index module="WWW-MIB" name="wwwResponseOutIndex"/>
                                </linkage>
                                <description><![CDATA[Response statistics for an individual service.]]></description>
                                <column name="wwwResponseOutResponses" oid="1.3.6.1.2.1.65.1.2.5.1.2" status="current">
                                        <syntax>
                                                <type name="Counter32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The number of responses of this type generated by this
WWW service.]]></description>
                                </column>
                                <column name="wwwResponseOutBytes" oid="1.3.6.1.2.1.65.1.2.5.1.3" status="current">
                                        <syntax>
                                                <type name="Counter32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The number of content bytes per response type generated
by this WWW service.]]></description>
                                </column>
                                <column name="wwwResponseOutLastTime" oid="1.3.6.1.2.1.65.1.2.5.1.4" status="current">
                                        <syntax>
                                                <type name="DateAndTime" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <format><![CDATA[2d-1d-1d,1d:1d:1d.1d,1a1d:1d]]></format>
                                        <description><![CDATA[The date and time when the first byte of the last response of
this type was sent by this WWW service. The value SHALL be
'0000000000000000'H if response of this type has been send
yet.]]></description>
                                </column>
                        </row>
                </table>
                <node name="wwwDocumentStatistics" oid="1.3.6.1.2.1.65.1.3"/>
                <table name="wwwDocCtrlTable" oid="1.3.6.1.2.1.65.1.3.1" status="current">
                        <description><![CDATA[A table which controls how the MIB implementation
collects and maintains document statistics.]]></description>
                        <row name="wwwDocCtrlEntry" oid="1.3.6.1.2.1.65.1.3.1.1" status="current" create="false">
                                <linkage implied="false">
                                        <index module="WWW-MIB" name="wwwServiceIndex"/>
                                </linkage>
                                <description><![CDATA[An entry used to configure the wwwDocLastNTable,
the wwwDocBucketTable, the wwwDocAccessTopNTable,
and the wwwDocBytesTopNTable.]]></description>
                                <column name="wwwDocCtrlLastNSize" oid="1.3.6.1.2.1.65.1.3.1.1.1" status="current">
                                        <syntax>
                                                <type name="Unsigned32" module=""/>
                                        </syntax>
                                        <access>readwrite</access>
                                        <default><![CDATA[25]]></default>
                                        <description><![CDATA[The maximum number of entries in the wwwDocLastNTable.]]></description>
                                </column>
                                <column name="wwwDocCtrlLastNLock" oid="1.3.6.1.2.1.65.1.3.1.1.2" status="current">
                                        <syntax>
                                                <type name="TimeTicks" module=""/>
                                        </syntax>
                                        <access>readwrite</access>
                                        <description><![CDATA[This object allows a manager to lock the wwwDocLastNTable
in order to retrieve the wwwDocLastNTable in a consistent
state. The agent is expected to take a snapshot of the
wwwDocLastNTable when it is locked and to continue updating
the real wwwDocLastNTable table so that recent information is
available as soon as the wwwDocLastNTable is unlocked again.

Setting this object to a value greater than 0 will lock
the table. The timer ticks backwards until it reaches 0.
The table unlocks automatically once the timer reaches 0
and the timer stops ticking.

A manager can increase the timer to request more time to
read the table. However, any attempt to decrease the timer
will fail with an inconsistentValue error. This rule ensures
that multiple managers can simultaneously lock and retrieve
the wwwDocLastNTable. Note that managers must cooperate in
using wwwDocCtrlLastNLock. In particular, a manager MUST not
keep the wwwDocLastNTable locked when it is not necessary to
finish a retrieval operation.]]></description>
                                </column>
                                <column name="wwwDocCtrlBuckets" oid="1.3.6.1.2.1.65.1.3.1.1.3" status="current">
                                        <syntax>
                                                <type name="Unsigned32" module=""/>
                                        </syntax>
                                        <access>readwrite</access>
                                        <default><![CDATA[4]]></default>
                                        <description><![CDATA[The maximum number of buckets maintained by the agent
before the oldest bucket is deleted. The buckets are
used to populate the wwwDocAccessTopNTable and the
wwwDocBytesTopNTable. The time interval captured in
each bucket can be configured by setting the
wwwDocCtrlBucketTimeInterval object.]]></description>
                                </column>
                                <column name="wwwDocCtrlBucketTimeInterval" oid="1.3.6.1.2.1.65.1.3.1.1.4" status="current">
                                        <syntax>
                                                <type name="TimeInterval" module=""/>
                                        </syntax>
                                        <access>readwrite</access>
                                        <default><![CDATA[90000]]></default>
                                        <description><![CDATA[The time interval after which a new bucket is created.
Changing this object has no effect on existing buckets.]]></description>
                                </column>
                                <column name="wwwDocCtrlTopNSize" oid="1.3.6.1.2.1.65.1.3.1.1.5" status="current">
                                        <syntax>
                                                <type name="Unsigned32" module=""/>
                                        </syntax>
                                        <access>readwrite</access>
                                        <default><![CDATA[25]]></default>
                                        <description><![CDATA[The maximum number of entries shown in the
wwwDocAccessTopNTable and the wwwDocBytesTopNTable.
Changing this object has no effect on existing buckets.]]></description>
                                </column>
                        </row>
                </table>
                <table name="wwwDocCtrlEntry" oid="1.3.6.1.2.1.65.1.3.1.1" status="current">
                        <description><![CDATA[An entry used to configure the wwwDocLastNTable,
the wwwDocBucketTable, the wwwDocAccessTopNTable,
and the wwwDocBytesTopNTable.]]></description>
                        <row name="wwwDocCtrlEntry" oid="1.3.6.1.2.1.65.1.3.1.1" status="current" create="false">
                                <linkage implied="false">
                                        <index module="WWW-MIB" name="wwwServiceIndex"/>
                                </linkage>
                                <description><![CDATA[An entry used to configure the wwwDocLastNTable,
the wwwDocBucketTable, the wwwDocAccessTopNTable,
and the wwwDocBytesTopNTable.]]></description>
                                <column name="wwwDocCtrlLastNSize" oid="1.3.6.1.2.1.65.1.3.1.1.1" status="current">
                                        <syntax>
                                                <type name="Unsigned32" module=""/>
                                        </syntax>
                                        <access>readwrite</access>
                                        <default><![CDATA[25]]></default>
                                        <description><![CDATA[The maximum number of entries in the wwwDocLastNTable.]]></description>
                                </column>
                                <column name="wwwDocCtrlLastNLock" oid="1.3.6.1.2.1.65.1.3.1.1.2" status="current">
                                        <syntax>
                                                <type name="TimeTicks" module=""/>
                                        </syntax>
                                        <access>readwrite</access>
                                        <description><![CDATA[This object allows a manager to lock the wwwDocLastNTable
in order to retrieve the wwwDocLastNTable in a consistent
state. The agent is expected to take a snapshot of the
wwwDocLastNTable when it is locked and to continue updating
the real wwwDocLastNTable table so that recent information is
available as soon as the wwwDocLastNTable is unlocked again.

Setting this object to a value greater than 0 will lock
the table. The timer ticks backwards until it reaches 0.
The table unlocks automatically once the timer reaches 0
and the timer stops ticking.

A manager can increase the timer to request more time to
read the table. However, any attempt to decrease the timer
will fail with an inconsistentValue error. This rule ensures
that multiple managers can simultaneously lock and retrieve
the wwwDocLastNTable. Note that managers must cooperate in
using wwwDocCtrlLastNLock. In particular, a manager MUST not
keep the wwwDocLastNTable locked when it is not necessary to
finish a retrieval operation.]]></description>
                                </column>
                                <column name="wwwDocCtrlBuckets" oid="1.3.6.1.2.1.65.1.3.1.1.3" status="current">
                                        <syntax>
                                                <type name="Unsigned32" module=""/>
                                        </syntax>
                                        <access>readwrite</access>
                                        <default><![CDATA[4]]></default>
                                        <description><![CDATA[The maximum number of buckets maintained by the agent
before the oldest bucket is deleted. The buckets are
used to populate the wwwDocAccessTopNTable and the
wwwDocBytesTopNTable. The time interval captured in
each bucket can be configured by setting the
wwwDocCtrlBucketTimeInterval object.]]></description>
                                </column>
                                <column name="wwwDocCtrlBucketTimeInterval" oid="1.3.6.1.2.1.65.1.3.1.1.4" status="current">
                                        <syntax>
                                                <type name="TimeInterval" module=""/>
                                        </syntax>
                                        <access>readwrite</access>
                                        <default><![CDATA[90000]]></default>
                                        <description><![CDATA[The time interval after which a new bucket is created.
Changing this object has no effect on existing buckets.]]></description>
                                </column>
                                <column name="wwwDocCtrlTopNSize" oid="1.3.6.1.2.1.65.1.3.1.1.5" status="current">
                                        <syntax>
                                                <type name="Unsigned32" module=""/>
                                        </syntax>
                                        <access>readwrite</access>
                                        <default><![CDATA[25]]></default>
                                        <description><![CDATA[The maximum number of entries shown in the
wwwDocAccessTopNTable and the wwwDocBytesTopNTable.
Changing this object has no effect on existing buckets.]]></description>
                                </column>
                        </row>
                </table>
                <table name="wwwDocLastNTable" oid="1.3.6.1.2.1.65.1.3.2" status="current">
                        <description><![CDATA[The table which logs the last N access attempts.]]></description>
                        <row name="wwwDocLastNEntry" oid="1.3.6.1.2.1.65.1.3.2.1" status="current" create="false">
                                <linkage implied="false">
                                        <index module="WWW-MIB" name="wwwServiceIndex"/>
                                        <index module="WWW-MIB" name="wwwDocLastNIndex"/>
                                </linkage>
                                <description><![CDATA[An entry which describes a recent access attempt.]]></description>
                                <column name="wwwDocLastNName" oid="1.3.6.1.2.1.65.1.3.2.1.2" status="current">
                                        <syntax>
                                                <type name="WwwDocName" module="WWW-MIB"/>
                                        </syntax>
                                        <access>readonly</access>
                                        <format><![CDATA[255a]]></format>
                                        <description><![CDATA[The name of the document for which access was attempted.]]></description>
                                </column>
                                <column name="wwwDocLastNTimeStamp" oid="1.3.6.1.2.1.65.1.3.2.1.3" status="current">
                                        <syntax>
                                                <type name="DateAndTime" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <format><![CDATA[2d-1d-1d,1d:1d:1d.1d,1a1d:1d]]></format>
                                        <description><![CDATA[The date and time of the last attempt to access this
document.]]></description>
                                </column>
                                <column name="wwwDocLastNRequestType" oid="1.3.6.1.2.1.65.1.3.2.1.4" status="current">
                                        <syntax>
                                                <type name="WwwRequestType" module="WWW-MIB"/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The protocol request type which was received by the
server when this document access was attempted.]]></description>
                                </column>
                                <column name="wwwDocLastNResponseType" oid="1.3.6.1.2.1.65.1.3.2.1.5" status="current">
                                        <syntax>
                                                <type name="WwwResponseType" module="WWW-MIB"/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The protocol response type which was sent to the client
as a result of this attempt to access a document. This
object contains the type of the primary response if
there were multiple responses to a single request.]]></description>
                                </column>
                                <column name="wwwDocLastNStatusMsg" oid="1.3.6.1.2.1.65.1.3.2.1.6" status="current">
                                        <syntax>
                                                <type name="Utf8String" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <format><![CDATA[255a]]></format>
                                        <description><![CDATA[This object contains a human readable description of the
reason why the wwwDocLastNResponseType was returned to the
client. This object defines the implementation-specific
reason if the value of wwwDocLastNResponseType indicates
an error. For example, this object can indicate that the
requested document could not be transferred due to a
timeout condition or the document could not be transferred
because a 'soft link' pointing to the document could not be
resolved.]]></description>
                                </column>
                                <column name="wwwDocLastNBytes" oid="1.3.6.1.2.1.65.1.3.2.1.7" status="current">
                                        <syntax>
                                                <type name="Unsigned32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The number of content bytes that were returned as a
result of this attempt to access a document.]]></description>
                                </column>
                        </row>
                </table>
                <table name="wwwDocLastNEntry" oid="1.3.6.1.2.1.65.1.3.2.1" status="current">
                        <description><![CDATA[An entry which describes a recent access attempt.]]></description>
                        <row name="wwwDocLastNEntry" oid="1.3.6.1.2.1.65.1.3.2.1" status="current" create="false">
                                <linkage implied="false">
                                        <index module="WWW-MIB" name="wwwServiceIndex"/>
                                        <index module="WWW-MIB" name="wwwDocLastNIndex"/>
                                </linkage>
                                <description><![CDATA[An entry which describes a recent access attempt.]]></description>
                                <column name="wwwDocLastNName" oid="1.3.6.1.2.1.65.1.3.2.1.2" status="current">
                                        <syntax>
                                                <type name="WwwDocName" module="WWW-MIB"/>
                                        </syntax>
                                        <access>readonly</access>
                                        <format><![CDATA[255a]]></format>
                                        <description><![CDATA[The name of the document for which access was attempted.]]></description>
                                </column>
                                <column name="wwwDocLastNTimeStamp" oid="1.3.6.1.2.1.65.1.3.2.1.3" status="current">
                                        <syntax>
                                                <type name="DateAndTime" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <format><![CDATA[2d-1d-1d,1d:1d:1d.1d,1a1d:1d]]></format>
                                        <description><![CDATA[The date and time of the last attempt to access this
document.]]></description>
                                </column>
                                <column name="wwwDocLastNRequestType" oid="1.3.6.1.2.1.65.1.3.2.1.4" status="current">
                                        <syntax>
                                                <type name="WwwRequestType" module="WWW-MIB"/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The protocol request type which was received by the
server when this document access was attempted.]]></description>
                                </column>
                                <column name="wwwDocLastNResponseType" oid="1.3.6.1.2.1.65.1.3.2.1.5" status="current">
                                        <syntax>
                                                <type name="WwwResponseType" module="WWW-MIB"/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The protocol response type which was sent to the client
as a result of this attempt to access a document. This
object contains the type of the primary response if
there were multiple responses to a single request.]]></description>
                                </column>
                                <column name="wwwDocLastNStatusMsg" oid="1.3.6.1.2.1.65.1.3.2.1.6" status="current">
                                        <syntax>
                                                <type name="Utf8String" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <format><![CDATA[255a]]></format>
                                        <description><![CDATA[This object contains a human readable description of the
reason why the wwwDocLastNResponseType was returned to the
client. This object defines the implementation-specific
reason if the value of wwwDocLastNResponseType indicates
an error. For example, this object can indicate that the
requested document could not be transferred due to a
timeout condition or the document could not be transferred
because a 'soft link' pointing to the document could not be
resolved.]]></description>
                                </column>
                                <column name="wwwDocLastNBytes" oid="1.3.6.1.2.1.65.1.3.2.1.7" status="current">
                                        <syntax>
                                                <type name="Unsigned32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The number of content bytes that were returned as a
result of this attempt to access a document.]]></description>
                                </column>
                        </row>
                </table>
                <table name="wwwDocBucketTable" oid="1.3.6.1.2.1.65.1.3.3" status="current">
                        <description><![CDATA[This table provides administrative summary information for
the buckets maintained per WWW service.]]></description>
                        <row name="wwwDocBucketEntry" oid="1.3.6.1.2.1.65.1.3.3.1" status="current" create="false">
                                <linkage implied="false">
                                        <index module="WWW-MIB" name="wwwServiceIndex"/>
                                        <index module="WWW-MIB" name="wwwDocBucketIndex"/>
                                </linkage>
                                <description><![CDATA[An entry which describes the parameters associated with a
particular bucket.]]></description>
                                <column name="wwwDocBucketTimeStamp" oid="1.3.6.1.2.1.65.1.3.3.1.2" status="current">
                                        <syntax>
                                                <type name="DateAndTime" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <format><![CDATA[2d-1d-1d,1d:1d:1d.1d,1a1d:1d]]></format>
                                        <description><![CDATA[The date and time when the bucket was made available.]]></description>
                                </column>
                                <column name="wwwDocBucketAccesses" oid="1.3.6.1.2.1.65.1.3.3.1.3" status="current">
                                        <syntax>
                                                <type name="Unsigned32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The total number of access attempts for any document
provided by this WWW service during the time interval
over which this bucket was created.]]></description>
                                </column>
                                <column name="wwwDocBucketDocuments" oid="1.3.6.1.2.1.65.1.3.3.1.4" status="current">
                                        <syntax>
                                                <type name="Unsigned32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The total number of different documents for which access
was attempted this this WWW service during the time interval
over which this bucket was created.]]></description>
                                </column>
                                <column name="wwwDocBucketBytes" oid="1.3.6.1.2.1.65.1.3.3.1.5" status="current">
                                        <syntax>
                                                <type name="Unsigned32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The total number of content bytes which were transferred
from this WWW service during the time interval over which
this bucket was created.]]></description>
                                </column>
                        </row>
                </table>
                <table name="wwwDocBucketEntry" oid="1.3.6.1.2.1.65.1.3.3.1" status="current">
                        <description><![CDATA[An entry which describes the parameters associated with a
particular bucket.]]></description>
                        <row name="wwwDocBucketEntry" oid="1.3.6.1.2.1.65.1.3.3.1" status="current" create="false">
                                <linkage implied="false">
                                        <index module="WWW-MIB" name="wwwServiceIndex"/>
                                        <index module="WWW-MIB" name="wwwDocBucketIndex"/>
                                </linkage>
                                <description><![CDATA[An entry which describes the parameters associated with a
particular bucket.]]></description>
                                <column name="wwwDocBucketTimeStamp" oid="1.3.6.1.2.1.65.1.3.3.1.2" status="current">
                                        <syntax>
                                                <type name="DateAndTime" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <format><![CDATA[2d-1d-1d,1d:1d:1d.1d,1a1d:1d]]></format>
                                        <description><![CDATA[The date and time when the bucket was made available.]]></description>
                                </column>
                                <column name="wwwDocBucketAccesses" oid="1.3.6.1.2.1.65.1.3.3.1.3" status="current">
                                        <syntax>
                                                <type name="Unsigned32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The total number of access attempts for any document
provided by this WWW service during the time interval
over which this bucket was created.]]></description>
                                </column>
                                <column name="wwwDocBucketDocuments" oid="1.3.6.1.2.1.65.1.3.3.1.4" status="current">
                                        <syntax>
                                                <type name="Unsigned32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The total number of different documents for which access
was attempted this this WWW service during the time interval
over which this bucket was created.]]></description>
                                </column>
                                <column name="wwwDocBucketBytes" oid="1.3.6.1.2.1.65.1.3.3.1.5" status="current">
                                        <syntax>
                                                <type name="Unsigned32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The total number of content bytes which were transferred
from this WWW service during the time interval over which
this bucket was created.]]></description>
                                </column>
                        </row>
                </table>
                <table name="wwwDocAccessTopNTable" oid="1.3.6.1.2.1.65.1.3.4" status="current">
                        <description><![CDATA[The table of the most frequently accessed documents in a
given bucket. This table is sorted by the column
wwwDocAccessTopNAccesses. Entries having the same number
of accesses are secondarily sorted by wwwDocAccessTopNBytes.
Entries with the same number of accesses and the same
number of bytes will have an arbitrary order.]]></description>
                        <row name="wwwDocAccessTopNEntry" oid="1.3.6.1.2.1.65.1.3.4.1" status="current" create="false">
                                <linkage implied="false">
                                        <index module="WWW-MIB" name="wwwServiceIndex"/>
                                        <index module="WWW-MIB" name="wwwDocBucketIndex"/>
                                        <index module="WWW-MIB" name="wwwDocAccessTopNIndex"/>
                                </linkage>
                                <description><![CDATA[An entry in the top N table sorted by document accesses.]]></description>
                                <column name="wwwDocAccessTopNName" oid="1.3.6.1.2.1.65.1.3.4.1.2" status="current">
                                        <syntax>
                                                <type name="WwwDocName" module="WWW-MIB"/>
                                        </syntax>
                                        <access>readonly</access>
                                        <format><![CDATA[255a]]></format>
                                        <description><![CDATA[The name of the document for which access was attempted.]]></description>
                                </column>
                                <column name="wwwDocAccessTopNAccesses" oid="1.3.6.1.2.1.65.1.3.4.1.3" status="current">
                                        <syntax>
                                                <type name="Unsigned32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The total number of access attempts for this document.]]></description>
                                </column>
                                <column name="wwwDocAccessTopNBytes" oid="1.3.6.1.2.1.65.1.3.4.1.4" status="current">
                                        <syntax>
                                                <type name="Unsigned32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The total number of content bytes that were transmitted
as a result of attempts to access this document.]]></description>
                                </column>
                                <column name="wwwDocAccessTopNLastResponseType" oid="1.3.6.1.2.1.65.1.3.4.1.5" status="current">
                                        <syntax>
                                                <type name="WwwResponseType" module="WWW-MIB"/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The protocol response type which was sent to the client
as a result of the last attempt to access this document.
This object contains the type of the primary response if
there were multiple responses to a single request.]]></description>
                                </column>
                        </row>
                </table>
                <table name="wwwDocAccessTopNEntry" oid="1.3.6.1.2.1.65.1.3.4.1" status="current">
                        <description><![CDATA[An entry in the top N table sorted by document accesses.]]></description>
                        <row name="wwwDocAccessTopNEntry" oid="1.3.6.1.2.1.65.1.3.4.1" status="current" create="false">
                                <linkage implied="false">
                                        <index module="WWW-MIB" name="wwwServiceIndex"/>
                                        <index module="WWW-MIB" name="wwwDocBucketIndex"/>
                                        <index module="WWW-MIB" name="wwwDocAccessTopNIndex"/>
                                </linkage>
                                <description><![CDATA[An entry in the top N table sorted by document accesses.]]></description>
                                <column name="wwwDocAccessTopNName" oid="1.3.6.1.2.1.65.1.3.4.1.2" status="current">
                                        <syntax>
                                                <type name="WwwDocName" module="WWW-MIB"/>
                                        </syntax>
                                        <access>readonly</access>
                                        <format><![CDATA[255a]]></format>
                                        <description><![CDATA[The name of the document for which access was attempted.]]></description>
                                </column>
                                <column name="wwwDocAccessTopNAccesses" oid="1.3.6.1.2.1.65.1.3.4.1.3" status="current">
                                        <syntax>
                                                <type name="Unsigned32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The total number of access attempts for this document.]]></description>
                                </column>
                                <column name="wwwDocAccessTopNBytes" oid="1.3.6.1.2.1.65.1.3.4.1.4" status="current">
                                        <syntax>
                                                <type name="Unsigned32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The total number of content bytes that were transmitted
as a result of attempts to access this document.]]></description>
                                </column>
                                <column name="wwwDocAccessTopNLastResponseType" oid="1.3.6.1.2.1.65.1.3.4.1.5" status="current">
                                        <syntax>
                                                <type name="WwwResponseType" module="WWW-MIB"/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The protocol response type which was sent to the client
as a result of the last attempt to access this document.
This object contains the type of the primary response if
there were multiple responses to a single request.]]></description>
                                </column>
                        </row>
                </table>
                <table name="wwwDocBytesTopNTable" oid="1.3.6.1.2.1.65.1.3.5" status="current">
                        <description><![CDATA[The table of the documents which caused most network
traffic in a given bucket. This table is sorted by the
column wwwDocBytesTopNBytes. Entries having the same number
bytes are secondarily sorted by wwwDocBytesTopNAccesses.
Entries with the same number of accesses and the same
number of bytes will have an arbitrary order.]]></description>
                        <row name="wwwDocBytesTopNEntry" oid="1.3.6.1.2.1.65.1.3.5.1" status="current" create="false">
                                <linkage implied="false">
                                        <index module="WWW-MIB" name="wwwServiceIndex"/>
                                        <index module="WWW-MIB" name="wwwDocBucketIndex"/>
                                        <index module="WWW-MIB" name="wwwDocBytesTopNIndex"/>
                                </linkage>
                                <description><![CDATA[An entry in the top N table sorted by network traffic.]]></description>
                                <column name="wwwDocBytesTopNName" oid="1.3.6.1.2.1.65.1.3.5.1.2" status="current">
                                        <syntax>
                                                <type name="WwwDocName" module="WWW-MIB"/>
                                        </syntax>
                                        <access>readonly</access>
                                        <format><![CDATA[255a]]></format>
                                        <description><![CDATA[The name of the document for which access was attempted.]]></description>
                                </column>
                                <column name="wwwDocBytesTopNAccesses" oid="1.3.6.1.2.1.65.1.3.5.1.3" status="current">
                                        <syntax>
                                                <type name="Unsigned32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The total number of access attempts for this document.]]></description>
                                </column>
                                <column name="wwwDocBytesTopNBytes" oid="1.3.6.1.2.1.65.1.3.5.1.4" status="current">
                                        <syntax>
                                                <type name="Unsigned32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The total number of content bytes that were transmitted
as a result of attempts to access this document.]]></description>
                                </column>
                                <column name="wwwDocBytesTopNLastResponseType" oid="1.3.6.1.2.1.65.1.3.5.1.5" status="current">
                                        <syntax>
                                                <type name="WwwResponseType" module="WWW-MIB"/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The protocol response type which was sent to the client
as a result of the last attempt to access this document.
This object contains the type of the primary response if
there were multiple responses to a single request.]]></description>
                                </column>
                        </row>
                </table>
                <table name="wwwDocBytesTopNEntry" oid="1.3.6.1.2.1.65.1.3.5.1" status="current">
                        <description><![CDATA[An entry in the top N table sorted by network traffic.]]></description>
                        <row name="wwwDocBytesTopNEntry" oid="1.3.6.1.2.1.65.1.3.5.1" status="current" create="false">
                                <linkage implied="false">
                                        <index module="WWW-MIB" name="wwwServiceIndex"/>
                                        <index module="WWW-MIB" name="wwwDocBucketIndex"/>
                                        <index module="WWW-MIB" name="wwwDocBytesTopNIndex"/>
                                </linkage>
                                <description><![CDATA[An entry in the top N table sorted by network traffic.]]></description>
                                <column name="wwwDocBytesTopNName" oid="1.3.6.1.2.1.65.1.3.5.1.2" status="current">
                                        <syntax>
                                                <type name="WwwDocName" module="WWW-MIB"/>
                                        </syntax>
                                        <access>readonly</access>
                                        <format><![CDATA[255a]]></format>
                                        <description><![CDATA[The name of the document for which access was attempted.]]></description>
                                </column>
                                <column name="wwwDocBytesTopNAccesses" oid="1.3.6.1.2.1.65.1.3.5.1.3" status="current">
                                        <syntax>
                                                <type name="Unsigned32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The total number of access attempts for this document.]]></description>
                                </column>
                                <column name="wwwDocBytesTopNBytes" oid="1.3.6.1.2.1.65.1.3.5.1.4" status="current">
                                        <syntax>
                                                <type name="Unsigned32" module=""/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The total number of content bytes that were transmitted
as a result of attempts to access this document.]]></description>
                                </column>
                                <column name="wwwDocBytesTopNLastResponseType" oid="1.3.6.1.2.1.65.1.3.5.1.5" status="current">
                                        <syntax>
                                                <type name="WwwResponseType" module="WWW-MIB"/>
                                        </syntax>
                                        <access>readonly</access>
                                        <description><![CDATA[The protocol response type which was sent to the client
as a result of the last attempt to access this document.
This object contains the type of the primary response if
there were multiple responses to a single request.]]></description>
                                </column>
                        </row>
                </table>
                <node name="wwwMIBConformance" oid="1.3.6.1.2.1.65.2"/>
                <node name="wwwMIBCompliances" oid="1.3.6.1.2.1.65.2.1"/>
                <node name="wwwMIBGroups" oid="1.3.6.1.2.1.65.2.2"/>
        </nodes>
        <groups>
                <group name="wwwServiceGroup" oid="1.3.6.1.2.1.65.2.2.1" status="current">
                        <members>
                                <member module="WWW-MIB" name="wwwServiceDescription"/>
                                <member module="WWW-MIB" name="wwwServiceContact"/>
                                <member module="WWW-MIB" name="wwwServiceProtocol"/>
                                <member module="WWW-MIB" name="wwwServiceName"/>
                                <member module="WWW-MIB" name="wwwServiceType"/>
                                <member module="WWW-MIB" name="wwwServiceStartTime"/>
                                <member module="WWW-MIB" name="wwwServiceOperStatus"/>
                                <member module="WWW-MIB" name="wwwServiceLastChange"/>
                        </members>
                        <description><![CDATA[A collection of objects providing information about
the WWW services known by the SNMP agent.]]></description>
                </group>
                <group name="wwwSummaryGroup" oid="1.3.6.1.2.1.65.2.2.2" status="current">
                        <members>
                                <member module="WWW-MIB" name="wwwSummaryInRequests"/>
                                <member module="WWW-MIB" name="wwwSummaryOutRequests"/>
                                <member module="WWW-MIB" name="wwwSummaryInResponses"/>
                                <member module="WWW-MIB" name="wwwSummaryOutResponses"/>
                                <member module="WWW-MIB" name="wwwSummaryInBytes"/>
                                <member module="WWW-MIB" name="wwwSummaryInLowBytes"/>
                                <member module="WWW-MIB" name="wwwSummaryOutBytes"/>
                                <member module="WWW-MIB" name="wwwSummaryOutLowBytes"/>
                        </members>
                        <description><![CDATA[A collection of objects providing summary statistics
about requests and responses generated and received
by a WWW service.]]></description>
                </group>
                <group name="wwwRequestInGroup" oid="1.3.6.1.2.1.65.2.2.3" status="current">
                        <members>
                                <member module="WWW-MIB" name="wwwRequestInRequests"/>
                                <member module="WWW-MIB" name="wwwRequestInBytes"/>
                                <member module="WWW-MIB" name="wwwRequestInLastTime"/>
                        </members>
                        <description><![CDATA[A collection of objects providing detailed statistics
about requests received by a WWW service.]]></description>
                </group>
                <group name="wwwRequestOutGroup" oid="1.3.6.1.2.1.65.2.2.4" status="current">
                        <members>
                                <member module="WWW-MIB" name="wwwRequestOutRequests"/>
                                <member module="WWW-MIB" name="wwwRequestOutBytes"/>
                                <member module="WWW-MIB" name="wwwRequestOutLastTime"/>
                        </members>
                        <description><![CDATA[A collection of objects providing detailed statistics
about requests generated by a WWW service.]]></description>
                </group>
                <group name="wwwResponseInGroup" oid="1.3.6.1.2.1.65.2.2.5" status="current">
                        <members>
                                <member module="WWW-MIB" name="wwwResponseInResponses"/>
                                <member module="WWW-MIB" name="wwwResponseInBytes"/>
                                <member module="WWW-MIB" name="wwwResponseInLastTime"/>
                        </members>
                        <description><![CDATA[A collection of objects providing detailed statistics
about responses received by a WWW service.]]></description>
                </group>
                <group name="wwwResponseOutGroup" oid="1.3.6.1.2.1.65.2.2.6" status="current">
                        <members>
                                <member module="WWW-MIB" name="wwwResponseOutResponses"/>
                                <member module="WWW-MIB" name="wwwResponseOutBytes"/>
                                <member module="WWW-MIB" name="wwwResponseOutLastTime"/>
                        </members>
                        <description><![CDATA[A collection of objects providing detailed statistics
about responses generated by a WWW service.]]></description>
                </group>
                <group name="wwwDocumentGroup" oid="1.3.6.1.2.1.65.2.2.7" status="current">
                        <members>
                                <member module="WWW-MIB" name="wwwDocCtrlLastNSize"/>
                                <member module="WWW-MIB" name="wwwDocCtrlLastNLock"/>
                                <member module="WWW-MIB" name="wwwDocCtrlBuckets"/>
                                <member module="WWW-MIB" name="wwwDocCtrlBucketTimeInterval"/>
                                <member module="WWW-MIB" name="wwwDocCtrlTopNSize"/>
                                <member module="WWW-MIB" name="wwwDocLastNName"/>
                                <member module="WWW-MIB" name="wwwDocLastNTimeStamp"/>
                                <member module="WWW-MIB" name="wwwDocLastNRequestType"/>
                                <member module="WWW-MIB" name="wwwDocLastNResponseType"/>
                                <member module="WWW-MIB" name="wwwDocLastNStatusMsg"/>
                                <member module="WWW-MIB" name="wwwDocLastNBytes"/>
                                <member module="WWW-MIB" name="wwwDocBucketTimeStamp"/>
                                <member module="WWW-MIB" name="wwwDocBucketAccesses"/>
                                <member module="WWW-MIB" name="wwwDocBucketDocuments"/>
                                <member module="WWW-MIB" name="wwwDocBucketBytes"/>
                                <member module="WWW-MIB" name="wwwDocAccessTopNName"/>
                                <member module="WWW-MIB" name="wwwDocAccessTopNAccesses"/>
                                <member module="WWW-MIB" name="wwwDocAccessTopNBytes"/>
                                <member module="WWW-MIB" name="wwwDocAccessTopNLastResponseType"/>
                                <member module="WWW-MIB" name="wwwDocBytesTopNName"/>
                                <member module="WWW-MIB" name="wwwDocBytesTopNAccesses"/>
                                <member module="WWW-MIB" name="wwwDocBytesTopNBytes"/>
                                <member module="WWW-MIB" name="wwwDocBytesTopNLastResponseType"/>
                        </members>
                        <description><![CDATA[A collection of objects providing information about
accesses to documents.]]></description>
                </group>
        </groups>
        <compliances>
                <compliance name="wwwMinimalCompliance" oid="1.3.6.1.2.1.65.2.1.1" status="current">
                        <description><![CDATA[The compliance statement for SNMP agents which implement
the minimal subset of the WWW-MIB. Implementors might
choose this subset for high-performance server where
full compliance might be to expensive.]]></description>
                        <requires>
                                <mandatory module="WWW-MIB" name="wwwServiceGroup"/>
                                <mandatory module="WWW-MIB" name="wwwSummaryGroup"/>
                        </requires>
                        <refinements>
                                <refinement module="WWW-MIB" name="wwwSummaryOutRequests">
                                        <description><![CDATA[Instances of wwwSummaryOutRequests do not exist on pure
WWW server implementations.]]></description>
                                </refinement>
                                <refinement module="WWW-MIB" name="wwwSummaryInResponses">
                                        <description><![CDATA[Instances of wwwSummaryOutRequests do not exist on pure
WWW server implementations.]]></description>
                                </refinement>
                                <refinement module="WWW-MIB" name="wwwSummaryInRequests">
                                        <description><![CDATA[Instances of wwwSummaryInRequests do not exist on pure
WWW client implementations.]]></description>
                                </refinement>
                                <refinement module="WWW-MIB" name="wwwSummaryOutResponses">
                                        <description><![CDATA[Instances of wwwSummaryOutResponses do not exist on pure
WWW client implementations.]]></description>
                                </refinement>
                        </refinements>
                </compliance>
                <compliance name="wwwFullCompliance" oid="1.3.6.1.2.1.65.2.1.2" status="current">
                        <description><![CDATA[The compliance statement for SNMP agents which implement
the full WWW-MIB.]]></description>
                        <requires>
                                <mandatory module="WWW-MIB" name="wwwServiceGroup"/>
                                <mandatory module="WWW-MIB" name="wwwSummaryGroup"/>
                                <option module="WWW-MIB" name="wwwRequestInGroup">
                                        <description><![CDATA[The wwwRequestInGroup is mandatory only for WWW server
or proxy server implementations.]]></description>
                                </option>
                                <option module="WWW-MIB" name="wwwResponseOutGroup">
                                        <description><![CDATA[The wwwResponseOutGroup is mandatory only for WWW server
or proxy server implementations.]]></description>
                                </option>
                                <option module="WWW-MIB" name="wwwRequestOutGroup">
                                        <description><![CDATA[The wwwRequestOutGroup is mandatory only for WWW client
or proxy server implementations.]]></description>
                                </option>
                                <option module="WWW-MIB" name="wwwResponseInGroup">
                                        <description><![CDATA[The wwwRequestOutGroup is mandatory only for WWW client
or proxy server implementations.]]></description>
                                </option>
                                <option module="WWW-MIB" name="wwwDocumentGroup">
                                        <description><![CDATA[The wwwDocumentGroup is mandatory only for WWW server
or proxy server implementations.]]></description>
                                </option>
                        </requires>
                        <refinements>
                                <refinement module="WWW-MIB" name="wwwSummaryOutRequests">
                                        <description><![CDATA[Instances of wwwSummaryOutRequests do not exist on pure
WWW server implementations.]]></description>
                                </refinement>
                                <refinement module="WWW-MIB" name="wwwSummaryInResponses">
                                        <description><![CDATA[Instances of wwwSummaryOutRequests do not exist on pure
WWW server implementations.]]></description>
                                </refinement>
                                <refinement module="WWW-MIB" name="wwwSummaryInRequests">
                                        <description><![CDATA[Instances of wwwSummaryInRequests do not exist on pure
WWW client implementations.]]></description>
                                </refinement>
                                <refinement module="WWW-MIB" name="wwwSummaryOutResponses">
                                        <description><![CDATA[Instances of wwwSummaryOutResponses do not exist on pure
WWW client implementations.]]></description>
                                </refinement>
                        </refinements>
                </compliance>
        </compliances>
</smi>
<!--MIB Explorer 1.6 - Full License, no expiration-->
