snmp-server Commands
XSR CLI Reference Guide 1-29

snmp-server trap-timeout

Thiscommandspecifiestheintervaltrapsintheretransmissionqueueareretriedifnorouteexists
tothehostthatSNMPtrapswilltobesentto.
Syntax
snmp-server trap-timeout timeout
Syntax of the “no” Form
Thenoformofthiscommandsetsthetraptimeouttothedefaultvalue:
no snmp-server trap-timeout
Mode
Globalconfiguration:XSR(config)#
Default
30seconds

snmp-server user

ThiscommandconfigureslocalorremoteusersinanSNMPgroupwithsecuritymodels,
authentication,passwords,privacysettings,andACLs,andaddinguserstotheUSMusertable.
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 Retryintervalrangingfrom1to9,999seconds.
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 Nameoftheuser.
groupname Nameofthegrouptowhichtheuserbelongs.
remote AremoteSNMPentity.
ip-address IPaddressoftheremoteSNMPentity.
udp-port UDPportoftheremoteSNMPentity.
port UDPportnumberoftheremoteSNMPentity.Default:162.
v1 v1securitymodel(leastsecure)used.
v2c v2csecuritymodel(nexttoleastsecure)used.
v3 v3securitymodel(mostsecure)used.
encrypted SpecifiespasswordsasMD5orSHAdigests.
auth Authenticationparametersfortheuser.
md5 HMACMD5algorithmusedforauthentication.