- Configuring the Cisco IOS DHCP Server
- DHCP Client Option 12
- IPv6 Access Services: DHCPv6 Prefix Delegation
- IPv6 Access Services: DHCPv6 Relay Agent
- DHCP Client
- DHCPv6 Server Stateless Autoconfiguration
- DHCPv6 Server Timer Options
- DHCPv6 Individual Address Assignment
- DHCPv6 Ethernet Remote ID Option
- DHCPv6 Relay—Reload Persistent Interface ID Option
- DHCP Server Port-Based Address Allocation
- DHCP Relay Agent Support for Unnumbered Interfaces
- DHCPv6 Repackaging
- DHCP—DHCPv6 Guard
- Index
DHCPv6 Server Timer Options
The Dynamic Host Configuration Protocol for IPv6 (DHCPv6) server options are part of DHCP stateless autoconfiguration.
- Finding Feature Information
- Information About DHCPv6 Server Timer Options
- How to Configure DHCPv6 Server Timer Options
- Configuration Examples for DHCPv6 Server Timer Options
- Additional References
- Feature Information for DHCPv6 Server Timer Options
Finding Feature Information
Your software release may not support all the features documented in this module. For the latest caveats and feature information, see Bug Search Tool and the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the feature information table.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Information About DHCPv6 Server Timer Options
Information Refresh Server Option
The DHCPv6 information refresh option can specify an upper boundary for the length of time a client should wait before refreshing information retrieved from DHCPv6. This option is used with stateless DHCPv6, because there are no addresses or other entities with lifetimes that can tell the client when to contact the DHCPv6 server to refresh its configuration.
NIS- and NIS+-Related Server Options
Users can configure the network information service (NIS) or NIS plus (NIS+) address or domain name of a DHCPv6 server using NIS- and NIS+-related options, and then import that information to the DHCPv6 client.
SNTP Server Option
The SNTP server option provides a list of one or more IPv6 addresses of SNTP servers available to the client for synchronization. The clients use these SNTP servers to synchronize their system time to that of the standard time servers. The server may list the SNTP servers in decreasing order of preference, but clients must treat the list of SNTP servers as an ordered list.
How to Configure DHCPv6 Server Timer Options
- Configuring the Information Server Refresh Option
- Importing the Information Server Refresh Option
- Configuring NIS- and NISP-Related Server Options
- Importing NIS- and NIS+-Related Server Options
- Configuring the SNTP Server Option
- Importing the SNTP Server Option
Configuring the Information Server Refresh Option
1.
enable
2.
configure
terminal
3.
ipv6
dhcp
pool
poolname
4.
information
refresh
{days [hours
minutes] |
infinity}
5.
end
DETAILED STEPS
Importing the Information Server Refresh Option
1.
enable
2.
configure
terminal
3.
ipv6
dhcp
pool
poolname
4.
import
information
refresh
5.
end
DETAILED STEPS
Configuring NIS- and NISP-Related Server Options
1.
enable
2.
configure
terminal
3.
ipv6
dhcp
pool
poolname
4.
nis
address
ipv6-address
5.
nis
domain-name
domain-name
6.
nisp
address
ipv6-address
7.
nisp
domain-name
domain-name
8.
end
DETAILED STEPS
Importing NIS- and NIS+-Related Server Options
1.
enable
2.
configure
terminal
3.
ipv6
dhcp
pool
poolname
4.
import
nis
address
5.
import
nis
domain-name
6.
import
nisp
address
7.
import
nisp
domain-name
8.
end
DETAILED STEPS
Configuring the SNTP Server Option
1.
enable
2.
configure
terminal
3.
ipv6
dhcp
pool
poolname
4.
sntp
address
ipv6-address
5.
end
DETAILED STEPS
Importing the SNTP Server Option
1.
enable
2.
configure
terminal
3.
ipv6
dhcp
pool
poolname
4.
import
sntp
address
ipv6-address
5.
end
DETAILED STEPS
Configuration Examples for DHCPv6 Server Timer Options
Example: Configuring DHCPv6 Server Timer Options
Device# show ipv6 dhcp pool DHCPv6 pool: pool1 Domain name: domain1 NIS server domain name: ndomain1 NIS server domain name: ndomain2 SNTP server address: 2001:DB8::1 Imported Information refresh: 90060 Active clients: 0
Additional References
Related Documents
Related Topic |
Document Title |
---|---|
IPv6 addressing and connectivity |
IPv6 Configuration Guide |
Cisco IOS commands |
|
IPv6 commands |
|
Cisco IOS IPv6 features |
Standards and RFCs
Standard/RFC |
Title |
---|---|
RFCs for IPv6 |
IPv6 RFCs |
MIBs
MIB |
MIBs Link |
---|---|
|
To locate and download MIBs for selected platforms, Cisco IOS releases, and feature sets, use Cisco MIB Locator found at the following URL: |
Technical Assistance
Description |
Link |
---|---|
The Cisco Support and Documentation website provides online resources to download documentation, software, and tools. Use these resources to install and configure the software and to troubleshoot and resolve technical issues with Cisco products and technologies. Access to most tools on the Cisco Support and Documentation website requires a Cisco.com user ID and password. |
Feature Information for DHCPv6 Server Timer Options
The following table provides release information about the feature or features described in this module. This table lists only the software release that introduced support for a given feature in a given software release train. Unless noted otherwise, subsequent releases of that software release train also support that feature.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.Feature Name |
Releases |
Feature Information |
---|---|---|
DHCPv6 Client Information Refresh Option |
Cisco IOS XE Release 3.2SE |
The DHCPv6 information refresh option can specify an upper boundary for the length of time a client should wait before refreshing information retrieved from DHCPv6. The following commands were introduced or modified: import information refresh, information refresh, ipv6 dhcp pool, show ipv6 dhcp pool. |
DHCPv6 Server Timer Options |
Cisco IOS XE Release 3.2SE |
The DHCPv6 server options are part of DHCP stateless autoconfiguration. The following commands were introduced or modified: import nis-address, import nis domain-name, import nisp address, import nisp domain-name, ipv6 dhcp pool, nis address, nis domain-name, nisp address, nisp domain-name, show ipv6 dhcp pool. |