cancel
Showing results for 
Search instead for 
Did you mean: 

unable to generate a new alarm in netsight console

unable to generate a new alarm in netsight console

Degalesan_D
New Contributor
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

Ronald_Dvorak
Honored Contributor
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

Degalesan_D
New Contributor
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.

Ronald_Dvorak
Honored Contributor
# 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....

Degalesan_D
New Contributor
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.

GTM-P2G8KFN