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

<!ELEMENT SNMPProxy EMPTY >
<!ATTLIST SNMPProxy
   Community                  CDATA                    "na"
   Name                       CDATA                    #REQUIRED
   Notes                      CDATA                    #IMPLIED
   OidRoot                    CDATA                    #IMPLIED
   Port                       CDATA                    "0"
   Timeout                    CDATA                    "5000"
>

Parent Elements

The SNMPProxy element is a child of the SNMPAgent element.

Attributes

Table 71-1 SNMPProxyMBean Element Attributes

Attribute

Description

Range of Values and Default

Console Label

Community

Defines the community name to be passed on for all requests to the proxied agent. Default value is the community name contained in incoming SNMP requests to the Master SNMP agent.

Default: "na"

Community

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

Oid-Root

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


Oid Root

Port

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

Default: 0

Minimum: 0

Maximum: 65535

Port

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.

Default: 5000

Minimum: 0

Units: milliseconds

Timeout


 

 

Back to Top Previous Next