NETWORK-SERVICES-MIB

File: NETWORK-SERVICES-MIB.mib (21632 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
SNMP-FRAMEWORK-MIB

Imported symbols

OBJECT-TYPE Counter32 Gauge32
MODULE-IDENTITY mib-2 TimeStamp
TEXTUAL-CONVENTION MODULE-COMPLIANCE OBJECT-GROUP
SnmpAdminString

Defined Types

DistinguishedName  
A Distinguished Name represented in accordance with RFC 2253, presented in the UTF-8 charset defined in RFC 2279.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..255)  

URLString  
A Uniform Resource Locator represented in accordance with RFCs 1738 and 2368, presented in the NVT ASCII charset defined in RFC 854.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..255)  

ApplEntry  
SEQUENCE    
  applIndex INTEGER
  applName SnmpAdminString
  applDirectoryName DistinguishedName
  applVersion SnmpAdminString
  applUptime TimeStamp
  applOperStatus INTEGER
  applLastChange TimeStamp
  applInboundAssociations Gauge32
  applOutboundAssociations Gauge32
  applAccumulatedInboundAssociations Counter32
  applAccumulatedOutboundAssociations Counter32
  applLastInboundActivity TimeStamp
  applLastOutboundActivity TimeStamp
  applRejectedInboundAssociations Counter32
  applFailedOutboundAssociations Counter32
  applDescription SnmpAdminString
  applURL URLString

AssocEntry  
SEQUENCE    
  assocIndex INTEGER
  assocRemoteApplication SnmpAdminString
  assocApplicationProtocol OBJECT IDENTIFIER
  assocApplicationType INTEGER
  assocDuration TimeStamp

Defined Values

application 1.3.6.1.2.1.27
The MIB module describing network service applications
MODULE-IDENTITY    

applTable 1.3.6.1.2.1.27.1
The table holding objects which apply to all different kinds of applications providing network services. Each network service application capable of being monitored should have a single entry in this table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ApplEntry

applEntry 1.3.6.1.2.1.27.1.1
An entry associated with a single network service application.
Status: current Access: not-accessible
OBJECT-TYPE    
  ApplEntry  

applIndex 1.3.6.1.2.1.27.1.1.1
An index to uniquely identify the network service application. This attribute is the index used for lexicographic ordering of the table.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..2147483647  

applName 1.3.6.1.2.1.27.1.1.2
The name the network service application chooses to be known by.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

applDirectoryName 1.3.6.1.2.1.27.1.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  DistinguishedName  

applVersion 1.3.6.1.2.1.27.1.1.4
The version of network service application software. This field is usually defined by the vendor of the network service application software.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

applUptime 1.3.6.1.2.1.27.1.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

applOperStatus 1.3.6.1.2.1.27.1.1.6
Indicates the operational status of the network service application. 'down' indicates that the network service is not available. 'up' 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 accommodated. 'restarting' indicates that the service is currently unavailable but is in the process of restarting and will be available soon. 'quiescing' indicates that service is currently operational but is in the process of shutting down. Additional inbound associations may be rejected by applications in the 'quiescing' state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), halted(3), congested(4), restarting(5), quiescing(6)  

applLastChange 1.3.6.1.2.1.27.1.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

applInboundAssociations 1.3.6.1.2.1.27.1.1.8
The number of current associations to the network service application, where it is the responder. An inbound association occurs when another application successfully connects to this one.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

applOutboundAssociations 1.3.6.1.2.1.27.1.1.9
The number of current associations to the network service application, where it is the initiator. An outbound association occurs when this application successfully connects to another one.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

applAccumulatedInboundAssociations 1.3.6.1.2.1.27.1.1.10
The total number of associations to the application entity since application initialization, where it was the responder.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

applAccumulatedOutboundAssociations 1.3.6.1.2.1.27.1.1.11
The total number of associations to the application entity since application initialization, where it was the initiator.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

applLastInboundActivity 1.3.6.1.2.1.27.1.1.12
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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

applLastOutboundActivity 1.3.6.1.2.1.27.1.1.13
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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

applRejectedInboundAssociations 1.3.6.1.2.1.27.1.1.14
The total number of inbound associations the application entity has rejected, since application initialization. Rejected associations are not counted in the accumulated association totals. Note that this only counts associations the application entity has rejected itself; it does not count rejections that occur at lower layers of the network. Thus, this counter may not reflect the true number of failed inbound associations.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

applFailedOutboundAssociations 1.3.6.1.2.1.27.1.1.15
The total number associations where the application entity is initiator and association establishment has failed, since application initialization. Failed associations are not counted in the accumulated association totals.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

applDescription 1.3.6.1.2.1.27.1.1.16
A text description of the application. This information is intended to identify and briefly describe the application in a status display.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

applURL 1.3.6.1.2.1.27.1.1.17
A URL pointing to a description of the application. This information is intended to identify and describe the application in a status display.
Status: current Access: read-only
OBJECT-TYPE    
  URLString  

