cSipCfgEarlyMediaCutThruDisabled
CISCO-SIP-UA-MIB ·
.1.3.6.1.4.1.9.9.152.1.1.1.9.1.2
Object
This object specifies whether Early Media
Cut Through is enabled or disabled for the
SIP response messages with status codes that
match cSipCfgEarlyMediaStatusCodeIndex.
If 'true', early media cut through is disabled,
and the user agent will process the message as
though it did not contain any SDP payload.
If 'false', early media cut through is enabled,
and the user agent will process the message
similar to a 183 (Session Progress) and cut
through for early media. The assumption being
that the SDP is an indication that the far end
is going to send early media.
Context
- MIB
- CISCO-SIP-UA-MIB
- OID
.1.3.6.1.4.1.9.9.152.1.1.1.9.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- cSipCfgEarlyMediaEntry
- Groups
- 3
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-SIP-UA-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-SIP-UA-MIB::cSipCfgEarlyMediaCutThruDisabled'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-SIP-UA-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-SIP-UA-MIB::cSipCfgEarlyMediaCutThruDisabled.<cSipCfgEarlyMediaStatusCodeIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-SIP-UA-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-SIP-UA-MIB::cSipCfgEarlyMediaCutThruDisabled'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |