Starting with TotalView 8:

Besides specifying the SNMP version in the Config tool (Devices Tab) the version can also be set by editing SwitchMonitor.cfg


SNMP COMMUNICATIONS SECURITY FIELD

Devices must have SNMP read community names or SNMPv3 security credentials.

Valid entries :

  • public SNMPv2c read - only community string
  • &v1("public") SNMPv1 read - only community string
  • &v2c("public") SNMPv2c read - only community string
  • &v3(UserName:"username", AuthType : MD5, AuthPass : "authpass", PrivType : DES, PrivPass : "privpass")

Notes:

AuthType may be MD5 or SHA1. AuthPass is a required field if AuthType is defined.

AuthType and AuthPass fields should not exist if no Authorization type is configured.

PrivType may be DES or AES (AES-128). PrivPass is a required field if PrivType is defined.

PrivType and PrivPass should not exist if no privacy is desired.

AES-192 and AES-256 are not supported for PrivType