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
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 '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'
Syntax
- Source
- SIP-TC-MIBSipTCTransportProtocol
- Base type
Bits
Values & Constraints
Type Values
0 | other |
1 | udp |
2 | tcp |
3 | sctp |
4 | tlsTcp |
5 | tlsSctp |
Conformance
Member of