Home | History | Annotate | Download | only in management

Lines Matching full:snmp

8 # or -Dcom.sun.management.snmp.port=<port-number>
29 # For setting the SNMP agent port use the following line
30 # com.sun.management.snmp.port=<port-number>
53 # SNMP Management Properties
56 # If the system property -Dcom.sun.management.snmp.port=<port-number>
58 # - The SNMP agent (with the Java virtual machine MIB) is started
59 # that listens on the specified port for incoming SNMP requests.
60 # - the following properties for read for SNMP management.
64 # config file, or the ACL file has no effect to the running SNMP agent.
68 # ##################### SNMP Trap Port #########################
70 # com.sun.management.snmp.trap=<trap-destination-port-number>
73 # the SNMP agent will send traps at <host>:<trap-destination-port-number>
78 # com.sun.management.snmp.trap=<trap-destination-port-number>
81 # ################ SNMP listen interface #########################
83 # com.sun.management.snmp.interface=<InetAddress>
84 # Specifies the local interface on which the SNMP agent will bind.
94 # For restricting the port on which SNMP agent listens use the following line
95 # com.sun.management.snmp.interface=<InetAddress>
98 # #################### SNMP ACL file #########################
100 # com.sun.management.snmp.acl=true|false
106 # For SNMP without checking ACL file uncomment the following line
107 # com.sun.management.snmp.acl=false
110 # com.sun.management.snmp.acl.file=filepath
113 # $JRE/conf/management/snmp.acl
115 # If the property "com.sun.management.snmp.acl" is set to false,
120 # The SNMP agent will read the ACL file at startup time.
121 # Modification to the ACL file has no effect to any running SNMP
126 # com.sun.management.snmp.acl.file=filepath