zmsConfigSyncAction
LUXN-MIB ·
.1.3.6.1.4.1.4253.1.27.4
Object
scalar mandatory
r/w
Enumeration
Used by ZMS when it wants to create a list of config synch records. It must first write the filename expected and then set the action. The create list action allows the device to determine whether the complete database (synchoverflow occured) needs to be sent or only those records that have been modified. create full list specifies that ZMS would like to receive the complete database.
Context
- MIB
- LUXN-MIB
- OID
.1.3.6.1.4.1.4253.1.27.4- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- zmsConfigSync
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 'LUXN-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LUXN-MIB::zmsConfigSyncAction.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LUXN-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LUXN-MIB::zmsConfigSyncAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noAction |
2 | createList |
3 | createFullList |
4 | createFullListWithAlarms |
5 | createAlarmsList |