assocApplicationType
NETWORK-SERVICES-MIB ·
.1.3.6.1.2.1.27.2.1.4
Object
column Enumeration
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.
Context
- MIB
- NETWORK-SERVICES-MIB
- OID
.1.3.6.1.2.1.27.2.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- assocEntry
- Groups
- 3
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'NETWORK-SERVICES-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETWORK-SERVICES-MIB::assocApplicationType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETWORK-SERVICES-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETWORK-SERVICES-MIB::assocApplicationType.<applIndex>.<assocIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETWORK-SERVICES-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETWORK-SERVICES-MIB::assocApplicationType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | uainitiator |
2 | uaresponder |
3 | peerinitiator |
4 | peerresponder |