sipServerCfgProxyStatefulness

SIP-SERVER-MIB · .1.3.6.1.2.1.151.1.3.1.1.1

Object

column Enumeration
This object reflects the default mode of operation for the
Proxy Server entity.
              
A stateless proxy is a logical entity that does not maintain
the client or server transaction state machines when it
processes requests.  A stateless proxy forwards every request it
receives downstream and every response it receives upstream.  If
the value of this object is stateless(1), the proxy defaults to
stateless operations.
              
A transaction stateful proxy, or simply a 'stateful proxy', is
a logical entity that maintains the client and server
transaction state machines during the processing of a request.
A (transaction) stateful proxy is not the same as a call
stateful proxy.  If the value of this object is
transactionStateful(2), the proxy is stateful on a transaction
basis.
              
A call stateful proxy is a logical entity if it retains state
for a dialog from the initiating INVITE to the terminating BYE
request.  A call stateful proxy is always transaction stateful,
but the converse is not necessarily true.  If the value of this
object is callStateful(3), the proxy is call stateful.

Context

MIB
SIP-SERVER-MIB
OID
.1.3.6.1.2.1.151.1.3.1.1.1
Type
column
Access
readonly
Status
current
Parent
sipServerProxyCfgEntry
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-SERVER-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SIP-SERVER-MIB::sipServerCfgProxyStatefulness'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SIP-SERVER-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SIP-SERVER-MIB::sipServerCfgProxyStatefulness.<applIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SIP-SERVER-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SIP-SERVER-MIB::sipServerCfgProxyStatefulness'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1stateless
2transactionStateful
3callStateful

Conformance