Define SNMPv3 users:
- [edit]
- snmp {
-
- v3 {
-
- usm {
-
- local-engine {
-
- user user1 {
-
- authentication-md5 {
- authentication-password authentication-password;
- }
-
- privacy-des {
- privacy-password password;
- }
- }
-
- user user2 {
-
- authentication-sha {
- authentication-password authentication-password;
- }
- privacy-none;
- }
-
- user user3 {
- authentication-none;
- privacy-none;
- }
-
- user user4 {
-
- authentication-md5 {
- authentication-password authentication-password;
- }
-
- privacy-des {
- privacy-password authentication-password;
- }
- }
-
- user user5 {
-
- authentication-sha {
- authentication-password authentication-password;
- }
-
- privacy-aes128 {
- privacy-password authentication-password;
- }
- }
- }
- }
- }
- }