summaryrefslogtreecommitdiff
path: root/usr/src/man/man1m/dhcpconfig.1m
blob: ccb4eb6bed43f4574a49d5516b9d9d7f3c1d7db9 (plain)
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
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
'\" te
.\"  Copyright (c) 2002 by Sun Microsystems, Inc. All Rights Reserved.
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
.TH DHCPCONFIG 1M "Jun 16, 2004"
.SH NAME
dhcpconfig \- DHCP service configuration utility
.SH SYNOPSIS
.LP
.nf
\fBdhcpconfig\fR \fB-D\fR \fB-r\fR \fIresource\fR \fB-p\fR \fIpath\fR [\fB-u\fR \fIuninterpreted\fR]
     [\fB-l\fR \fIlease_length\fR] [\fB-n\fR ] [\fB-d\fR \fIDNS_domain\fR]
     [\fB-a\fR \fIDNS_server_addresses\fR] [\fB-h\fR \fIhosts_resource\fR]
     [\fB-y\fR \fIhosts_domain\fR]
.fi

.LP
.nf
\fBdhcpconfig\fR \fB-R\fR \fIserver_addresses\fR
.fi

.LP
.nf
\fBdhcpconfig\fR \fB-U\fR [\fB-f\fR] [\fB-x\fR] [\fB-h\fR]
.fi

.LP
.nf
\fBdhcpconfig\fR \fB-N\fR \fInetwork_address\fR [\fB-m\fR \fIsubnet_mask\fR] [\fB-b\fR ]
     [\fB-t\fR \fIrouter_addresses\fR] [\fB-y\fR \fINIS-domain\fR]
     [\fB-a\fR \fINIS_server_addresses\fR] [\fB-g\fR]
.fi

.LP
.nf
\fBdhcpconfig\fR \fB-C\fR \fB-r\fR \fIresource\fR \fB-p\fR \fIpath\fR [\fB-f\fR] [\fB-k\fR]
     [\fB-u\fR \fIuninterpreted\fR]
.fi

.LP
.nf
\fBdhcpconfig\fR \fB-X\fR \fIfilename\fR [\fB-m\fR \fImacro_list\fR] [\fB-o\fR \fIoption_list\fR]
     [\fB-a\fR \fInetwork_addresses\fR] [\fB-f\fR] [\fB-x\fR] [\fB-g\fR]
.fi

.LP
.nf
\fBdhcpconfig\fR \fB-I\fR \fIfilename\fR [\fB-f\fR] [\fB-g\fR]
.fi

.LP
.nf
\fBdhcpconfig\fR \fB-P\fR [\fIparameter\fR[=\fIvalue\fR],]...
.fi

.LP
.nf
\fBdhcpconfig\fR \fB-S\fR [\fB-f\fR] [\fB-e\fR | \fB-d\fR | \fB-r\fR | \fB-q\fR]
.fi

.SH DESCRIPTION
.sp
.LP
The \fBdhcpconfig\fR command is used to configure and manage the Dynamic Host
Configuration Protocol (DHCP) service or BOOTP relay services. It is intended
for use by experienced Solaris system administrators and is designed for ease
of use in scripts. The \fBdhcpmgr\fR utility is recommended for less
experienced administrators or those preferring a graphical utility to configure
and manage the DHCP service or BOOTP relay service.
.sp
.LP
The \fBdhcpconfig\fR command can be run by root, or by other users assigned to
the DHCP Management profile. See \fBrbac\fR(5) and \fBuser_attr\fR(4).
.sp
.LP
\fBdhcpconfig\fR requires one of the following function flags: \fB-D\fR,
\fB-R\fR, \fB-U\fR, \fB-N\fR, \fB-C\fR, \fB-X\fR, \fB-I\fR, \fB-P\fR or
\fB-S\fR.
.sp
.LP
The \fBdhcpconfig\fR menu driven mode is supported in Solaris 8 and previous
versions of Solaris.
.SS "Where dhcpconfig Obtains Configuration Information"
.sp
.LP
\fBdhcpconfig\fR scans various configuration files on your Solaris machine for
information it can use to assign values to options contained in macros it adds
to the \fBdhcptab\fR configuration table. The following table lists information
\fBdhcpconfig\fR needs, the source used, and how the information is used:
.sp

