Specifications

Configuring SNMP
RoamAbout Mobility System Software Configuration Guide 6-9
Specifyipifthetarget’sSNMPengineIDisbasedonitsIPaddress.Ifthetarget’sSNMPengineID
isahexadecimalvalue,usehexhexstringtospecifythevalue.
ThecommunitystringisapplicableonlywhentheSNMPversionisv1orv2c.
Theprofilenameisthe
notificationprofile.Thedefaultisdefault.
Thesecurityoptionspecifiesthesecuritylevel,andisapplicableonlywhentheSNMPversionis
usm:
unsecured—Messageexchangesarenotauthenticated,noraretheyencrypted.Thisisthe
default.
authenticated—Messageexchangesareauthenticated,butarenotencrypted.
encrypted—Messageexchangesareauthenticated
andencrypted.
Theretriesandtimeoutoptionsareapplicableonlywhenthe SNMPversionisv2corusm andthe
notificationtypeisinform.TheretriesoptionspecifiesthenumberoftimestheMSSSNMPengine
willresendanotificationthathasnotbeenacknowledgedbythetarget.Youcan
specifyfrom0to
3retries.Thedefaultis0.ThetimeoutoptionspecifiesthenumberofsecondsMSSwaitsfor
acknowledgementofanotification.Youcanspecifyfrom1to5seconds.Thedefaultis 2.
Examples
Thefollowingcommandconfiguresanotificationtargetforacknowledgednotifications:
set snmp notify target 1 10.10.40.9 usm inform user securesnmpmgr1 snmp-engine-id
ip
success: change accepted.
Thiscommandconfigurestarget1atIPaddress10.10.40.9.Thetarget’sSNMPengineIDisbased
onitsaddress.TheMSSSNMPenginewillsendnotificationsbasedonthedefaultprofile,andwill
requirethetargettoacknowledgereceivingthem.
Thefollowingcommandconfiguresanotificationtargetforunacknowledgednotifications:
set snmp notify target 2 10.10.40.10 v1 trap
success: change accepted.
Enabling the SNMP Service
ToenabletheMSSSNMPservice,usethefollowingcommand:
set ip snmp server {enable | disable}
Example
ThefollowingcommandenablestheSNMPservice:
set ip snmp server enable
success: change accepted.