59
edits
(SNMP trap receiver tutorial) |
Tom.Wegener (talk | contribs) (update wiki with new snmp options) |
||
Line 9: | Line 9: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! Configuration value !! Available options !! | ! Configuration value !! Available options !! Firmware Version | ||
|- | |- | ||
| Enabled || off<br>on for SNMPv1 support || | | Enabled || off<br>on for SNMPv1 support || < 3.0 | ||
|- | |- | ||
| SNMP service || disabled<br>SNMPv1<br>SNMPv2c<br>SNMPv3 || | | 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 || | | User name || The SNMPv3 user name || >= 3.0, < 4.2 | ||
|- | |- | ||
| User password || The SNMPv3 password for authentication and encryption || | | User password || The SNMPv3 password for authentication and encryption || >= 3.0 , < 4.2 | ||
|- | |- | ||
| Authentication method || SHA<br>SHA-256<br>SHA-512 || | | Authentication method || SHA<br>SHA-256<br>SHA-512 || >= 3.0 , < 4.2 | ||
|- | |- | ||
| Encryption method || AES || | | 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 | |||
|} | |} | ||
edits