extremeVMSynchAdminState
EXTREME-VM-MIB ·
.1.3.6.1.4.1.1916.1.39.1.5
Object
scalar r/w
Enumeration
Triggers a synchronization cycle on demand. A synchronization will automatically
download new or updated policies as well as delete policies to match those on the server.
idle(1) is returned whenever this object is read.
synchronizeNow(2) triggers an immediate synchronization, and will be reflected in
extremeVMSynchOperState.
Attempts to set this variable to synchronizeNow(2) will be rejected if a synchronization is
currently in progress.
Context
- MIB
- EXTREME-VM-MIB
- OID
.1.3.6.1.4.1.1916.1.39.1.5- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- extremeVMGeneral
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 'EXTREME-VM-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-VM-MIB::extremeVMSynchAdminState.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EXTREME-VM-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EXTREME-VM-MIB::extremeVMSynchAdminState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | idle |
2 | synchronizeNow |