MDS 05-6632A01, Rev. F MDS Orbit MCR/ECR Technical Manual 315
Filling in values can be accomplished via the CLI using the following commands:
% set services snmp target TARGET-1-v1 ip 192.168.1.2
% set services snmp target TARGET-1-v1 port 5000
% set services snmp target TARGET-1-v1 tag std_v1_trap
% set services snmp target TARGET-1-v1 v1 sec-name public
Give the VACM group named “all-rights” (as configured in previous examples) notify access to 3.
“internet” view.
Filling in values can be accomplished via the CLI using the following commands:
% set services snmp vacm group all-rights access any no-auth-no-priv notify-view internet
Click “Save” on the Web UI. 4.
Via the CLI using the following commands:
% commit
To test above configuration, start an SNMP trap receiver (like “snmptrapd” with configuration file as
shown below) and generate “ssh_login” event by logging into the Orbit via SSH.
snmptrapd.conf:
engineID testing
snmpTrapdAddr 0.0.0.0:5000
authCommunity log,execute,net public
doNotFork yes
$ snmptrapd -M +./ -Lo -c snmptrapd.conf
NET-SNMP version 5.4.3
2014-04-22 13:39:02 0.0.0.0(via UDP: [192.168.1.1]:161->[192.168.1.2]) TRAP, SNMP v1,
community public
MDS-EVENT-MIB::traps0 Enterprise Specific Trap (MDS-EVENT-MIB::mdsEvent) Uptime:
2:07:00.35
MDS-EVENT-MIB::mdsEventName.0 = STRING: "ssh_login"