07-17-2009 04:51 AM - edited 03-04-2019 05:28 AM
Hi ALL:
I am facing a very peculiar issue with SNMP.
Every thing workfine when i put
snmp-server group snmpgroup v3 auth in the running config and save it but once the
switch get reloaded i see this in the running config and my NMS tool do not show that the
router is up.
Any idea why is this happening
snmp-server group snmpgroup v3 auth read notify *tv.FFFFFFFF.FFFFFFFF.FFFFFFFF
snmp-server group snmpgrp v3 auth
groupname: snmpgrp security model:v3 auth
readview :v1default writeview: <no writeview specified>
notifyview: <no notifyview specified>
row status: active
groupname: snmpgroup security model:v3 auth
readview :<no readview specified> writeview: <no writeview specified>
notifyview: *tv.FFFFFFFF.FFFFFFFF.FFF
row status: active
Chao
Vishwa
07-24-2009 02:58 PM
Try to reconfigure your SNMP configuration. And try. If still you are getting same problem then only solution is to upgrade it and use some other NMS tool.
07-26-2009 06:06 AM
After doing a lot of research i was able to resolve the issue.
I found that the string is present in the SNMP view internet.
So i excluded the string form the view and after doing that evry thing worked fine.
I dont know what all the command did when i removed it but the issue is resolved.
Before
show snmp view
v1default iso - included volatile active
v1default internet.6.3.15 - excluded volatile active
v1default internet.6.3.16 - excluded volatile active
v1default internet.6.3.18 - excluded volatile active
notifyview internet - included nonvolatile active
*tv.FFFFFFFF.FFFFFFFF.FFFFFFFF internet - included volatile active
snmp-server view notifyview internet excluded.
After
sh snmp view
v1default iso - included volatile active
v1default internet.6.3.15 - excluded volatile active
v1default internet.6.3.16 - excluded volatile active
v1default internet.6.3.18 - excluded volatile active
notifyview internet - excluded nonvolatile active
Chao
Vishwa
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide