All MIBs › NETWORK-SERVICES-MIB › assocApplicationProtocol
assocApplicationProtocol
Module: NETWORK-SERVICES-MIB
OID (symbolic): NETWORK-SERVICES-MIB::assocApplicationProtocol
OID (numeric): 1.3.6.1.2.1.27.2.1.3
Node type: OBJECT-TYPE
Type: OBJECT IDENTIFIER
Access: read-only
Description:
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.
What is assocApplicationProtocol?
This object identifies which protocol is being used for a particular application association by storing a protocol Object Identifier. For Internet applications, the OID typically encodes either TCP or UDP as the transport protocol with the port number appended (e.g., {applTCPProtoID port}), while for OSI Applications it references the Application Context. An NMS uses this to understand what protocol and port an application is using for each active connection.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.27.2.1.3 snmpwalk -v2c -c public <target> NETWORK-SERVICES-MIB::assocApplicationProtocol
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.27.2.1.3.1 snmpget -v2c -c public <target> NETWORK-SERVICES-MIB::assocApplicationProtocol.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.2 | mgmt | BKTEL-HFC862-BASE-MIB |
| 1.3.6.1.2.1 | mib_2 | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.27 | application | NETWORK-SERVICES-MIB |
| 1.3.6.1.2.1.27.2 | assocTable | NETWORK-SERVICES-MIB |
| 1.3.6.1.2.1.27.2.1 | assocEntry | NETWORK-SERVICES-MIB |
| 1.3.6.1.2.1.27.2.1.3 | assocApplicationProtocol | NETWORK-SERVICES-MIB |