rcSlaConfigOperType
RAISECOM-SLA-MIB ·
.1.3.6.1.4.1.8886.6.1.36.2.1.1.4
Object
Specifies the type of operation to be performed.
Context
- MIB
- RAISECOM-SLA-MIB
- OID
.1.3.6.1.4.1.8886.6.1.36.2.1.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rcSlaConfigEntry
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-SLA-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAISECOM-SLA-MIB::rcSlaConfigOperType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAISECOM-SLA-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAISECOM-SLA-MIB::rcSlaConfigOperType.<rcSlaConfigOperId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAISECOM-SLA-MIB' -M '/opt/observium/mibs/raisecom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAISECOM-SLA-MIB::rcSlaConfigOperType'
Syntax
- Source
- RcSlaCfgOperType
- Base type
Enumeration
Type Description
Specifies the type of operation to be performed. The value 'y1731-echo' will cause the application to perform a timed echo y1731 operation directed at the 'rcSlaConfigDestMacAddr' or 'rcSlaConfigRMepId'. The value 'y1731-jitter' will cause the application to perform delay variance analysis. The value 'icmp-echo' will cause the application to perform a timed echo icmp operation directed at the 'rcSlaConfigDestIpAddr'. The value 'icmp-jitter' will cause the application to perform delay variance analysis.
Values & Constraints
Type Values
1 | y1731-echo |
2 | y1731-jitter |
3 | icmp-echo |
4 | icmp-jitter |
5 | y1731-pkt-loss |