netSNMP Clustered handshake messages (Server hello, Certificate-fragment.., Certificate request, Server hello)
chetan <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <CAPTDWEoR_q_n99Cs5oBCDjcNtq8fq7NBAtUARXTHSx-ZBbiTdQ@mail.gmail.com> |
Hi Team, Im using SNMP4j and Bouncy Castle DTLS implementation for requesting and querying snmp messages over DTLS protocol towards net SNMP Service running as Agent with configured SNMPv3 over DTLS During handshake, Bouncy is able to send Client hello, netSNMP replies with helloverifyrequest, Bouncy would read the cookie and add it to client hello and send it back to Agent, netSNMP would verify the cookie and reply with *Server hello, Certificate (fragment)..,Certificate Reqeuest and Server Hello Done.* [image: Inline image 1] Here these messages are grouped into one single clustered message by netSNMP. Because of which the Bouncy castle acting as Manager/Client is only able to read Server hello message but not other messages with it. Which is creating SocketTimeoutException and Bouncy is sending new Client Hello messages. So I want to know if the net SNMP service could be configured to send the handshake messages individually like these [image: Inline image 1] Can we avoid clustering of messages sent by netSNMP service. Thank you in advance regards, Chetan Kumar ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
bc_bc.JPG
(image/jpeg, 106 KB) - not displayed
bc_netsnmp.JPG
(image/jpeg, 57.5 KB) - not displayed