.sp
.TS
box;
l | l | l
l | l | l .
\fIInformation\fR	\fISource\fR	\fIWhere Used\fR
_
Timezone	System date, timezone settings	\fBLocale\fR macro
DNS parameters	\fBnsswitch.conf\fR, \fB/etc/resolv.conf\fR	Server macro
NIS parameters	System domainname, \fBnsswitch.conf\fR, NIS	Network macros
Subnetmask	T{
Network interface, \fBnetmasks\fR table in nameservice
T}	Network macros
.TE

.sp
.LP
If you have not set these parameters on your server machine, you should do so
before configuring the DHCP server with \fBdhcpconfig\fR. Note that if you
specify options with the \fBdhcpconfig \fR\fB-D\fR command line, the values you
supply override the values obtained from the system files.
.SH OPTIONS
.sp
.LP
The following options are supported:
.sp
.ne 2
.na
\fB\fB-C\fR\fR
.ad
.RS 23n
Convert to using a new data store, recreating the DHCP data tables in a format
appropriate to the new data store, and setting up the DHCP server to use the
new data store.
.sp
The following sub-options are required:
.sp
.ne 2
.na
\fB\fB-p\fR \fIpath_to_data\fR\fR
.ad
.RS 20n
The paths for \fBSUNWfiles\fR and \fBSUNWbinfiles\fR must be absolute
\fBUNIX\fR pathnames. The path for \fBSUNWnisplus\fR must be a fully specified
\fBNIS+\fR directory (including the tailing period.) See \fBdhcp_modules\fR(5).
.RE

.sp
.ne 2
.na
\fB\fB-r\fR \fIdata_resource\fR\fR
.ad
.RS 20n
New data store resource. One of the following must be specified:
\fBSUNWfiles\fR, \fBSUNWbinfiles\fR, or \fBSUNWnisplus\fR. See
\fBdhcp_modules\fR(5).
.RE

The following sub-options are optional:
.sp
.ne 2
.na
\fB\fB-f\fR\fR
.ad
.RS 20n
Do not prompt for confirmation. If \fB-f\fR is not used, a warning and
confirmation prompt are issued before the conversion starts.
.RE

.sp
.ne 2
.na
\fB\fB-k\fR\fR
.ad
.RS 20n
Keep the old DHCP data tables after successful conversion. If any problem
occurs during conversion, tables are not deleted even if \fB-k\fR sub-option is
not specified.
.RE

.sp
.ne 2
.na
\fB\fB-u\fR \fIuninterpreted\fR\fR
.ad
.RS 20n
Data which is ignored by \fBdhcpconfig\fR, but passed on to the datastore for
interpretation. The private layer provides for module-specific configuration
information through the use of the \fBRESOURCE_CONFIG \fR keyword.
Uninterpreted data is stored within \fBRESOURCE_CONFIG\fR keyword of
\fBdhcpsvc.conf\fR(4). The \fB-u\fR sub-option is not used with the
\fBSUNWfiles\fR, \fBSUNWbinfiles\fR, and \fBSUNWnisplus\fR data stores. See
\fBdhcp_modules\fR(5).
.RE

.RE

.sp
.ne 2
.na
\fB\fB-D\fR\fR
.ad
.RS 23n
Configure the \fBDHCP\fR service.
.sp
The following sub-options are required:
.sp
.ne 2
.na
\fB\fB-r\fR \fIdata_resource\fR\fR
.ad
.RS 20n
One of the following must be specified: \fBSUNWfiles\fR, \fBSUNWbinfiles\fR, or
\fBSUNWnisplus\fR. Other data stores may be available.See
\fBdhcp_modules\fR(5).
.RE

.sp
.ne 2
.na
\fB\fB-p\fR \fIpath\fR\fR
.ad
.RS 20n
The paths for \fBSUNWfiles\fR and \fBSUNWbinfiles\fR must be absolute
\fBUNIX\fR pathnames. The path for \fBSUNWnisplus\fR must be a fully specified
\fBNIS+\fR directory (including the tailing period.) . See
\fBdhcp_modules\fR(5).
.RE

The following sub-options are optional:
.sp
.ne 2
.na
\fB\fB-a\fR \fIDNS_servers\fR\fR
.ad
.RS 21n
IP addresses of DNS servers, separated with commas.
.RE

.sp
.ne 2
.na
\fB\fB-d\fR \fIDNS_domain\fR\fR
.ad
.RS 21n
DNS domain name.
.RE

