Re: A perl script to convert Cisco IOS/Nexus/ASA configurations to HTML for easier comprehension

2016-10-20 Thread Ken Chase
re more general 'network utilities' and scripts: http://sizone.org/m/hacks/cidrmath.pl adds and removes subnets from networks giving list of remaining/aggregated (sub)nets. I couldnt find an online calculator that does this, most are just for 'translation' from subnet masks<>cidr or cisco

Re: A perl script to convert Cisco IOS/Nexus/ASA configurations to HTML for easier comprehension

2016-10-13 Thread Jesse McGraw
Lee, FWIW, the script will work under straight Windows and I use it there frequently. I think Strawberry perl comes with cpanm (cpanminus) pre-installed so you can do: "cpanm Carton" and then cd to wherever you've got the script saved and do: "carton install" to install the

Re: A perl script to convert Cisco IOS/Nexus/ASA configurations to HTML for easier comprehension

2016-10-13 Thread Hank Nussbacher
On 13/10/2016 19:38, Lee wrote: > On 10/13/16, Jesse McGraw wrote: >> Lee, >> >>Check out the setup.sh script, hopefully it does everything necessary >> to get the script working on a Debian-derived Linux system > I'm using Windows + Cygwin; maybe it's just that I don't

Re: A perl script to convert Cisco IOS/Nexus/ASA configurations to HTML for easier comprehension

2016-10-13 Thread Lee
On 10/13/16, Jesse McGraw wrote: > Lee, > >Check out the setup.sh script, hopefully it does everything necessary > to get the script working on a Debian-derived Linux system I'm using Windows + Cygwin; maybe it's just that I don't have them installed, but there is no sudo

Re: A perl script to convert Cisco IOS/Nexus/ASA configurations to HTML for easier comprehension

2016-10-13 Thread Jason Hellenthal
Thanks for chiming in Jesse. > On Oct 13, 2016, at 08:08, Jesse McGraw wrote: > > Lee, > > Check out the setup.sh script, hopefully it does everything necessary to get > the script working on a Debian-derived Linux system > > I've attempted to make the only

Re: A perl script to convert Cisco IOS/Nexus/ASA configurations to HTML for easier comprehension

2016-10-13 Thread Jesse McGraw
Lee, Check out the setup.sh script, hopefully it does everything necessary to get the script working on a Debian-derived Linux system I've attempted to make the only globally-installed dependencies be cpanm and carton. Once those are installed it uses carton to install the dependencies

Re: A perl script to convert Cisco IOS/Nexus/ASA configurations to HTML for easier comprehension

2016-10-12 Thread shawn wilson
Cpan? Cpan minus? Or just download [1] and there's probably a Make::Maker or similar Build.PL to build a makefile or just install it for you - there's a #perl channel on freenode if you need more and Google doesn't get you set. 1.

Re: A perl script to convert Cisco IOS/Nexus/ASA configurations to HTML for easier comprehension

2016-10-12 Thread Lee
On 10/12/16, Jason Hellenthal wrote: > Give these a shot. https://github.com/jlmcgraw/networkUtilities > > I know J could use a little feedback on those as well but all in all they > are pretty solid. Where does one get Modern/Perl.pm ? Can't locate Modern/Perl.pm in

Re: A perl script to convert Cisco IOS/Nexus/ASA configurations to HTML for easier comprehension

2016-10-12 Thread Jason Hellenthal
Give these a shot. https://github.com/jlmcgraw/networkUtilities I know J could use a little feedback on those as well but all in all they are pretty solid. > On Oct 11, 2016, at 08:48, Lee wrote: > > On 10/10/16, Jay Hennigan wrote: >> On 10/6/16 1:26 PM,

Re: A perl script to convert Cisco IOS/Nexus/ASA configurations to HTML for easier comprehension

2016-10-11 Thread Lee
On 10/10/16, Jay Hennigan wrote: > On 10/6/16 1:26 PM, Jesse McGraw wrote: >> Nanog, >> >> (This is me scratching an itch of my own and hoping that sharing it >> might be useful to others on this list. Apologies if it isn't) >> >> When I'm trying to comprehend a new or

Re: A perl script to convert Cisco IOS/Nexus/ASA configurations to HTML for easier comprehension

2016-10-11 Thread Lee
On 10/8/16, Hank Nussbacher wrote: > On 07/10/2016 17:59, Lee wrote: >> On 10/7/16, Hank Nussbacher wrote: >>> On 07/10/2016 00:33, Lee wrote: dunno about creating web pages, but https://www.nanog.org/meetings/abstract?id=785 has a

Re: A perl script to convert Cisco IOS/Nexus/ASA configurations to HTML for easier comprehension

2016-10-10 Thread Jay Hennigan
On 10/6/16 1:26 PM, Jesse McGraw wrote: Nanog, (This is me scratching an itch of my own and hoping that sharing it might be useful to others on this list. Apologies if it isn't) When I'm trying to comprehend a new or complicated Cisco router, switch or firewall configuration an old

Re: A perl script to convert Cisco IOS/Nexus/ASA configurations to HTML for easier comprehension

2016-10-08 Thread Hank Nussbacher
On 07/10/2016 17:59, Lee wrote: > On 10/7/16, Hank Nussbacher wrote: >> On 07/10/2016 00:33, Lee wrote: >>> dunno about creating web pages, but >>> https://www.nanog.org/meetings/abstract?id=785 >>> has a section on showing filters that are defined but not referenced & >>>

Re: A perl script to convert Cisco IOS/Nexus/ASA configurations to HTML for easier comprehension

2016-10-07 Thread Lee
On 10/7/16, Hank Nussbacher wrote: > On 07/10/2016 00:33, Lee wrote: >> dunno about creating web pages, but >> https://www.nanog.org/meetings/abstract?id=785 >> has a section on showing filters that are defined but not referenced & >> referenced but not defined > > In IOS-XR

Re: A perl script to convert Cisco IOS/Nexus/ASA configurations to HTML for easier comprehension

2016-10-06 Thread Hank Nussbacher
On 07/10/2016 00:33, Lee wrote: > dunno about creating web pages, but > https://www.nanog.org/meetings/abstract?id=785 > has a section on showing filters that are defined but not referenced & > referenced but not defined In IOS-XR it is one command "sho rpl unused ?"

Re: A perl script to convert Cisco IOS/Nexus/ASA configurations to HTML for easier comprehension

2016-10-06 Thread Larry Sheldon
On 10/6/2016 15:26, Jesse McGraw wrote: (This is me scratching an itch of my own and hoping that sharing it might be useful to others on this list. Apologies if it isn't) When I'm trying to comprehend a new or complicated Cisco router, switch or firewall configuration an old pet-peeve of

Re: A perl script to convert Cisco IOS/Nexus/ASA configurations to HTML for easier comprehension

2016-10-06 Thread Mike Hale
Neat! On Thu, Oct 6, 2016 at 1:26 PM, Jesse McGraw wrote: > Nanog, > > (This is me scratching an itch of my own and hoping that sharing it > might be useful to others on this list. Apologies if it isn't) > > When I'm trying to comprehend a new or complicated Cisco

Re: A perl script to convert Cisco IOS/Nexus/ASA configurations to HTML for easier comprehension

2016-10-06 Thread Lee
On 10/6/16, Jesse McGraw wrote: > Nanog, > > (This is me scratching an itch of my own and hoping that sharing it > might be useful to others on this list. Apologies if it isn't) > >When I'm trying to comprehend a new or complicated Cisco router, > switch or firewall