13 snmp-server version – CANOGA PERKINS 9175 Command Reference User Manual

Page 764

Advertising
background image

CanogaOS Command Reference

44-9

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

44.13 snmp-server version

To specify the support of SNMP version, use the snmp-server version command in global configuration

mode. To restore to the default value, use the no form of this command.


Command Syntax

snmp-server version {all | v1 | v2c | v3}

no snmp-server version

all

Support all versions (v1, v2c, and v3).

v1

Support only v1 version.

v2c

Support only v2c version.

v3

Support only v3 version.


Default

Support all SNMP versions.

Advertising