cSipCfgSymNatEnabled
CISCO-SIP-UA-MIB ·
.1.3.6.1.4.1.9.9.152.1.1.1.10
Object
This object specifies whether remote media checks
for Symmetric Network Address Translation (NAT)
is enabled or disabled.
If 'true', remote media checks are enabled. The
gateway will have the ability to open a Real Time
Transport Protocol (RTP) session with the remote
end and then update (modify) the existing RTP
session's remote address/port (raddr:rport) with
the source address and port of the actual media
packet received. This would be triggered for only
those calls where the Session Description Protocol
(SDP) received by the gateway has an indication to
do so.
If 'false', remote media checks are disabled.
Context
- MIB
- CISCO-SIP-UA-MIB
- OID
.1.3.6.1.4.1.9.9.152.1.1.1.10- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- cSipCfgBase
- Groups
- 3
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar 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::cSipCfgSymNatEnabled.0'
More examples
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::cSipCfgSymNatEnabled'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |