59
Chapter 7 Troubleshooting
8) Upload the DSA/ RSA/ Public keys files to the InsightPower SNMP IPv6 for
UPS Web. Refer to
5-3-1 Administration – Console
for more information.
Q14. How to upload configuration / firmware / key files via SSH/ SFTP?
To quickly configure your SNMP IPv6, you can upload the files via SSH/ SFTP.
The SNMP IPv6 automatically imports your settings after the files are uploaded
to the designated directories. Refer to the following table:
Directory
Files
\config_snmp
snmp.ini
\config_system
configure.ini
\ssh_dsa
DSA key
\ssh_rsa
RSA key
\ssh_pubkey
Public key
\upgrade_snmp
SNMP IPv6’s firmware upgrade package (binary)
\upgrade_device*
Device’s firmware upgrade package (binary)
*Appears on specific devices only.
Upload files to their respective directories. Make sure the filenames do not
contain non-English characters to avoid read error. Overwrite existing files if
prompted by your SFTP client.
Q15. How to test SNMPv3 in Linux?
Before you can access the SNMP OID (Object Identifier) via SNMPv3 protocol,
the SNMPv3 USM table must be organized. Please refer to
5-2-2 Notification –
SNMPv3 USM
for more information.
To test SNMPv3 in Linux, launch shell and key in the following command:
snmpwalk -v 3 -u <user> -l authPriv -A <pass-
word> -X <password> -n <context name> -t 3 <ip>
1.3.6.1.2.1.1.1.0
-v: 1 for SNMPv1, 3 for SNMPv3.
-l: Follow the security levels. They are: noAuthNoPriv, authNoPriv and authPriv.
-u: The user name which is assigned from SNMPv3 USM table.
-A: The Auth Password which is assigned from SNMPv3 USM table.