Blogs1 - 3 of 3 recent posts for tag:"perl tips"
01
Jun
2009
Prepping Ubuntu Server Edition to run as a DMVPN.  

34 days ago by James

After reading about the open source implementation of NHRP, I decided that I would play around with it a bit to see where it's at, development wise. I have a VMWare Session of Ubuntu 9.04 (Server Edition) that I use to geek out on stuff like this. It's nice, because at a click of a button I can have ...

Packet Head Networks - ip.packethead.net

31
May
2009
A Net::Telnet::Cisco Example (Save Running Configuration)  

35 days ago by James

This is a simple perl script that uses the 'Net::Telnet::Cisco' perl module to save the running configuration on a Cisco IOS router or switch. It could be modified to be automated very easily. #!/usr/bin/perl $confDir = '/home/james/cisco_configs'; $user = "changeme"; $pass = "changeme"; $enable = " ...

Packet Head Networks - ip.packethead.net

Using Perl to grab a proccess id in Linux  

35 days ago by James

Ever since I first started doing Linux system administration, I've used perl scripts to automate some basic tasks. I've never really been that great at writing scripts because I never took the time to sit down and really learn the intricate details of the language. Here recently, I've written some o ...

Packet Head Networks - ip.packethead.net