groupStatus

NATEKS-MIB · .1.3.6.1.4.1.4249.2.4.100.4.1.4

Object

column r/w Enumeration
Change status for a groupvalue.
              
All groups of groupType setNow(1) have unchanged(1) status.
              
Status for groups of groupType applyConfirm(2):
   Initially, all values have unchanged(1) status.
   When some of group values are changed in new configuration,
   groupStatus is changed(2). When APPLY is made for a group,
   groupStatus is applied(3). When CONFIRM is made for a group,
   groupStatus returns to unchanged(1).
              
Status for groups of type afterReset:
   If startup values in the group are different from running
   values, groupStatus is changed(2), otherwise unchanged(1).
              
Writing applied(3) to the groupStatus makes APPLY operation
on a group. APPLY operation is allowed only for groups of
groupType applyConfirm(2).
              
Other write operations should report error.

Context

MIB
NATEKS-MIB
OID
.1.3.6.1.4.1.4249.2.4.100.4.1.4
Type
column
Access
readwrite
Status
current
Parent
configGroupEntry
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 'NATEKS-MIB' -M '/opt/observium/mibs/nateks:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NATEKS-MIB::groupStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NATEKS-MIB' -M '/opt/observium/mibs/nateks:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NATEKS-MIB::groupStatus.<groupId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NATEKS-MIB' -M '/opt/observium/mibs/nateks:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NATEKS-MIB::groupStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1unchanged
2changed
3applied

Conformance