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

<SNMPTrapDestination
Community="String"
Host="String"
Name="String"
Notes="String"
Port="number"
/>

 


Parent Elements

 


Attributes

Table 59-1 SNMPTrapDestination attributes

Attribute

Description

Range of Values and Default

Community

Returns the SNMP trap name, which functions as a password for sending trap notifications to the target SNMP manager.

Admin Console field label: Community

Required: no

Default: public

Host

Returns either the hostname or IP address for the machine where the SNMP manager is located.

Admin Console field label: Host

Required: no

Default: localhost

Name

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

Admin Console field label: Name

Required: no

Notes

Optional information that you can include to describe this configuration.

Required: no

Port

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

Admin Console field label: Port

Required: no

Default: 162

Minimum: 1

Maximum: 65535

 

Back to Top Previous Next