bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

SNMPAgent

Description

The MBean representing the SNMP Agent Configuration. The SNMP Agent MBean is a singleton for the SNMP Agent Configuration and does not belong to any configuration.

Syntax

<!ELEMENT SNMPAgent ( SNMPTrapDestination* | SNMPProxy* | SNMPGaugeMonitor* | 
   SNMPStringMonitor* | SNMPCounterMonitor* | SNMPLogFilter* |
   SNMPAttributeChange* )* >
<!ATTLIST SNMPAgent
   CommunityPrefix            CDATA                    "public"
   DebugLevel                 (0 | 1 | 2 | 3)          "0"
   Enabled                    (true | false)           "false"
   MibDataRefreshInterval     CDATA                    "120"
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
   SNMPPort                   CDATA                    "161"
   ServerStatusCheckIntervalFactor
                              CDATA                    "1"
>

Parent Elements

The SNMPAgent element is a child of the Domain element.

Attributes

Table 65-1 SNMPAgentMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

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}]

Default: "public"

Community Prefix

Debug-Level

Defines the Debug level. Valid values are:

  • 0-NoDebug

  • 1-Fatal

  • 2-Critical

  • 3-Non-Critical

Default: 0

Valid values:

  • 0

  • 1

  • 2

  • 3

Debug Level

Enabled

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

Default: false

Enabled

Mib-Data-Refresh-Interval

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

Default: 120

Minimum: 30

Maximum: 65535

Units: seconds

Mib Data Refresh Interval

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.


Name

Notes

Optional information that you can include to describe this configuration.


Notes

SNMPPort

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

Default: 161

Minimum: 1

Maximum: 65535

SNMP Port

Server-Status-Check-Interval-Factor

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

interval = n MibDataRefreshInterval

Default: 1

Minimum: 1

Maximum: 65535

Server Status Check Interval Factor


 

 

Back to Top Previous Next