7 titlebar string, 8 user account name, 9 security level – Allied Telesis AlliedView-EMS 3.11 DEVICE MANAGEMENT User Manual
Page 11: 10 authentication protocol

AlliedView™-EMS 3.11 Device Manager User’s Guide
Page 11 of 130
2.1.7 Titlebar String
You can specify a string to display on the titlebar.
Example:
devicemanager -TargetHost dvcmgrhub -DisplayName dvcmgr
2.1.8 User Account Name
If you specified 3 (SNMPv3) for the SNMP Version, you must also specify a User Account
Name that is already configured on the target host.
Examples:
devicemanager -TargetHost 172.16.99.123 -SnmpVersion 3
-UserName AlliedView -SecLevel noAuthNoPriv
devicemanager -TargetHost 172.16.99.123 -SnmpVersion 3
-UserName AlliedView1 -SecLevel authNoPriv -AuthProtocol SHA
-AuthPassword PASS1233
2.1.9 Security Level
If you specified 3 (SNMPv3) for the SNMP Version, you must also specify a Security Level
that is configured for the User Account Name on the target host. The available Security
Levels are noAuthNoPriv, authNoPriv, and authPriv.
Examples:
devicemanager -TargetHost 172.16.99.123 -SnmpVersion 3
-UserName AlliedView -SecLevel noAuthNoPriv
devicemanager -TargetHost 172.16.99.123 -SnmpVersion 3
-UserName AlliedView1 -SecLevel authNoPriv
-AuthProtocol SHA -AuthPassword PASS1233
2.1.10 Authentication Protocol
If you specified 3 (SNMPv3) for the SNMP Version, and your Security Level is authNoPriv or
authPriv
, you must specify an Authentication Protocol that is configured for the User
Account Name on the target host. The available Authentication Protocols are MD5 and
SHA
.