.sp
.ne 2
.na
\fB\fB-h\fR \fIhosts_resource\fR\fR
.ad
.RS 21n
Resource in which to place hosts data. Usually, the name service in use on the
server. Valid values are \fBnisplus\fR, \fBfiles\fR, or \fBdns\fR.
.RE

.sp
.ne 2
.na
\fB\fB-l\fR \fIseconds\fR\fR
.ad
.RS 21n
Lease length used for addresses not having a specified lease length, in
seconds.
.RE

.sp
.ne 2
.na
\fB\fB-n\fR\fR
.ad
.RS 21n
Non-negotiable leases
.RE

.sp
.ne 2
.na
\fB\fB-y\fR \fIhosts_domain\fR\fR
.ad
.RS 21n
DNS or NIS+ domain name to be used for hosts data. Valid only if \fBdns\fR or
\fBnisplus\fR is specified for \fB-h\fR sub-option.
.RE

.sp
.ne 2
.na
\fB\fB-u\fR \fIuninterpreted\fR\fR
.ad
.RS 21n
Data which is ignored by \fBdhcpconfig\fR, but passed on to the datastore for
interpretation. The private layer provides for module-specific configuration
information through the use of the \fBRESOURCE_CONFIG \fR keyword.
Uninterpreted data is stored within \fBRESOURCE_CONFIG\fR keyword of
\fBdhcpsvc.conf\fR(4). The \fB-u\fR sub-option is not used with the
\fBSUNWfiles\fR, \fBSUNWbinfiles\fR, and \fBSUNWnisplus\fR data stores. See
\fBdhcp_modules\fR(5).
.RE

.RE

.sp
.ne 2
.na
\fB\fB-I\fR \fIfilename\fR\fR
.ad
.RS 23n
Import data from \fIfilename\fR, containing data previously exported from a
Solaris DHCP server. Note that after importing, you may have to edit macros to
specify the correct domain names, and edit network tables to change the owning
server of addresses in imported networks. Use \fBdhtadm\fR and \fBpntadm\fR to
do this.
.sp
The following sub-options are supported:
.sp
.ne 2
.na
\fB\fB-f\fR\fR
.ad
.RS 6n
Replace any conflicting data with the data being imported.
.RE

.sp
.ne 2
.na
\fB\fB-g\fR\fR
.ad
.RS 6n
Signal the daemon to reload the \fBdhcptab\fR once the import has been
completed.
.RE

.RE

.sp
.ne 2
.na
\fB\fB-N\fR \fInet_address\fR\fR
.ad
.RS 23n
Configure an additional network for DHCP service.
.sp
The following sub-options are supported:
.sp
.ne 2
.na
\fB\fB-a\fR \fINIS_server_addresses\fR\fR
.ad
.RS 27n
List of IP addresses of NIS servers.
.RE

.sp
.ne 2
.na
\fB\fB-b\fR\fR
.ad
.RS 27n
Network is a point-to-point (PPP) network, therefore no broadcast address
should be configured. If \fB-\fRb is not used, the network is assumed to be a
LAN, and the broadcast address is determined using the network address and
subnet mask.
.RE

.sp
.ne 2
.na
\fB\fB-g\fR\fR
.ad
.RS 27n
Signal the daemon to reload the \fBdhcptab\fR.
.RE

.sp
.ne 2
.na
\fB\fB-m\fR \fIxxx.xxx.xxx.xxx\fR\fR
.ad
.RS 27n
Subnet mask for the network; if \fB-m\fR is not used, subnet mask is obtained
from netmasks.
.RE

.sp
.ne 2
.na
\fB\fB-t\fR \fIrouter_addresses\fR\fR
.ad
.RS 27n
List of router IP addresses; if not specified, router discovery flag is set.
.RE

.sp
.ne 2
.na
\fB\fB-y\fR \fINIS_domain_name\fR\fR
.ad
.RS 27n
If NIS is used on this network, specify the NIS domain name.
.RE

.RE

.sp
.ne 2
.na
\fB\fB-P\fR\fR
.ad
.RS 23n
Configure the DHCP service parameters. Each parameter and value are specified
by the following pattern:
.sp
.in +2
.nf
\fIparameter\fR[=\fIvalue\fR],\&.\|.\|.
.fi
.in -2
.sp

