ebnDirSubnetAffiliation

EBN-MIB · .1.3.6.1.2.1.34.7.1.1.1.1.2

Object

column Enumeration
Specifies the subnetwork affiliation of the LU:
- native(1)    : The LU is in the native APPN subnetwork.
- nonNative(2) : The LU is in a non-native APPN subnetwork.
- subarea(3)   : The LU is in a subarea network.

Context

MIB
EBN-MIB
OID
.1.3.6.1.2.1.34.7.1.1.1.1.2
Type
column
Access
readonly
Status
current
Parent
ebnDirEntry
Groups
1

Walk 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 'EBN-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EBN-MIB::ebnDirSubnetAffiliation'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EBN-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EBN-MIB::ebnDirSubnetAffiliation.<ebnDirLuName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EBN-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EBN-MIB::ebnDirSubnetAffiliation'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1native
2nonNative
3subarea

Conformance