All MIBs › BEA-WEBLOGIC-MIB › serverMaxMessageSize
serverMaxMessageSize
Module: BEA-WEBLOGIC-MIB
OID (symbolic): BEA-WEBLOGIC-MIB::serverMaxMessageSize
OID (numeric): 1.3.6.1.4.1.140.625.730.1.326
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: The maximum number of bytes allowed in messages that are received over all supported protocols, unless overridden by a protocol-specific setting or a custom channel setting. The order of precedence for setting message size maximums is as follows: A channel-wide maximum in a custom network channel. A protocol-specific setting in the default network channel. See {@link #MaxCOMMessageSize MaxCOMMessageSize} {@link #MaxHTTPMessageSize MaxHTTPMessageSize} {@link #MaxIIOPMessageSize MaxIIOPessageSize} {@link #MaxT3MessageSize MaxT3MessageSize} The message maximum in this attribute. This maximum message size helps guard against a denial of service attack in which a caller attempts to force the server to allocate more memory than is available thereby keeping the server from responding quickly to other requests.
What is serverMaxMessageSize?
This OID sets the default maximum message size in bytes across all protocols (channels and protocol-specific settings override this). Example: 16777216 (16 MB) means messages claiming more than 16 MB are rejected.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.140.625.730.1.326 snmpwalk -v2c -c public <target> BEA-WEBLOGIC-MIB::serverMaxMessageSize
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.140.625.730.1.326.1 snmpget -v2c -c public <target> BEA-WEBLOGIC-MIB::serverMaxMessageSize.1
Start monitoring BEA/Oracle WebLogic Server (Java EE application server) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the BEA-WEBLOGIC-MIB::serverMaxMessageSize OID value, configure state conditions and alerts, and monitor any BEA/Oracle WebLogic Server (Java EE application server) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.140 | bea | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625 | wls | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.730 | serverTable | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.730.1 | serverEntry | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.730.1.326 | serverMaxMessageSize | BEA-WEBLOGIC-MIB |