bacEntityRelationEntityType
FEC-BAC-MIB ·
.0.60.1.3.1.3
Object
column r/w
Enumeration
The type of entity. provider(1) The entity is a provider extension(2) The entity is an extension
Context
- MIB
- FEC-BAC-MIB
- OID
.0.60.1.3.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- bacEntityRelationEntry
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 'FEC-BAC-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-BAC-MIB::bacEntityRelationEntityType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FEC-BAC-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-BAC-MIB::bacEntityRelationEntityType.<bacEntityRelationIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FEC-BAC-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FEC-BAC-MIB::bacEntityRelationEntityType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | provider |
2 | extension |