SnmpConstants.DEFAULT_COMMAND_RESPONDER_PORT);
final UsmUser usmUser = new UsmUser(V3SECURITYNAME, V3AUTHPROTO,
V3AUTHPASS, V3PRIVPROTO, V3PRIVPASS);
this.v1Client = new StandardSNMPv1<UdpAddress>(V1V2COMMUNITY,
new DefaultUdpTransportMapping());
this.v2Client = new StandardSNMPv2<UdpAddress>(V1V2COMMUNITY,
new DefaultUdpTransportMapping());
this.v3Client = new StandardSNMPv3<UdpAddress>(usmUser,
new OctetString(), new DefaultUdpTransportMapping());
this.allClients.add(this.v1Client);
this.allClients.add(this.v2Client);
// this.allClients.add(this.v3Client);