Specifications

Device IP dev
Device Port port
Rule Name rname
Action action
Details dtls
SNMP Parameters (note 1)
SNMPv1, SNMPv2 SNMPv3
Parameter Keyword Parameter Keyword
SNMP
Read
snmp="v1"
ro
SNMP
Read,
SNMP
Write,
SNMP SU/
Max Acess
snmp="v3"
user
seclevel
authtype
authpwd
privtype
privpwd
SNMP
Read
snmp="v1"
rw
SNMP
Read
snmp="v1"
su
Incident incident
Note 1:
When any SNMP parameter is selected, the
snmp=
value
indicates the SNMP version and the subsequent parameters
contain the values assigned for the credentials associated
with the device. When multiple SNMP parameters are
checked (e.g., SNMP Write and SNMP Read) the values
for the highest access level are used for the script.
Example:
If Sender Name, Sender ID, Threat MAC, and SNMP Write are selected and the device is
configured for SNMPv1 credentials, the information passed to the script might look like:
sname="my sender name" sid="dragon id" thmac="00.00.1d.11.22.33" snmp="v1"
rw="public"
And, for a script named myscript.bat, the resulting script command would be executed as:
C:\Program Files\Enterasys Networks\NetSight
Console\server\plugins\AutoSecMgr\scripts\my_script.bat sname="my sender
name" sid="dragon id" thmac="00.00.1d.11.22.33" snmp="v1" rw="public"
Unformatted without spaces...
When selected, the parameters will be passed as space delimited, unformatted text, without
keywords. For this option, your script must know which parameters are being passed and in
what order. If a parameter contains any spaces, they will be replaced with an underbar ( _ ).
Automated Security Manager Help
Script 150