source: branches/stable/alloctypes.html@ 332

Last change on this file since 332 was 332, checked in by Kris Deugau, 18 years ago

/branches/stable

Update alloctypes.html:

  • Add "Reserve for ATM" and "ATM block" types
  • Update comments on several types
File size: 4.6 KB
RevLine 
[4]1<html><head>
2
3<title>IP Database</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
4
[10]5<link rel="stylesheet" type="text/css" href="/ip/ipdb.css">
[4]6
7</head>
8<body bgcolor="#ffffff" text="#000000" link="#000000" vlink="#000000" alink="#ff0000" leftmargin="0" topmargin="0" marginwidth="0">
9
[39]10<table class="regular">
[4]11
12<tr><td colspan=2 class="heading">Allocation Types:</td><tr>
13
14<tr class="color1">
[39]15<td>Customer netblock (default)</td><td>A direct allocation /30 or larger to a
[332]16customer. Note that this does NOT include RADIUS-routed "netblocks". Internal systems
17should use the "End-use netblock" type.</td>
[4]18</tr>
19
20<tr class="color2">
[39]21<td>Static IP - Server pool</td><td>A single IP from a pool designated for
22servers</td>
23</tr><tr class="color1">
24<td>Static IP - Cable</td><td>A single IP address from a designated pool
[4]25on the cable network.</td>
[39]26</tr><tr class="color2">
27<td>Static IP - DSL</td><td>A single IP address from a designated pool
28on the DSL network. Note that these are nominally in Sudbury or North Bay,
29even if the customer isn't.</td>
[4]30</tr><tr class="color1">
[39]31<td>Static IP - Dialup</td><td>A single IP address from a designated pool
32on a dialup RAS.</td>
[4]33</tr><tr class="color2">
[39]34<td>Static IP - Wireless</td><td>A single IP address from a designated pool
35on one of our wireless networks.</td>
[4]36</tr>
37
38<tr class="color1">
[39]39<td>Static pool - Servers</td><td>A pool of IP addresses available for one-by-one
40assignment to servers in a POP. This will usually only be in Sudbury.</td>
[4]41</tr><tr class="color2">
[39]42<td>Static pool - Cable</td><td>A pool of IP addresses available for one-by-one assignment
43to customers on cable.</td>
44</tr><tr class="color1">
45<td>Static pool - DSL</td><td>A pool of IP addresses available for one-by-one assignment to
[10]46customers on DSL. Note that individual IPs will be "assigned" to the customer's
47city, but the pool they are a part of will normally be "assigned" to Sudbury or
48North Bay.</td>
[39]49</tr><tr class="color2">
50<td>Static pool - Dialup</td><td>A pool of IP addresses available for one-by-one
51assignment to dialup customers.</td>
[4]52</tr><tr class="color1">
[39]53<td>Static pool - Wireless</td><td>A pool of IP addresses available for one-by-one
54assignment to customers on one of our wireless networks.</td>
[4]55</tr>
56
57<tr class="color2">
58<td>End-use netblock</td><td>A /30 or larger allocation for arbitrary services (LAN
59management, servers we want fully subnet-isolated, etc)</td>
60
61</tr><tr class="color1">
[10]62<td>Dialup netblock</td><td>Netblock assigned to one or more RAS units in a POP</td>
[4]63</tr><tr class="color2">
64<td>Dynamic DSL block</td><td>Netblock for (mostly residential) PPPoE DSL. Nominally
65"assigned" to Sudbury</td>
66</tr><tr class="color1">
67<td>Dynamic cable block</td><td>Netblock for (mostly residential) DHCP cable.</td>
[195]68</tr><tr class="color2">
69<td>Dynamic WiFi block</td><td>Netblock for (mostly residential) (mostly) PPPoE wireless.</td>
[270]70</tr><tr class="color1">
71<td>Dynamic VoIP block</td><td>Netblock for DHCP-assigned VoIP services.</td>
[4]72
[270]73</tr><tr class="color2">
74<td>Static IP - LAN/POP</td><td>A single IP address from a designated pool for our
75internal LANs - either at a single POP or for a VPN.</td>
[195]76</tr><tr class="color1">
[270]77<td>Static pool - LAN/POP</td><td>A pool of IP addresses available for one-by-one
78assignment to our internal LAN systems or VPNs.</td>
79
80</tr><tr class="color2">
[195]81<td>Reserve for WAN blocks</td><td>Reserve a chunk of IP space for core routers/etc.</td>
[270]82</tr><tr class="color1">
[195]83<td>Reserve for dynamic-route DSL netblocks</td><td>Reserve a chunk of IP space for
84RADIUS-assigned "netblocks" from a PPPoE pool. Note that this is similar to the static DSL
85pool, but IP space is to be allocated as /30 and larger netblocks, not single static IPs.</td>
[270]86</tr><tr class="color2">
[332]87<td>Reserve for ATM</td><td>Reserve a chunk of IP space for allocation to customers on ATM</td>
88</tr><tr class="color1">
[195]89<td>WAN block</td><td>Individual netblock assignment for a core router. Always taken from a
90block which has previously been reserved for such assignments.</td>
[332]91</tr><tr class="color2">
92<td>Dynamic-route DSL netblock</td><td>Customer assignment for a RADIUS-assigned PPPoE
93"netblock". Always taken from a block which has previously been reserved for such
94assignments.</td>
[270]95</tr><tr class="color1">
[332]96<td>ATM block</td><td>Customer assignment for a customer on ATM. Always taken from a
97block which has previously been reserved for such assignments.</td>
[195]98
[270]99</tr><tr class="color2">
[4]100<td>Routing</td><td>Blocks not actually assigned to a service on their own, but which
101have been routed to individual POPs- typically /24, /23, /22</td>
102
[270]103</tr><tr class="color1">
[4]104<td>Master block</td><td>Our allocations from ARIN</td>
105</tr>
106
107</table>
108
109</body></html>
Note: See TracBrowser for help on using the repository browser.