Snmp-server trap-timeout, Snmp-server user – Enterasys Networks X-Pedition XSR CLI User Manual

Page 43

Advertising
background image

snmp-server Commands

XSR CLI Reference Guide 1-29

snmp-server trap-timeout

This command specifies the interval traps in the retransmission queue are retried if no route exists 
to the host that SNMP traps will to be sent to.

Syntax

snmp-server trap-timeout timeout

Syntax of the “no” Form

The no form of this command sets the trap‐timeout to the default value:

no snmp-server trap-timeout

Mode

Global configuration: 

XSR(config)#

Default

30 seconds

snmp-server user

This command configures local or remote users in an SNMP group with security models, 
authentication, passwords, privacy settings, and ACLs, and adding users to the USM user table. 

Syntax

snmp-server user username [groupname remote ip-address [udp-port port]{v1 | v2c |
v3
[encrypted][auth {md5 | sha} auth-password [priv des56 priv-password]]}[access
access-list]

timeout

Retry interval ranging from 1 to 9,999 seconds.

Note: Be aware that the engineID of the remote SNMP entity must be configured before you add a
user since passwords are hashed with the engineID to create a localized key.

username

Name of the user.

groupname

Name of the group to which the user belongs.

remote

A remote SNMP entity.

ip-address

IP address of the remote SNMP entity.

udp-port

UDP port of the remote SNMP entity.

port

UDP port number of the remote SNMP entity. Default: 162.

v1

v1 security model (least secure) used.

v2c

v2c security model (next to least secure) used.

v3

v3 security model (most secure) used.

encrypted

Specifies passwords as MD5 or SHA digests.

auth

Authentication parameters for the user.

md5

HMAC MD5 algorithm used for authentication.

Advertising