Send arin-tech-discuss mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.arin.net/mailman/listinfo/arin-tech-discuss
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of arin-tech-discuss digest..."
Today's Topics:
1. ARIN Command Line Interface (ARINcli) 0.6.0 (Andy Newton)
2. Erroneous "IP range overlaps with existing network(s)."
errors (Tim Garrison)
----------------------------------------------------------------------
Message: 1
Date: Tue, 19 Feb 2013 13:41:55 +0000
From: Andy Newton <[email protected]>
To: "[email protected]" <[email protected]>
Subject: [arin-tech-discuss] ARIN Command Line Interface (ARINcli)
0.6.0
Message-ID:
<[email protected]>
Content-Type: text/plain; charset="us-ascii"
All,
A new version of the ARIN command line interface scripts (ARINcli) has
been released, version 0.6.0.
This version includes the following enhancements and changes:
* rdns - a script to help modify reverse DNS delegations. This script
allows for editing of a single delegation and can read multiple DNS zone
files for updating of multiple reverse DNS delegations, including both the
NS and DS records.
* arinreports - a script for requesting whowas, associations, and
reassignment reports from ARIN.
* the name of this suite of scripts has been changed from ARINr to ARINcli
as that is more descriptive of their utility from a user's perspective.
Additionally, other minor fixes and modifications have been made to the
existing scripts, which are:
* arininfo - queries ARIN's Whois-RWS and displays the information in a
tree format
* poc - creates, modifies, and deletes Point of Contacts (POCs).
* ticket - downloads, displays and responds to Reg-RWS / ARIN Online
tickets.
These scripts are available under the open-source, BSD-style ISC License.
They should be considered beta-quality and do not yet encompass the full
capabilities of ARIN's restful services.
Man-page style documentation, including instructions for obtaining the
scripts either via a Git repository or downloadable ZIP file, can be found
at:
http://projects.arin.net/arinr/arincli.7.html
Andy Newton,
Chief Engineer, ARIN
------------------------------
Message: 2
Date: Tue, 19 Feb 2013 15:32:56 +0000
From: Tim Garrison <[email protected]>
To: "[email protected]" <[email protected]>
Subject: [arin-tech-discuss] Erroneous "IP range overlaps with
existing network(s)." errors
Message-ID:
<1F52C37AF7BEB244A082D9BE6B0B0DFE07352E16@SM-DAG151.softlayer.local>
Content-Type: text/plain; charset="us-ascii"
Greetings,
For the last 3 days, any attempt to reassign a subnet with the RESTful API
results in the following error:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<error xmlns="http://www.arin.net/regrws/core/v1">
<additionalInfo/>
<code>E_ENTITY_VALIDATION</code>
<components>
<component>
<message>IP range overlaps with existing network(s).</message>
<name>startAddress</name>
</component>
</components>
<message>Payload entity failed to validate; see component messages for
details.</message>
</error>
The subnet in question here is 173.193.174.104/29. I have verified that there
are no other subnet registrations in the adjacent space (173.193.174.0/25 was
analyzed and found to contain only subnets in "Direct Allocation".
My sample reassign payload is as follows:
<?xml version="1.0"?>
<net xmlns="http://www.arin.net/regrws/core/v1">
<version>4</version>
<comment></comment>
<netBlocks>
<netBlock>
<type>S</type>
<startAddress>173.193.174.104</startAddress>
<cidrLength>29</cidrLength>
</netBlock>
</netBlocks>
<customerHandle>C03321089</customerHandle>
<netName>NET-173-193-174-104</netName>
<parentNetHandle>NET-173-192-0-0-1</parentNetHandle>
</net>
Has anything changed recently that would be causing this error? Is there some
other underlying issue causing this?
Thanks,
Tim Garrison
Software Engineer II
[email protected]<mailto:[email protected]>
281.714.4213 direct
713.540.4325 cell
866.398.7638 toll-free
281.714.4657 fax
[Description: Description: Description: softlayer_email_logo]
SoftLayer Technologies, Inc.
315 Capitol Street
Suite 205
Houston, TX 77002
http://www.softlayer.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://lists.arin.net/pipermail/arin-tech-discuss/attachments/20130219/be613e10/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.jpg
Type: image/jpeg
Size: 4422 bytes
Desc: image001.jpg
URL:
<http://lists.arin.net/pipermail/arin-tech-discuss/attachments/20130219/be613e10/attachment-0001.jpg>
------------------------------
_______________________________________________
arin-tech-discuss mailing list
[email protected]
http://lists.arin.net/mailman/listinfo/arin-tech-discuss
End of arin-tech-discuss Digest, Vol 25, Issue 8
************************************************