source: trunk/alloctypes.html@ 38

Last change on this file since 38 was 38, checked in by Kris Deugau, 20 years ago

/trunk

Various cosmetic fixes with respect to displayed allocation types

File size: 2.9 KB
Line 
1<html><head>
2
3<title>IP Database</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4
5<link rel="stylesheet" type="text/css" href="/ip/ipdb.css">
6
7</head>
8<body bgcolor="#ffffff" text="#000000" link="#000000" vlink="#000000" alink="#ff0000" leftmargin="0" topmargin="0" marginwidth="0">
9
10<table class="regular">
11
12<tr><td colspan=2 class="heading">Allocation Types:</td><tr>
13
14<tr class="color1">
15<td>Customer netblock (default)</td><td>A direct allocation /30 or larger to a
16customer.</td>
17</tr>
18
19<tr class="color2">
20<td>Static IP - Server pool</td><td>A single IP from a pool designated for
21servers</td>
22</tr><tr class="color1">
23<td>Static IP - Cable</td><td>A single IP address from a designated pool
24on the cable network.</td>
25</tr><tr class="color2">
26<td>Static IP - DSL</td><td>A single IP address from a designated pool
27on the DSL network. Note that these are nominally in Sudbury or North Bay,
28even if the customer isn't.</td>
29</tr><tr class="color1">
30<td>Static IP - Dialup</td><td>A single IP address from a designated pool
31on a dialup RAS.</td>
32</tr><tr class="color2">
33<td>Static IP - Wireless</td><td>A single IP address from a designated pool
34on one of our wireless networks.</td>
35</tr>
36
37<tr class="color1">
38<td>Static pool - Servers</td><td>A pool of IP addresses available for one-by-one
39assignment to servers in a POP. This will usually only be in Sudbury.</td>
40</tr><tr class="color2">
41<td>Static pool - Cable</td><td>A pool of IP addresses available for one-by-one assignment
42to customers on cable.</td>
43</tr><tr class="color1">
44<td>Static pool - DSL</td><td>A pool of IP addresses available for one-by-one assignment to
45customers on DSL. Note that individual IPs will be "assigned" to the customer's
46city, but the pool they are a part of will normally be "assigned" to Sudbury or
47North Bay.</td>
48</tr><tr class="color2">
49<td>Static pool - Dialup</td><td>A pool of IP addresses available for one-by-one
50assignment to dialup customers.</td>
51</tr><tr class="color1">
52<td>Static pool - Wireless</td><td>A pool of IP addresses available for one-by-one
53assignment to customers on one of our wireless networks.</td>
54</tr>
55
56<tr class="color2">
57<td>End-use netblock</td><td>A /30 or larger allocation for arbitrary services (LAN
58management, servers we want fully subnet-isolated, etc)</td>
59
60</tr><tr class="color1">
61<td>Dialup netblock</td><td>Netblock assigned to one or more RAS units in a POP</td>
62</tr><tr class="color2">
63<td>Dynamic DSL block</td><td>Netblock for (mostly residential) PPPoE DSL. Nominally
64"assigned" to Sudbury</td>
65</tr><tr class="color1">
66<td>Dynamic cable block</td><td>Netblock for (mostly residential) DHCP cable.</td>
67
68</tr><tr class="color2">
69<td>Routing</td><td>Blocks not actually assigned to a service on their own, but which
70have been routed to individual POPs- typically /24, /23, /22</td>
71
72</tr><tr class="color1">
73<td>Master block</td><td>Our allocations from ARIN</td>
74</tr>
75
76</table>
77
78</body></html>
Note: See TracBrowser for help on using the repository browser.