Symbol Technologies WS 2000 Switch User Manual


 
WS 2000 Wireless Switch System Reference Guide10-226
WS2000>admin(system.snmp.access)> add
Description:
Adds SNMP access entries.
Syntax:
Example:
admin(system.snmp.access)>add acl 209.236.24.1 209.236.24.46
admin(system.snmp.access)>list acl
----------------------------------------------------------------
index start ip end ip
----------------------------------------------------------------
1 209.236.24.1 209.236.24.46
admin(system.snmp.access)>add v3 fred rw 1.3.6.6 none
admin(system.snmp.access)>list v3 all
index : 1
username : fred
access permission : read/write
object identifier : 1.3.6.6
security level : none
auth algorithm : md5
auth password : ********
privacy algorithm : des
privacy password : ********
add acl
<ip1> <ip2>
Adds an entry to the SNMP access control list with <ip1> as the starting IP address and <ip2>
and the ending IP address.
v1v2c
<comm>
ro/rw
<oid> / all
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 or all for all objects).
v3
<user>
ro/rw
<oid> / all <sec>
. . . see second line of parameters
<auth> <pass1>
des / aes
<pass2>
Adds an SNMP v3 user definition with the username <user> (1–31 characters), access set to
ro (read only) or rw (read/write), the object ID set to <oid> (1–127 chars in dot notation, such
as 1.3.6.1 or all for all objects), the security type <sec> set to one of none, auth, or auth/
priv.
The following parameters must be specified if <sec> is set to auth/priv:
Privacy algorithm set to des or aes
Privacy password <pass2> (8–31 chars)