sipL3VersionSupport
SIP-MIB ·
.1.3.6.1.2.1.10.31.1.1.10
Object
column SNMPv2-SMIInteger32
A value which indicates the version(s) of SIP
that this interface supports. The value is a sum.
This sum initially takes the value zero. For each
version, V, that this interface supports, 2 raised
to (V - 1) is added to the sum. For example, a
port supporting versions 1 and 2 would have a
value of (2^(1-1)+2^(2-1))=3. The
sipL3VersionSupport is effectively a bit mask with
Version 1 equal to the least significant bit
(LSB).
Context
- MIB
- SIP-MIB
- OID
.1.3.6.1.2.1.10.31.1.1.10- Type
- column
- Access
- readonly
- Status
- current
- Parent
- sipL3Entry
- 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-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SIP-MIB::sipL3VersionSupport'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SIP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SIP-MIB::sipL3VersionSupport.<sipL3Index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SIP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SIP-MIB::sipL3VersionSupport'
Syntax
- Source
- SNMPv2-SMIInteger32
- Base type
Integer32
Values & Constraints
Type Constraints
range: -2147483648..2147483647
Conformance
Member of