Description
This Cmdlet sets that the current ThinPrint Hub can be monitored with SNMP version 1 or 2c.
Version 3 can be enabled in parallel with Set-TPHubSnmpAgentV3.
Syntax
Set-TPHubSnmpAgentV1 [-IsActive] <bool> [[-Community] <string>] [-Proxy <string>] Set-TPHubSnmpAgentV1 [[-Config] <SnmpV1ConfigViewModel>] [-Proxy <string>]
Parameter | Description |
-IsActive | SNMP versions 1 and 2c enabled/disabled (1/0 or True/False) |
-Community | specification of a group/community under which printers respond to queries; this community name must be stored for all printers that you want to monitor |
-Config | configuration using a variable |
-Proxy | • optional: proxy server address • can also be specified globally using Set-TPHubProxy |
Example
The following example configures the current Hub for monitoring with SNMP version 1 or 2c.
Get-TPHubSnmpAgentV1 Set-TPHubSnmpAgentV1 -IsActive 1 -Community public Get-TPHubSnmpAgentV1