Hi
I have created a custom SWtoolset menu iteam to SNMPwalk a device using ${COMMUNITY} and ${TARGET} but what I dont understand is I am always getting prompted to save the community string to the SWtoolset GUI, why is this happening, I was under the impression, it will use the field ${COMMUNITY} which is a database field or am I incorrect in that assumption
Below is my menuitem for SNMP
<MenuOption Visible="TRUE" Title="SNMPwalk" BeginGroup="FALSE" HasSubMenu="FALSE" ExecString="cmd.exe /K snmpwalk -v1 -c ${COMMUNITY} ${TARGET} system" Icon="DOS" Extra="" Parent="" Required="4"/>
Kind Regards
James