Ap5131>admin(system.snmp.access)> add – Symbol Technologies AP-5131 User Manual

Page 449

Advertising
background image

Command Line Interface Reference 8-155

AP5131>admin(system.snmp.access)> add

Description:

Adds SNMP access entries for specific v1v2 and v3 user definitions.

Syntax:

For information on configuring SNMP access settings using the applet (GUI), see

Configuring SNMP Access Control on page 4-23

.

add acl

<ip1>

<ip2>

Adds an entry to the SNMP access control list with <ip1> as the starting IP address and <ip2>
and as the ending IP address.

v1v2c

<comm>

<access>
<oid>

Adds an SNMP v1/v2c configuration with <comm> as the community (1-31 characters), the
read/write access set to

ro

(read only) or

rw

(read/write), and the Object Identifier <oid> (a

string of 1-127 numbers separated by dot, such as 2.3.4.5.6).

v3

<user>

<access>

<oid>

<sec>

<auth>

<pass1>

<priv>

<pass2>

Adds an SNMP v3 user definition with the username <user> (1 to 31 characters), access set
to

ro

(read only) or

rw

(read/write), the object ID set to <oid> (1 to 127 chars in dot notation,

such as 1.3.6.1), the security type <sec> set to one of

no auth

,

authnopriv

, or

auth/priv

.

The following parameters must be specified if <sec> is not

none

:

Authentication type <auth> set to

md5

or

sha1

Authentication password <pass1> (8 to 31 chars)

The following parameters must be specified if <sec> is set to

auth/priv

:

Privacy algorithm set to

des

or

aes

Privacy password <pass2> (8 to 31 chars)

Advertising