sipCommonPortTransportRcv

SIP-COMMON-MIB · .1.3.6.1.2.1.149.1.1.2.1.2

Object

This object will specify the transport protocol the SIP entity
will use to receive SIP messages.
              
This object is a bit map.  Each bit represents a transport
protocol.  If a bit has value 1, then that transport protocol
is currently being used.  If a bit has value 0, then that
transport protocol is currently not being used.

Context

MIB
SIP-COMMON-MIB
OID
.1.3.6.1.2.1.149.1.1.2.1.2
Type
column
Access
readonly
Status
current
Parent
sipCommonPortEntry
Groups
1

Walk 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 'SIP-COMMON-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SIP-COMMON-MIB::sipCommonPortTransportRcv'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SIP-COMMON-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SIP-COMMON-MIB::sipCommonPortTransportRcv.<applIndex>.<sipCommonPort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SIP-COMMON-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SIP-COMMON-MIB::sipCommonPortTransportRcv'

Values & Constraints

Type Values
0other
1udp
2tcp
3sctp
4tlsTcp
5tlsSctp

Conformance