snmpget command syntax question
Hello --
I am implementing the StorageTek Analytics software to monitor our SL150 libraries. To that end, I am configuring the v3 and v2c versions of the SNMP protocol.
Part of the process is testing the connections using the two protocol versions using snmpget. The testing of the v3 protocol was successful. However, I am running
into problems with the v2c protocol. The command syntax that I am using is the following:
snmpget -v2c -c <community name> -l authPriv <ip address> |
When I run the above command, the following error appears on-screen:
Missing object name |