information-refresh

Use this command to configure the amount of time a client should wait before refreshing information from the DHCPv6 server.

Syntax

information-refresh {infinite | days [[hours] [minutes]}
no information-refresh {infinite | days [[hours] [minutes]}

Parameters

infinite Specifies that clients will not request an information refresh from the DHCPv6 server.
days Specifies the number of days a client waits before requesting an information refresh from the DHCPv6 server. Valid values are 0 - 365.
hours (Optional) Specifies the number of hours a client waits before requesting an information refresh from the DHCPv6 server. Valid values are 0 - 23. Default value is 0.
minutes Specifies the number of minutes a client waits before requesting an information refresh from the DHCPv6 server. Valid values are 0 - 59. Default value is 0.

Defaults

Information refresh defaults to 1 day. If hours and minutes are not specified, the default is 0 in both cases.

Mode

DHCPv6 server information options pool configuration command mode for IPv6.

Usage

This command configures DHCPv6 server option 32 in an IPv6 information DHCP server pool context.

The “no” form of this command deletes the unicast server.

Example

This example shows how to configure the time the client will wait before requesting an information refresh from the DHCPv6 server to 12 hours:

System(rw-config)->ipv6 dhcp pool docPool
System(rw-config-dhcp-v6-pool)->information-refresh 0 12 0