dtmNodeRestartOnError
NETI-DTM-MIB ·
.1.3.6.1.4.1.2928.6.2.4.1.6.2
Object
The value of this object is only used if any DTM interface
(table dtmIfTable) is configured as persistent
(e.g. dtmIfLinkClass is `persistent' or `nailed'). It is
controlling what status (dtmNodeStatus) the node shall enter
when it reboots or the control function sub-system
restarts. Note that the node always enters status `up' at
cold-start.
true(1)
The node shall enter the status (dtmNodeStatus) `up'. All
channels are torn down.
false(2)
The node shall enter the status (dtmNodeStatus) `noControl'
or `limited', as applicable.
Context
- MIB
- NETI-DTM-MIB
- OID
.1.3.6.1.4.1.2928.6.2.4.1.6.2- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- dtmNodeGroup
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETI-DTM-MIB' -M '/opt/observium/mibs/netinsight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETI-DTM-MIB::dtmNodeRestartOnError.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETI-DTM-MIB' -M '/opt/observium/mibs/netinsight:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETI-DTM-MIB::dtmNodeRestartOnError'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |