Set-TPHubSnmpProxy

5 views 0

Description

This Cmdlet configures the Hub as an SNMP proxy. In this way the status information about all printers previously set up on this Hub can be obtained.

Syntax

Set-TPHubSnmpProxy [-IsEnabled] <bool> [-Proxy <string>]

or

Set-TPHubSnmpProxy [[-Config] <SnmpProxyViewModel>] [-Proxy <string>]
Parameter Description
-IsEnabled enables (1, True) or disables (0, False) the Hub as an SNMP proxy
-Config variable for the value IsEnabled
-Proxy • optional (from firmware version 1.1): proxy server address
• can also be specified globally using Set-TPHubProxy

Example

The following example enables the Hub as an SNMP proxy.

Get-TPHubSnmpProxy
Set-TPHubSnmpProxy 1
Get-TPHubSnmpProxy

 

Previous Page
Next Page

Was this helpful?