Enabling the SNMP Agent
This article applies to: | Product | Version |
Tmedia | 3.0, 3.2, 3.3 | |
SBC | 3.1, 3.3 |
Once you are logged on to the Web Portal, follow these steps to activate the tbSnmpAgent application:
1) Click Services in the navigation panel.
Path
/configurations/@[configuration_name]/applications/tbsnmpagent
Parameters (text)
/configurations/@[configuration_name]/applications/tbsnmpagent application_type = "TbSnmpAgent" bin_path = "@{PKG_BIN}/tbsnmpagent" command_line_arguments = "" name = "tbsnmpagent" working_path = "../tbsnmpagent/" /configurations/@[configuration_name]/applications/tbsnmpagent/log_parameters default_trace_level = "Level 4 (quiet)" log_file_path = "" max_gzipped_log_files_size = "100 MB" max_log_file_segment_size = "10 MB" /configurations/@[configuration_name]/applications/tbsnmpagent/network_lib_parameter communication_down_delay = "10 seconds" network_polling_delay = "2 seconds" network_switchover_delay = "4500 milliseconds"
Parameters (json)
{ "application_type" : "TbSnmpAgent", "bin_path" : "@{PKG_BIN}/tbsnmpagent", "command_line_arguments" : "", "log_parameters" : { "default_trace_level" : "Level 4 (quiet)", "log_file_path" : "", "max_gzipped_log_files_size" : "100 MB", "max_log_file_segment_size" : "10 MB" }, "name" : "tbsnmpagent", "network_lib_parameter" : { "communication_down_delay" : "10 seconds", "network_polling_delay" : "2 seconds", "network_switchover_delay" : "4500 milliseconds" }, "working_path" : "../tbsnmpagent/" }
List of Parameters
- SNMP IP port
- SNMP System Description
- SNMP System Object ID
- SNMP System Name
- SNMP System Location
- SNMP System Contact
- Advanced SNMP Parameters
- Log Parameters
- Network Lib Parameters
Next Step
- Now that you have activated the SNMP agent application, you are ready to configure the application for your needs.