[593] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
---|
| 2 | <html>
|
---|
| 3 | <head>
|
---|
| 4 | <title>IP Database Quick Help</title>
|
---|
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
---|
| 6 | <link rel="stylesheet" type="text/css" href="ipdb.css">
|
---|
| 7 | <link rel="stylesheet" type="text/css" href="local.css">
|
---|
[4] | 8 | </head>
|
---|
[414] | 9 | <body>
|
---|
[4] | 10 |
|
---|
| 11 | <table class="regular">
|
---|
| 12 |
|
---|
[593] | 13 | <tr><td class="heading">Quick Searches:</td></tr>
|
---|
[4] | 14 |
|
---|
[593] | 15 | <tr class="row0">
|
---|
| 16 | <td>IP blocks</td>
|
---|
| 17 | <td>192.168.28 or 192.</td>
|
---|
[286] | 18 | <td>Lists all alloctions starting with that set of octets. Note that matches on the
|
---|
| 19 | first octet MUST include the period to be considered an IP search.</td>
|
---|
[4] | 20 | </tr>
|
---|
[593] | 21 |
|
---|
| 22 | <tr class="row1">
|
---|
| 23 | <td>CIDR blocks</td>
|
---|
| 24 | <td>192.168.28/30<br>or 192.168.28.0/30</td>
|
---|
| 25 | <td>Lists all /30's beginning with 192.168.28 or checks for an
|
---|
[445] | 26 | exact match for 192.168.28.0/30 respectively</td>
|
---|
[4] | 27 | </tr>
|
---|
[593] | 28 |
|
---|
| 29 | <tr class="row0">
|
---|
| 30 | <td>IP address</td>
|
---|
| 31 | <td>192.168.28.30</td>
|
---|
| 32 | <td>Finds the alloction that IP is a part of (if any)</td>
|
---|
[4] | 33 | </tr>
|
---|
[593] | 34 |
|
---|
| 35 | <tr class="row1">
|
---|
| 36 | <td>Customer ID:</td>
|
---|
| 37 | <td>123456</td>
|
---|
| 38 | <td>Find all alloctions to that customer. Customer IDs are assumed to be
|
---|
| 39 | numeric for this search.</td>
|
---|
[4] | 40 | </tr>
|
---|
[593] | 41 |
|
---|
| 42 | <tr class="row0">
|
---|
| 43 | <td>Description:</td>
|
---|
| 44 | <td>cable or BigCustomer</td>
|
---|
| 45 | <td>Find all allocations with the search term in the description. Note that searches for CustIDs with letters
|
---|
| 46 | will fall under this category unless CustIDs are all-numeric.</td>
|
---|
[286] | 47 | </tr>
|
---|
[4] | 48 |
|
---|
| 49 | <tr><td colspan="3">A blank query will "show all"</td></tr>
|
---|
| 50 | <tr><td colspan="3">The title in the top right hand corner is a link home.</td></tr>
|
---|
| 51 |
|
---|
[593] | 52 | <tr class="row0"><td>Subnet Calculator</td>
|
---|
[4] | 53 | <td colspan="2">
|
---|
| 54 | <form method="POST" action="cgi-bin/snCalc.cgi">
|
---|
[593] | 55 | <fieldset><legend></legend>
|
---|
[360] | 56 | / <input type="text" size="5" maxlength="10" name="input" class="regular">
|
---|
| 57 | <input type="submit" value="Calculate" class="heading"> Show
|
---|
| 58 | <span class="mask">subnet mask</span>, <span class="wildcard">wildcard mask</span>,
|
---|
| 59 | and possible subnet ranges for the entered mask length.
|
---|
[593] | 60 | </fieldset>
|
---|
[4] | 61 | </form>
|
---|
| 62 | </tr>
|
---|
| 63 |
|
---|
| 64 | <tr><td>
|
---|
| 65 |
|
---|
| 66 |
|
---|
| 67 | </table>
|
---|
| 68 |
|
---|
| 69 |
|
---|
| 70 | </body></html>
|
---|