Re: maping a network with perl

2010-05-19 Thread packet
Brian wrote: On May 19, 2010, at 1:19 PM, packet wrote: How can we map a network in perl? i was just thinking how we can do that.Sorry new to perl. Only way I know how to do it is with the use of Net::SNMP and Net::Ping. Use Net::SNMP to get a list of adjacent networks from routers

Re: maping a network with perl

2010-05-19 Thread Steve Bertrand
On 2010.05.19 20:59, Steve Bertrand wrote: > On 2010.05.19 15:05, Bob McConnell wrote: >> From: Brian >> >>> On May 19, 2010, at 1:19 PM, packet wrote: >>> How can we map a network in perl? i was just thinking how we can do that.Sorry new to perl. > >>> Only way I know how to do it

Re: maping a network with perl

2010-05-19 Thread Steve Bertrand
On 2010.05.19 15:05, Bob McConnell wrote: > From: Brian > >> On May 19, 2010, at 1:19 PM, packet wrote: >> >>> How can we map a network in perl? >>> >>> i was just thinking how we can do that.Sorry new to perl. >> Only way I know how to do it is with the use of Net::SNMP and >> Net::Ping. Use Net

RE: maping a network with perl

2010-05-19 Thread Bob McConnell
From: Brian > On May 19, 2010, at 1:19 PM, packet wrote: > >> How can we map a network in perl? >> >> i was just thinking how we can do that.Sorry new to perl. >> > > Only way I know how to do it is with the use of Net::SNMP and > Net::Ping. Use Net::SNMP to get a list of adjacent networks > f

Re: maping a network with perl

2010-05-19 Thread Brian
On May 19, 2010, at 1:19 PM, packet wrote: > How can we map a network in perl? > > i was just thinking how we can do that.Sorry new to perl. > Only way I know how to do it is with the use of Net::SNMP and Net::Ping. Use Net::SNMP to get a list of adjacent networks from routers, and use net::P