assocTable 1.3.6.1.2.1.27.2
The table holding a set of all active application associations.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AssocEntry

assocEntry 1.3.6.1.2.1.27.2.1
An entry associated with an association for a network service application.
Status: current Access: not-accessible
OBJECT-TYPE    
  AssocEntry  

assocIndex 1.3.6.1.2.1.27.2.1.1
An index to uniquely identify each association for a network service application. This attribute is the index that is used for lexicographic ordering of the table. Note that the table is also indexed by the applIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..2147483647  

assocRemoteApplication 1.3.6.1.2.1.27.2.1.2
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(1984) MTAs which do not have a Distinguished Name, the RFC 2156 syntax 'mta in globalid' used in X400-Received: fields can be used. Note, however, that not all connections an MTA makes are necessarily to another MTA.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

assocApplicationProtocol 1.3.6.1.2.1.27.2.1.3
An identification of the protocol being used for the application. For an OSI Application, this will be the Application Context. For Internet applications, OID values 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. The usual IANA procedures may be used to register ports for new protocols.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

assocApplicationType 1.3.6.1.2.1.27.2.1.4
This indicates whether the remote application is some type of client making use of this network service (e.g., a Mail 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. MTAs and messaging gateways are considered to be peers for the purposes of this variable.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER uainitiator(1), uaresponder(2), peerinitiator(3), peerresponder(4)  

assocDuration 1.3.6.1.2.1.27.2.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

applConformance 1.3.6.1.2.1.27.3
OBJECT IDENTIFIER    

applGroups 1.3.6.1.2.1.27.3.1
OBJECT IDENTIFIER    

applCompliances 1.3.6.1.2.1.27.3.2
OBJECT IDENTIFIER    

applCompliance 1.3.6.1.2.1.27.3.2.1
The compliance statement for RFC 1565 implementations which support the Network Services Monitoring MIB for basic monitoring of network service applications. This is the basic compliance statement for RFC 1565.
Status: obsolete Access: read-only
MODULE-COMPLIANCE    

assocCompliance 1.3.6.1.2.1.27.3.2.2
The compliance statement for RFC 1565 implementations which support the Network Services Monitoring MIB for basic monitoring of network service applications and their associations.
Status: obsolete Access: read-only
MODULE-COMPLIANCE    

applRFC2248Compliance 1.3.6.1.2.1.27.3.2.3
The compliance statement for RFC 2248 implementations which support the Network Services Monitoring MIB for basic monitoring of network service applications.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

assocRFC2248Compliance 1.3.6.1.2.1.27.3.2.4
The compliance statement for RFC 2248 implementations which support the Network Services Monitoring MIB for basic monitoring of network service applications and their associations.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

applRFC2788Compliance 1.3.6.1.2.1.27.3.2.5
The compliance statement for RFC 2788 implementations which support the Network Services Monitoring MIB for basic monitoring of network service applications.
Status: current Access: read-only
MODULE-COMPLIANCE    

assocRFC2788Compliance 1.3.6.1.2.1.27.3.2.6
The compliance statement for RFC 2788 implementations which support the Network Services Monitoring MIB for basic monitoring of network service applications and their associations.
Status: current Access: read-only
MODULE-COMPLIANCE    

applRFC1565Group 1.3.6.1.2.1.27.3.1.7
A collection of objects providing basic monitoring of network service applications. This is the original set of such objects defined in RFC 1565.
Status: obsolete Access: read-only
OBJECT-GROUP    

assocRFC1565Group 1.3.6.1.2.1.27.3.1.2
A collection of objects providing basic monitoring of network service applications' associations. This is the original set of such objects defined in RFC 1565.
Status: obsolete Access: read-only
OBJECT-GROUP    

applRFC2248Group 1.3.6.1.2.1.27.3.1.3
A collection of objects providing basic monitoring of network service applications. This group was originally defined in RFC 2248; note that applDirectoryName is missing.
Status: deprecated Access: read-only
OBJECT-GROUP    

assocRFC2248Group 1.3.6.1.2.1.27.3.1.4
A collection of objects providing basic monitoring of network service applications' associations. This group was originally defined by RFC 2248.
Status: deprecated Access: read-only
OBJECT-GROUP    

applRFC2788Group 1.3.6.1.2.1.27.3.1.5
A collection of objects providing basic monitoring of network service applications. This is the appropriate group for RFC 2788 -- it adds the applDirectoryName object missing in RFC 2248.
Status: current Access: read-only
OBJECT-GROUP    

assocRFC2788Group 1.3.6.1.2.1.27.3.1.6
A collection of objects providing basic monitoring of network service applications' associations. This is the appropriate group for RFC 2788.
Status: current Access: read-only
OBJECT-GROUP    

applTCPProtoID 1.3.6.1.2.1.27.4
OBJECT IDENTIFIER    

applUDPProtoID 1.3.6.1.2.1.27.5
OBJECT IDENTIFIER