Get-TPHubSnmpAgentV3

6 views 0

Description

This cmdlet checks if the current ThinPrint Hub can be monitored with SNMP version 3.

Syntax

Get-TPHubSnmpAgentV3 [-Proxy <string>]
Parameter Description
  • IsActive
  • Username
  • AuthenticationType
  • AuthenticationPassphrase
  • PrivacyType
  • PrivacyPassphrase
  • SNMP version 3 enabled/disabled (1/0 or True/False)
  • user name for authentication
  • Authentication type (MD5/SHA)
  • password for authentication
  • encryption type (DES/AES)
  • password for encryption
-Proxy • optional (from firmware version 1.1): proxy server address
• can also be specified globally using Set-TPHubProxy

Example

The following example shows that the current hub is not enabled for monitoring with SNMP version 3 (IsActive = False).

Get-TPHubSnmpAgentV3

Previous Page
Next Page

Was this helpful?