Where parameter and value are:
.sp
.ne 2
.na
\fB\fIparameter\fR\fR
.ad
.RS 13n
One of the DHCP service parameters listed in \fBdhcpsvc.conf\fR(4). If the
corresponding \fIvalue\fR is not specified, the current parameter value is
displayed. If \fIparameter\fR is not specified, all parameters and current
values are displayed.
.RE

.sp
.ne 2
.na
\fB\fIvalue\fR\fR
.ad
.RS 13n
Optional string to set the servers parameter to if the value is acceptable. If
the value is missing or is empty (\fB""\fR), the parameter and its current
value are deleted.
.RE

After a parameter has changed the DHCP server requires re-starting before you
can use new parameter values.
.RE

.sp
.ne 2
.na
\fB\fB-R\fR \fIserver_addresses\fR\fR
.ad
.RS 23n
Configure the BOOTP relay service. BOOTP or DHCP requests are forwarded to the
list of servers specified.
.sp
\fIserver_addresses\fR is a comma separated list of hostnames and/or IP
addresses.
.RE

.sp
.ne 2
.na
\fB\fB-S\fR\fR
.ad
.RS 23n
Control the DHCP service.
.sp
The following sub-options are supported:
.sp
.ne 2
.na
\fB\fB-d\fR\fR
.ad
.RS 6n
 Disable and stop the DHCP service.
.RE

.sp
.ne 2
.na
\fB\fB-e\fR\fR
.ad
.RS 6n
Enable and start the DHCP service.
.RE

.sp
.ne 2
.na
\fB\fB-q\fR\fR
.ad
.RS 6n
Display the state of the DHCP service. The state is encoded into the exit
status.
.sp
.in +2
.nf
0    DHCP service disabled and stopped
1    DHCP service enabled and stopped
2    DHCP service disabled and running
3    DHCP service enabled and running
.fi
.in -2
.sp

.RE

.sp
.ne 2
.na
\fB\fB-r\fR\fR
.ad
.RS 6n
Enable and restart the DHCP service.
.RE

.RE

.sp
.ne 2
.na
\fB\fB-U\fR\fR
.ad
.RS 23n
Unconfigure the DHCP service or BOOTP relay service.
.sp
The following sub-options are supported:
.sp
.ne 2
.na
\fB\fB-f\fR\fR
.ad
.RS 6n
Do not prompt for confirmation. If \fB-f\fR is not used, a warning and
confirmation prompt is issued.
.RE

.sp
.ne 2
.na
\fB\fB-h\fR\fR
.ad
.RS 6n
Delete hosts entries from name service.
.RE

.sp
.ne 2
.na
\fB\fB-x\fR\fR
.ad
.RS 6n
Delete the \fBdhcptab\fR and network tables.
.RE

.RE

.sp
.ne 2
.na
\fB\fB-X\fR \fIfilename\fR\fR
.ad
.RS 23n
Export data from the DHCP data tables, saving to \fIfilename\fR, to move the
data to another Solaris DHCP server.
.sp
The following sub-options are optional:
.sp
.ne 2
.na
\fB\fB-a\fR \fInetworks_to_export\fR\fR
.ad
.RS 25n
List of networks whose addresses should be exported, or the keyword ALL to
specify all networks. If \fB-a\fR is not specified, no networks are exported.
.RE

.sp
.ne 2
.na
\fB\fB-g\fR \fR
.ad
.RS 25n
Signal the daemon to reload the \fBdhcptab\fR after the export has been
completed.
.RE

.sp
.ne 2
.na
\fB\fB-m\fR \fImacros_to_export\fR\fR
.ad
.RS 25n
List of macros to export, or the keyword \fBALL\fR to specify all macros. If
\fB-m\fR is not specified, no macros are exported.
.RE

.sp
.ne 2
.na
\fB\fB-o\fR \fIoptions_to_export\fR\fR
.ad
.RS 25n
List of options to export, or the keyword \fBALL\fR to specify all options. If
\fB-o\fR is not specified, no options are exported.
.RE

.sp
.ne 2
.na
\fB\fB-x\fR\fR
.ad
.RS 25n
Delete the data from this server after it is exported. If \fB-x\fR is not
specified you are in effect copying the data.
.RE

.RE

.SH EXAMPLES
.LP
\fBExample 1 \fRConfiguring DHCP Service with Binary Files Data Store
.sp
.LP
The following command configures DHCP service, using the binary files data
store, in the DNS domain \fBacme.eng\fR, with a lease time of 28800 seconds (8
hours),

