All MIBs › BEA-WEBLOGIC-MIB › jtaSecurityInteropMode
jtaSecurityInteropMode
Module: BEA-WEBLOGIC-MIB
OID (symbolic): BEA-WEBLOGIC-MIB::jtaSecurityInteropMode
OID (numeric): 1.3.6.1.4.1.140.625.690.1.56
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: Specifies the security mode of the communication channel used for XA calls between servers that participate in a global transaction. All server instances in a domain must have the same security mode setting. Security Interoperability Mode options: default The transaction coordinator makes calls using the kernel identity over an admin channel if it is enabled, and anonymous otherwise. Man-in-the-middle attacks are possible if the admin channel is not enabled. performance The transaction coordinator makes calls using anonymous at all times. This implies a security risk since a malicious third party could then try to affect the outcome of transactions using a man-in-the-middle attack. compatibility The transaction coordinator makes calls as the kernel identity over an insecure channel. This is a high security risk because a successful man-in-the-middle attack would allow the attacker to gain administrative control over both domains. This setting should only be used when strong network security is in place.
What is jtaSecurityInteropMode?
This OID configures security for XA calls between servers in distributed transactions: 'default' uses kernel identity, 'performance' uses anonymous. Example: setting 'performance' mode speeds up distributed transactions at the cost of reduced security.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.140.625.690.1.56 snmpwalk -v2c -c public <target> BEA-WEBLOGIC-MIB::jtaSecurityInteropMode
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.140.625.690.1.56.1 snmpget -v2c -c public <target> BEA-WEBLOGIC-MIB::jtaSecurityInteropMode.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::jtaSecurityInteropMode 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.690 | jtaTable | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.690.1 | jtaEntry | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.690.1.56 | jtaSecurityInteropMode | BEA-WEBLOGIC-MIB |