source: branches/stable/alloctypes.html@ 308

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

/branches/stable

Update alloctypes.html with new types (VoIP, LAN/POP pool+static)

File size: 4.2 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
[195]16customer. Note that this does NOT include RADIUS-routed "netblocks".</td>
[4]17</tr>
18
19<tr class="color2">
[39]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
[4]24on the cable network.</td>
[39]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>
[4]29</tr><tr class="color1">
[39]30<td>Static IP - Dialup</td><td>A single IP address from a designated pool
31on a dialup RAS.</td>
[4]32</tr><tr class="color2">
[39]33<td>Static IP - Wireless</td><td>A single IP address from a designated pool
34on one of our wireless networks.</td>
[4]35</tr>
36
37<tr class="color1">
[39]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>
[4]40</tr><tr class="color2">
[39]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
[10]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>
[39]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>
[4]51</tr><tr class="color1">
[39]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>
[4]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">
[10]61<td>Dialup netblock</td><td>Netblock assigned to one or more RAS units in a POP</td>
[4]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>
[195]67</tr><tr class="color2">
68<td>Dynamic WiFi block</td><td>Netblock for (mostly residential) (mostly) PPPoE wireless.</td>
[270]69</tr><tr class="color1">
70<td>Dynamic VoIP block</td><td>Netblock for DHCP-assigned VoIP services.</td>
[4]71
[270]72</tr><tr class="color2">
73<td>Static IP - LAN/POP</td><td>A single IP address from a designated pool for our
74internal LANs - either at a single POP or for a VPN.</td>
[195]75</tr><tr class="color1">
[270]76<td>Static pool - LAN/POP</td><td>A pool of IP addresses available for one-by-one
77assignment to our internal LAN systems or VPNs.</td>
78
79</tr><tr class="color2">
[195]80<td>Reserve for WAN blocks</td><td>Reserve a chunk of IP space for core routers/etc.</td>
[270]81</tr><tr class="color1">
[195]82<td>Reserve for dynamic-route DSL netblocks</td><td>Reserve a chunk of IP space for
83RADIUS-assigned "netblocks" from a PPPoE pool. Note that this is similar to the static DSL
84pool, but IP space is to be allocated as /30 and larger netblocks, not single static IPs.</td>
[270]85</tr><tr class="color2">
[195]86<td>WAN block</td><td>Individual netblock assignment for a core router. Always taken from a
87block which has previously been reserved for such assignments.</td>
[270]88</tr><tr class="color1">
[195]89<td>Dynamic-route DSL netblock</td><td>Customer assignment for a RADIUS-assigned PPPoE
90"netblock".</td>
91
[270]92</tr><tr class="color2">
[4]93<td>Routing</td><td>Blocks not actually assigned to a service on their own, but which
94have been routed to individual POPs- typically /24, /23, /22</td>
95
[270]96</tr><tr class="color1">
[4]97<td>Master block</td><td>Our allocations from ARIN</td>
98</tr>
99
100</table>
101
102</body></html>
Note: See TracBrowser for help on using the repository browser.