RE: PHP library for IOS devices

2012-12-07 Thread Jay Mitchell
Heaps, but I started my search here:

http://sourceforge.net/projects/cosi-nms/files/

--jm

-Original Message-
From: ku po [mailto:cciehe...@gmail.com] 
Sent: Friday, 7 December 2012 9:05 PM
To: NANOG
Subject: Re: PHP library for IOS devices

I can imagine this could be very powerful tool if completed.
Just wondering, is there any existing Cisco libraries/tools in any
languages?
Pearl maybe?



https://plus.google.com/communities/107233969484096327465
CCIEhelp


On Wed, Nov 28, 2012 at 11:35 PM, Ray Soucy r...@maine.edu wrote:

 Quick note as many on-list may find this useful.

 I've maintained a PHP class to connect to IOS devices over telnet and 
 parse the output into something useful for various internal tools for 
 a few years now.  I've recently worked with the author of phpseclib to 
 create an SSH version of the library.

 It's still in a pre-release state until I have time to clean it up, 
 but I've uploaded an archive of the SSH version and the modified 
 phpseclib for anyone who needs in the meantime.

 You can find it at the bottom of the Cisco for PHP page:

 http://soucy.org/project/cisco/




 --
 Ray Patrick Soucy
 Network Engineer
 University of Maine System

 T: 207-561-3526
 F: 207-561-3531

 MaineREN, Maine's Research and Education Network www.maineren.net






Re: Please, talk me down.

2012-10-21 Thread Jay Mitchell
On 18/10/2012, at 7:44 AM, Nicolai nicolai-na...@chocolatine.org wrote:

 On Wed, Oct 17, 2012 at 03:35:11AM +, Joseph Anthony Pasquale Holsten 
 wrote:
 
 First off, I'm using djbdns internally and it doesn't support 
 records. So we really aren't using it internally.
 
 I assume you mean stock djbdns doesn't support ip6, because it doesindeed 
 support  records.  I use both dnscache and tinydns from
 djbdns and  records work fine for me.  Note: I'm not using Felix von
 Leitner's ip6 patch.
 
 $ dig  chocolatine.org +short
 2610:130:103:e00:201:2ff:fe45:8308
 
 Resolver is dnscache, authoritate server is tinydns.  No problem.
 
 I think the problem you're experiencing, if there is one, is not related
 to either djbdns or ip6.
 
 Nicolai
 



Re: Please, talk me down.

2012-10-21 Thread Jay Mitchell
Apologies for the empty reply, mobile typo machine at work :( 

On 18/10/2012, at 7:44 AM, Nicolai nicolai-na...@chocolatine.org wrote:

 On Wed, Oct 17, 2012 at 03:35:11AM +, Joseph Anthony Pasquale Holsten 
 wrote:
 
 First off, I'm using djbdns internally and it doesn't support 
 records. So we really aren't using it internally.
 
 I assume you mean stock djbdns doesn't support ip6, because it does
 indeed support  records.  

Actually, it doesn't, as you so kindly pointed out. It does WITH a patch.

 I use both dnscache and tinydns from
 djbdns and  records work fine for me.  Note: I'm not using Felix von
 Leitner's ip6 patch.
 
Thanks for pointing that out, finally.

 $ dig  chocolatine.org +short
 2610:130:103:e00:201:2ff:fe45:8308
 
 Resolver is dnscache, authoritate server is tinydns.  No problem.
 
 I think the problem you're experiencing, if there is one, is not related
 to either djbdns or ip6.
 
For real? Go figure.
 Nicolai
 



Re: If you are using APNIC as an RPKI trust anchor, please update your Trust Anchor Set.

2012-10-15 Thread Jay Mitchell
Perhaps the following?

AfriNIC
ARIN
APNIC
LACNIC
RIPE

Regards,

Jay

On 16/10/2012, at 1:18 PM, Randy Bush ra...@psg.com wrote:

 ok.  i'll bite.  what the heck is this meant to support?  i thought the
 rirs were moving from five TALs to one.
 
 Randy, we have an operational need to separate the existing single TAL
 into its discrete components for each source, so we can have production 
 certificates for each source, so that we can ultimately have them signed
 under their appropriate parent registry,
 
 ok, i'll give.  what are the five 'sources'?
 
 randy
 



Re: LinkedIn password database compromised

2012-06-08 Thread Jay Mitchell


On 08/06/2012, at 2:09 AM, Aaron C. de Bruyn aa...@heyaaron.com wrote:
 
 I would think it's fairly simple.
 What if she forgot her existing password?  Most sites have a 'reset
 password' link they e-mail you.

I especially like the ones that email back your password in clear text...

Sadly this still happens all too often.



Re: Iphone App that Scans IT equipment for Inventory

2012-05-21 Thread Jay Mitchell
Isn't iNet Pro for scanning devices attached to a network rather than for 
scanning physical barcodes on devices?

Kind regards,

Jay

On 22/05/2012, at 12:32 AM, Andre Gironda an...@operations.net wrote:

 On Mon, May 21, 2012 at 7:39 PM, Dougan, Linda A douga...@gru.com wrote:
 Does anyone know of an Iphone App that works for scanning manufacturer 
 barcodes  of IT
 equipment such as routers and switches and can be used for inventory?
 
 iNet Pro.
 
 For Android, try Fing
 
 dre
 



Re: dell switch config export

2012-03-16 Thread Jay Mitchell
If it's tftp on Linux there's a flag you can pass tftpd at startup to allow 
creation of files, can't remember off the top of my head what it is, it may be 
-s.

--jm

Sent from my iPhone

On 17/03/2012, at 1:05 PM, Jeroen van Aart jer...@mompl.net wrote:

 Jeroen van Aart wrote:
 Ryan Malayter wrote:
 not designed or coded by a native English speaker. You have to use the 
 upload link to export config, and put in the address of your TFTP server, 
 since you are uploading from the switch to the tftp server.
 Yes I tried that. However the switch complains with an error about file 
 
 I got that figured out. My experience with tftp is a bit limited. I had to 
 create the file first and then change permissions to 666. Then run this on 
 the switch:
 
 copy running-config tftp://x.x.x.x/name
 
 I first thought I also had to add a path.
 
 Thanks,
 Jeroen
 
 -- 
 Earthquake Magnitude: 4.4
 Date: Saturday, March 17, 2012 01:38:06 UTC
 Location: Banda Sea
 Latitude: -7.0373; Longitude: 123.4202
 Depth: 621.60 km
 



Re: dell switch config export

2012-03-16 Thread Jay Mitchell
-c for create :)

