[152853] in North American Network Operators' Group
Re: IPv6 aggregation tool
daemon@ATHENA.MIT.EDU (Stefan Jakob)
Mon May 21 09:38:23 2012
Date: Mon, 21 May 2012 15:36:50 +0200
From: Stefan Jakob <stefan.jakob@de-cix.net>
To: nanog@nanog.org
In-Reply-To: <CALWyk_AxMj8C8GuR9-R2hUbpfoZ1FwkH0B=f7-g3puu=z1wZDQ@mail.gmail.com>
Errors-To: nanog-bounces+nanog.discuss=bloom-picayune.mit.edu@nanog.org
Am 04.05.12 03:35, schrieb Rafael Rodriguez:
> Found this tool that works perfectly.
>
> http://zwitterion.org/software/aggregate-cidr-addresses/aggregate-cidr-addresses
>
> Hoping this'll help someone else here on the list. Thanks!
Thx, this is at least three times faster than what I have here.
Just a comment on the final print statement, which doesn't fit my needs
for ipv6:
- print "prefix: ", $_->prefix(), "\n";
+ print "print: " , $_->print(), "\n";
- prefix: 2001:0db8:0000:0000:0000:0000:0000:0000/32
+ print: 2001:db8::/32
Rgds, Stefan