Skip to content

snmpuser

SNMP User

show | delete | set | add

show snmpuser

Use this operation to get SNMP User details

Synopsys

show snmpuser [name=<string>]

Parameters

name

Name of SNMP User

delete snmpuser

Use this operation to delete SNMP User

Synopsys {#synopsys-1 style="margin-left: 20px;"}

delete snmpuser name=<string>

Parameters {#parameters-1 style="margin-left: 20px;"}

name

Name of SNMP User

This is a mandatory parameter.

set snmpuser

Use this operation to modify SNMP User

Synopsys {#synopsys-2 style="margin-left: 20px;"}

set snmpuser security_level=<int> name=<string> [view_name=<string>] [auth_protocol=<int>] [privacy_protocol=<int>] [auth_password=<stringx>] [privacy_password=<stringx>]

Parameters {#parameters-2 style="margin-left: 20px;"}

security_level

Security Level of SNMP User. Values: 0: noAuthNoPriv, 1: authNoPriv, 2: authPriv

This is a mandatory parameter.

name

Name of SNMP User

This is a mandatory parameter.

view_name

SNMP View Name attached to the SNMP User

auth_protocol

Authentication Protocol of SNMP User. Values: 0:noValue, 1: MD5, 2: SHA1

privacy_protocol

Privacy Protocol of SNMP User. Values: 0:noValue, 1: DES, 2: AES

auth_password

Authentication Password of SNMP User

privacy_password

Privacy Password of SNMP User

add snmpuser

Use this operation to add SNMP User

Synopsys {#synopsys-3 style="margin-left: 20px;"}

add snmpuser security_level=<int> name=<string> [view_name=<string>] [auth_protocol=<int>] [privacy_protocol=<int>] [auth_password=<stringx>] [privacy_password=<stringx>]

Parameters {#parameters-3 style="margin-left: 20px;"}

security_level

Security Level of SNMP User. Values: 0: noAuthNoPriv, 1: authNoPriv, 2: authPriv

This is a mandatory parameter.

name

Name of SNMP User

This is a mandatory parameter.

view_name

SNMP View Name attached to the SNMP User

auth_protocol

Authentication Protocol of SNMP User. Values: 0:noValue, 1: MD5, 2: SHA1

privacy_protocol

Privacy Protocol of SNMP User. Values: 0:noValue, 1: DES, 2: AES

auth_password

Authentication Password of SNMP User

privacy_password

Privacy Password of SNMP User

Was this article helpful?