raisecomSynceExternalCommand
SWITCH-SYNCE-MIB ·
.1.3.6.1.4.1.8886.1.20.2.4.1.1
Object
column r/w
Enumeration
Synce external commands, including: noExternalCommand--initialization, no external command lockOut--temporary lock a source out, don't allow it to join source selection clearLockOut--clear a source lock-out status, allow it to join source selection manualSwitch--manually switch a source to current selective source forcedSwitch--forced switch a source to current selective source.
Context
- MIB
- SWITCH-SYNCE-MIB
- OID
.1.3.6.1.4.1.8886.1.20.2.4.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- raisecomSynceExternalCommandsEntry
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 'SWITCH-SYNCE-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SWITCH-SYNCE-MIB::raisecomSynceExternalCommand'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SWITCH-SYNCE-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SWITCH-SYNCE-MIB::raisecomSynceExternalCommand.<raisecomSynceSourceIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SWITCH-SYNCE-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SWITCH-SYNCE-MIB::raisecomSynceExternalCommand'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noExternalCommand |
2 | lockOut |
3 | clearLockOut |
4 | manualSwitch |
5 | forcedSwitch |