Allied Telesis AlliedView-EMS 4.0.2 Device-Manager User Manual
Page 11

AlliedView™-EMS 4.0.2 DEVICE MANAGER USER’S GUIDE
Page 11 of 124
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.