Oh Cool, Thank You, I know we have some cisco devices too, so that may come in handy for other projects in the near future as well.
I'm pretty good at parsing files, and in fact, have already done that within an access database via vba; My vision for the Perl script is to read from that database, after it has a fresh import of ips from the logs, and then add new ips, and remove old ones based on dates stored in the database. Once this is done, we should be able to react much more quickly to the spam attacks and completely shut them out without leaving entire segments of network out of commission indefinitely, and without overloading the server cpu with trying to reject the messages / senders. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Jon S. Jaques Manager of Technical Development Systems Connect 912.356.9920 [EMAIL PROTECTED] =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Web Development | Network Support | High-Speed Internet Access A new advertising opportunity at www.SavannahTraveler.com =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -----Original Message----- From: Stuart Kendrick [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 01, 2004 8:36 AM To: Jon Jaques Cc: [EMAIL PROTECTED] Subject: Re: Nortel Router scripting? hi jon, i've written code to perform a variety of functions ... including modify config files ... for cisco devices ... see http://www.skendric.com/device/Cisco ... "mod-config" is the script which changes config files. relies entirely on SNMP/tftp, no telnet or ftp. assuming nortel supports the use of SNMP in uploading config files ... and last time i looked, they had a solid SNMP agent running in their boxes ... you could do the same for the ASN. parsing the logs for spammer IP addresses is a very Perlish thing to do ... but i don't have any code to offer there. --sk > > ----- Original Message ----- > From: "Jon Jaques" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, September 01, 2004 5:21 AM > Subject: Nortel Router scripting? > > > > Hello, > > > > We have a Nortel ASN router, and, if possible, I'd like to write a script > > that parses spammer logs from our mail server, and then adds the spammers' > > ip address to the router to block that user. > > > > Are there Perl modules to do this? If so, would anybody have some code > > snippets that might serve as a starting point? > > > > Thanks in advance! > > > > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > > Jon S. Jaques > > > > Manager of Technical Development > > Systems Connect > > 912.356.9920 > > [EMAIL PROTECTED] > > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > > Web Development | Network Support | High-Speed Internet Access > > > > A new advertising opportunity at www.SavannahTraveler.com > > > > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > > > > > > > > _______________________________________________ > > Perl-Win32-Admin mailing list > > [EMAIL PROTECTED] > > To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs > > > > _______________________________________________ > Perl-Win32-Admin mailing list > [EMAIL PROTECTED] > To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs > _______________________________________________ Perl-Win32-Admin mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
