voipSipTermination
BIANCA-BRICK-SIP-MIB ·
.1.3.6.1.4.1.272.4.33.6.2
Object
scalar mandatory
r/w
Enumeration
This value describes the RTP stream routing between SIP phones:
'off' -> RTP streams between phones are routed directly;
'on' -> RTP streams are always terminated in the gateway.
This value can be set to off to reduce systemload. In this case
all SIP phones in the network must be able to connect over
IP routing. Otherwise the Mediagateway is always endpoint of
the RTP stream and the streams are connected in the gateway.
Context
- MIB
- BIANCA-BRICK-SIP-MIB
- OID
.1.3.6.1.4.1.272.4.33.6.2- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- voipSip
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 'BIANCA-BRICK-SIP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-SIP-MIB::voipSipTermination.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BIANCA-BRICK-SIP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BIANCA-BRICK-SIP-MIB::voipSipTermination'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | off |
2 | on |