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

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

SNMPTrapDestination

Description

This MBean describes all the destinations to which SNMP traps can be sent.

Syntax

<!ELEMENT SNMPTrapDestination EMPTY >
<!ATTLIST SNMPTrapDestination
   Community                  CDATA                    "public"
   Host                       CDATA                    "localhost"
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
   Port                       CDATA                    "162"
>

Parent Elements

The SNMPTrapDestination element is a child of the SNMPAgent element.

Attributes

Table 73-1 SNMPTrapDestinationMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

Community

Defines the SNMP trap community name. The community name functions as a password for sending trap notifications to the target SNMP manager.

Default: "public"

Community

Host

Defines a string that contains either a hostname or IP address for the machine where the SNMP manager is located. This host machine is the target for SNMP trap notifications sent by the WebLogic SNMP agent.

Default: localhost

Host

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

Port

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

Default: 162

Minimum: 1

Maximum: 65535

Port


 

 

Back to Top Previous Next