Hi:
Is there any way to get snmp version in Report Writer ? I didn´t found this option...
It doesn't look like the SNMPVersion field is available through report writer but you could create an Advanced SQL report to do this. A query like the one below would give you a very basic report
select caption, snmpversion from nodes
Thanks a lot...