sipCommonCfgServiceNotifEnable
SIP-COMMON-MIB ·
.1.3.6.1.2.1.149.1.1.1.1.7
Object
column r/w
Bits
This object specifies which SIP service related notifications
are enabled. Each bit represents a specific notification. If
a bit has a value 1, the associated notification is enabled and
will be generated by the SIP entity at the appropriate time.
Support for these notifications is OPTIONAL: either none or all
notification values are supported. If an implementation does
not support this object, it should return a 'noSuchObject'
exception to an SNMP GET operation. If notifications are
supported, this object's default value SHOULD reflect
sipCommonServiceColdStart and sipCommonServiceWarmStart enabled
and sipCommonServiceStatusChanged disabled.
This object value SHOULD persist across reboots.
Context
- MIB
- SIP-COMMON-MIB
- OID
.1.3.6.1.2.1.149.1.1.1.1.7- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- sipCommonCfgEntry
- 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::sipCommonCfgServiceNotifEnable'
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::sipCommonCfgServiceNotifEnable.<applIndex>'
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::sipCommonCfgServiceNotifEnable'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | sipCommonServiceColdStart |
1 | sipCommonServiceWarmStart |
2 | sipCommonServiceStatusChanged |
Conformance
Member of
Compliance refinements
sipCommonCompliance
noaccess
This object is optional and does not need to be supported.