You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
(3) |
Sep
(4) |
Oct
(1) |
Nov
(2) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
(1) |
May
(7) |
Jun
|
Jul
(5) |
Aug
(3) |
Sep
(1) |
Oct
(7) |
Nov
|
Dec
(5) |
2003 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Ben A. <ben...@st...> - 2007-06-25 09:05:09
|
Hello there I would greatly appreciate a small amount of your time to assist with my doctoral research at The University of Newcastle. The research concerns open source licensing and we're seeking developers working on Java projects. The research is supervised, ethics-approved, anonymous and results will be freely available. Participation will also provide a custom licensing report for your project. To learn more, please visit: http://licensing-research.newcastle.edu.au Thanks for reading this email, and I hope you'll consider participating. Best regards Ben Alex (My apologies for being off-topic; this list will not be emailed again) |
From: Ben A. <ben...@ac...> - 2007-05-21 01:58:45
|
[Apologies for the off-topic message; no further emails will be sent] You are invited to participate in an academic research project that I am conducting into open source component licensing. The research is part of my Doctorate of Business Administration degree at the University of Newcastle, Australia, and is being supervised by Dr Len Whitehouse. The research is entirely non-commercial, and full results will be made freely available to any person who is interested. It is hoped that the research will offer useful information about how component licensing is approached in practice. We are looking for Java software developers who are working on either commercial or open source projects. Participation in the research is entirely voluntary, and privacy has been carefully addressed to ensure that participants cannot be identified. The research has received an ethics clearance from the university. Participation will usually take less than 30 minutes. If you participate, you may optionally view a licensing compliance assessment report for your project. This may be of general interest or assist in planning licensing compliance strategies. If you are interested in learning more about the research, please visit http://research.acegitech.com. At that location you will find the Research Information Sheet that fully explains the research and provides you with details on how to participate or ask further questions. Please note that data collection is scheduled to end on 4 June 2007. Thank you for taking the time to read this email, and I hope that you will consider participating. Kind regards Ben Alex |
From: <hl...@we...> - 2005-10-03 15:50:27
|
Hallo Developers! We have written a Perlscript "devman" to manage Ports from Cisco Switches by order of LAUNOC. (details see "samples devman") 1. Is there already a similar software as open SOURCE? 2. Do you have interest to develop this tool under a free license (GPL)? 3. Which implementations are from interest? regards Heiko Spremag -------------------------------------------------------------------- :::::::::::::: doc/051002.samples :::::::::::::: samples devman - List all Modules admin@xdom1:~/projekte/devman$ ./devman -host 192.168.3.34 -show -port modules Gi1 Gi2 Fa3 Fa4 Fa5 Fa6 - Show Port admin@xdom1:~/projekte/devman$ ./devman -host 192.168.3.34 -show -port Fa3/40 | tail ifnum portname vlan vlanid 49 Fa3/40 BTI 10 - Show all Ports of Module Fa3 admin@xdom1:~/projekte/devman$ ./devman -host 192.168.3.34 -show -port Fa3/ --cf gprint db | tail 192.168.3.34:Fa3/39:BTI:up 192.168.3.34:Fa3/40:BTI:up 192.168.3.34:Fa3/41:BTI:up 192.168.3.34:Fa3/42:BTI:up 192.168.3.34:Fa3/43:BTI:up 192.168.3.34:Fa3/44:BTI:up 192.168.3.34:Fa3/45:BTI:up 192.168.3.34:Fa3/46:BTI:up 192.168.3.34:Fa3/47:BTI:up 192.168.3.34:Fa3/48:BTI:up :::::::::::::: doc/050831.readme :::::::::::::: - Aufgabe: - Entwicklung eines Tools zum managen von Switchen verschiedener Hersteller. - Aufruf soll in Anlehnung an die Cisco-IOS erfolgen, aber ausschliesslich ueber SNMP erfolgen. - abzudeckender Funktionsumfang - sh int | i proto - sh vlan - config# shut - config# switchport access :::::::::::::: device.cfg :::::::::::::: ## IPSubnetz = MIB-OID-Konfigfile [, community] 192.168.5 = /home/admin/info/wlan/snmpview/snmp.enterasys.cfg, readcomm=WLAN 127.0.0.1 = catalyst.cfg,readcomm=public,writecomm=rwcommunity 192.168.65 = catalyst.cfg,readcomm=public,writecomm=secret 192.168.3 = catalyst.cfg,readcomm=public,writecomm=test __________________________________________________________________________ Erweitern Sie FreeMail zu einem noch leistungsstarkeren E-Mail-Postfach! Mehr Infos unter http://freemail.web.de/home/landingpad/?mc=021131 |
From: <alx...@zu...> - 2005-08-23 16:11:44
|
I apologize for the use of this list, but if you are interested in this type of development work I am currently looking for enginneers. -ALX |
From: Ed R. <er...@pa...> - 2003-04-24 19:11:19
|
> A while ago, Robert Brown wrote: > > [Ed Ravin wrote] > > I've cooked up a Perl script (tentatively named "aclmaker") that > > lets you manipulate Cisco access control lists. It will fetch an > > > My first question is does it support AAA configurations that require a > > username/password combination? > > > > How about SSH configurations? Duh. It occurred to me today that aclmaker will support anything you want as long as you do "telnet localhost", then from the new session call ssh (or cu, tip, etc.). To invoke aclmaker, do the usual telnet shell escape to get back to the shell you invoked "telnet localhost" in, and then aclmaker, with access to the pty to the telnet session that has ssh running in it, will happily interact with the Cisco. Also, if you have C-Kermit 8.0 or higher, which supports using ssh as an external connection method, you can invoke Kermit, issue the command "ssh username@router", then shell escape (control-\ !) and run aclmaker. I don't have ssh enabled on my routers at the moment - turned it off back when the last Cisco IOS vulnerability notice came in. Is there anyone out there who has ssh-listening routers and is willing to test this out? Docs which will go in the next release of aclmaker are below. Aclmaker is on COSI at http://prdownloads.sourceforge.net/cosi-nms/aclmaker-perl-1.02.txt?download -- Ed ------------------------------------- USING SSH, CU, AND OTHER PROGRAMS Since aclmaker expects a cleartext connection to a Cisco router, it cannot work directly with sessions started via ssh. However, it is possible to use aclmaker anyway by first using C-Kermit, version 8.0 or higher, to invoke ssh. $ kermit C-Kermit 8.0.201, 8 Feb 2002, for NetBSD 1.5 Copyright (C) 1985, 2002, Trustees of Columbia University in the City of New York. Type ? or HELP for help. C-Kermit>ssh use...@my... Connecting via command "ssh -e none use...@my..." And subsequently issuing the C-Kermit local shell escape sequence (the default value is Control-\ !), you can invoke aclmaker in the usual fashion. This works because C-Kermit leaves file descriptor 3 open to the pseudo-tty that is in use by the ssh session. If you do not have C-Kermit available, or if you wish to use cu, tip, or another remote access program that is not compatible with aclmaker, another workaround is to first do "telnet localhost" and log in again to your local machine. From the new session, run cu, ssh, or the like to reach your router, then do a local escape back to the shell that you invoked "telnet localhost" in. You will now be able to run aclmaker. |
From: rob <rl...@te...> - 2002-12-19 04:25:37
|
Joe, In response to your email thread, 1) Since I no longer have any power on the site, Please ensure that Jeffry's files are posted appropriately, the information is listed on the splash pages and add him to the developer lists and mailing lists... 2) Concerning the fact that you shut down my admin authority... If I remember correctly I was the one that gave you admin permissions because i trusted you with the authority to do the right things. Silly me, what was I thinking... you figured that it is ok to just hijack the site? Seems to me you have your priorities a little skewed... or I guess you know who pays your salary, so much for open source... Cisco never wanted to help the site at all.., it was 100% myself and Chris Thompson that started and nurtured the site... oh well.... what can i say... if thats how you think it should be and can live with yourself then so be it... I'm sure the community will have mixed feelings about this. thanks for your candor - i dont need your support.. please don't bother responding, I dont have any reason to trust or listen to what you say anymore... cheers to the community and happy holidays.... rob -----Original Message----- From: Joe Marcus Clarke [mailto:ma...@ma...] Sent: Wednesday, December 18, 2002 10:05 PM To: rl...@te... Subject: RE: little help... On Wed, 2002-12-18 at 22:52, rob wrote: > as far as i know, they don't own the site.... Cisco never put a penny into > the site. > Who took the initiative to do it.. there are very few people that have the > power or inititaive to do that... > also, why was i not warned or anything? > There were only 2 full admins and they were you and I... any ideas what > happened? > Cisco never gave a sh*t about that site... Apparently they do now. The request to give Barbara and Deborah admin access came out of the blue. I'm not sure what Cisco's plans are. I try to stay out of the politics. You might want to take this up with Barbara. She's the one who approached me. Joe > > -----Original Message----- > From: Joe Marcus Clarke [mailto:ma...@ma...] > Sent: Wednesday, December 18, 2002 9:48 PM > To: rl...@te... > Cc: jm...@us...; carlos castanto; Robert Brown; nilesh > panicker; Horacio Gutierrez; COSI Development; sp...@co... > Subject: Re: little help... > > > On Wed, 2002-12-18 at 22:28, rob wrote: > > Hello Joe, > > I dont know why but I am no longer the admin for COSI on sourceforge...can > > you check and discover why I can no longer post files etc? > > > > Please find attached the files that Jeffry wants to post. > > I have uploaded to the sourceforge incoming site but discovered I have no > > power to do anything. > > > > Can you find out why I no longer have any control on the site I started > and > > nurtured? > > The new admins at Cisco had you removed as admin, and themselves added. > There's nothing I can do. Sorry. Barbara Retzlaf and Deborah Zamrok > are the new admins. I remain for historical purposes, and since I post > a good deal of applications. > > Joe > > > > > > > thanks, > > rob > -- > PGP Key : http://www.marcuscom.com/pgp.asc > > -- PGP Key : http://www.marcuscom.com/pgp.asc |
From: Joe M. C. <ma...@ma...> - 2002-12-19 03:48:56
|
On Wed, 2002-12-18 at 22:28, rob wrote: > Hello Joe, > I dont know why but I am no longer the admin for COSI on sourceforge...can > you check and discover why I can no longer post files etc? > > Please find attached the files that Jeffry wants to post. > I have uploaded to the sourceforge incoming site but discovered I have no > power to do anything. > > Can you find out why I no longer have any control on the site I started and > nurtured? The new admins at Cisco had you removed as admin, and themselves added. There's nothing I can do. Sorry. Barbara Retzlaf and Deborah Zamrok are the new admins. I remain for historical purposes, and since I post a good deal of applications. Joe > > > thanks, > rob -- PGP Key : http://www.marcuscom.com/pgp.asc |
From: rob <rl...@te...> - 2002-12-19 03:29:33
|
Hello Joe, I dont know why but I am no longer the admin for COSI on sourceforge...can you check and discover why I can no longer post files etc? Please find attached the files that Jeffry wants to post. I have uploaded to the sourceforge incoming site but discovered I have no power to do anything. Can you find out why I no longer have any control on the site I started and nurtured? thanks, rob |
From: rob <rl...@te...> - 2002-12-02 16:25:43
|
Howdy, a new release on COSI: CBWFQ SNMP for Cisco readme: http://sourceforge.net/docman/display_doc.php?docid=14177&group_id=25401 program: http://sourceforge.net/project/showfiles.php?group_id=25401&release_id=12552 4 cheers, rob |
From: rob <rl...@te...> - 2002-12-02 15:51:40
|
Howdy, a new release on COSI: CBWFQ SNMP for Cisco readme: http://sourceforge.net/docman/display_doc.php?docid=14177&group_id=25401 program: http://sourceforge.net/project/showfiles.php?group_id=25401&release_id=12552 4 cheers, rob |
From: Jonathan S. P. <JPo...@te...> - 2002-10-11 15:55:32
|
Hi y'all I am now working with Jim Leonard on the MCRT code. Progress is steady and I hope to be able to upload something resembling a functional beta within the next month or two. Jon |
From: rob l. <rob...@ci...> - 2002-10-11 12:46:56
|
Hello Everyone, Because my position here at Cisco is unsure, please be ensure you have my unchanging home email address as "rl...@te..." to use for personal communication and please retire/replace my previous Yahoo Messenger ID of "rob_lewis_cisco" with the new and improved YM id of "robl_chat" Cheers and Best Wishes, as always, rob |
From: vzakhari <vza...@ci...> - 2002-10-02 19:37:57
|
Jon, > My current system parses the remote syslog file MICA_TERSE_CALL_REC > entries, so calls are only reported after the connection terminates. This > has been acceptable so far. If you do not collect the entries in a file first, but rather expect the system to process them the moment the entry is generated, it's still a real-time/on-line processing. Apart from the Call Record Tool project lead by Jim Leonard, this was reported possible with some official software of Cisco Systems. Unlike the Call Record Tool, the official software was available and, presumably, maintained, but not free. The Call Record Tool must be still in alpha testing before it's released on COSI. Vadim > Vadim > Zakharine To: JPo...@te... > <vzakhari@cisc cc: jim...@ci..., cos...@so..., > o.com> rb...@ci..., ob...@ci..., ct...@ci..., > cca...@ci..., hog...@ci..., rob...@ci..., > 10/02/2002 npa...@ci..., jim...@ci..., cko...@ci... > 11:20 AM Subject: Re: [Cosi-nms-developers] Modem Call Record Viewer > Please respond > to Vadim > Zakharine > > Hi John, > >>Thanks for the update. I had actually done up a web app using perl/cgi to >>display formatted output of TERSE records. If no other solution is >>available, I will have to update this system (it's getting to be a pain to >>maintain). If anyone else is in need of such a system, I would very much >>like to colaborate. Any thoughts? >> > > Are you interested in an on-line (real time) or an off-line call record > analysis tool? > > Best regards > Vadim > > >>"Nilesh Panicker" >> >>Hi Jon, >> >> >>This tool is probably not going to get released(there are too many issues >>to >>sort out with that one). However there are a couple of other MCR tools >>posted on COSI that will be useful as well. >> >>http://cosi-nms.sourceforge.net/decode-progs.html >>check out "Modem Disconnect Reasons" and "Terse" >> >>Hope this helps >>Nilesh >> >> >>>>-----Original Message----- >>>>From: rob lewis [mailto:rob...@ci...] >>>>Sent: Tuesday, October 01, 2002 12:02 PM >>>>To: Jon Polacheck >>>>Cc: Jim Leonard; cosi-nms-developers; Robert Brown; Oscar Bauer; Nilesh; >>>>Craig Tobias; Carlos Castano; Horacio >>>>Subject: RE: Modem Call Record Viewer >>>>Importance: High >>>> >>>> >>>>Hello John, >>>>Yes, I know is was scheduled but I think they hit some snags. I am >>>> > cc'ing > >>>>Jim Leonard and some of the folks that were involved so they can perhaps >>>>help you find an answer. Seems like they should have some version they >>>> >>can >> >>>>share with you. >>>>cheers, >>>>rob >>>> >>>>-----Original Message----- >>>>From: Jon Polacheck [mailto:jpo...@te...] >>>>Sent: Tuesday, October 01, 2002 11:34 AM >>>>To: rob...@ci... >>>>Subject: Modem Call Record Viewer >>>> >>>> >>>>I need to track modem usage on 4 3620s. I see that the >>>>UT "Modem Call Record Viewer" was on track to be released >>>>some time ago. Has this happened? Do you know of any >>>>alternatives? >>>> > > > > |
From: Jonathan S. P. <JPo...@te...> - 2002-10-02 18:04:04
|
Vadim, My current system parses the remote syslog file MICA_TERSE_CALL_REC entries, so calls are only reported after the connection terminates. This has been acceptable so far. Jon Vadim Zakharine To: JPo...@te... <vzakhari@cisc cc: jim...@ci..., cos...@so..., o.com> rb...@ci..., ob...@ci..., ct...@ci..., cca...@ci..., hog...@ci..., rob...@ci..., 10/02/2002 npa...@ci..., jim...@ci..., cko...@ci... 11:20 AM Subject: Re: [Cosi-nms-developers] Modem Call Record Viewer Please respond to Vadim Zakharine Hi John, >Thanks for the update. I had actually done up a web app using perl/cgi to >display formatted output of TERSE records. If no other solution is >available, I will have to update this system (it's getting to be a pain to >maintain). If anyone else is in need of such a system, I would very much >like to colaborate. Any thoughts? Are you interested in an on-line (real time) or an off-line call record analysis tool? Best regards Vadim >"Nilesh Panicker" > >Hi Jon, > > >This tool is probably not going to get released(there are too many issues >to >sort out with that one). However there are a couple of other MCR tools >posted on COSI that will be useful as well. > >http://cosi-nms.sourceforge.net/decode-progs.html >check out "Modem Disconnect Reasons" and "Terse" > >Hope this helps >Nilesh > >>>-----Original Message----- >>>From: rob lewis [mailto:rob...@ci...] >>>Sent: Tuesday, October 01, 2002 12:02 PM >>>To: Jon Polacheck >>>Cc: Jim Leonard; cosi-nms-developers; Robert Brown; Oscar Bauer; Nilesh; >>>Craig Tobias; Carlos Castano; Horacio >>>Subject: RE: Modem Call Record Viewer >>>Importance: High >>> >>> >>>Hello John, >>>Yes, I know is was scheduled but I think they hit some snags. I am cc'ing >>>Jim Leonard and some of the folks that were involved so they can perhaps >>>help you find an answer. Seems like they should have some version they >can >>>share with you. >>>cheers, >>>rob >>> >>>-----Original Message----- >>>From: Jon Polacheck [mailto:jpo...@te...] >>>Sent: Tuesday, October 01, 2002 11:34 AM >>>To: rob...@ci... >>>Subject: Modem Call Record Viewer >>> >>> >>>I need to track modem usage on 4 3620s. I see that the >>>UT "Modem Call Record Viewer" was on track to be released >>>some time ago. Has this happened? Do you know of any >>>alternatives? |
From: Vadim Z. <vza...@ci...> - 2002-10-02 16:20:43
|
Hi John, >Thanks for the update. I had actually done up a web app using perl/cgi to >display formatted output of TERSE records. If no other solution is >available, I will have to update this system (it's getting to be a pain to >maintain). If anyone else is in need of such a system, I would very much >like to colaborate. Any thoughts? Are you interested in an on-line (real time) or an off-line call record analysis tool? Best regards Vadim >"Nilesh Panicker" > >Hi Jon, > > >This tool is probably not going to get released(there are too many issues >to >sort out with that one). However there are a couple of other MCR tools >posted on COSI that will be useful as well. > >http://cosi-nms.sourceforge.net/decode-progs.html >check out "Modem Disconnect Reasons" and "Terse" > >Hope this helps >Nilesh > >>>-----Original Message----- >>>From: rob lewis [mailto:rob...@ci...] >>>Sent: Tuesday, October 01, 2002 12:02 PM >>>To: Jon Polacheck >>>Cc: Jim Leonard; cosi-nms-developers; Robert Brown; Oscar Bauer; Nilesh; >>>Craig Tobias; Carlos Castano; Horacio >>>Subject: RE: Modem Call Record Viewer >>>Importance: High >>> >>> >>>Hello John, >>>Yes, I know is was scheduled but I think they hit some snags. I am cc'ing >>>Jim Leonard and some of the folks that were involved so they can perhaps >>>help you find an answer. Seems like they should have some version they >can >>>share with you. >>>cheers, >>>rob >>> >>>-----Original Message----- >>>From: Jon Polacheck [mailto:jpo...@te...] >>>Sent: Tuesday, October 01, 2002 11:34 AM >>>To: rob...@ci... >>>Subject: Modem Call Record Viewer >>> >>> >>>I need to track modem usage on 4 3620s. I see that the >>>UT "Modem Call Record Viewer" was on track to be released >>>some time ago. Has this happened? Do you know of any >>>alternatives? |
From: Jonathan S. P. <JPo...@te...> - 2002-10-02 14:29:02
|
Nilesh, Thanks for the update. I had actually done up a web app using perl/cgi to display formatted output of TERSE records. If no other solution is available, I will have to update this system (it's getting to be a pain to maintain). If anyone else is in need of such a system, I would very much like to colaborate. Any thoughts? Jon "Nilesh Panicker" To: "rob lewis" <rob...@ci...>, "Jon Polacheck" <npanicke@cisc <jpo...@te...> o.com> cc: rob...@ci..., Subject: RE: Modem Call Record Viewer 10/01/2002 06:03 PM Please respond to npanicke Hi Jon, This tool is probably not going to get released(there are too many issues to sort out with that one). However there are a couple of other MCR tools posted on COSI that will be useful as well. http://cosi-nms.sourceforge.net/decode-progs.html check out "Modem Disconnect Reasons" and "Terse" Hope this helps Nilesh >>-----Original Message----- >>From: rob lewis [mailto:rob...@ci...] >>Sent: Tuesday, October 01, 2002 12:02 PM >>To: Jon Polacheck >>Cc: Jim Leonard; cosi-nms-developers; Robert Brown; Oscar Bauer; Nilesh; >>Craig Tobias; Carlos Castano; Horacio >>Subject: RE: Modem Call Record Viewer >>Importance: High >> >> >>Hello John, >>Yes, I know is was scheduled but I think they hit some snags. I am cc'ing >>Jim Leonard and some of the folks that were involved so they can perhaps >>help you find an answer. Seems like they should have some version they can >>share with you. >>cheers, >>rob >> >>-----Original Message----- >>From: Jon Polacheck [mailto:jpo...@te...] >>Sent: Tuesday, October 01, 2002 11:34 AM >>To: rob...@ci... >>Subject: Modem Call Record Viewer >> >> >>I need to track modem usage on 4 3620s. I see that the >>UT "Modem Call Record Viewer" was on track to be released >>some time ago. Has this happened? Do you know of any >>alternatives? >> >> |
From: rob l. <rob...@ci...> - 2002-10-01 17:02:57
|
Hello John, Yes, I know is was scheduled but I think they hit some snags. I am cc'ing Jim Leonard and some of the folks that were involved so they can perhaps help you find an answer. Seems like they should have some version they can share with you. cheers, rob -----Original Message----- From: Jon Polacheck [mailto:jpo...@te...] Sent: Tuesday, October 01, 2002 11:34 AM To: rob...@ci... Subject: Modem Call Record Viewer I need to track modem usage on 4 3620s. I see that the UT "Modem Call Record Viewer" was on track to be released some time ago. Has this happened? Do you know of any alternatives? |
From: rob l. <rob...@ci...> - 2002-09-03 12:08:02
|
-----Original Message----- From: no...@so... [mailto:no...@so...] Sent: Tuesday, September 03, 2002 4:42 AM To: no...@so... Subject: [cosi-nms - Help] SNMP Commander problem Read and respond to this message at: http://sourceforge.net/forum/message.php?msg_id=1667863 By: ketchen where and how I get files and value of variables follow as :- lwt-defaults.cfg lwt.cfg $DEVLISTFILE $cmdreq $agent May you have sample config? when I run snmpcmds.pl via browser, it errors about cgi header. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge and visit: http://sourceforge.net/forum/monitor.php?forum_id=80034 |
From: rob l. <rob...@ci...> - 2002-08-21 16:19:02
|
Hello, resending this in case it got lost.... rob -----Original Message----- From: no...@so... [mailto:no...@so...] Sent: Wednesday, August 21, 2002 11:10 AM To: no...@so... Subject: [cosi-nms - Open Discussion] Device Fault Manager paging and PERL Read and respond to this message at: http://sourceforge.net/forum/message.php?msg_id=1654784 By: jpolache I have recently installed DFM with the intention of using it to handle the sending of pages. During this process a few limitations have become evident; 1) No direct option for out-of-band paging. DFM only supports paging via e-mail messages to SMS gateways (e.g. xx...@sk...). If the Ciscoworks box has lost connection to the mail server or the mail server has lost connection to the internet the page does not occur. 2) No differentiation of which messages should go to which recipients. 3) No editing of messages for necessary content. Could be important where SMS systems charge by character count or receiving devices have limited display space. My reaction to these limitations was to try implementing a PERL script to do paging. My Ciscoworks system runs on Win2k and so comes with a port of PERL installed. I started by enabling the File Notifier Adapter. Next I installed a copy of the "tail" utility ported to Win32. By opening up a file handle to "tail -n 1 -f" on the DFM-Alarms.log file, I had a mechanism to review incoming alerts as they enter the log file and evaluate them; open(DFM, "tail -n 1 -f c:/PROGRA~1/CSCOpx/objects/smarts/logs/DFM-AL~1.LOG | "); The process is maintained by using a while loop on the file handle; while(<DFM>) { I then obtained a simple SMS server application (SMS Centre) and installed a modem on the Ciscoworks server. Through the use of regular expression tests on the log file entries and parsing the contents of each entry, I should be able to provide the functions not currently supported by DFM. The script is run as a service by creating an Autontex.bat file calling PERL and the script, then configuring the Autoexnt service to start automatically. I am left with the exercise of selecting the regular expressions. Below is the complete script; *********************************************************************** open(DFM, "tail -n 1 -f c:/PROGRA~1/CSCOpx/objects/smarts/logs/DFM-AL~1.LOG | "); while(<DFM>) { if( $_ =~ /NOTIFY/ && $_ =~ /[Router]|[Switch]/ && $_ =~ /Unresponsive 100%/ ) { system(qq(c:/progra~1/SMSCEN~1/SMSCEN~1.EXE jon DFM $_)); sleep 60; system(qq(c:/progra~1/SMSCEN~1/SMSCEN~1.EXE steve DFM $_")); sleep 60; } elsif( $_ =~ /NOTIFY/ && $_ =~ /MSFC/ && $_ =~ /Unresponsive/ ) { system(qq(c:/progra~1/SMSCEN~1/SMSCEN~1.EXE jon DFM $_)); sleep 60; system(qq(c:/progra~1/SMSCEN~1/SMSCEN~1.EXE steve DFM $_")); sleep 60; } } *********************************************************************** In this rudimentary implementation, I send the complete contents of the alert to the SMS server with the string "DFM" pre-appended if; 1) the string contains "Notify" and ("Router" or "Switch") and "Unresponsive 100%" or 2) the string contains "Notify" and "Router" or "MSFC") and "Unresponsive" My network is made up of; 2 Cat 6509s with MSFCs 11 Cat 4006s (4 w/ 4232 L3 cards) 4 3620s (access routers) My intention is to send pages if a system is compleatly unavailable to the Ciscoworks polling process. Any comments? Does this solution look correct? Usable? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge and visit: http://sourceforge.net/forum/monitor.php?forum_id=80033 |
From: rob l. <rob...@ci...> - 2002-08-21 15:31:52
|
-----Original Message----- From: Jon Polacheck [mailto:jpo...@te...] Sent: Wednesday, August 21, 2002 10:07 AM To: rob...@ci... Subject: Scripts I am trying to extend the functionality of Ciscoworks Device Fault Manager using perl scripts. Would this be an appropriate place to discuss/share my work? |
From: rob l. <rob...@ci...> - 2002-08-21 15:05:30
|
Hey Guys, Look, we have a cool mention here: http://nmstools.sourceforge.net/index.html |
From: robert b. <ci...@ya...> - 2002-07-29 21:42:36
|
Thanks Mark, I happen to be on the Output Interpreter team for Cisco. Note all the supported commands are listed within the tool page structure and may seem confusing. The drop down menu lists the supported commands, but you are not required to select it to use the tool. We are working to get this changed, just paste in the output of your command for analysis. Make SURE you have word wrap turned on in your telnet or terminal client used to access the device. The purpose of this tool is to assist in troubleshooting your issues. Paste in your output for review. We have been updating the tool in the past few months to resolve more issues. Most recently we updated "sh int ethernet" "sh int ser", "sh fail" (PIX)and "wr term" (PIX). Many other updates will be out next month. For IOS devices, paste in "sh run" for a security analysis, vpn analysis, IOS Firewall or IPSEC analysis. You can paste in "sh tech" as well. Keep in mind this tool is there to interpret output from commands. If you are having issues in troubleshooting your installation, check out the Troubleshooting Support Assistant at: http://ap1-sjc-001.cisco.com/srvs/cgi-bin/webcgi.exe?new,kb=TE Both tools require a CCO account. You can access the Top Issues pages without an account here: http://www.cisco.com/public/support/tac/top_issues.shtml If this doesn't work, the TAC should help you if you have a valid support contract, regardless of the age of the equipment. I am not sure if you are having issues making this work, or just looking to backup your configs. What is your issue? Thanks Robert --- "Mark W. Dufault" <mar...@co...> wrote: > COSI Updates!My interpretation is that you want to > run a program verification against > your router configs. I know CISCO has a config > tester for the pix but it > will confuse you into thinking you have more issues. > Here is a link that may > be what you want but I would not count on it really > fixing your problem. > https://www.cisco.com/cgi-bin/Support/OutputInterpreter/home.pl > If you have > a contract TAC would assist. Try the newsgroups... > > -----Original Message----- > From: > cos...@li... > [mailto:cos...@li...]On > Behalf Of rob > lewis > Sent: Monday, July 29, 2002 3:18 PM > To: cos...@so... > Cc: gls...@br... > Subject: [Cosi-nms-developers] FW: Router > configuration tester > > > COSI Updates!Hello Jerry, > I forwarded your question to the COSI team... > > -----Original Message----- > From: Jerry Spencer [mailto:gls...@br...] > Sent: Monday, July 29, 2002 12:20 PM > To: rob...@ci... > Subject: Router configuration tester > > > Is there a program that you can take existing router > configurations and upload them. I have four routers > (1) 2620 > and (3) 1720. I am having problems between them, as > this is > a new set up with older equipment I can not get the > TAC to > assist. > > Thanks In Advance > > Jerry > > > > ------------------------------------------------------- > This sf.net email is sponsored by: Dice - The > leading online job board > for high-tech professionals. Search and apply for > tech jobs today! > http://seeker.dice.com/seeker.epl?rel_code=31 > _______________________________________________ > Cosi-nms-developers mailing list > Cos...@li... > https://lists.sourceforge.net/lists/listinfo/cosi-nms-developers > > > > ------------------------------------------------------- > This sf.net email is sponsored by: Dice - The > leading online job board > for high-tech professionals. Search and apply for > tech jobs today! > http://seeker.dice.com/seeker.epl?rel_code=31 > _______________________________________________ > Cosi-nms-developers mailing list > Cos...@li... > https://lists.sourceforge.net/lists/listinfo/cosi-nms-developers __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com |
From: Mark W. D. <mar...@co...> - 2002-07-29 21:07:59
|
My interpretation is that you want to run a program verification against your router configs. I know CISCO has a config tester for the pix but it will confuse you into thinking you have more issues. Here is a link that may be what you want but I would not count on it really fixing your problem. https://www.cisco.com/cgi-bin/Support/OutputInterpreter/home.pl If you have a contract TAC would assist. Try the newsgroups... -----Original Message----- From: cos...@li... [mailto:cos...@li...]On Behalf Of rob lewis Sent: Monday, July 29, 2002 3:18 PM To: cos...@so... Cc: gls...@br... Subject: [Cosi-nms-developers] FW: Router configuration tester COSI Updates!Hello Jerry, I forwarded your question to the COSI team... -----Original Message----- From: Jerry Spencer [mailto:gls...@br...] Sent: Monday, July 29, 2002 12:20 PM To: rob...@ci... Subject: Router configuration tester Is there a program that you can take existing router configurations and upload them. I have four routers (1) 2620 and (3) 1720. I am having problems between them, as this is a new set up with older equipment I can not get the TAC to assist. Thanks In Advance Jerry ------------------------------------------------------- This sf.net email is sponsored by: Dice - The leading online job board for high-tech professionals. Search and apply for tech jobs today! http://seeker.dice.com/seeker.epl?rel_code=31 _______________________________________________ Cosi-nms-developers mailing list Cos...@li... https://lists.sourceforge.net/lists/listinfo/cosi-nms-developers |
From: Omer A. <oa...@ci...> - 2002-07-29 19:33:12
|
Jerry, you could use snmp to do so: http://www.cisco.com/warp/public/477/SNMP/11_7910.shtml you could use any standard snmp package (net-snmp.sourceforge.net) etc to carry out the snmpgets/snmpsets etc mentioned in the above url. you'll have to write scripts and execute via cronjobs to this on a recurring basis... or check out: http://jffnms.sourceforge.net/ i think theres some archival features there too.. OmerAnsari ciscoSystems On Mon, 29 Jul 2002, rob lewis wrote: :COSI Updates!Hello Jerry, :I forwarded your question to the COSI team... : :-----Original Message----- :From: Jerry Spencer [mailto:gls...@br...] :Sent: Monday, July 29, 2002 12:20 PM :To: rob...@ci... :Subject: Router configuration tester : : :Is there a program that you can take existing router :configurations and upload them. I have four routers (1) 2620 :and (3) 1720. I am having problems between them, as this is :a new set up with older equipment I can not get the TAC to :assist. : :Thanks In Advance : :Jerry : : : :------------------------------------------------------- :This sf.net email is sponsored by: Dice - The leading online job board :for high-tech professionals. Search and apply for tech jobs today! :http://seeker.dice.com/seeker.epl?rel_code=31 :_______________________________________________ :Cosi-nms-developers mailing list :Cos...@li... :https://lists.sourceforge.net/lists/listinfo/cosi-nms-developers : |
From: Joe M. C. <ma...@ma...> - 2002-07-29 19:30:39
|
On Mon, 2002-07-29 at 15:17, rob lewis wrote: > COSI Updates!Hello Jerry, > I forwarded your question to the COSI team... > > -----Original Message----- > From: Jerry Spencer [mailto:gls...@br...] > Sent: Monday, July 29, 2002 12:20 PM > To: rob...@ci... > Subject: Router configuration tester > > > Is there a program that you can take existing router > configurations and upload them. I have four routers (1) 2620 > and (3) 1720. I am having problems between them, as this is > a new set up with older equipment I can not get the TAC to > assist. Do you mean distribute configs to devices, or do modeling on existing configurations in an off-line diagnostic application? Joe > > Thanks In Advance > > Jerry > > > > ------------------------------------------------------- > This sf.net email is sponsored by: Dice - The leading online job board > for high-tech professionals. Search and apply for tech jobs today! > http://seeker.dice.com/seeker.epl?rel_code=31 > _______________________________________________ > Cosi-nms-developers mailing list > Cos...@li... > https://lists.sourceforge.net/lists/listinfo/cosi-nms-developers > -- PGP Key : http://www.marcuscom.com/pgp.asc |