3567N/ANETWORK-SERVICES-MIB DEFINITIONS ::= BEGIN
3349N/A
3349N/A IMPORTS
3349N/A OBJECT-TYPE, Counter32, Gauge32, MODULE-IDENTITY, mib-2
3349N/A FROM SNMPv2-SMI
3349N/A TimeStamp, TEXTUAL-CONVENTION
3349N/A FROM SNMPv2-TC
3349N/A MODULE-COMPLIANCE, OBJECT-GROUP
3349N/A FROM SNMPv2-CONF
3349N/A SnmpAdminString
3349N/A FROM SNMP-FRAMEWORK-MIB;
3349N/A
3349N/A application MODULE-IDENTITY
3349N/A LAST-UPDATED "200003030000Z"
3349N/A ORGANIZATION "IETF Mail and Directory Management Working Group"
3349N/A CONTACT-INFO
3349N/A " Ned Freed
3349N/A
3349N/A Postal: Innosoft International, Inc.
3349N/A 1050 Lakes Drive
3349N/A West Covina, CA 91790
3349N/A US
3349N/A
3349N/A Tel: +1 626 919 3600
3349N/A Fax: +1 626 919 3614
3349N/A
3349N/A E-Mail: ned.freed@innosoft.com"
3349N/A DESCRIPTION
3349N/A "The MIB module describing network service applications"
3349N/A REVISION "200003030000Z"
3349N/A DESCRIPTION
3349N/A "This revision, published in RFC 2788, changes a number of
3349N/A DisplayStrings to SnmpAdminStrings. Note that this change
3349N/A is not strictly supported by SMIv2. However, the alternative
3349N/A of deprecating the old objects and defining new objects
3349N/A would have a more adverse impact on backward compatibility
3349N/A and interoperability, given the particular semantics of
3349N/A these objects. The defining reference for distinguished
3349N/A names has also been updated from RFC 1779 to RFC 2253."
3349N/A REVISION "199905120000Z"
3349N/A DESCRIPTION
3349N/A "This revision fixes a few small technical problems found
3349N/A in previous versions, mostly in regards to the conformance
3349N/A groups for different versions of this MIB. No changes have
3349N/A been made to the objects this MIB defines since RFC 2248."
3349N/A REVISION "199708170000Z"
3349N/A DESCRIPTION
3349N/A "This revision, published in RFC 2248, adds the
3349N/A applDescription and applURL objects, adds the quiescing
3349N/A state to the applOperStatus object and renames the MIB
3349N/A from the APPLICATION-MIB to the NETWORK-SERVICE-MIB."
3349N/A REVISION "199311280000Z"
3349N/A DESCRIPTION
3349N/A "The original version of this MIB was published in RFC 1565"
3349N/A ::= {mib-2 27}
3349N/A
3349N/A -- Textual conventions
3349N/A
3349N/A -- DistinguishedName is used to refer to objects in the
3349N/A -- directory.
3349N/A
3349N/A DistinguishedName ::= TEXTUAL-CONVENTION
3349N/A DISPLAY-HINT "255a"
3349N/A STATUS current
3349N/A DESCRIPTION
3349N/A "A Distinguished Name represented in accordance with
3349N/A RFC 2253, presented in the UTF-8 charset defined in
3349N/A RFC 2279."
3349N/A SYNTAX OCTET STRING (SIZE (0..255))
3349N/A
3349N/A -- Uniform Resource Locators are stored in URLStrings.
3349N/A
3349N/A URLString ::= TEXTUAL-CONVENTION
3349N/A DISPLAY-HINT "255a"
3349N/A STATUS current
3349N/A DESCRIPTION
3349N/A "A Uniform Resource Locator represented in accordance
3349N/A with RFCs 1738 and 2368, presented in the NVT ASCII
3349N/A charset defined in RFC 854."
3349N/A SYNTAX OCTET STRING (SIZE (0..255))
3349N/A
3349N/A -- The basic applTable contains a list of the application
3349N/A -- entities.
3349N/A
3349N/A applTable OBJECT-TYPE
3349N/A SYNTAX SEQUENCE OF ApplEntry
3349N/A MAX-ACCESS not-accessible
3349N/A STATUS current
3349N/A DESCRIPTION
3349N/A "The table holding objects which apply to all different
3349N/A kinds of applications providing network services.
3349N/A Each network service application capable of being
3349N/A monitored should have a single entry in this table."
3349N/A ::= {application 1}
3349N/A
3349N/A applEntry OBJECT-TYPE
3349N/A SYNTAX ApplEntry
3349N/A MAX-ACCESS not-accessible
3349N/A STATUS current
3349N/A DESCRIPTION
3349N/A "An entry associated with a single network service
3349N/A application."
3349N/A INDEX {applIndex}
3349N/A ::= {applTable 1}
3349N/A
3349N/A ApplEntry ::= SEQUENCE {
3349N/A applIndex
3349N/A INTEGER,
3349N/A applName
3349N/A SnmpAdminString,
3349N/A applDirectoryName
3349N/A DistinguishedName,
3349N/A applVersion
3349N/A SnmpAdminString,
3349N/A applUptime
3349N/A TimeStamp,
3349N/A applOperStatus
3349N/A INTEGER,
3349N/A applLastChange
3349N/A TimeStamp,
3349N/A applInboundAssociations
3349N/A Gauge32,
3349N/A applOutboundAssociations
3349N/A Gauge32,
3349N/A applAccumulatedInboundAssociations
3349N/A Counter32,
3349N/A applAccumulatedOutboundAssociations
3349N/A Counter32,
3349N/A applLastInboundActivity
3349N/A TimeStamp,
3349N/A applLastOutboundActivity
3349N/A TimeStamp,
3349N/A applRejectedInboundAssociations
3349N/A Counter32,
3349N/A applFailedOutboundAssociations
3349N/A Counter32,
3349N/A applDescription
3349N/A SnmpAdminString,
3349N/A applURL
3349N/A URLString
3349N/A }
3349N/A
3349N/A applIndex OBJECT-TYPE
3349N/A SYNTAX INTEGER (1..2147483647)
3349N/A MAX-ACCESS not-accessible
3349N/A STATUS current
3349N/A DESCRIPTION
3349N/A "An index to uniquely identify the network service
3349N/A application. This attribute is the index used for
3349N/A lexicographic ordering of the table."
3349N/A ::= {applEntry 1}
3349N/A
3349N/A applName OBJECT-TYPE
3349N/A SYNTAX SnmpAdminString
3349N/A MAX-ACCESS read-only
3349N/A STATUS current
3349N/A DESCRIPTION
3349N/A "The name the network service application chooses to be
3349N/A known by."
3349N/A ::= {applEntry 2}
3349N/A
3349N/A applDirectoryName OBJECT-TYPE
3349N/A SYNTAX DistinguishedName
3349N/A MAX-ACCESS read-only
3349N/A STATUS current
3349N/A DESCRIPTION
3349N/A "The Distinguished Name of the directory entry where
3349N/A static information about this application is stored.
3349N/A An empty string indicates that no information about
3349N/A the application is available in the directory."
3349N/A ::= {applEntry 3}
3349N/A
3349N/A applVersion OBJECT-TYPE
3349N/A SYNTAX SnmpAdminString
3349N/A MAX-ACCESS read-only
3349N/A STATUS current
3349N/A DESCRIPTION
3349N/A "The version of network service application software.
3349N/A This field is usually defined by the vendor of the
3349N/A network service application software."
3349N/A ::= {applEntry 4}
3349N/A applUptime OBJECT-TYPE
3349N/A SYNTAX TimeStamp
3349N/A MAX-ACCESS read-only
3349N/A STATUS current
3349N/A DESCRIPTION
3349N/A "The value of sysUpTime at the time the network service
3349N/A application was last initialized. If the application was
3349N/A last initialized prior to the last initialization of the
3349N/A network management subsystem, then this object contains
3349N/A a zero value."
3349N/A ::= {applEntry 5}
3349N/A
3349N/A applOperStatus OBJECT-TYPE
3349N/A SYNTAX INTEGER {
3349N/A up(1),
3349N/A down(2),
3349N/A halted(3),
3349N/A congested(4),
3349N/A restarting(5),
3349N/A quiescing(6)
3349N/A }
3349N/A MAX-ACCESS read-only
3349N/A STATUS current
3349N/A DESCRIPTION
3349N/A "Indicates the operational status of the network service
3349N/A application. 'down' indicates that the network service is
3349N/A not available. 'up' indicates that the network service
3349N/A is operational and available. 'halted' indicates that the
3349N/A service is operational but not available. 'congested'
3349N/A indicates that the service is operational but no additional
3349N/A inbound associations can be accommodated. 'restarting'
3349N/A indicates that the service is currently unavailable but is
3349N/A in the process of restarting and will be available soon.
3349N/A 'quiescing' indicates that service is currently operational
3349N/A but is in the process of shutting down. Additional inbound
3349N/A associations may be rejected by applications in the
3349N/A 'quiescing' state."
3349N/A ::= {applEntry 6}
3349N/A
3349N/A applLastChange OBJECT-TYPE
3349N/A SYNTAX TimeStamp
3349N/A MAX-ACCESS read-only
3349N/A STATUS current
3349N/A DESCRIPTION
3349N/A "The value of sysUpTime at the time the network service
3349N/A application entered its current operational state. If
3349N/A the current state was entered prior to the last
3349N/A initialization of the local network management subsystem,
3349N/A then this object contains a zero value."
3349N/A ::= {applEntry 7}
3349N/A
3349N/A applInboundAssociations OBJECT-TYPE
3349N/A SYNTAX Gauge32
3349N/A MAX-ACCESS read-only
3349N/A STATUS current
3349N/A DESCRIPTION
3349N/A "The number of current associations to the network service
3349N/A application, where it is the responder. An inbound
3349N/A association occurs when another application successfully
3349N/A connects to this one."
3349N/A ::= {applEntry 8}
3349N/A
3349N/A applOutboundAssociations OBJECT-TYPE
3349N/A SYNTAX Gauge32
3349N/A MAX-ACCESS read-only
3349N/A STATUS current
3349N/A DESCRIPTION
3349N/A "The number of current associations to the network service
3349N/A application, where it is the initiator. An outbound
3349N/A association occurs when this application successfully
3349N/A connects to another one."
3349N/A ::= {applEntry 9}
3349N/A
3349N/A applAccumulatedInboundAssociations OBJECT-TYPE
3349N/A SYNTAX Counter32
3349N/A MAX-ACCESS read-only
3349N/A STATUS current
3349N/A DESCRIPTION
3349N/A "The total number of associations to the application entity
3349N/A since application initialization, where it was the responder."
3349N/A ::= {applEntry 10}
3349N/A
3349N/A applAccumulatedOutboundAssociations OBJECT-TYPE
3349N/A SYNTAX Counter32
3349N/A MAX-ACCESS read-only
3349N/A STATUS current
3349N/A DESCRIPTION
3349N/A "The total number of associations to the application entity
3349N/A since application initialization, where it was the initiator."
3349N/A ::= {applEntry 11}
3349N/A
3349N/A applLastInboundActivity OBJECT-TYPE
3349N/A SYNTAX TimeStamp
3349N/A MAX-ACCESS read-only
3349N/A STATUS current
3349N/A DESCRIPTION
3349N/A "The value of sysUpTime at the time this application last
3349N/A had an inbound association. If the last association
3349N/A occurred prior to the last initialization of the network
3349N/A subsystem, then this object contains a zero value."
3349N/A ::= {applEntry 12}
3349N/A
3349N/A applLastOutboundActivity OBJECT-TYPE
3349N/A SYNTAX TimeStamp
3349N/A MAX-ACCESS read-only
3349N/A STATUS current
3349N/A DESCRIPTION
3349N/A "The value of sysUpTime at the time this application last
3349N/A had an outbound association. If the last association
3349N/A occurred prior to the last initialization of the network
3349N/A subsystem, then this object contains a zero value."
3349N/A ::= {applEntry 13}
3349N/A
3349N/A applRejectedInboundAssociations OBJECT-TYPE
3349N/A SYNTAX Counter32
3349N/A MAX-ACCESS read-only
3349N/A STATUS current
3349N/A DESCRIPTION
3349N/A "The total number of inbound associations the application
3349N/A entity has rejected, since application initialization.
3349N/A Rejected associations are not counted in the accumulated
3349N/A association totals. Note that this only counts
3349N/A associations the application entity has rejected itself;
3349N/A it does not count rejections that occur at lower layers
3349N/A of the network. Thus, this counter may not reflect the
3349N/A true number of failed inbound associations."
3349N/A ::= {applEntry 14}
3349N/A
3349N/A applFailedOutboundAssociations OBJECT-TYPE
3349N/A SYNTAX Counter32
3349N/A MAX-ACCESS read-only
3349N/A STATUS current
3349N/A DESCRIPTION
3349N/A "The total number associations where the application entity
3349N/A is initiator and association establishment has failed,
3349N/A since application initialization. Failed associations are
3349N/A not counted in the accumulated association totals."
3349N/A ::= {applEntry 15}
3349N/A
3349N/A applDescription OBJECT-TYPE
3349N/A SYNTAX SnmpAdminString
3349N/A MAX-ACCESS read-only
3349N/A STATUS current
3349N/A DESCRIPTION
3349N/A "A text description of the application. This information
3349N/A is intended to identify and briefly describe the
3349N/A application in a status display."
3349N/A ::= {applEntry 16}
3349N/A
3349N/A applURL OBJECT-TYPE
3349N/A SYNTAX URLString
3349N/A MAX-ACCESS read-only
3349N/A STATUS current
3349N/A DESCRIPTION
3349N/A "A URL pointing to a description of the application.
3349N/A This information is intended to identify and describe
3349N/A the application in a status display."
3349N/A ::= {applEntry 17}
3349N/A
3349N/A -- The assocTable augments the information in the applTable
3349N/A -- with information about associations. Note that two levels
3349N/A -- of compliance are specified below, depending on whether
3349N/A -- association monitoring is mandated.
3349N/A
3349N/A assocTable OBJECT-TYPE
3349N/A SYNTAX SEQUENCE OF AssocEntry
3349N/A MAX-ACCESS not-accessible
3349N/A STATUS current
3349N/A DESCRIPTION
3349N/A "The table holding a set of all active application
3349N/A associations."
3349N/A ::= {application 2}
3349N/A
3349N/A assocEntry OBJECT-TYPE
3349N/A SYNTAX AssocEntry
3349N/A MAX-ACCESS not-accessible
3349N/A STATUS current
3349N/A DESCRIPTION
3349N/A "An entry associated with an association for a network
3349N/A service application."
3349N/A INDEX {applIndex, assocIndex}
3349N/A ::= {assocTable 1}
3349N/A
3349N/A AssocEntry ::= SEQUENCE {
3349N/A assocIndex
3349N/A INTEGER,
3349N/A assocRemoteApplication
3349N/A SnmpAdminString,
3349N/A assocApplicationProtocol
3349N/A OBJECT IDENTIFIER,
3349N/A assocApplicationType
3349N/A INTEGER,
3349N/A assocDuration
3349N/A TimeStamp
3349N/A }
3349N/A
3349N/A assocIndex OBJECT-TYPE
3349N/A SYNTAX INTEGER (1..2147483647)
3349N/A MAX-ACCESS not-accessible
3349N/A STATUS current
3349N/A DESCRIPTION
3349N/A "An index to uniquely identify each association for a network
3349N/A service application. This attribute is the index that is
3349N/A used for lexicographic ordering of the table. Note that the
3349N/A table is also indexed by the applIndex."
3349N/A ::= {assocEntry 1}
3349N/A
3349N/A assocRemoteApplication OBJECT-TYPE
3349N/A SYNTAX SnmpAdminString
3349N/A MAX-ACCESS read-only
3349N/A STATUS current
3349N/A DESCRIPTION
3349N/A "The name of the system running remote network service
3349N/A application. For an IP-based application this should be
3349N/A either a domain name or IP address. For an OSI application
3349N/A it should be the string encoded distinguished name of the
3349N/A managed object. For X.400(1984) MTAs which do not have a
3349N/A Distinguished Name, the RFC 2156 syntax 'mta in
3349N/A globalid' used in X400-Received: fields can be used. Note,
3349N/A however, that not all connections an MTA makes are
3349N/A necessarily to another MTA."
3349N/A ::= {assocEntry 2}
3349N/A
3349N/A assocApplicationProtocol OBJECT-TYPE
3349N/A SYNTAX OBJECT IDENTIFIER
3349N/A MAX-ACCESS read-only
3349N/A STATUS current
3349N/A DESCRIPTION
3349N/A "An identification of the protocol being used for the
3349N/A application. For an OSI Application, this will be the
3349N/A Application Context. For Internet applications, OID
3349N/A values of the form {applTCPProtoID port} or {applUDPProtoID
3349N/A port} are used for TCP-based and UDP-based protocols,
3349N/A respectively. In either case 'port' corresponds to the
3349N/A primary port number being used by the protocol. The
3349N/A usual IANA procedures may be used to register ports for
3349N/A new protocols."
3349N/A ::= {assocEntry 3}
3349N/A
3349N/A assocApplicationType OBJECT-TYPE
3349N/A SYNTAX INTEGER {
3349N/A uainitiator(1),
3349N/A uaresponder(2),
3349N/A peerinitiator(3),
3349N/A peerresponder(4)}
3349N/A MAX-ACCESS read-only
3349N/A STATUS current
3349N/A DESCRIPTION
3349N/A "This indicates whether the remote application is some type of
3349N/A client making use of this network service (e.g., a Mail User
3349N/A Agent) or a server acting as a peer. Also indicated is whether
3349N/A the remote end initiated an incoming connection to the network
3349N/A service or responded to an outgoing connection made by the
3349N/A local application. MTAs and messaging gateways are
3349N/A considered to be peers for the purposes of this variable."
3349N/A ::= {assocEntry 4}
3349N/A
3349N/A assocDuration OBJECT-TYPE
3349N/A SYNTAX TimeStamp
3349N/A MAX-ACCESS read-only
3349N/A STATUS current
3349N/A DESCRIPTION
3349N/A "The value of sysUpTime at the time this association was
3349N/A started. If this association started prior to the last
3349N/A initialization of the network subsystem, then this
3349N/A object contains a zero value."
3349N/A ::= {assocEntry 5}
3349N/A
3349N/A
3349N/A -- Conformance information
3349N/A
3349N/A applConformance OBJECT IDENTIFIER ::= {application 3}
3349N/A
3349N/A applGroups OBJECT IDENTIFIER ::= {applConformance 1}
3349N/A applCompliances OBJECT IDENTIFIER ::= {applConformance 2}
3349N/A
3349N/A -- Compliance statements
3349N/A
3349N/A applCompliance MODULE-COMPLIANCE
3349N/A STATUS obsolete
3349N/A DESCRIPTION
3349N/A "The compliance statement for RFC 1565 implementations
3349N/A which support the Network Services Monitoring MIB
3349N/A for basic monitoring of network service applications.
3349N/A This is the basic compliance statement for RFC 1565."
3349N/A MODULE
3349N/A MANDATORY-GROUPS {applRFC1565Group}
3349N/A ::= {applCompliances 1}
3349N/A
3349N/A assocCompliance MODULE-COMPLIANCE
3349N/A STATUS obsolete
3349N/A DESCRIPTION
3349N/A "The compliance statement for RFC 1565 implementations
3349N/A which support the Network Services Monitoring MIB
3349N/A for basic monitoring of network service applications
3349N/A and their associations."
3349N/A MODULE
3349N/A MANDATORY-GROUPS {applRFC1565Group, assocRFC1565Group}
3349N/A ::= {applCompliances 2}
3349N/A
3349N/A applRFC2248Compliance MODULE-COMPLIANCE
3349N/A STATUS deprecated
3349N/A DESCRIPTION
3349N/A "The compliance statement for RFC 2248 implementations
3349N/A which support the Network Services Monitoring MIB
3349N/A for basic monitoring of network service applications."
3349N/A MODULE
3349N/A MANDATORY-GROUPS {applRFC2248Group}
3349N/A ::= {applCompliances 3}
3349N/A
3349N/A assocRFC2248Compliance MODULE-COMPLIANCE
3349N/A STATUS deprecated
3349N/A DESCRIPTION
3349N/A "The compliance statement for RFC 2248 implementations
3349N/A which support the Network Services Monitoring MIB for
3349N/A basic monitoring of network service applications and
3349N/A their associations."
3349N/A MODULE
3349N/A MANDATORY-GROUPS {applRFC2248Group, assocRFC2248Group}
3349N/A ::= {applCompliances 4}
3349N/A
3349N/A applRFC2788Compliance MODULE-COMPLIANCE
3349N/A STATUS current
3349N/A DESCRIPTION
3349N/A "The compliance statement for RFC 2788 implementations
3349N/A which support the Network Services Monitoring MIB
3349N/A for basic monitoring of network service applications."
3349N/A MODULE
3349N/A MANDATORY-GROUPS {applRFC2788Group}
3349N/A ::= {applCompliances 5}
3349N/A
3349N/A assocRFC2788Compliance MODULE-COMPLIANCE
3349N/A STATUS current
3349N/A DESCRIPTION
3349N/A "The compliance statement for RFC 2788 implementations
3349N/A which support the Network Services Monitoring MIB for
3349N/A basic monitoring of network service applications and
3349N/A their associations."
3349N/A MODULE
3349N/A MANDATORY-GROUPS {applRFC2788Group, assocRFC2788Group}
3349N/A ::= {applCompliances 6}
3349N/A
3349N/A
3349N/A -- Units of conformance
3349N/A
3349N/A applRFC1565Group OBJECT-GROUP
3349N/A OBJECTS {
3349N/A applName, applVersion, applUptime, applOperStatus,
3349N/A applLastChange, applInboundAssociations,
3349N/A applOutboundAssociations, applAccumulatedInboundAssociations,
3349N/A applAccumulatedOutboundAssociations, applLastInboundActivity,
3349N/A applLastOutboundActivity, applRejectedInboundAssociations,
3349N/A applFailedOutboundAssociations}
3349N/A STATUS obsolete
3349N/A DESCRIPTION
3349N/A "A collection of objects providing basic monitoring of
3349N/A network service applications. This is the original set
3349N/A of such objects defined in RFC 1565."
3349N/A ::= {applGroups 7}
3349N/A
3349N/A assocRFC1565Group OBJECT-GROUP
3349N/A OBJECTS {
3349N/A assocRemoteApplication, assocApplicationProtocol,
3349N/A assocApplicationType, assocDuration}
3349N/A STATUS obsolete
3349N/A DESCRIPTION
3349N/A "A collection of objects providing basic monitoring of
3349N/A network service applications' associations. This is the
3349N/A original set of such objects defined in RFC 1565."
3349N/A ::= {applGroups 2}
3349N/A
3349N/A applRFC2248Group OBJECT-GROUP
3349N/A OBJECTS {
3349N/A applName, applVersion, applUptime, applOperStatus,
3349N/A applLastChange, applInboundAssociations,
3349N/A applOutboundAssociations, applAccumulatedInboundAssociations,
3349N/A applAccumulatedOutboundAssociations, applLastInboundActivity,
3349N/A applLastOutboundActivity, applRejectedInboundAssociations,
3349N/A applFailedOutboundAssociations, applDescription, applURL}
3349N/A STATUS deprecated
3349N/A DESCRIPTION
3349N/A "A collection of objects providing basic monitoring of
3349N/A network service applications. This group was originally
3349N/A defined in RFC 2248; note that applDirectoryName is
3349N/A missing."
3349N/A ::= {applGroups 3}
3349N/A
3349N/A assocRFC2248Group OBJECT-GROUP
3349N/A OBJECTS {
3349N/A assocRemoteApplication, assocApplicationProtocol,
3349N/A assocApplicationType, assocDuration}
3349N/A STATUS deprecated
3349N/A DESCRIPTION
3349N/A "A collection of objects providing basic monitoring of
3349N/A network service applications' associations. This group
3349N/A was originally defined by RFC 2248."
3349N/A ::= {applGroups 4}
3349N/A
3349N/A applRFC2788Group OBJECT-GROUP
3349N/A OBJECTS {
3349N/A applName, applDirectoryName, applVersion, applUptime,
3349N/A applOperStatus, applLastChange, applInboundAssociations,
3349N/A applOutboundAssociations, applAccumulatedInboundAssociations,
3349N/A applAccumulatedOutboundAssociations, applLastInboundActivity,
3349N/A applLastOutboundActivity, applRejectedInboundAssociations,
3349N/A applFailedOutboundAssociations, applDescription, applURL}
3349N/A STATUS current
3349N/A DESCRIPTION
3349N/A "A collection of objects providing basic monitoring of
3349N/A network service applications. This is the appropriate
3349N/A group for RFC 2788 -- it adds the applDirectoryName object
3349N/A missing in RFC 2248."
3349N/A ::= {applGroups 5}
3349N/A
3349N/A assocRFC2788Group OBJECT-GROUP
3349N/A OBJECTS {
3349N/A assocRemoteApplication, assocApplicationProtocol,
3349N/A assocApplicationType, assocDuration}
3349N/A STATUS current
3349N/A DESCRIPTION
3349N/A "A collection of objects providing basic monitoring of
3349N/A network service applications' associations. This is
3349N/A the appropriate group for RFC 2788."
3349N/A ::= {applGroups 6}
3349N/A
3349N/A -- OIDs of the form {applTCPProtoID port} are intended to be used
3349N/A -- for TCP-based protocols that don't have OIDs assigned by other
3349N/A -- means. {applUDPProtoID port} serves the same purpose for
3349N/A -- UDP-based protocols. In either case 'port' corresponds to
3349N/A -- the primary port number being used by the protocol. For example,
3349N/A -- assuming no other OID is assigned for SMTP, an OID of
3349N/A -- {applTCPProtoID 25} could be used, since SMTP is a TCP-based
3349N/A -- protocol that uses port 25 as its primary port.
3349N/A
3349N/A applTCPProtoID OBJECT IDENTIFIER ::= {application 4}
3349N/A applUDPProtoID OBJECT IDENTIFIER ::= {application 5}
3349N/A
3349N/A END