12 snmp-server usm-user – CANOGA PERKINS CanogaOS Command Reference User Manual

Page 838

Advertising
background image

CanogaOS Command Line Reference

Revision 1.02

Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches

Page 838 of 855

44.12 snmp-server usm-user

To specify the recipient of a Simple Network Management Protocol (SNMP) notification message, use
the snmp-server trap target-address command in global configuration mode. To remove the
specified host from the configuration, use the no form of this command.


Command Syntax

snmp-server usm-user username [remote engine-id] [authentication {md5 | sha} auth-passsword
[privacy aes | des privpassword]]
no snmp-server usm-user username

username

Name of the user on the host that connects to the agent.

remote engine-id

(Optional) Specifies a remote SNMP entity to which the user belongs.

authentication

(Optional) Specifies which authentication level should be used.

md5

(Optional) Specifies the HMAC-MD5 authentication level.

sha

(Optional) Specifies the HMAC-SHA authentication level.

auth-password

(Optional) String that enables the agent to receive packets from the host.

privacy

(Optional) Specifies the use of the User-based Security Model (USM) for
SNMP version 3 for SNMP message level security.

aes

(Optional) Specifies the use of the Advanced Encryption Standard (AES)
algorithm for encryption.

des

(Optional) Specifies the use of the Digital Encryption Standard (DES)
algorithm for encryption.

privpassword

(Optional) String that specifies the privacy user password.


Default

No SNMPv3 users are configured.


Command Mode

Global configuration


Usage

To configure a remote user, specify the IP address or port number for the remote SNMP agent of the
device where the user resides.


Examples

The following is sample output from the snmp-server usm-user command:
Switch(config)# snmp-server usm-user user1 authentication md5 mypassword privacy des
yourpassword


Related Commands

snmp-server engineID

Advertising