jnxSipCommonPortTransportRcv
JUNIPER-SIP-COMMON-MIB ·
.1.3.6.1.4.1.2636.3.39.1.15.2.1.1.2.1.3
Object
column Bits
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
- JUNIPER-SIP-COMMON-MIB
- OID
.1.3.6.1.4.1.2636.3.39.1.15.2.1.1.2.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- jnxSipCommonPortEntry
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 'JUNIPER-SIP-COMMON-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JUNIPER-SIP-COMMON-MIB::jnxSipCommonPortTransportRcv'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'JUNIPER-SIP-COMMON-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JUNIPER-SIP-COMMON-MIB::jnxSipCommonPortTransportRcv.<jnxSipPortApplName>.<jnxSipCommonPort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'JUNIPER-SIP-COMMON-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'JUNIPER-SIP-COMMON-MIB::jnxSipCommonPortTransportRcv'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | other |
1 | udp |
2 | tcp |
3 | sctp |
4 | tlsTcp |
5 | tlsSctp |