User Commands dhcpinfo(1)
NAME
dhcpinfo - display values of parameters received through
DHCPSYNOPSIS
dhcpinfo [-c] [-i interface] [-n limit] [-v 4|6] code
dhcpinfo [-c] [-i interface] [-n limit] [-v 4|6] identifier
DESCRIPTION
The dhcpinfo utility prints the DHCP-supplied value(s) of
the parameter requested on the command line. The parameter can be identified either by its numeric code in the DHCP specification, or by its mnemonic identifier, as listed indhcp_inittab(4). This command is intended to be used in com-
mand substitutions in the shell scripts invoked by init(1M) at system boot. It first contacts the DHCP client daemon at system boot or in event scripts as described in dhcpagent(1M). It first contacts the DHCP client daemon dhcpagent(1M) to verify that DHCP has successfully completedon the requested interface. If DHCP has successfully com-
pleted on the requested interface, dhcpinfo retrieves the
values for the requested parameter. Parameter values echoedby dhcpinfo should not be used without checking its exit
status. See exit(1).See dhcp_inittab(4) for the list of mnemonic identifier
codes for all DHCP parameters. See RFC 2132, DHCP Options and BOOTP Vendor Extensions for more details on DHCPv4parameters, and RFC 3315, Dynamic Host Configuration Proto-
col for IPv6 (DHCPv6), for more details on DHCPv6 parame-
ters. Output FormatThe output from dhcpinfo consists of one or more lines of
ASCII text; the format of the output depends upon the requested parameter. The number of values returned per line and the total number of lines output for a given parameter are determined by the parameter's granularity and maximumvalues, respectively, as defined by dhcp_inittab(4).
The format of each individual value is determined by thedata type of the option, as determined by dhcp_inittab(4).
The possible data types and their formats are listed below:Data Type Format dhcp_inittab(4) type
SunOS 5.11 Last change: 15 May 2009 1
User Commands dhcpinfo(1)
Unsigned Number One or more decimal digits UNUMBER8, UNUMBER16, UNUMBER32, UNUMBER64 Signed Number One or more decimal digits, SNUMBER8, SNUMBER16, optionally preceded by a SNUMBER32, SNUMBER64 minus signIP Address Dotted-decimal notation IP
IPv6 Address Colon-separated notation IPv6
Octet The string 0x followed by a OCTETtwo-digit hexadecimal value
String Zero or more ASCII characters ASCII DUID DHCP Unique Identifier text DUIDDomain Name Standard dot-separated domain DOMAIN
name, RFC 1035 format OPTIONS The following options are supported:-c Displays the output in a canonical format.
This format is identical to the OCTET format with a granularity of 1.-i interface Specifies the interface to retrieve values
for DHCP parameters from. If this option is not specified, the primary interface is used. If a primary interface has not been selected for the system by ifconfig(1M) or for thiscommand by -i, the system automatically
selects an interface to consider as primary for the current command invocation. The selection chooses the interface whose name sorts lexically first, and that has DHCP parameters attached. This selection does not affect system state. Use ifconfig(1M) to set a primary interface. The recommended practice in the dhcpagent(1M) eventhook scripts is tospecify the desired interface with -i,
rather than relying on primary selection. For DHCPv6, the interface name used should be the name of the physical interface, not one of the logical interfaces created by dhcpagent.-n limit Limits the list of values displayed to limit
lines.SunOS 5.11 Last change: 15 May 2009 2
User Commands dhcpinfo(1)
-v4 | 6 Specifies the DHCP version to query. Use
-v4for DHCPv4 and -v6 for DHCPv6.
OPERANDS The following operands are supported: code Numeric code for the requested DHCP parameter, as defined by the DHCP specification. Vendor options are specified by adding 256 to the actual vendor code for DHCPv4, and 65536 for DHCPv6.identifier Mnemonic symbol for the requested DHCP parame-
ter, as listed in dhcp_inittab(4).
EXIT STATUS The following exit values are returned: 0 Successful operation.2 The operation was not successful. The DHCP client dae-
mon might not be running, the interface might have failed to configure, or no satisfactory DHCP responses were received. 3 Bad arguments. 4 The operation timed out. 6 System error (should never occur).ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:SunOS 5.11 Last change: 15 May 2009 3
User Commands dhcpinfo(1)
____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | SUNWcs ||_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
SEE ALSO
dhcpagent(1M), ifconfig(1M), init(1M), dhcp_inittab(4),
attributes(5) Alexander, S., and R. Droms, RFC 2132, DHCP Options and BOOTP Vendor Extensions, Silicon Graphics, Inc., Bucknell University, March 1997. Droms, R. , RFC 3315, Dynamic Host Configuration Protocol for IPv6 (DHCPv6), Cisco Systems, July 2003.Mockapetris, P.V. , RFC 1035, Domain names - implementation
and specification, ISI, November 1987.SunOS 5.11 Last change: 15 May 2009 4