Oct 012009
It was if nmac == cmac:
Now it is re.search(nmac, cmac, re.IGNORECASE):
I felt this was the safer option..
Thank you Christianha for pointing the issues out..
LD Port Report == Download
It was if nmac == cmac:
Now it is re.search(nmac, cmac, re.IGNORECASE):
I felt this was the safer option..
Thank you Christianha for pointing the issues out..
LD Port Report == Download
Just stumbled upon your script and wanted to say many thanks for having created it.
Looks like the last update for this was in 2009, but Im hoping this msg will reach you:
Are you planning on including SNMPv3 support for your script ? I’ve searched around and found that it seems to only need a few Arg tweaks along with the usage of :
cmdgen.UsmUserData(‘test-user’, ‘authkey1′, ‘privkey1′)
but then again I fail at programming and couldn’t do it myself.