snaNodeAdminState

SNA-NAU-MIB · .1.3.6.1.2.1.34.1.1.1.1.12

Object

column r/w Enumeration
The value indicates the desired operational
state of the SNA Node. This object is used
by the Management Station to
activate or deactivate the Node.
              
If the current value in snaNodeOperState is
'active (2)', then setting this object to
'inactive (1)' will initiate the Node shutdown
process using the method indicated
by snaNodeOperStopMethod.
              
If the current value in snaNodeOperState is
'inactive (1)', then setting this object to
'active (2)' will initiate the
Node's activation.
              
A Management Station can always set this object to
'active (2)' irrespective of the value in the
snaOperEnablingMethod.

Context

MIB
SNA-NAU-MIB
OID
.1.3.6.1.2.1.34.1.1.1.1.12
Type
column
Access
readwrite
Status
current
Parent
snaNodeAdminEntry
Groups
1

Walk 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 'SNA-NAU-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SNA-NAU-MIB::snaNodeAdminState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SNA-NAU-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SNA-NAU-MIB::snaNodeAdminState.<snaNodeAdminIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SNA-NAU-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SNA-NAU-MIB::snaNodeAdminState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1inactive
2active

Conformance

Member of
Compliance refinements
An Agent is required to implement read-write
access to this object.