User's Manual

Table Of Contents
BelAirOS User Guide AP Access Methods
April 22, 2012 Confidential Page 46 of 362
Document Number BDTM00000-A02 Draft
The
delete user
command deletes the definition of the specified SNMP user.
The
show
command displays the configured users. Passwords are only displayed
to users with
root
privileges. See “User Privilege Levels” on page 52 for details.
Example 1
/protocol/snmp# set user v3md5 ipaddr 0.0.0.0 access readwrite auth md5 md5md5md5
Example 2
/protocol/snmp# show user
User Name IP address Auth Password Privacy Password Privilege
-------------- --------------- ---- --------------- -------- ---------
v3md5 0.0.0.0 MD5 md5md5md5 None none ReadWrite
Notifications
/protocol/snmp/set notify <NotifyName> type {Trap | Inform}
ipaddr <IP_addr> [timeout <1-1500>]
[retries <1-3>] [auth {md5 | sha}
<password> [priv-DES <passwd>]]
/protocol/snmp/delete notify <NotifyName>
/protocol/snmp/show notify
The
set notify
command enables notifications to be sent to an SNMPv3
manager for the specified notification name. You can configure up to
10 notification names.
The
ipaddr
parameter specifies the IP address associated with this notification.
The
timeout
parameter specifies how many seconds to wait for an
acknowledgement before resending the SNMP packet. The
retries
parameter
specifies the number of times to resend the SNMP before declaring a failure.
The
<password>
parameter is the password associated with this notification.
The AP uses DES encryption to encrypt SNMP packets. The
priv-DES
parameter specifies the encryption key required to encrypt or decrypt the
packet.
The
delete notify
command disables notifications from being sent for the
specified notification name.
The
show notify
command displays the current SNMP notify configuration.
Passwords are only displayed to users with
root
privileges. See “User Privilege
Levels” on page 52 for details.
Example 1
/protocol/snmp# set notify trap1 type trap ipaddr 10.1.1.70