Get-TPHubSnmpGlobal

15 views 0

Description

With this cmdlet you have the possibility to read out the SNMP configuration with which the printers are addressed.

Syntax

Get-TPHubSnmpGlobal [-Proxy <string>]

Parameter Description
  • EnableGlobalSnmp
  • SelectedSnmpVersion
  • Communitystring
  • Username
  • AuthenticationType
  • AuthenticationPassphrase
  • PrivacyType
  • PrivacyPassphrase
  • SNMP disabled/enabled, 0/1 = False/True
  • SNMP version 1/2c or 3
  • community name, e. g.: public 
  • user name, e. g.: administrator 
  • authentication type: MD5 (recommended for test purposes only) or SHA
  • password for authentication via SNMP at the printer
  • optional: DES or AES
  • optional: passwort for encryption of SNMP queries
-Proxy • optional (from firmware version 1.1): proxy server address
• can also be specified globally using Set-TPHubProxy

Example

The following example reads the SNMP configuration.

Get-TPHubSnmpGlobal

Previous Page
Next Page

Was this helpful?