community
snmp/community
Type: Directory
| Flag | Name | Description |
|---|---|---|
| * | default | default |
| X | disabled | disabled |
| Argument | Type | Description |
|---|---|---|
| name | string | |
| addresses | object { address: alt { ipv6: ip6Prefix , ip: ipPrefix } } | |
| security | enum (none | authorized | private) { none:0, authorized:1, private:2 } | |
| read-access | bool | |
| write-access | bool | |
| denied-oids | multi { array-id, oid: string } | |
| authentication-protocol | enum (MD5 | SHA1 | SHA256 | SHA384 | SHA512) { MD5:0, SHA1:1, SHA256:2, SHA384:3, SHA512:4 } | |
| encryption-protocol | enum (DES | AES) | |
| authentication-password | string | |
| encryption-password | string |