All MIBs › BEA-WEBLOGIC-MIB › serverRuntimeDefaultURL
serverRuntimeDefaultURL
Module: BEA-WEBLOGIC-MIB
OID (symbolic): BEA-WEBLOGIC-MIB::serverRuntimeDefaultURL
OID (numeric): 1.3.6.1.4.1.140.625.360.1.93
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: The URL that clients use to connect to this server's default network channel. The returned value indicates the default protocol, listen address and listen port: protocol://listen-address:listen-port Note: The default protocol, listen address and listen port are persisted in the domain's config.xml file, however when a server instance is started, command-line options can override these persisted values. This getDefaultURL method returns the URL values that are currently being used, not necessarily the values that are specified in config.xml. The returned URL will be consistent with dynamic channel updates.
What is serverRuntimeDefaultURL?
This OID returns the URL format 'protocol://listen-address:listen-port' representing how clients connect to the server's default channel, reflecting command-line overrides if applied. Example: the default URL might be 'http://webserver01.internal:7001' for plaintext or 'https://webserver01.internal:7002' if SSL is the default.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.140.625.360.1.93 snmpwalk -v2c -c public <target> BEA-WEBLOGIC-MIB::serverRuntimeDefaultURL
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.140.625.360.1.93.1 snmpget -v2c -c public <target> BEA-WEBLOGIC-MIB::serverRuntimeDefaultURL.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::serverRuntimeDefaultURL 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.360 | serverRuntimeTable | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.360.1 | serverRuntimeEntry | BEA-WEBLOGIC-MIB |
| 1.3.6.1.4.1.140.625.360.1.93 | serverRuntimeDefaultURL | BEA-WEBLOGIC-MIB |