|
Linux Dynasty Projects -
LD Network manager
|
|
Written by Allen Sanabria
|
|
Wednesday, 14 October 2009 16:38 |
|
Here is another quick update for the Network Device Manager script.
Revision 0.23 10/14/2009
- Fixed issue with sudo not working correctly
Thanks to masweb21 for pointing that out.
Download ldNetDeviceManager.py | | File Title: | ldNetDeviceManager.py (Details) | | File Type: | py | | File Version: | 0.23 | | File Size: | 18.41 Kb | | License: | | | File Author: | Allen Sanabria | | File HomePage: | | | Downloads: | 102 | | Rating: | ( Votes) | | Your Vote: | |
| |
|
|
Last Updated on Wednesday, 14 October 2009 16:41 |
|
|
Linux Dynasty Projects -
LD Network manager
|
|
Written by Allen Sanabria
|
|
Friday, 02 October 2009 14:47 |
|
We are please to announce the release of Network Device Manager 0.22. Release notes below..
Revision 0.22 10/02/2009
- Threading has been implemented into the script. Drastic Speed increase!!
It use to take about 18 minutes to run this script against 285 devices. It now just takes me 23 seconds.
- Better error checking!
Download ldNetDeviceManager.py | | File Title: | ldNetDeviceManager.py (Details) | | File Type: | py | | File Version: | 0.23 | | File Size: | 18.41 Kb | | License: | | | File Author: | Allen Sanabria | | File HomePage: | | | Downloads: | 102 | | Rating: | ( Votes) | | Your Vote: | |
| |
To see how to use the tool above, please check this link http://www.linuxdynasty.org/howto-manage-your-networked-devices-using-python-and-pexpect.html
|
|
Last Updated on Friday, 02 October 2009 15:08 |
|
Linux Dynasty Projects -
LD Network manager
|
|
Written by Allen Sanabria
|
|
Thursday, 01 October 2009 08:28 |
|
Here is another quick update for today. This time it is for ldNetDeviceManager.py. Revision .21 10/01/2009
- Can now save output to a file. using the --save option
Download ldNetDeviceManager.py | | File Title: | ldNetDeviceManager.py (Details) | | File Type: | py | | File Version: | 0.23 | | File Size: | 18.41 Kb | | License: | | | File Author: | Allen Sanabria | | File HomePage: | | | Downloads: | 102 | | Rating: | ( Votes) | | Your Vote: | |
| |
|
|
Last Updated on Thursday, 01 October 2009 08:33 |
|
Read more...
|
|
Linux Dynasty Projects -
Switch Port Report
|
|
Written by Allen Sanabria
|
|
Thursday, 01 October 2009 08:12 |
|
Quick update today! User Christianha, pointed out to me that the port_report tool was not matching any MAC address he passed. The reason for this is because he was passing the MAC address in uppercase. As per his suggestion, I fixed line 348 so that before it returns the mac, it willl make the MAC lower case. Then I just realized something.... I reverted line 348 back to way it was and changed line 676 instead..
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..
Download LD Port Report | | File Title: | LD Port Report (Details) | | File Type: | py | | File Version: | 1.13 | | File Size: | 43.83 Kb | | License: | | | File Author: | Allen Sanabria | | File HomePage: | | | Downloads: | 337 | | Rating: | ( Votes) | | Your Vote: | |
| |
|
|
Last Updated on Thursday, 01 October 2009 08:24 |
|
Linux Dynasty Projects -
LD Network manager
|
|
Written by Allen Sanabria
|
|
Sunday, 27 September 2009 17:54 |
|
This is my first release of ldNetDeviceManager.py. The ldNetManager.py tool gives you the ability to manage your network devices with out having to purchase a product like Cisco's LMS or go through the planning phase of deploying a product like func. Each of the tools I mentioned before, only have the ability to manage devices in their realm. Func supports Linux devices and Cisco LMS supports only Cisco devices.
This tool has one goal. And that is to update your devices with out deploying any software to your remote devices. All you need is either telnet or ssh access to your devices and Python2.4 or better with Pexpect installed. Once you have those 2 requirements fullfilled, then you are pretty much ready to go.
You will need Python 2.4 or better and Pexpect. ( has not been tested with Python 3+ )
You can get Python from http://python.org and Pexpect ( I'm currently using Pexpect 2.3, which you can get from SourceForge.
For support. please check the forums, http://www.linuxdynasty.org/forums/LD_Network_Device_Manager . Here are the release notes..
Revision .21 10/01/2009
- Can now save output to a file. using the --save option
Revision .20 09/27/2009
- Support for Cisco Devices and Linux Operating Systems
- Support for telnet and ssh or both
- Knows if you passed sudo, su, or enable
- Can pass either 1 device or multiple devices
- Can pass 1 command or multiple commands through a text file.
- Can pass 1 device or multiple devices through a text file.
- When running show commands on Cisco devices, the script will know to send a ( space bar ) to get more info
Download ldNetDeviceManager.py | | File Title: | ldNetDeviceManager.py (Details) | | File Type: | py | | File Version: | 0.23 | | File Size: | 18.41 Kb | | License: | | | File Author: | Allen Sanabria | | File HomePage: | | | Downloads: | 102 | | Rating: | ( Votes) | | Your Vote: | |
| |
|
|
Last Updated on Thursday, 01 October 2009 07:49 |
|
Read more...
|
|
|
|
|
<< Start < Prev 1 2 Next > End >>
|
|
Page 1 of 2 |