Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SNMP over DTLS or SNMPv3

Tags:

snmp

net-snmp

What is the Major difference in SNMP over DTLS and SNMPv3 USM model, which one to prefer.

TLS and DTLS make use of the Transport Security Model (TSM) security model, defined in RFC5591 which was created as an alternative to the USM security model

like image 609
anish Avatar asked Oct 27 '25 10:10

anish


1 Answers

The difference is what is the problem each of them wants to resolve.

SNMP v3 USM enhances the SNMP message format itself to add proper integrity check and encryption, so that it can be transferred on probably unsafe wires.

SNMP over DTLS uses another approach that it tries to build safe channels on unsafe wires, and allows the messages to be transferred safely.

You can prefer either of them to achieve significant security improvements over the original SNMP, but please analyze your scenarios carefully and put the following into consideration,

  • What are the devices in your whole solution?
  • Whether they support both models? Which one of them only supports one of the model?

Then you can make a decision on which model to choose. As far as I know SNMP v3 USM is more widely supported, but I might be wrong.

like image 200
Lex Li Avatar answered Oct 30 '25 06:10

Lex Li



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!