SNMP: Difference between revisions

366 bytes added ,  30 November 2023
update wiki with new snmp options
(SNMP trap receiver tutorial)
(update wiki with new snmp options)
 
Line 9: Line 9:
{| class="wikitable"
{| class="wikitable"
|-
|-
! Configuration value !! Available options !! Notes
! Configuration value !! Available options !! Firmware Version
|-
|-
| Enabled || off<br>on for SNMPv1 support || In firmware < 3.0
| Enabled || off<br>on for SNMPv1 support || < 3.0
|-
|-
| SNMP service || disabled<br>SNMPv1<br>SNMPv2c<br>SNMPv3 || In firmware >= 3.0
| SNMP service || disabled<br>SNMPv1<br>SNMPv2c<br>SNMPv3 || >= 3.0
|-
|-
| Community || The community string used by SNMPv1/v2c. Default value or empty is "public". ||
| Community || The community string used by SNMPv1/v2c. Default value or empty is "public". ||
|-
|-
| User name || The SNMPv3 user name || In firmware >= 3.0
| User name || The SNMPv3 user name || >= 3.0, < 4.2
|-
|-
| User password || The SNMPv3 password for authentication and encryption || In firmware >= 3.0
| User password || The SNMPv3 password for authentication and encryption || >= 3.0 , < 4.2
|-
|-
| Authentication method || SHA<br>SHA-256<br>SHA-512 || In firmware >= 3.0
| Authentication method || SHA<br>SHA-256<br>SHA-512 || >= 3.0 , < 4.2
|-
|-
| Encryption method || AES || In firmware >= 3.0
| Encryption method || AES || >= 3.0 , < 4.2
|-
|Name
|translates to sysName
|>= 4.2
|-
|Location
|translates to sysLocation
|>= 4.2
|-
|Contact
|translates to sysContact
|>= 4.2
|-
|Multiple User (for v3)
|multiple users with:
- username
 
- password
 
- authentication method and authentication password
 
- encoding method and encoding password
 
(authentication and encoding password are now different settings, both have to be set)
|>= 4.2
|}
|}


59

edits