Hey Yeah, you guys are right! I just checked, and there is a telnet interface to the routers -- All I'd been shown so far was a nasty little java applet that doesn't do even copy and paste, and that's when I found myself thinking "there's gotta be a better way of doing this!"
I think I used Net::Telnet on another project some time ago, so I have some familiarity with it; I'll get with our router guy for the logs and review of the script before we run it. Thanks a million for the ideas and info! --Jon -----Original Message----- From: Leigh Sharpe [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 7:16 PM To: Jon Jaques; [EMAIL PROTECTED] Subject: Re: Nortel Router scripting? Parsing the logs should be a simple matter of a foreach and a regex to get IP addresses, and then use Net::Telnet to update IP filters on the router. ----- 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
