cslbxProbeProtocolType
CISCO-SLB-HEALTH-MON-MIB ·
.1.3.6.1.4.1.9.9.254.1.6.1.1.19
Object
column r/w
Enumeration
This object is used for configuring the
transport layer protocol to send
probe messages.
The possible value(s) are :
other: values other than mentioned below.
This value can not be written.
tcp : TCP is used as transport
layer protocol.
udp : UDP is used as transport
layer protocol.
This object can be set for the entries with
following values of cslbxProbeType:
sipProbe,
echoProbe
For other probes, this object can not be written
and the value of this object is based on the
cslbxProbeType.
Context
- MIB
- CISCO-SLB-HEALTH-MON-MIB
- OID
.1.3.6.1.4.1.9.9.254.1.6.1.1.19- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cslbxProbeCfgEntry
- Groups
- 2
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 'CISCO-SLB-HEALTH-MON-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-SLB-HEALTH-MON-MIB::cslbxProbeProtocolType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-SLB-HEALTH-MON-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-SLB-HEALTH-MON-MIB::cslbxProbeProtocolType.<slbEntity>.<cslbxProbeName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-SLB-HEALTH-MON-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-SLB-HEALTH-MON-MIB::cslbxProbeProtocolType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | tcp |
3 | udp |