1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288
|
Internet Engineering Task Force J. Luciani
INTERNET DRAFT Novell, Inc.
10 February 1998
DHCP Options for Novell IPX Compatibility
draft-ietf-dhc-ipxcmd-00.txt
Status of This Memo
This document is a submission to the Dynamic Host Configuration
Working Group of the Internet Engineering Task Force (IETF). Comments
should be submitted to the dhcp-v4@bucknell.edu mailing list.
Distribution of this memo is unlimited.
This document is an Internet-Draft. Internet-Drafts are working
documents of the Internet Engineering Task Force (IETF), its areas,
and its working groups. Note that other groups may also distribute
working documents as Internet-Drafts.
Internet-Drafts are draft documents valid for a maximum of six months
and may be updated, replaced, or obsoleted by other documents at
any time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as ``work in progress.''
To learn the current status of any Internet-Draft, please check
the ``1id-abstracts.txt'' listing contained in the Internet-Drafts
Shadow Directories on ftp.is.co.za (Africa), nic.nordu.net (North
Europe), ftp.nis.garr.it (South Europe), munnari.oz.au (Pacific Rim),
ds.internic.net (US East Coast), or ftp.isi.edu (US West Coast).
Abstract
This document defines a new DHCP option for delivering configuration
information to hosts utilizing the IPX Compatibility feature of
Novell's NetWare. The option carries several operational parameters
that allow network administrators to customize their installations.
Luciani Expires ????? [Page 1]
Internet Draft DHCP Option for IPX Compatibility 10 February 1998
1. Introduction
The IPX Compatibility feature of Novell's NetWare systems is a tool
that can be used by network administrators to migrate their IPX based
networks to IP based networks.
The IPX Compatibility feature provides the connectivity necessary for
IPX Client/Server applications to communicate between nodes that
connect to the IP Internet (IP Nodes). The IPX Compatibility feature
also allows IPX Client/Server applications to communicate between IP
Nodes and nodes that connect to IPX networks (IPX Nodes).
Connectivity between IPX Nodes and IP Nodes is achieved through the
use of gateways called Migration Agents.
This specification describes a DHCP option [1] that can carry one or
several IPX Compatibility configuration parameters. Each
configuration parameter is treated as a separate sub-option by the
hosts.
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
document are to be interpreted as described in RFC 2119. [2]
2. IPX Compatibility Option
This option specifies one or more sub-options carrying IPX
Compatibility information. The sub-options that can be carried by
this option are described in the sections that follow.
The code for this option is ??, and its maximum length is 255 octets.
Code Len Sub-Option 1 Sub-Option 2
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+--
| ?? | n | a1 | a2 | a3 | a4 | a1 | a2 | a3 | a4 | ...
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+--
The 'Len' field specifies the number of octets containing sub-option
information within the DHCP option.
Each sub-option will contain a code followed by a length that
specifies the number of octets containing configuration parameter
information within the sub-option.
Sub Sub
Code Len Configuration Parameter(s)
+-----+-----+-----+-----+-----+-----+-----+-----+--
| x | n | a1 | a2 | a3 | a4 | a6 | a7 | ...
+-----+-----+-----+-----+-----+-----+-----+-----+--
Luciani Expires ????? [Page 2]
Internet Draft DHCP Option for IPX Compatibility 10 February 1998
2.1 IPX Compatibility Virtual Network Number Sub-Option
This sub-option specifies the network number of the virtual IPX
network created by the IPX Compatibility feature.
The code for this sub-option is 1. The length specified in the 'Len'
field of this sub-option MUST always be 4 octets.
Code Len IPX Network Number
+-----+-----+-----+-----+-----+-----+
| 1 | 4 | a1 | a2 | a3 | a4 |
+-----+-----+-----+-----+-----+-----+
2.2 IPX Compatibility Stale Time Sub-Option
This sub-option specifies the minimum interval in minutes that must
expire before hosts try to refresh their Migration Agent addressing
information. This sub-option is ignored by hosts when the Migration
Agent sub-option is carried along with this DHCP option.
A Stale Time of zero indicates that hosts should not refresh their
Migration Agent addressing information.
The code for this sub-option is 2. The length specified in the 'Len'
field of this sub-option MUST always be 2 octets.
Code Len Stale Time
+-----+-----+-----+-----+
| 2 | 2 | a1 | a2 |
+-----+-----+-----+-----+
2.3 Migration Agents Sub-Option
This option specifies the addresses of one or more Migration Agent
servers for the IP Nodes to use for communicating with IPX Nodes.
The code for this sub-option is 3. The minimum length specified in
the 'Len' field is 4 octets, and this length MUST be a multiple of 4.
Code Len Address 1 Address 2
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+--
| 3 | n | a1 | a2 | a3 | a4 | a1 | a2 | a3 | a4 | ...
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+--
Luciani Expires ????? [Page 3]
Internet Draft DHCP Option for IPX Compatibility 10 February 1998
3. Examples
The sections that follow illustrate the encoding of different sets
of information within the IPX Compatibility option.
3.1 Option ?? Carrying Virtual Network Number and Stale Time Information
The option ?? encoding shown below specifies the value 0x00ABCDEF as
the IPX Compatibility Virtual Network Number parameter and the value
0x0014 (20 minutes) as the IPX Compatibility Stale Time parameter.
Code Len
+-----+-----+
| ?? | 0A |
+-----+-----+
IPX Compatibility Virtual Network Number Sub-Option
+-----+-----+-----+-----+-----+-----+
| 01 | 04 | 00 | AB | CD | EF |
+-----+-----+-----+-----+-----+-----+
IPX Compatibility Stale Time Sub-Option
+-----+-----+-----+-----+
| 02 | 02 | 00 | 14 |
+-----+-----+-----+-----+
3.2 Option ?? Carrying Migration Agent Addressing Information
The option ?? encoding shown below specifies the addresses
137.65.147.87 (0x89419357) and 137.65.147.68 (0x89419344) as the
addreses of Migration Agent servers.
Code Len
+-----+-----+
| ?? | 0A |
+-----+-----+
Migration Agents Sub-Option
+-----+-----+-----+-----+-----+-----+
| 03 | 08 | 89 | 41 | 93 | 57 |
+-----+-----+-----+-----+-----+-----+
+-----+-----+-----+-----+
| 89 | 41 | 93 | 44 |
+-----+-----+-----+-----+
Luciani Expires ????? [Page 4]
Internet Draft DHCP Option for IPX Compatibility 10 February 1998
4. References
[1] Alexander, S. and R. Droms, "DHCP Options and BOOTP Vendor
Extensions", RFC-2132, March 1997.
[2] Bradner, S., "Key words for use in RFCs to Indicate Requirement
Levels", RFC-2119, March 1997.
[3] Droms, R., "Dynamic Host Configuration Protocol", RFC-2131,
March 1997.
5. Security Considerations
DHCP currently provides no authentication or security mechanisms.
Potential exposures to attack are discussed in section 7 of the DHCP
protocol specification [3]. In particular, these DHCP options allow
an unauthorized DHCP server to misdirect an IPX Compatibility Node to
a nonexistent Migration Agent server or to utilize an invalid IPX
Virtual Network Number.
6. Author's Address
Juan Carlos Luciani
Novell, Inc.
122 E. 1700 S.
Provo, Utah, 84606
Phone: +1 801 222 6000
EMail: jluciani@Novell.Com
Luciani Expires ????? [Page 5]
--=_2471FC62.60013DB2--
|