atmfAtmLayerDeviceType
ATM-FORUM-MIB ·
broadbandforum variant
·
.1.3.6.1.4.1.353.2.2.1.1.10
Object
column mandatory
Enumeration
This object determines the type of the ATM device. This object is used in automatic ATM Interface-Type determination procedure such that a correct operational ATM Interface-type can be determined. An ATM End System shall take the value of user(1), and an ATM network node shall take the value of node(2).
Context
- MIB
- ATM-FORUM-MIB
- OID
.1.3.6.1.4.1.353.2.2.1.1.10- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- atmfAtmLayerEntry
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 'ATM-FORUM-MIB' -M '/opt/observium/mibs/broadbandforum:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ATM-FORUM-MIB::atmfAtmLayerDeviceType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ATM-FORUM-MIB' -M '/opt/observium/mibs/broadbandforum:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ATM-FORUM-MIB::atmfAtmLayerDeviceType.<atmfAtmLayerIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ATM-FORUM-MIB' -M '/opt/observium/mibs/broadbandforum:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ATM-FORUM-MIB::atmfAtmLayerDeviceType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | user |
2 | node |