tn3270eSrvrConfAdminStatus
TN3270E-MIB ·
.1.3.6.1.2.1.34.8.1.1.1.7
Object
column r/w
Enumeration
The desired state of the TN3270E server represented
by this entry in the table:
up(1) - Activate this TN3270E server.
down(2) - Informs the associated TN3270E
server to gracefully terminate
its processing.
stopImmediate(3) - Informs the associated TN3270E
server to terminate itself
immediately.
When a managed system creates an entry in this table,
tn3270eSrvrConfAdminStatus and tn3270eSrvrConfOperStatus
are initialized as up(1) by default.
The exact behavior of a server in response to a down(2)
or stopImmediate(3) command is left implementation-
dependent. A TN3270E server that is capable of it
SHOULD close all of its TN3270 and TN3270E sessions
during a graceful termination.
Often the function enabled via stopImmediate(3) is used
as a last resort by a system administrator, to attempt
to either bring down a hung TN3270E server or free up
its resources immediately to aid in general system
availability, or to shut down a TN3270E server that is
not recognizing a down(2) request.
A TN3270E server that does not distinguish between
down(2) or stopImmediate(3) transitions should not
support stopImmediate(3).
Context
- MIB
- TN3270E-MIB
- OID
.1.3.6.1.2.1.34.8.1.1.1.7- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- tn3270eSrvrConfEntry
- Groups
- 1
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 'TN3270E-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TN3270E-MIB::tn3270eSrvrConfAdminStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TN3270E-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TN3270E-MIB::tn3270eSrvrConfAdminStatus.<tn3270eSrvrConfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TN3270E-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TN3270E-MIB::tn3270eSrvrConfAdminStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | up |
2 | down |
3 | stopImmediate |
Conformance
Member of
Compliance refinements
A TN3270E server is not required to support a
stopImmediate state transition.
stopImmediate state transition.