Open navigation

Set-TPHubSnmpGlobal

Beschreibung

Syntax

Beispiel 1

Beispiel 2



Beschreibung

Mit diesem Cmdlet haben Sie die Möglichkeit, das SNMP-Protokoll zu wählen, mit dem die Drucker angesprochen werden, und ‒ im Falle von SNMP-Version 3 ‒ auch zu konfigurieren.


Syntax

Set-TPHubSnmpGlobal [-Config] <SnmpGlobalConfigViewModel> [-Proxy <string>]282
Set-TPHubSnmpGlobal [-EnableGlobalSnmp] <bool> [-Username] <string> [-AuthenticationType] {MD5 | SHA} [-AuthenticationPassphrase] <string> [-PrivacyType] {NONE | DES | AES} [-PrivacyPassphrase] <string> [-Proxy <string>]
ParameterBeschreibung
-Configdurch eine Variable spezifizierte Konfiguration
  • EnableGlobalSnmp
  • SelectedSnmpVersion
  • Communitystring
  • Username
  • AuthenticationType
  • AuthenticationPassphrase
  • PrivacyType
  • PrivacyPassphrase
  • SNMP deaktiviert/aktiviert, 0/1 = False/True
  • SNMP-Version, 1/2 =  V1/2c oder V3
  • Cummunity-Name, z. B.: public 
  • Nutzername, z. B.: administrator 
  • Authentifizierungstyp, 0/1 = MD5 or SHA
  • Passwort für die Authentifizierung via SNMP am Drucker
  • optional: DES oder AES
  • optional: Passwort für die Verschlüsselung der Abfragen
-EnableGlobalSnmpSNMP deaktiviert/aktiviert, 0/1 = False/True
-UsernameNutzername, z. B.: administrator 
-AuthenticationTypeAuthentifizierungstyp: MD5 (nur für Testzwecke empfohlen) oder SHA
-AuthenticationPassphrasePasswort für die Authentifizierung via SNMP am Drucker
-PrivacyTypeoptional: DES oder AES
-PrivacyPassphraseoptional: Passwort für die Verschlüsselung der SNMP-Abfragen
-CommunityCummunity-Name, z. B.: public 
-Proxy• optional: Adresse des Proxy-Servers
• kann auch global mit Set-TPHubProxy festgelegt werden


Beispiel 1

Das folgende Beispiel liest die SNMP-Konfiguration und ändert diese auf die SNMP-Version 3.

Get-TPHubSnmpGlobal
Set-TPHubSnmpGlobal -EnableGlobalSnmp 1 -AuthenticationType SHA -Username: administrator -AuthenticationPassphrase: admin12345 -PrivacyType: AES -PrivacyPassphrase: admin12345
Get-TPHubSnmpGlobal

ThinPrint-Hub-PowerShell-Cmdlet  Set-TPHubSnmpGlobal


Beispiel 2

Dieses Beispiel liest die SNMP-Konfiguration in die Variabel $config ein und ändert diese mit Hilfe der Variable auf die SNMP-Version 1.

$config = Get-TPHubSnmpGlobal 
$config 
$config.SelectedSnmpVersion = 1
Set-TPHubSnmpGlobal -Config $config
Get-TPHubSnmpGlobal

ThinPrint-Hub-PowerShell-Cmdlet  Set-TPHubSnmpGlobal: Einsatz einer Variablen



War diese Antwort hilfreich? Ja Nein

Feedback senden
Leider konnten wir nicht helfen. Helfen Sie uns mit Ihrem Feedback, diesen Artikel zu verbessern.