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
- Table
- sipServerProxyCfgTable
- Siblings
- 4
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | stateless |
2 | transactionStateful |
3 | callStateful |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| sipServerCfgProxyRecursion This object reflects whether or not the Proxy performs a
recursive search on the Contacts provided in 3xx redirects.
If the value of this object is 'true', a recurs… | column | SNMPv2-TCTruthValue | .1.3.6.1.2.1.151.1.3.1.1.2 |
| sipServerCfgProxyRecordRoute This object reflects whether or not the proxy adds itself to
the Record-Route header as a default action. This header is
used to list the proxies that insist on being in the sign… | column | SNMPv2-TCTruthValue | .1.3.6.1.2.1.151.1.3.1.1.3 |
| sipServerCfgProxyAuthMethod This object reflects the authentication methods that MAY be
used to authenticate request originators.
bit 0 no authentication is performed
bit 1 TLS is used
bit 2… | column | Bits | .1.3.6.1.2.1.151.1.3.1.1.4 |
| sipServerCfgProxyAuthDefaultRealm This object reflects the default realm value used in
Proxy-Authenticate headers. Note that this MAY need to be
stored per user, in which case, this default value is ignored. | column | SNMP-FRAMEWORK-MIBSnmpAdminString | .1.3.6.1.2.1.151.1.3.1.1.5 |