Please wait - this lookup operation may take a few seconds
Emnico Logo
Your Virtual Technology Team
Delivering Peak Performance
Lookup or browse through a large collection of SNMP MIB library validated and pre-compiled by Emnico Technologies

OIDAttribute
  

Description:
    The MIB module describing network service applications    


MIB:
OID Attribute Type Description
1.3.6.1.2.1.27 application MODULE-IDENTITY The MIB module describing network service
More...
The MIB module describing network service applications    
1.3.6.1.2.1.27.1 applTable Table The table holding objects which apply
More...
The table holding objects which apply to all different
kinds of applications providing network services.    
1.3.6.1.2.1.27.1.1 applEntry ApplEntry An entry associated with a network service
More...
An entry associated with a network service application.    
1.3.6.1.2.1.27.1.1.1 applIndex INTEGER An index to uniquely identify the
More...
An index to uniquely identify the network service
application.    
1.3.6.1.2.1.27.1.1.10 applAccumulatedInboundAssociations Counter32 The total number of associations to the
More...
The total number of associations to the application entity
since application initialization, where it was the responder.
For  dynamic single threaded processes, this will be the
number of application instances.    
1.3.6.1.2.1.27.1.1.11 applAccumulatedOutboundAssociations Counter32 The total number of associations to the
More...
The total number of associations to the application entity
since application initialization, where it was the initiator.
For dynamic single threaded processes, this will be the
number of application instances.    
1.3.6.1.2.1.27.1.1.12 applLastInboundActivity TimeStamp The value of sysUpTime at the time this
More...
The value of sysUpTime at the time this application last
had an inbound association.  If the last association
occurred prior to the last initialization of the network
subsystem, then this object contains a zero value.    
1.3.6.1.2.1.27.1.1.13 applLastOutboundActivity TimeStamp The value of sysUpTime at the time this
More...
The value of sysUpTime at the time this application last
had an outbound association.  If the last association
occurred prior to the last initialization of the network
subsystem, then this object contains a zero value.    
1.3.6.1.2.1.27.1.1.14 applRejectedInboundAssociations Counter32 The total number of inbound
More...
The total number of inbound associations the application
entity has rejected, since application initialization.    
1.3.6.1.2.1.27.1.1.15 applFailedOutboundAssociations Counter32 The total number associations where the
More...
The total number associations where the application entity
is initiator and association establishment has failed,
since application initialization.    
1.3.6.1.2.1.27.1.1.2 applName DisplayString The name the network service
More...
The name the network service application chooses to be
known by.    
1.3.6.1.2.1.27.1.1.3 applDirectoryName DistinguishedName The Distinguished Name of the directory
More...
The Distinguished Name of the directory entry where
static information about this application is stored.
An empty string indicates that no information about
the application is available in the directory.    
1.3.6.1.2.1.27.1.1.4 applVersion DisplayString The version of network service application
More...
The version of network service application software.    
1.3.6.1.2.1.27.1.1.5 applUptime TimeStamp The value of sysUpTime at the time the
More...
The value of sysUpTime at the time the network service
application was last initialized.  If the application was
last initialized prior to the last initialization of the
network management subsystem, then this object contains
a zero value.    
1.3.6.1.2.1.27.1.1.6 applOperStatus Enum
Possible values are:

