phivSystemState
DECNET-PHIV-MIB ·
.1.3.6.1.2.1.18.1.1
Object
scalar mandatory
r/w
Enumeration
This represents the operational state of the executor
node.
The possible states are:
ON Allows logical links.
OFF Allows no new links, terminates existing
links, and stops routing traffic through.
SHUT Allows no new logical links, does not
destroy existing logical links, and goes
to the OFF state when all logical links are
gone.
RESTRICTED Allows no new incoming logical links from
other nodes.
NOTE: These values are incremented by one compared to
the standard DECnet values in order to maintain
compliance with RFC 1155).
Context
- MIB
- DECNET-PHIV-MIB
- OID
.1.3.6.1.2.1.18.1.1- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- phivSystem
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 'DECNET-PHIV-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DECNET-PHIV-MIB::phivSystemState.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DECNET-PHIV-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DECNET-PHIV-MIB::phivSystemState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | on |
2 | off |
3 | shut |
4 | restricted |