# @(#)82 1.1 src/tcpip/usr/samples/tcpip/dhcpv6/dhcpc6.cnf, tcpip_samples, tcpip720 4/13/04 09:59:50 # IBM_PROLOG_BEGIN_TAG # This is an automatically generated prolog. # # tcpip720 src/tcpip/usr/samples/tcpip/dhcpv6/dhcpc6.cnf 1.1 # # Licensed Materials - Property of IBM # # Restricted Materials of IBM # # COPYRIGHT International Business Machines Corp. 2004 # All Rights Reserved # # US Government Users Restricted Rights - Use, duplication or # disclosure restricted by GSA ADP Schedule Contract with IBM Corp. # # IBM_PROLOG_END_TAG # This file contains directives that can be specified by the user to configure the client # A line starting with '#' is considered a comment line and the text to the right of the # symbol is ignored # The list of directives that can be specified in this file are defined below : # Logging keywords : # # Format : # # log-file-name : file path name of the most recent log file. The less recent filenames # have number 1 to (n-1) appended to the filename; the larger the number # the less recent the file. # # log-file-size : specifies the maximum size of a log file in Kbytes. When the size of # the most recent log file reaches this value, it's renamed and a new # file is created. # # log-file-num : specifies the maximum number of log files maintained when the size of # the most recent log file reaches the log-file-size value and the file # is renamed to generate a new file. # # log-item : specifies the log items that need to be logged. # SYSERR system error # OBJERR object error # PROTERR protocol error # WARNING warning # EVENT event occurred # ACTION action taken by the process # INFO useful information # ACNTING who was served when # TRACE code flow, debugging #log-file-name "/usr/tmp/dhcpc6.log" #log-file-size 1000 #log-file-num 4 #log-item SYSERR #log-item OBJERR #log-item PROTERR #log-item WARNING #log-item EVENT #log-item ACTION #log-item INFO #log-item ACNTING #log-item TRACE # DUID keyword : # # Format : duid ... # # DUID type can be a keyword or a number, leaving room for any DUID types that may be defined in future. # There are three DUID types currently defined by RFC 3315 : # # LLT DUID-LLT type (value 1) # LL DUID-LL type (value 2) # EN DUID-EN type (value 3) # # DUID data depends on the type of DUID. # # duid LLT # duid LL # duid EN # duid # # specifies the interface name for which the client has to obtain only configuration information and # NOT addresses from the server. # Lease renewal/rebind keyword : # # Format : renew-time # rebind-time # # The renew-time specifies the time at which the client contacts the server from which the client # obtained lease information, in order to renew the lease. # In the event of the client failing to renew its lease (because the server does not respond), the # rebind-time specifies the time at which the client contacts the other servers to rebind the lease. #renew-time 30 #rebind-time 50 # Solicit retransmission keywords : # # Format : solicit-timeout # solicit-maxcount # # The solicit-timeout period specifies the time until which the client should attempt sending solicit # message to the server before it gets a response from the server. # The solicit-maxcount specifies the number of solicit messages that the client should send to the # server before it gets a response from the server. #solicit-timeout 60 # Option keywords : # # Format : # # option