up, down, halted, congested, restarting                 
Indicates the operational status of the
More...
Indicates the operational status of the network service
application. 'down' indicates that the network service is
not available. 'running' indicates that the network 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 accomodated.  'restarting'
indicates that the service is currently unavailable but is
in the process of restarting and will be available soon.    
1.3.6.1.2.1.27.1.1.7 applLastChange TimeStamp The value of sysUpTime at the time the
More...
The value of sysUpTime at the time the network service
application entered its current operational state.  If
the current state was entered prior to the last
initialization of the local network management subsystem,
then this object contains a zero value.    
1.3.6.1.2.1.27.1.1.8 applInboundAssociations Gauge32 The number of current associations to
More...
The number of current associations to the network service
application, where it is the responder.  For dynamic single
threaded processes, this will be the number of application
instances.    
1.3.6.1.2.1.27.1.1.9 applOutboundAssociations Gauge32 The number of current associations to
More...
The number of current associations to the network service
application, where it is the initiator.  For dynamic single
threaded processes, this will be the number of application
instances.    
1.3.6.1.2.1.27.2 assocTable Table The table holding a set of all active
More...
The table holding a set of all active application
associations.    
1.3.6.1.2.1.27.2.1 assocEntry AssocEntry An entry associated with an association
More...
An entry associated with an association for a network
service application.    
1.3.6.1.2.1.27.2.1.1 assocIndex INTEGER An index to uniquely identify each
More...
An index to uniquely identify each association for a network
service application.    
1.3.6.1.2.1.27.2.1.2 assocRemoteApplication DisplayString The name of the system running remote
More...
The name of the system running remote network service
application.  For an IP-based application this should be
either a domain name or IP address.  For an OSI application
it should be the string encoded distinguished name of the
managed object.  For X.400(84) MTAs which do not have a
Distinguished Name, the RFC1327 [6] syntax
'mta in globalid' should be used.    
1.3.6.1.2.1.27.2.1.3 assocApplicationProtocol OBJECT IDENTIFIER An identification of the protocol being
More...
An identification of the protocol being used for the
application.  For an OSI Application, this will be the
Application Context.  For Internet applications, the IANA
maintains a registry of the OIDs which correspond to
well-known applications.  If the application protocol is
not listed in the registry, an OID value of the form
{applTCPProtoID port} or {applUDProtoID 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.    
1.3.6.1.2.1.27.2.1.4 assocApplicationType Enum
Possible values are:

ua-initiator, ua-responder, peer-initiator, peer-responder
This indicates whether the remote
More...
This indicates whether the remote application is some type of
client making use of this network service (e.g. a User Agent)
or a server acting as a peer. Also indicated is whether the
remote end initiated an incoming connection to the network
service or responded to an outgoing connection made by the
local application.    
1.3.6.1.2.1.27.2.1.5 assocDuration TimeStamp The value of sysUpTime at the time this
More...
The value of sysUpTime at the time this association was
started.  If this association started prior to the last
initialization of the network subsystem, then this
object contains a zero value.    
1.3.6.1.2.1.27.3 applConformance OBJECT IDENTIFIER -
1.3.6.1.2.1.27.3.1 applGroups OBJECT IDENTIFIER -
1.3.6.1.2.1.27.3.1.1 applGroup OBJECT-GROUP
Values are:

applName, applVersion, applUptime, applOperStatus, applLastChange, applInboundAssociations, applOutboundAssociations, applAccumulatedInboundAssociations, applAccumulatedOutboundAssociations, applLastInboundActivity, applLastOutboundActivity, applRejectedInboundAssociations, applFailedOutboundAssociations
A collection of objects providing basic
More...
A collection of objects providing basic monitoring of
network service applications.    
1.3.6.1.2.1.27.3.1.2 assocGroup OBJECT-GROUP
Values are:

assocRemoteApplication, assocApplicationProtocol, assocApplicationType, assocDuration
A collection of objects providing basic
More...
A collection of objects providing basic monitoring of
network service applications' associations.    
1.3.6.1.2.1.27.3.2 applCompliances OBJECT IDENTIFIER -
1.3.6.1.2.1.27.3.2.1 applCompliance MODULE-COMPLIANCE The compliance statement for SNMPv2
More...
The compliance statement for SNMPv2 entities
which implement the Network Services Monitoring MIB
for basic monitoring of network service applications.    
1.3.6.1.2.1.27.3.2.2 assocCompliance MODULE-COMPLIANCE The compliance statement for SNMPv2
More...
The compliance statement for SNMPv2 entities which
implement the Network Services Monitoring MIB for basic
monitoring of network service applications and their
associations.    
1.3.6.1.2.1.27.4 applTCPProtoID OBJECT IDENTIFIER -
1.3.6.1.2.1.27.5 applUDPProtoID OBJECT IDENTIFIER -