SNMPv3 Alarms to NetSight 6.3 fails
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-31-2016 05:27 PM
I have the following problem:
1. Set the SNMPv3 on Extreme switches with siguinetre configuration:
snmpv3 add configure user authentication md5 NetSight F4l4b3114c01 privacy F4l4b3114c01netsight_btcol configure SNMPv3 user group add NetSight sec-model usmsnmpv3 configure add access netsight_btcol sec-sec-level model usm priv defaultAdminView read-view write-view notify-view defaultAdminView defaultAdminView
2. NetSight have set alerts for ELRP, EAPS, Link Down, VRRP and OSPF protocols attached according to information in the image
The problem is that when a fault occurs in these protocols alarm never comes?
What should I do? as I set it up? anyone can share me some script?
1. Set the SNMPv3 on Extreme switches with siguinetre configuration:
snmpv3 add configure user authentication md5 NetSight F4l4b3114c01 privacy F4l4b3114c01netsight_btcol configure SNMPv3 user group add NetSight sec-model usmsnmpv3 configure add access netsight_btcol sec-sec-level model usm priv defaultAdminView read-view write-view notify-view defaultAdminView defaultAdminView
2. NetSight have set alerts for ELRP, EAPS, Link Down, VRRP and OSPF protocols attached according to information in the image
The problem is that when a fault occurs in these protocols alarm never comes?
What should I do? as I set it up? anyone can share me some script?
9 REPLIES 9
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-31-2016 06:52 PM
OK
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-31-2016 06:52 PM
You may also want to consider start a packet capture on the the NetSight server/VM and trigger a trap to see what information is being sent to NetSight from the switch.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-31-2016 06:52 PM
generates the log on the switch but do not notify NetSight
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-31-2016 06:50 PM
Hello Jario,
Can we firstly confirm whether the traps are being sent from the switch and whether the trap receiver is configured. This can be done using the commands:
show snmp
show managment
The counters in the mentioned outputs should show increments in the 'traps sent' section each time the event is triggered. If not, a trap receiver may not be configured or traps might not be enabled on the switch.
If they appear to be sent, do we see the traps in NetSight's console?
Can we firstly confirm whether the traps are being sent from the switch and whether the trap receiver is configured. This can be done using the commands:
show snmp
show managment
The counters in the mentioned outputs should show increments in the 'traps sent' section each time the event is triggered. If not, a trap receiver may not be configured or traps might not be enabled on the switch.
If they appear to be sent, do we see the traps in NetSight's console?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-31-2016 06:50 PM
configure snmpv3 delete access "v1v2cNotifyGroup" sec-model snmpv2c sec-level noauth
configure snmpv3 delete community "public"
configure snmpv3 delete notify "defaultNotify"
configure snmpv3 add user "netsight" engine-id 80:00:07:7c:03:00:04:96:51:94:6f authentication md5 auth-encrypted localized-key 23:c7:23:16:6b:23:a7:23:e1:3d:23:b8:5d:60:28:23:26:23:09:59:23:19:23:e9:23:9d privacy privacy-encrypted localized-key 23:c7:23:16:6b:23:a7:23:e1:3d:23:b8:5d:60:28:23:26:23:09:59:23:19:23:e9:23:9d
configure snmpv3 add group "v1v2c_ro" user "v1v2c_ro" sec-model snmpv1
configure snmpv3 add group "v1v2c_rw" user "v1v2c_rw" sec-model snmpv1
configure snmpv3 add group "v1v2c_ro" user "v1v2c_ro" sec-model snmpv2c
configure snmpv3 add group "v1v2c_rw" user "v1v2c_rw" sec-model snmpv2c
configure snmpv3 add group "v1v2cNotifyGroup" user "v1v2cNotifyUser3" sec-model snmpv2c
configure snmpv3 add group "admin" user "admin" sec-model usm
configure snmpv3 add group "initial" user "initial" sec-model usm
configure snmpv3 add group "netsight_btcol" user "netsight" sec-model usm
configure snmpv3 add group "initial" user "initialmd5" sec-model usm
configure snmpv3 add group "initial" user "initialsha" sec-model usm
configure snmpv3 add group "initial" user "initialmd5Priv" sec-model usm
configure snmpv3 add group "initial" user "initialshaPriv" sec-model usm
configure snmpv3 add access "admin" sec-model usm sec-level priv read-view "defaultAdminView" write-view "defaultAdminView" notify-view "defaultNotifyView"
configure snmpv3 add access "initial" sec-model usm sec-level noauth read-view "defaultUserView" notify-view "defaultNotifyView"
configure snmpv3 add access "initial" sec-model usm sec-level authnopriv read-view "defaultUserView" write-view "defaultUserView" notify-view "defaultNotifyView"
configure snmpv3 add access "v1v2c_ro" sec-model snmpv1 sec-level noauth read-view "defaultUserView" notify-view "defaultNotifyView"
configure snmpv3 add access "v1v2c_ro" sec-model snmpv2c sec-level noauth read-view "defaultUserView" notify-view "defaultNotifyView"
configure snmpv3 add access "v1v2c_rw" sec-model snmpv1 sec-level noauth read-view "defaultUserView" write-view "defaultUserView" notify-view "defaultNotifyView"
configure snmpv3 add access "v1v2c_rw" sec-model snmpv2c sec-level noauth read-view "defaultUserView" write-view "defaultUserView" notify-view "defaultNotifyView"
configure snmpv3 add access "netsight_btcol" sec-model usm sec-level priv read-view "defaultAdminView" write-view "defaultAdminView" notify-view "defaultAdminView"
configure snmpv3 add access "v1v2cNotifyGroup" sec-model snmpv1 sec-level noauth read-view "defaultUserView" notify-view "defaultNotifyView"
configure snmpv3 add mib-view "defaultUserView" subtree 1.0/80 type included
configure snmpv3 add mib-view "defaultUserView" subtree 1.3.6.1.6.3.16 type excluded
configure snmpv3 add mib-view "defaultUserView" subtree 1.3.6.1.6.3.18 type excluded
configure snmpv3 add mib-view "defaultUserView" subtree 1.3.6.1.6.3.15.1.2.2.1.4 type excluded
configure snmpv3 add mib-view "defaultUserView" subtree 1.3.6.1.6.3.15.1.2.2.1.6 type excluded
configure snmpv3 add mib-view "defaultUserView" subtree 1.3.6.1.6.3.15.1.2.2.1.9 type excluded
configure snmpv3 add mib-view "defaultAdminView" subtree 1.0/80 type included
configure snmpv3 add mib-view "defaultNotifyView" subtree 1.0/80 type included
configure snmpv3 add community "MONFAL" name "MONFAL" user "v1v2c_ro"
configure snmpv3 add community "RIDGELINE" name "RIDGELINE" user "v1v2c_ro"
configure snmpv3 add community "ch1kg0" name "ch1kg0" user "v1v2c_ro"
configure snmpv3 add community "private" name "private" user "v1v2c_rw"
configure snmpv3 add community "v1v2cNotifyComm3" name "ST.175639426.10550" user "v1v2cNotifyUser3"
configure snmpv3 add target-addr "snmpv3Target" param "snmpv3Params" ipaddress 10.120.11.130 transport-port 162 tag-list "defaultNotify"
configure snmpv3 add target-addr "v1v2cNotifyTAddr5" param "v1v2cNotifyParam4" ipaddress 10.120.11.130 transport-port 10550 tag-list "defaultNotify"
configure snmpv3 delete community "public"
configure snmpv3 delete notify "defaultNotify"
configure snmpv3 add user "netsight" engine-id 80:00:07:7c:03:00:04:96:51:94:6f authentication md5 auth-encrypted localized-key 23:c7:23:16:6b:23:a7:23:e1:3d:23:b8:5d:60:28:23:26:23:09:59:23:19:23:e9:23:9d privacy privacy-encrypted localized-key 23:c7:23:16:6b:23:a7:23:e1:3d:23:b8:5d:60:28:23:26:23:09:59:23:19:23:e9:23:9d
configure snmpv3 add group "v1v2c_ro" user "v1v2c_ro" sec-model snmpv1
configure snmpv3 add group "v1v2c_rw" user "v1v2c_rw" sec-model snmpv1
configure snmpv3 add group "v1v2c_ro" user "v1v2c_ro" sec-model snmpv2c
configure snmpv3 add group "v1v2c_rw" user "v1v2c_rw" sec-model snmpv2c
configure snmpv3 add group "v1v2cNotifyGroup" user "v1v2cNotifyUser3" sec-model snmpv2c
configure snmpv3 add group "admin" user "admin" sec-model usm
configure snmpv3 add group "initial" user "initial" sec-model usm
configure snmpv3 add group "netsight_btcol" user "netsight" sec-model usm
configure snmpv3 add group "initial" user "initialmd5" sec-model usm
configure snmpv3 add group "initial" user "initialsha" sec-model usm
configure snmpv3 add group "initial" user "initialmd5Priv" sec-model usm
configure snmpv3 add group "initial" user "initialshaPriv" sec-model usm
configure snmpv3 add access "admin" sec-model usm sec-level priv read-view "defaultAdminView" write-view "defaultAdminView" notify-view "defaultNotifyView"
configure snmpv3 add access "initial" sec-model usm sec-level noauth read-view "defaultUserView" notify-view "defaultNotifyView"
configure snmpv3 add access "initial" sec-model usm sec-level authnopriv read-view "defaultUserView" write-view "defaultUserView" notify-view "defaultNotifyView"
configure snmpv3 add access "v1v2c_ro" sec-model snmpv1 sec-level noauth read-view "defaultUserView" notify-view "defaultNotifyView"
configure snmpv3 add access "v1v2c_ro" sec-model snmpv2c sec-level noauth read-view "defaultUserView" notify-view "defaultNotifyView"
configure snmpv3 add access "v1v2c_rw" sec-model snmpv1 sec-level noauth read-view "defaultUserView" write-view "defaultUserView" notify-view "defaultNotifyView"
configure snmpv3 add access "v1v2c_rw" sec-model snmpv2c sec-level noauth read-view "defaultUserView" write-view "defaultUserView" notify-view "defaultNotifyView"
configure snmpv3 add access "netsight_btcol" sec-model usm sec-level priv read-view "defaultAdminView" write-view "defaultAdminView" notify-view "defaultAdminView"
configure snmpv3 add access "v1v2cNotifyGroup" sec-model snmpv1 sec-level noauth read-view "defaultUserView" notify-view "defaultNotifyView"
configure snmpv3 add mib-view "defaultUserView" subtree 1.0/80 type included
configure snmpv3 add mib-view "defaultUserView" subtree 1.3.6.1.6.3.16 type excluded
configure snmpv3 add mib-view "defaultUserView" subtree 1.3.6.1.6.3.18 type excluded
configure snmpv3 add mib-view "defaultUserView" subtree 1.3.6.1.6.3.15.1.2.2.1.4 type excluded
configure snmpv3 add mib-view "defaultUserView" subtree 1.3.6.1.6.3.15.1.2.2.1.6 type excluded
configure snmpv3 add mib-view "defaultUserView" subtree 1.3.6.1.6.3.15.1.2.2.1.9 type excluded
configure snmpv3 add mib-view "defaultAdminView" subtree 1.0/80 type included
configure snmpv3 add mib-view "defaultNotifyView" subtree 1.0/80 type included
configure snmpv3 add community "MONFAL" name "MONFAL" user "v1v2c_ro"
configure snmpv3 add community "RIDGELINE" name "RIDGELINE" user "v1v2c_ro"
configure snmpv3 add community "ch1kg0" name "ch1kg0" user "v1v2c_ro"
configure snmpv3 add community "private" name "private" user "v1v2c_rw"
configure snmpv3 add community "v1v2cNotifyComm3" name "ST.175639426.10550" user "v1v2cNotifyUser3"
configure snmpv3 add target-addr "snmpv3Target" param "snmpv3Params" ipaddress 10.120.11.130 transport-port 162 tag-list "defaultNotify"
configure snmpv3 add target-addr "v1v2cNotifyTAddr5" param "v1v2cNotifyParam4" ipaddress 10.120.11.130 transport-port 10550 tag-list "defaultNotify"
