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

WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

SNMPProxy

 


Description

The MBean representing the SNMP agents to be proxied by the current one.

 


Syntax

<SNMPProxy
Community="String"
Name="String"
Notes="String"
OidRoot="String"
Port="number"
Timeout="number of milliseconds"
/>

 


Parent Elements

 


Attributes

Table 58-1 SNMPProxy attributes

Attribute

Description

Range of Values and Default

Community

Returns the community name that is passed on for all requests to the proxied agent.

Admin Console field label: Community

Required: no

Default: na

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

OidRoot

Defines the root of the OID tree on which the proxied agent responds.

Admin Console field label: Oid Root

Required: no

Port

Defines the Port number used for communication with the other SNMP Agents.

Admin Console field label: Port

Required: no

Default: 0

Minimum: 0

Maximum: 65535

Timeout

Defines the time interval that the WebLogic SNMP proxy agent waits for a response to requests forwarded to another SNMP agent. If the interval elapses without a response, the WebLogic SNMP agent sends an error to the requesting manager.

Admin Console field label: Timeout

Required: no

Units: milliseconds

Default: 5000

Minimum: 0

 

Back to Top Previous Next