Starting to figure this out.  

1. Added all corresponding information from CallManager 5.1 in the zProperties. 
 Used v3 User with AuthPriv MD5 and DES.
2. Created command snmpV3walk:

Code:
snmpwalk -v3 -a${device/zSnmpAuthType} -A${device/zSnmpAuthPassword} -lAuthPriv 
-u${device/zSnmpSecurityName} -x${device/zSnmpPrivType} 
-X${device/zSnmpPrivPassword} ${here/manageIp} system


3. Walked on device and returned info:
==== ccm-pub.callmanager.local ==== 
snmpwalk -v3 -aMD5 -Axxxxxx -lAuthPriv -uzenoss -xDES -Xxxxxxx 10.10.10.20 
system 
 
SNMPv2-MIB::sysDescr.0 = STRING: Hardware:7825H2, 1 Intel(R) Pentium(R) D CPU 
2.80GHz, 2048 MB Memory: Software:UCOS 2.0.1.0-40 
SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.9.1.583 
SNMPv2-MIB::sysUpTime.0 = Timeticks: (86374) 0:14:23.74 
SNMPv2-MIB::sysContact.0 = STRING: Matt 
SNMPv2-MIB::sysName.0 = STRING: CCM-PUB 
SNMPv2-MIB::sysLocation.0 = STRING: ABC 
SNMPv2-MIB::sysServices.0 = INTEGER: 72

3. Traps receiving data via SNMPv3

Suppose you don't even need the second command, just to modify the original 
snmpwalk to include the extra info.




-------------------- m2f --------------------

Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=13566#13566

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to