unable to generate a new alarm in netsight console
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-14-2015 09:22 AM
i am unable to generate a new alarm which i configured for a specific device /IP port /link failure alarm through edit critetia in the alarm manager configuration
12 REPLIES 12
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-16-2015 08:48 AM
There are 2 things here...
1) why does the source field in Netsight show "x.x.x.x(via x.x.x.x)" instead of just "x.x.x.x" if SNMPv1 is used
2) how could you create a custom alarm on source if the field is "x.x.x.x(via x.x.x.x)"
I don't have an answer for you so my advice is to open a GTAC ticket and just refer to this post.
https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-contact-Extreme-Networks-Global-Tec...
-Ron
1) why does the source field in Netsight show "x.x.x.x(via x.x.x.x)" instead of just "x.x.x.x" if SNMPv1 is used
2) how could you create a custom alarm on source if the field is "x.x.x.x(via x.x.x.x)"
I don't have an answer for you so my advice is to open a GTAC ticket and just refer to this post.
https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-contact-Extreme-Networks-Global-Tec...
-Ron
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-16-2015 04:26 AM
Yes it is working with V2 ,but our IA systems only support SNMP V1 ..Is this possible to do with V1.
Thanks for your support.
Thanks for your support.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-15-2015 09:38 AM
# clear snmp targetparams snmptarget user
# set snmp targetparams snmptarget user public security-model v2c message-processing v2c noauthentication
# save config
I think that should do the job....
# set snmp targetparams snmptarget user public security-model v2c message-processing v2c noauthentication
# save config
I think that should do the job....
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎12-15-2015 09:25 AM
this is the config related to SNMP in the switch and I am using SCAS to deploy the config/commands:
#snmp
clear snmp access public security-model v1
clear snmp access public security-model v2c
clear snmp access public security-model usm
set snmp access ro security-model v1 exact read All notify All nonvolatile
set snmp access ro security-model v2c exact read All notify All nonvolatile
set snmp access public security-model v1 exact read All notify All nonvolatile
set snmp access public security-model v2c exact read All notify All nonvolatile
set snmp access public security-model usm exact read All notify All nonvolatile
set snmp community :3fb03022e4966512343b511c263dcf1240739359ec6cad7d8c6277007e7e0657521e0641967b150156:
set snmp group ro user ro security-model v1
set snmp group public user public security-model v1
set snmp group ro user ro security-model v2c
set snmp group public user public security-model v2c
set snmp group public user public security-model usm
set snmp notify workstation tag snmptag
set snmp targetaddr Admin0 151.128.81.61 param snmptarget mask 255.255.0.0 taglist snmptag nonVolatile
set snmp targetaddr Admin1 151.128.152.8 param snmptarget mask 255.255.0.0 taglist snmptag nonVolatile
set snmp targetaddr primary 151.128.152.8 param snmptarget mask 255.255.0.0 taglist snmptag nonVolatile
set snmp targetparams snmptarget user public security-model v1 message-processing v1 noauthentication
set snmp user public authentication sha :c29c1997f5bd6c84533019dc1d0fbefcce6b0cea: encryption aes privacy :c29c1997f5bd6c84533019dc1d0fbefc:
set snmp view viewname All subtree 1
What I need to change here.
Thansks.
#snmp
clear snmp access public security-model v1
clear snmp access public security-model v2c
clear snmp access public security-model usm
set snmp access ro security-model v1 exact read All notify All nonvolatile
set snmp access ro security-model v2c exact read All notify All nonvolatile
set snmp access public security-model v1 exact read All notify All nonvolatile
set snmp access public security-model v2c exact read All notify All nonvolatile
set snmp access public security-model usm exact read All notify All nonvolatile
set snmp community :3fb03022e4966512343b511c263dcf1240739359ec6cad7d8c6277007e7e0657521e0641967b150156:
set snmp group ro user ro security-model v1
set snmp group public user public security-model v1
set snmp group ro user ro security-model v2c
set snmp group public user public security-model v2c
set snmp group public user public security-model usm
set snmp notify workstation tag snmptag
set snmp targetaddr Admin0 151.128.81.61 param snmptarget mask 255.255.0.0 taglist snmptag nonVolatile
set snmp targetaddr Admin1 151.128.152.8 param snmptarget mask 255.255.0.0 taglist snmptag nonVolatile
set snmp targetaddr primary 151.128.152.8 param snmptarget mask 255.255.0.0 taglist snmptag nonVolatile
set snmp targetparams snmptarget user public security-model v1 message-processing v1 noauthentication
set snmp user public authentication sha :c29c1997f5bd6c84533019dc1d0fbefcce6b0cea: encryption aes privacy :c29c1997f5bd6c84533019dc1d0fbefc:
set snmp view viewname All subtree 1
What I need to change here.
Thansks.