.sp
.in +2
.nf
example# dhcpconfig -D -r SUNWbinfiles -p /var/dhcp -l 28800\e
             -d acme.eng -a 120.30.33.4 -h dns -y acme.eng
.fi
.in -2
.sp

.LP
\fBExample 2 \fRConfiguring BOOTP Relay Agent
.sp
.LP
The following command configures the DHCP daemon as a BOOTP relay agent, which
forwards BOOTP and DHCP requests to the servers having the IP addresses
120.30.33.7 and 120.30.42.132:

.sp
.in +2
.nf
example# dhcpconfig -R 120.30.33.7,120.30.42.132
.fi
.in -2
.sp

.LP
\fBExample 3 \fRUnconfiguring DHCP Service
.sp
.LP
The following command unconfigures the DHCP service, with confirmation, and
deletes the DHCP data tables and host table entries:

.sp
.in +2
.nf
example# dhcpconfig -U -x -h
.fi
.in -2
.sp

.LP
\fBExample 4 \fRConfiguring a Network for DHCP Service
.sp
.LP
The following command configures an additional LAN network for DHCP service,
specifying that clients should use router discovery and providing the NIS
domain name and NIS server address:

.sp
.in +2
.nf
example# dhcpconfig -N 120.30.171.0 -y east.acme.eng.com\e
             -a 120.30.33.4
.fi
.in -2
.sp

.LP
\fBExample 5 \fRConverting to SUNWnisplus Data Store
.sp
.LP
The following command converts a DHCP server from using a text or binary files
data store to a NIS+ data store, deleting the old data store's DHCP tables:

.sp
.in +2
.nf
example# dhcpconfig -C -r SUNWnisplus -p whatever.com.
.fi
.in -2
.sp

.LP
\fBExample 6 \fRExporting a Network, Macros, and Options from a DHCP Server
.sp
.LP
The following command exports one network (\fB120.30.171.0\fR) and its
addresses, the macro \fB120.30.171.0\fR, and the options \fBmotd\fR and
\fBPSptr\fRfrom a DHCP server, saves the exported data in file
\fB/export/var/120301710_data\fR, and deletes the exported data from the
server.

.sp
.in +2
.nf
example# dhcpconfig -X /var/dhcp/120301710_export
     -a 120.30.171.0 -m 120.30.171.0 -o motd,PSptr
.fi
.in -2
.sp

.LP
\fBExample 7 \fRImporting Data on a DHCP Server
.sp
.LP
The following command imports DHCP data from a file,
\fB/net/golduck/export/var/120301710_data\fR, containing data previously
exported from a Solaris DHCP server, overwrites any conflicting data on the
importing server, and signals the daemon to reload the \fBdhcptab\fR once the
import is completed:

.sp
.in +2
.nf
example# dhcpconfig -I /net/golduck/export/var/120301710_data -f -g
.fi
.in -2
.sp

.LP
\fBExample 8 \fRSetting DHCP Server Parameters
.sp
.LP
 The following command sets the number of minutes that the DHCP server waits
before timing out when updating DNS information on DHCP clients to five
minutes.

.sp
.in +2
.nf
example# example# dhcpconfig -P UPDATE_TIMEOUT=5
.fi
.in -2
.sp

.LP
\fBExample 9 \fRRe-starting the DHCP server
.sp
.LP
The following command stops and re-starts the DHCP server.

.sp
.in +2
.nf
example#  example# dhcpconfig -S -r
DHCP server stopped
DHCP server started
.fi
.in -2
.sp

.SH ATTRIBUTES
.sp
.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp

.sp
.TS
box;
c | c
l | l .
ATTRIBUTE TYPE	ATTRIBUTE VALUE
_
Interface Stability	Evolving
.TE

.SH SEE ALSO
.sp
.LP
\fBdhcpmgr\fR(1M), \fBdhtadm\fR(1M), \fBin.dhcpd\fR(1M), \fBpntadm\fR(1M),
\fBdhcp_network\fR(4), \fBdhcptab\fR(4), \fBdhcpsvc.conf\fR(4),
\fBnsswitch.conf\fR(4), \fBresolv.conf\fR(4), \fBuser_attr\fR(4),
\fBattributes\fR(5), \fBdhcp\fR(5), \fBdhcp_modules\fR(5), \fBrbac\fR(5)
.sp
.LP
\fI\fR