On 17/03/2012, at 2:52 PM, Jay Mitchell j...@miscreant.org wrote:

 If it's tftp on Linux there's a flag you can pass tftpd at startup to allow 
 creation of files, can't remember off the top of my head what it is, it may 
 be -s.
 
 --jm
 
 Sent from my iPhone
 
 On 17/03/2012, at 1:05 PM, Jeroen van Aart jer...@mompl.net wrote:
 
 Jeroen van Aart wrote:
 Ryan Malayter wrote:
 not designed or coded by a native English speaker. You have to use the 
 upload link to export config, and put in the address of your TFTP 
 server, since you are uploading from the switch to the tftp server.
 Yes I tried that. However the switch complains with an error about file 
 
 I got that figured out. My experience with tftp is a bit limited. I had to 
 create the file first and then change permissions to 666. Then run this on 
 the switch:
 
 copy running-config tftp://x.x.x.x/name
 
 I first thought I also had to add a path.
 
 Thanks,
 Jeroen
 
 -- 
 Earthquake Magnitude: 4.4
 Date: Saturday, March 17, 2012 01:38:06 UTC
 Location: Banda Sea
 Latitude: -7.0373; Longitude: 123.4202
 Depth: 621.60 km
 
 



Re: do not filter your customers

2012-02-22 Thread Jay Mitchell
I'm laughing now, but it wasn't funny a couple of hours ago. Seems a lot of the 
.au govt needs to learn some carrier diversity...

On 23/02/2012, at 4:41 PM, Randy Bush ra...@psg.com wrote:

 don't filter your customers.  when they leak the world to you, it will
 get you a lot of free press and your marketing department will love you.
 
 just ask telstra.
 
 randy
 



Re: Google+ now available for Google Apps domains

2011-10-31 Thread Jay Mitchell
Possibly not for much longer:


http://mashable.com/2011/10/19/google-to-support-pseudonyms/

Regards,

Jay


On 01/11/2011, at 2:49 AM, Kee Hinckley naz...@somewhere.com wrote:

 
 On Oct 27, 2011, at 9:46 PM, Justin Seabrook-Rocha wrote:
 Once that tool is complete, you should be able to merge/migrate your gmail 
 G+ account to your Google Apps account. You can already do so with most of 
 the numerous other Google properties.
 
 Keep in mind that if you want to publicly post on Google+ using your Google 
 Apps account, you will need to change your account name to conform with 
 Google's definition of something that looks kind of like the thing on your 
 government photo ID.



Re: Hurricane Katia

2011-09-10 Thread Jay Mitchell
Just another average day in Scotland...

On 10/09/2011, at 11:55 PM, andrew.wallace andrew.wall...@rocketmail.com 
wrote:

 I'm hearing on the news wire 80mph winds will come to UK over the next 72 
 hours.
 
 Andrew



Re: Is NAT can provide some kind of protection?

2011-01-12 Thread Jay Mitchell
Tell your security guy he should be looking for another job.

