NCM - 10.1.x
Ensure that SNMP is enabled on the target device because NCM uses snmpGet tool to successfully retrieve data.
$VOYENCE_HOME/tools/snmpGet $DEVICE_IP $DEVICE_OID -$SNMP_VERSION -C$COMMUNITY_STRING
Where:
Example 1:
The following commands get the SysObjectID value of a device, then write the results to a file named sysObjectID.txt in the current directory:
Where:
Output of sysObjectID.txt looks similar to below:
SNMP++ Get to <DeviceIP> SNMPV1 Retries=1 Timeout=1000ms Community=<Device Community String>
Oid = 1.3.6.1.2.1.1.2.0
Value = 1.3.6.1.4.1.9.5.17
Example 2:
The following commands get the SysDescr value of a device, then write the results to a file named sysDescr.txt in the current directory:
Where:
Output of sysDescr.txt looks similar to below:
SNMP++ Get to <DeviceIP> SNMPV1 Retries=1 Timeout=1000ms Community=<Device Community String>
Oid = 1.3.6.1.2.1.1.1.0
Value = Cisco Systems WS-C5500
Cisco Catalyst Operating System Software, Version 6.4(1)
Copyright (c) 1995-2003 by Cisco Systems