raisecomRemoteSendConf
RAISECOM-REMOTE-MANAGEMENT-LOCAL-MIB ·
.1.3.6.1.4.1.8886.1.12.1.11.1.1
Object
This object is used to send config frame to remote device and to save config frame local.
Context
- MIB
- RAISECOM-REMOTE-MANAGEMENT-LOCAL-MIB
- OID
.1.3.6.1.4.1.8886.1.12.1.11.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Default
successful- Parent
- raisecomRemoteSendConfEntry
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 'RAISECOM-REMOTE-MANAGEMENT-LOCAL-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAISECOM-REMOTE-MANAGEMENT-LOCAL-MIB::raisecomRemoteSendConf'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAISECOM-REMOTE-MANAGEMENT-LOCAL-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAISECOM-REMOTE-MANAGEMENT-LOCAL-MIB::raisecomRemoteSendConf.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAISECOM-REMOTE-MANAGEMENT-LOCAL-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAISECOM-REMOTE-MANAGEMENT-LOCAL-MIB::raisecomRemoteSendConf'
Syntax
- Source
- RcRemoteConfigFrameSendStatus
- Base type
Enumeration
Type Description
Specifies the status of send config packet to the remote device. The value 'send' means the config packet should be sent to the remote device and not saved. The value 'save' means the config packet is just saved as default file in local device. The value 'sendandsave' means the config packet should be sent to the remote device also saved as default file in local device. The value 'waitting' means the config packet is sending or saving. The value 'successful' means the config packet is sent or saved successfully. The value 'failed' means the config packet is failed to send or save.
Values & Constraints
Type Values
1 | send |
2 | save |
3 | sendandsave |
4 | waitting |
5 | successful |
6 | failed |