Reference Guide

Table Of Contents
-query
Query records that fulfill the specified condition.
-output
Change the output format.
nvp Display output as plain text.
csv Display output in CSV format.
table Display output in a table.
json Display output in JSON format.
create
[Added in 2.0.0.0]
Create an SNMP server. Was added in version 2.0.0.0.
Format
snmp_server create -ip_address <value> -port <162..49151> -version { V2c | V3 } -alert_severity
{ Info | Minor | Major | Critical } [ -trap_community <value> ] [ -user_name <value> ] [
-auth_protocol { None | MD5 | SHA256 } ] [ -privacy_protocol { None | AES256 | TDES } ] [ {
-authpass <value> | -authpassSecure } ] [ -async ]
Action qualifiers
-ip_address
IPv4 address, IPv6 address, or FQDN of the SNMP server.
-port
Port number to use with the address of the SNMP server: 162, [1024-49151]
-version
Supported SNMP protocol versions:
V2c SNMP version 2c,
V3 SNMP version 3 Was added in version 2.0.0.0.
-alert_severity
Possible severities. Was added in version 2.0.0.0.
-trap_community
Trap Community string. Usually describes the security level, relevant only for SNMPv2c.
-user_name
User name, relevant only for SNMPv3.
334