On 21/03/2007, at 8:41 PM, Tarig Ahmed tariq198...@hotmail.com wrote:

 We have wide range of Public IP addresses, I tried to assign public ip 
 directly to a server behined firewall( in DMZ), but I have been resisted.
 Security guy told me is not correct to assign public ip to a server, it 
 should have private ip for security reasons.
 
 Is it true that NAT can provide more security?
 
 Thanks,
 
 Tarig Yassin Ahmed
 
 



RE: Cloud proof of failure - was:: wikileaks unreachable

2010-12-06 Thread Jay Mitchell
The Cloud went down? I think not.

Having ones account terminated as opposed to an outage caused by DDoS are
two very different things.

I'm certainly not an advocate of public cloud computing (I love it inside my
own private network though :) ), but in this case asserting that the cloud
is a failure is just plain wrong.

--jm

-Original Message-
From: Peter Dambier [mailto:pe...@peter-dambier.de] 
Sent: Monday, 6 December 2010 8:38 PM
To: nanog@nanog.org
Subject: Cloud proof of failure - was:: wikileaks unreachable

Hi,

there has been a lot of ethics and religio, ...

but what is really important for operation:

The cloud is a failure. Too easy to get it down.
I guess wikileaks returning to dedicated hosting proofs that.

Next time the board wants to convince me of cloud computing, I'll propose a
botnet is cheaper and more reliable.

Besides - outsourcing the directors might be a good idea.
GM proofs that :)


Cheers
Peter


--
Peter and Karin Dambier
Cesidian Root - Radice Cesidiana
Rimbacher Strasse 16
D-69509 Moerlenbach-Bonsweiher
+49(6209)795-816 (Telekom)
+49(6252)750-308 (VoIP: sipgate.de)
mail: pe...@peter-dambier.de
http://www.peter-dambier.de/
http://iason.site.voila.fr/
https://sourceforge.net/projects/iason/
ULA= fd80:4ce1:c66a::/48





RE: Multicast Network Monitoring

2010-07-20 Thread Jay Mitchell
9 Copies here.

The headers seem to show a bit of bouncing around inside cisco.com

 -Original Message-
 From: Seth Mattinen [mailto:se...@rollernet.us]
 Sent: Wednesday, 21 July 2010 12:22 PM
 To: nanog@nanog.org
 Subject: Re: Multicast Network Monitoring
 
 On 7/20/2010 06:11, Brandon Kim wrote:
 
  Interesting question, I'd like to know more about this myself. I'm so
  used to monitoring SNMP-based devices, never really thought about multi-
 casts and being able to see the pattern/tree
 
 
 
 
 Is it just me, or is anyone else receiving multiple copies of this same
message?
 
 ~Seth





RE: DNS question, null MX records

2009-12-18 Thread Jay Mitchell
I concur, in fact I see them come in at precisely the wrong order, lowest
preference first in the hopes that we're not running spam filtering on those
particular hosts.

I have found that putting a bogus mx record at lowest preference slows stuff
down though.

One of my services is for a company with about 150 mboxes, and I receive no
less than 1.5mill spam emails a month for it.

-Original Message-
From: Paul Vixie [mailto:vi...@isc.org] 
Sent: Thursday, 17 December 2009 11:48 AM
To: na...@merit.edu
Subject: Re: DNS question, null MX records

Douglas Otis do...@mail-abuse.org writes:

 If MX TEST-NET became common, legitimate email handlers unable to
 validate messages prior to acceptance might find their server
 resource constrained when bouncing a large amount of spam as well.

none of this will block spam.  spammers do not follow RFC 974 today
(since i see a lot of them come to my A RR rather than an MX RR, or
in the wrong order).  any well known pattern that says don't try
to deliver e-mail here will only be honoured by friend people who
don't want us to get e-mail we don't want to get.
-- 
Paul Vixie
KI6YSY





RE: cisco.com

2009-08-04 Thread Jay Mitchell
Cisco.com (198.133.219.25) is alive from .au (from ASN7474)

Traceroute shows:

  9   448 ms   419 ms   389 ms  sjck-dmzbb-gw1.cisco.com [128.107.224.6]
 10   427 ms   268 ms   279 ms  sjck-dmzdc-gw2-gig5-1.cisco.com
[128.107.224.77]

Did a quick check on a few .au looking glass sites and getting entries for
198.133.219.0/24.

--jay

-Original Message-
From: R. Benjamin Kessler [mailto:r...@mnsginc.com] 
Sent: Tuesday, 4 August 2009 11:35 PM
To: nanog@nanog.org
Subject: cisco.com

Hey Gang - 

I'm unable to get to cisco.com from multiple places on the 'net
(including downforeveryoneorjustme.com); any ideas on the cause and ETR?

Thanks,

Ben