source: trunk/alloctypes.html@ 229

Last change on this file since 229 was 229, checked in by Kris Deugau, 19 years ago

/trunk

Missing backport: pull update to alloctypes.html from
/branches/stable r195

File size: 3.8 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. Note that this does NOT include RADIUS-routed "netblocks".</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</tr><tr class="color2">
68<td>Dynamic WiFi block</td><td>Netblock for (mostly residential) (mostly) PPPoE wireless.</td>
69
70</tr><tr class="color1">
71<td>Reserve for WAN blocks</td><td>Reserve a chunk of IP space for core routers/etc.</td>
72</tr><tr class="color2">
73<td>Reserve for dynamic-route DSL netblocks</td><td>Reserve a chunk of IP space for
74RADIUS-assigned "netblocks" from a PPPoE pool. Note that this is similar to the static DSL
75pool, but IP space is to be allocated as /30 and larger netblocks, not single static IPs.</td>
76</tr><tr class="color1">
77<td>WAN block</td><td>Individual netblock assignment for a core router. Always taken from a
78block which has previously been reserved for such assignments.</td>
79</tr><tr class="color2">
80<td>Dynamic-route DSL netblock</td><td>Customer assignment for a RADIUS-assigned PPPoE
81"netblock".</td>
82
83</tr><tr class="color1">
84<td>Routing</td><td>Blocks not actually assigned to a service on their own, but which
85have been routed to individual POPs- typically /24, /23, /22</td>
86
87</tr><tr class="color2">
88<td>Master block</td><td>Our allocations from ARIN</td>
89</tr>
90
91</table>
92
93</body></html>
Note: See TracBrowser for help on using the repository browser.