Open navigation

Set-TPHubSnmpAgentV1

Description

Syntax

Example



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>]
ParameterDescription
-IsActiveSNMP versions 1 and 2c enabled/disabled (1/0 or True/False)
-Communityspecification of a group/community under which printers respond to queries; this community name must be stored for all printers that you want to monitor
-Configconfiguration 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

ThinPrint Hub's PowerShell cmdlet Set-TPHubSnmpAgentV1

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.