Administration Console Online Help

 Previous Next Contents Index  

 


Domain --> Configuration --> SNMP

Tasks     Additional Documentation     Attributes

Overview

The WebLogic Administration Server has the ability to function as a Simple Network Management Protocol (SNMP) agent. The WebLogic SNMP agent runs as a service which responds to requests from SNMP managers and sends SNMP trap notifications to SNMP managers. Use this tab to administer SNMP for a domain.

Tasks

Administering SNMP

Additional Documentation

(Requires an Internet connection.)

WebLogic SNMP Management Guide

W ebLogic SNMP MIB Reference

Attributes

Attribute Label

Description

Value Constraints

Enabled

Defines the state of the SNMP service on an administration server. Select to enable the service.

MBean: weblogic.management.
configuration.
SNMPAgentMBean

Attribute: Enabled

Default: false

Readable: yes

Writable: yes

SNMP Port

Defines the port that is used for sending SNMP trap notifications to the target SNMP manager.

MBean: weblogic.management.
configuration.
SNMPAgentMBean

Attribute: SNMPPort

Minimum: 1

Maximum: 65535

Default: 161

Configurable: yes

Readable: yes

Writable: yes

Mib Data Refresh Interval

Defines the minimum amount of time all MIB values are cached before the agent attempts to refresh them.

MBean: weblogic.management.
configuration.
SNMPAgentMBean

Attribute: MibDataRefreshInterval

Units: seconds

Minimum: 30

Maximum: 65535

Default: 120

Configurable: yes

Readable: yes

Writable: yes

Server Status Check Interval Factor

Defines a multiplier used to calculate the interval at which the server status is checked.

interval = n MibDataRefreshInterval

MBean: weblogic.management.
configuration.
SNMPAgentMBean

Attribute: ServerStatusCheckIntervalFactor

Minimum: 1

Maximum: 65535

Default: 1

Configurable: yes

Readable: yes

Writable: yes

Community Prefix

Defines the prefix string which is used to form SNMP Community name. To form a community name, append "@" and the server name or domain name to the prefix.

SNMP Community Name = CommunityPrefix[@{ServerName | DomainName}]

MBean: weblogic.management.
configuration.
SNMPAgentMBean

Attribute: CommunityPrefix

Default: "public"

Configurable: yes

Readable: yes

Writable: yes

Debug Level

Defines the Debug level. Valid values are:

  • 0-NoDebug

  • 1-Fatal

  • 2-Critical

  • 3-Non-Critical

MBean: weblogic.management.
configuration.
SNMPAgentMBean

Attribute: DebugLevel

Default: 0

Valid values:

  • 0

  • 1

  • 2

  • 3

Configurable: yes

Readable: yes

Writable: yes

Targeted Trap Destinations

MBean: weblogic.management.
configuration.
SNMPAgentMBean

Attribute: TargetedTrapDestinations

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next