cadSnmpRemoteEngineType
CADANT-CMTS-SYSTEM-MIB ·
.1.3.6.1.4.1.4998.1.1.5.1.4.4.1.5
Object
column Enumeration
The type to indicate the remote engineID is manually configured or internally detected via SNMP V3 Informs probe response.
Context
- MIB
- CADANT-CMTS-SYSTEM-MIB
- OID
.1.3.6.1.4.1.4998.1.1.5.1.4.4.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cadSnmpRemoteEngineEntry
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 'CADANT-CMTS-SYSTEM-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CADANT-CMTS-SYSTEM-MIB::cadSnmpRemoteEngineType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CADANT-CMTS-SYSTEM-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CADANT-CMTS-SYSTEM-MIB::cadSnmpRemoteEngineType.<cadSnmpRemoteEngineIpAddress>.<cadSnmpRemoteEnginePortNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CADANT-CMTS-SYSTEM-MIB' -M '/opt/observium/mibs/arris:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CADANT-CMTS-SYSTEM-MIB::cadSnmpRemoteEngineType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | manual |
2 | auto |