Table Of Contents
DHCP Commands on Cisco IOS XR Software
allow-hint
clear dhcp ipv6 binding
database
destination (DHCP IPv6)
dhcp ipv6
dhcp relay information check disable
dhcp relay information option
dhcp relay information policy
dhcp server
distance
dns-server
domain-name (DHCP IPv6 pool)
duid
interface (DHCP)
pd (prefix-delegation - DHCP IPv6 pool)
pd (prefix-delegation - DHCP IPv6 interface)
pool (DHCP IPv6)
preference
rapid-commit
show dhcp ipv6
show dhcp ipv6 binding
show dhcp ipv6 database
show dhcp ipv6 interface
show dhcp ipv6 pool
show dhcp relay
sip address
sip domain-name
DHCP Commands on Cisco IOS XR Software
This chapter describes the Cisco IOS XR software commands used to configure and monitor the Dynamic Host Configuration Protocol (DHCP).
allow-hint
To allow the server to delegate a valid client-suggested prefix in the solicit and request messages, use the allow-hint command in DHCP IPv6 interface server configuration mode. To disable the delegation of a valid client-suggested prefix, use the no form of the command.
allow-hint
no allow-hint
Syntax Description
This command has no arguments or keywords.
Defaults
DHCPv6 service on an interface is disabled.
Command Modes
DHCP IPv6 interface server configuration
Command History
Release
|
Modification
|
Release 3.4.0
|
This command was introduced on the Cisco CRS-1 and the Cisco XR 12000 Series Router.
|
Release 3.5.0
|
No modification.
|
Release 3.6.0
|
No modification.
|
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes the proper task IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.
The allow-hint command enables the server to delegate a client-suggested prefix in the solicit and request messages if the prefix in the associated local prefix pool is a valid prefix and it is not assigned to any other solicit and request messages. Otherwise, the hint is ignored, and a prefix is delegated from the free list in the pool.
Task ID
Task ID
|
Operations
|
ip-services
|
read, write
|
Examples
The following is an example of the allow-hint command:
RP/0/RP0/CPU0:router# configure
RP/0/RP0/CPU0:router(config)# dhcp ipv6 interface pos 0/5/0/0 server
RP/0/RP0/CPU0:router(config-dhcpv6-if)# allow-hint
clear dhcp ipv6 binding
To delete automatic client bindings from the Dynamic Host Configuration Protocol (DHCP) for IPv6 binding table, use the clear ipv6 dhcp binding command in EXEC mode.
clear dhcp ipv6 binding [ipv6-address]
Syntax Description
ipv6-address
|
(Optional) Address of a DHCP for an IPv6 client.
This argument must be in the form documented in RFC 2373 where the address is specified in hexadecimal using 16-bit values between colons.
|
Command Default
No default behavior or values
Command Modes
EXEC
Command History
Release
|
Modification
|
Release 3.4.0
|
This command was introduced on the Cisco CRS-1 and the Cisco XR 12000 Series Router.
|
Release 3.5.0
|
No modification.
|
Release 3.6.0
|
No modification.
|
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes the proper task IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.
The clear ipv6 dhcp binding command is used as a server function.
A binding table entry on the DHCP for IPv6 server is automatically:
•
Created whenever a prefix is delegated to a client from the configuration information pool
•
Updated when the client renews, rebinds, or confirms the prefix delegation
•
Deleted when the client releases all the prefixes in the binding voluntarily, all prefixes' valid lifetimes have expired, or an administrator runs the clear ipv6 dhcp binding command.
If the clear ipv6 dhcp binding command is used with the optional ipv6-address argument specified, only the binding for the specified client is deleted. If the clear ipv6 dhcp binding command is used without the ipv6-address argument, then all automatic client bindings are deleted from the DHCP for IPv6 binding table.
Task ID
Task ID
|
Operations
|
ip-services
|
execute
|
Examples
The following example specifies DHCP for IPv6 binding database agent parameters:
RP/0/RP0/CPU0:router# clear dhcp ipv6 binding
Related Commands
database
To configure a Dynamic Host Configuration Protocol (DHCP) for IPv6 binding database agent, use the database command in DHCP IPv6 configuration mode. To delete the database agent, use the no form of this command.
database agent-URL [write-delay seconds] [timeout seconds]
no database agent-URL
Syntax Description
agent-URL
|
A Flash, NVRAM, FTP, TFTP, or Remote Copy Protocol (RCP) uniform resource locator.
|
write-delay seconds
|
(Optional) How often (in seconds) DHCP for IPv6 sends database updates. The default is 300 seconds. The minimum write delay is 60 seconds.
|
timeout seconds
|
Optional) How long, in seconds, the router waits for a database transfer.
|
Defaults
Write-delay default is 300 seconds.
Timeout default is 300 seconds
Command Modes
DHCP IPv6 configuration
Command History
Release
|
Modification
|
Release 3.4.0
|
This command was introduced on the Cisco CRS-1 and Cisco XR 12000 Series Router.
|
Release 3.5.0
|
No modification.
|
Release 3.6.0
|
No modification.
|
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes the proper task IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.
The database command specifies DHCP for IPv6 binding database agent parameters. The user may configure multiple database agents.
The write-delay keyword specifies how often, in seconds, that DHCP sends database updates. By default, DHCP for IPv6 server waits 300 seconds before sending any database changes.
The timeout keyword specifies how long, in seconds, the router waits for a database transfer. Infinity is defined as 0 seconds, and transfers that exceed the timeout period are aborted. By default, the DHCP for IPv6 server waits 300 seconds before aborting a database transfer. When the system is going to reload, there is no transfer timeout so that the binding table can be stored completely.
Task ID
Task ID
|
Operations
|
ip-services
|
read, write
|
Examples
The following example specifies DHCP for IPv6 binding database agent parameters:
RP/0/RP0/CPU0:router# configure
RP/0/RP0/CPU0:router(config)# dhcp ipv6
RP/0/RP0/CPU0:router(config-dhcpv6)# database tftp://10.0.0.1/dhcp-binding
Related Commands
Command
|
Description
|
dhcp ipv6
|
Enables Dynamic Host Configuration Protocol (DHCP) for IPv6 and enters DHCP IPv6 configuration mode.
|
interface (DHCP)
|
Enables DHCP for IPv6 on an interface.
|
show dhcp ipv6 database
|
Displays the DHCP for the IPv6 binding database information.
|
destination (DHCP IPv6)
To specify a destination address to which client messages are forwarded and to enable DHCP for IPv6 relay service on the interface, use the destination command in DHCP IPv6 interface relay configuration mode. To remove a relay destination on the interface or delete an output interface for a destination, use the no form of this command.
destination {ipv6 address} interface
no destination {ipv6 address} interface
Syntax Description
ipv6 address address
|
IPv6 address in the form documented in RFC 2373, where the address is specified in hexadecimal using 16-bit values between colons.
|
interface
|
Either a physical interface instance or a virtual interface instance as follows:
• Physical interface instance. Naming notation is rack/slot/module/port and a slash between values is required as part of the notation.
– rack: Chassis number of the rack.
– slot: Physical slot number of the modular services card or line card.
– module: Module number. A physical layer interface module (PLIM) is always 0.
– port: Physical port number of the interface.
Note In references to a Management Ethernet interface located on a route processor card, the physical slot number is alphanumeric (RP0 or RP1) and the module is CPU0. Example: interface MgmtEth0/RP1/CPU0/0.
• Virtual interface instance. Number range varies depending on interface type.
For more information about the syntax for the router, use the question mark (?) online help function.
|
Defaults
Relay function is disabled and there is no relay destination on the interface.
Command Modes
DHCP IPv6 interface relay configuration
Command History
Release
|
Modification
|
Release 3.4.0
|
This command was introduced on the Cisco CRS-1 and Cisco XR 12000 Series Router.
|
Release 3.5.0
|
No modification.
|
Release 3.6.0
|
No modification.
|
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes the proper task IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.
The destination command specifies a destination address to which client messages are forwarded and enables DHCP for IPv6 relay service on the interface. When relay service is enabled on an interface, a DHCP for IPv6 message received on that interface is forwarded to all configured relay destinations. The incoming DHCP for IPv6 message may have come from a client on that interface, or it may have been relayed by another relay agent.
The relay destination can be a unicast address of a server or another relay agent, or it may be a multicast address. There are the following two types of relay destination addresses:
•
A link-scoped unicast or multicast IPv6 address, for which a user must specify an output interface
•
A global or site-scope unicast IPv6 address, for which a user can specify an output interface for this kind of address.
•
A global or site-scope multicast IPv6 address, for which a user can specify an output interface for this kind of address if 'mhost ipv6 default-interface' is specified.
If no output interface is configured for a destination, the output interface is determined by routing tables. In this case, it is recommended that a unicast or multicast routing protocol be running on the router.
Multiple destinations can be configured on one interface, and multiple output interfaces can be configured for one destination. When the relay agent relays messages to a multicast address, it sets the hop limit field in the IPv6 packet header to 32.
Unspecified, loopback, and node-local multicast addresses are not acceptable as the relay destination. If any one of them is configured, the message "Invalid destination address" is displayed.
Note that it is not necessary to enable the relay function on an interface for it to accept and forward an incoming relay reply message from servers. By default, the relay function is disabled, and there is no relay destination on an interface. The no form of the command removes a relay destination on an interface or deletes an output interface for a destination. If all relay destinations are removed, the relay service is disabled on the interface.
The DHCP for IPv6 client, server, and relay functions is mutually exclusive on an interface. When one of these functions is already enabled and a user tries to configure a different function on the same interface, one of the following messages is displayed: "Interface is in DHCP client mode," "Interface is in DHCP server mode," or "Interface is in DHCP relay mode."
Task ID
Task ID
|
Operations
|
ip-services
|
read, write
|
Examples
The following is an example of the destination command on a Packet over Sonet/SDH (POS) interface:
RP/0/RP0/CPU0:router(config)# dhcp ipv6
RP/0/RP0/CPU0:router(config-dhcpv6)# interface pos 0/5/0/0 relay
RP/0/RP0/CPU0:router(config-dhcpv6-if)# destination 10:10::10
Related Commands
dhcp ipv6
To enable Dynamic Host Configuration Protocol (DHCP) for IPv6 and to enter DHCP IPv6 configuration mode, use the dhcp ipv6 command in global configuration mode. To disable, use the no form of this command.
dhcp ipv6
no dhcp ipv6
Syntax Description
This command has no arguments or keywords.
Command Modes
Global configuration
Command History
Release
|
Modification
|
Release 3.6.0
|
This command was introduced on the Cisco CRS-1 and Cisco XR 12000 Series Router.
|
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes the proper task IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.
Use the dhcp ipv6 command to enter DHCP IPv6 configuration mode.
Task ID
Task ID
|
Operations
|
ip-services
|
read, write
|
Examples
The following example shows how to enable DHCP for IPv6:
RP/0/RP0/CPU0:router(config)# dhcp ipv6
RP/0/RP0/CPU0:router (config-dhcpv6)#
Related Commands
Command
|
Description
|
database
|
Configures a Dynamic Host Configuration Protocol (DHCP) for IPv6 binding database agent.
|
distance
|
Specifies an administrative distance for Dynamic Host Configuration Protocol (DHCP) for IPv6 Prefix Delegation.
|
dhcp relay information check disable
|
Defines the Dynamic Host Configuration Protocol (DHCP) the unique identification (DUID) on a specified device.
|
interface (DHCP)
|
Enables Dynamic Host Configuration Protocol (DHCP) for IPv6 on an interface.
|
pool (DHCP IPv6)
|
Configures a Dynamic Host Configuration Protocol (DHCP) for the IPv6 server configuration information pool and enters DHCP for IPv6 pool configuration mode.
|
dhcp relay information check disable
To configure a Dynamic Host Configuration Protocol (DHCP) server to not validate the relay agent information option in forwarded BOOTREPLY messages, use the dhcp relay information check disable command in global configuration mode. To enable the information check and return to the default behavior, use the no form of this command.
dhcp relay information check disable
no dhcp relay information check disable
Syntax Description
This command has no arguments or keywords.
Defaults
DHCP validates the relay agent information option.
Command Modes
Global configuration
Command History
Release
|
Modification
|
Release 2.0
|
This command was introduced on the Cisco CRS-1.
|
Release 3.0
|
No modification.
|
Release 3.2
|
This command was supported on the Cisco XR 12000 Series Router.
|
Release 3.3.0
|
No modification.
|
Release 3.4.0
|
No modification.
|
Release 3.5.0
|
No modification.
|
Release 3.6.0
|
No modification.
|
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes the proper task IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.
By default, DHCP validates the relay agent information option in forwarded BOOTREPLY messages. Use the dhcp relay information check disable command to disable the information check.
Task ID
Task ID
|
Operations
|
ip-services
|
read, write
|
basic-services
|
read, write
|
Examples
The following example shows how to configure the relay agent to not validate the relay information option (Option 82) in a BOOTREPLY:
RP/0/RP0/CPU0:router(config)# dhcp relay information check disable
Related Commands
Command
|
Description
|
dhcp relay information option
|
Configures a DHCP server to insert the DHCP relay agent information option in forwarded BOOTREQUEST messages.
|
dhcp relay information policy
|
Configures the information reforwarding policy of a DHCP relay agent (what a DHCP relay agent should do if a message already contains relay information).
|
dhcp server
|
Enables DHCP services on a networking device.
|
dhcp relay information option
To configure a Dynamic Host Configuration Protocol (DHCP) server to insert the DHCP relay agent information option in forwarded BOOTREQUEST messages, use the dhcp relay information option command in global configuration mode. To disable the insertion of relay information into forwarded BOOTREQUEST messages, use the no form of this command.
dhcp relay information option
no dhcp relay information option
Syntax Description
This command has no arguments or keywords.
Defaults
No default behavior or values
Command Modes
Global configuration
Command History
Release
|
Modification
|
Release 2.0
|
This command was introduced on the Cisco CRS-1.
|
Release 3.0
|
No modification.
|
Release 3.2
|
This command was supported on the Cisco XR 12000 Series Router.
|
Release 3.3.0
|
No modification.
|
Release 3.4.0
|
No modification.
|
Release 3.5.0
|
No modification.
|
Release 3.6.0
|
No modification.
|
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes the proper task IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.
Use the dhcp relay information option command to configure a DHCP server to insert the DHCP relay agent information option in forwarded BOOTREQUEST messages. Use the no form of this command to restore the default setting.
This command is used by cable access router termination systems. This functionality enables a DHCP server to identify the user (cable access router) sending the request and initiate appropriate action based on this information. By default, DHCP does not insert relay information.
Task ID
Task ID
|
Operations
|
ip-services
|
read, write
|
basic-services
|
read, write
|
Examples
The following example shows how to enable command functionality and configure a DHCP server to insert the DHCP relay agent information option in forwarded BOOTREQUEST messages:
RP/0/RP0/CPU0:router(config)# dhcp relay information option
Related Commands
Command
|
Description
|
dhcp relay information check disable
|
Configures a DHCP server to not validate the relay agent information option in forwarded BOOTREPLY messages.
|
dhcp relay information policy
|
Configures the information reforwarding policy of a DHCP relay agent (what a DHCP relay agent should do if a message already contains relay information).
|
dhcp relay information policy
To configure the information reforwarding policy for a Dynamic Host Configuration Protocol (DHCP) relay agent (what a relay agent should do if a message already contains relay information), use the dhcp relay information policy command in global configuration mode. To restore the default relay information policy, use the no form of this command.
dhcp relay information policy {drop | keep | replace}
no dhcp relay information policy {drop | keep | replace}
Syntax Description
drop
|
Directs the DHCP relay agent to discard messages with existing relay information if the relay information option is already present.
|
keep
|
Indicates that existing information is left unchanged on the DHCP relay agent.
|
replace
|
Indicates that existing information is overwritten on the DHCP relay agent.
|
Defaults
The DHCP server replaces existing relay information.
Command Modes
Global configuration
Command History
Release
|
Modification
|
Release 2.0
|
This command was introduced on the Cisco CRS-1.
|
Release 3.0
|
No modification.
|
Release 3.2
|
This command was supported on the Cisco XR 12000 Series Router.
|
Release 3.3.0
|
No modification.
|
Release 3.4.0
|
No modification.
|
Release 3.5.0
|
No modification.
|
Release 3.6.0
|
No modification.
|
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes the proper task IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.
Use the dhcp relay information policy command to configure the information reforwarding policy for a DHCP relay agent. Use the no form of this command to restore the default relay information policy.
This command is used by cable access router termination systems. When a DHCP relay agent receives a message from another DHCP relay agent, relay information might already be present in the message. By default, the relay information from the previous relay agent is replaced.
Task ID
Task ID
|
Operations
|
ip-services
|
read, write
|
basic-services
|
read, write
|
Examples
The following examples show how to configure a DHCP relay agent to drop messages with existing relay information, keep existing information, and replace existing information, respectively:
RP/0/RP0/CPU0:router(config)# dhcp relay information policy drop
RP/0/RP0/CPU0:router(config)# dhcp relay information policy keep
RP/0/RP0/CPU0:router(config)# dhcp relay information policy replace
Related Commands
dhcp server
To enable Dynamic Host Configuration Protocol (DHCP) services on a networking device, use the dhcp server command in global configuration mode. To disable DHCP services, use the no form of this command.
dhcp server
no dhcp server
Syntax Description
This command has no arguments or keywords.
Defaults
DHCP services are disabled, which means the relay agent is off.
Command Modes
Global configuration
Command History
Release
|
Modification
|
Release 2.0
|
This command was introduced on the Cisco CRS-1.
|
Release 3.0
|
No modification.
|
Release 3.2
|
This command was supported on the Cisco XR 12000 Series Router.
|
Release 3.3.0
|
No modification.
|
Release 3.4.0
|
No modification.
|
Release 3.5.0
|
No modification.
|
Release 3.6.0
|
No modification.
|
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes the proper task IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.
When this command is enabled, by default the relay agent is on.
Task ID
Task ID
|
Operations
|
ip-services
|
read, write
|
basic-services
|
read, write
|
Examples
The following example shows how to enable DHCP services:
RP/0/RP0/CPU0:router(config)# dhcp server
Related Commands
Command
|
Description
|
dhcp relay information check disable
|
Configures a DHCP server to not validate the relay agent information option in forwarded BOOTREPLY messages.
|
dhcp relay information option
|
Configures a DHCP server to insert the DHCP relay agent information option in forwarded BOOTREQUEST messages.
|
dhcp relay information policy
|
Configures the information reforwarding policy of a DHCP relay agent (what a DHCP relay agent should do if a message already contains relay information).
|
distance
To specify an administrative distance for Dynamic Host Configuration Protocol (DHCP) for IPv6 Prefix Delegation, use the distance command in DHCP IPv6 configuration mode. To delete an administrative distance, use the no form of this command.
distance administrative distance
no distance administrative distance
Syntax Description
administrative distance
|
User defined distance. The range is 1 to 255.
|
Defaults
administrative distance: 1
Command Modes
DHCP IPv6 configuration
Command History
Release
|
Modification
|
Release 3.4.0
|
This command was introduced on the Cisco CRS-1 and Cisco XR 12000 Series Router.
|
Release 3.5.0
|
No modification.
|
Release 3.6.0
|
No modification.
|
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes the proper task IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.
Task ID
Task ID
|
Operations
|
ip-services
|
read, write
|
Examples
The following is an example of setting the DHCP administrative distance to 200 using the distance command:
RP/0/RP0/CPU0:router(config)# dhcp ipv6
RP/0/RP0/CPU0:router (config-dhcpv6)# distance 200
Related Commands
Command
|
Description
|
dhcp ipv6
|
Enables Dynamic Host Configuration Protocol (DHCP) for IPv6 and enters DHCP IPv6 configuration mode.
|
dns-server
To specify the Domain Name System (DNS) IPv6 servers available to a Dynamic Host Configuration Protocol (DHCP) for IPv6 client, use the dns-server command in DHCP IPv6 pool configuration mode. To remove the DNS server list, use the no form of this command.
dns-server ipv6-address
no dns-server ipv6-address
Syntax Description
ipv6-address
|
IPv6 address of a DNS server.
This argument must be in the form documented in RFC 2373, where the address is specified in hexadecimal using 16-bit values between colons.
|
Defaults
When a DHCP for IPv6 pool is first created, no DNS IPv6 servers are configured.
Command Modes
DHCP IPv6 pool configuration
Command History
Release
|
Modification
|
Release 3.4.0
|
This command was introduced on the Cisco CRS-1 and Cisco XR 12000 Series Router.
|
Release 3.5.0
|
No modification.
|
Release 3.6.0
|
No modification.
|
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes the proper task IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.
Multiple Domain Name System (DNS) server addresses can be configured by issuing this command multiple times. New addresses do not overwrite old addresses.
Task ID
Task ID
|
Operations
|
ip-services
|
read, write
|
Examples
The following is an example of setting the DNS server name using the dns-server command:
RP/0/RP0/CPU0:router(config)# dhcp ipv6 pool pool1
RP/0/RP0/CPU0:router(config-dhcpv6-pool)# dns-server 10:10::10
Related Commands
Command
|
Description
|
pool (DHCP IPv6)
|
Configures a Dynamic Host Configuration Protocol (DHCP) for the IPv6 server configuration information pool and enters DHCP for IPv6 pool configuration mode.
|
domain-name (DHCP IPv6 pool)
To configure a domain name for a Dynamic Host Configuration Protocol (DHCP) for IPv6 client, use the domain-name command in DHCP IPv6 pool configuration mode. To remove the domain name, use the no form of this command.
domain-name domain
no domain-name
Syntax Description
domain
|
Specifies the domain name string to be used by the client.
|
Defaults
When a DHCP for IPv6 pool is first created, no domain name for clients is configured.
Command Modes
DHCP IPv6 pool configuration
Command History
Release
|
Modification
|
Release 3.4.0
|
This command was introduced on the Cisco CRS-1 and Cisco XR 12000 Series Router.
|
Release 3.5.0
|
No modification.
|
Release 3.6.0
|
No modification.
|
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes the proper task IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.
Multiple Domain Name System (DNS) domain names can be configured by issuing the domain-name command multiple times. The new domain name does not overwrite existing domain names.
Task ID
Task ID
|
Operations
|
ip-services
|
read, write
|
Examples
The following is an example of how to configure a DHCP IPv6 domain name using the domain-name command:
RP/0/RP0/CPU0:router(config)# dhcp ipv6 pool pool1
RP/0/RP0/CPU0:router(config-dhcpv6-pool)# domain-name howie.com
Related Commands
Command
|
Description
|
pool (DHCP IPv6)
|
Configures a Dynamic Host Configuration Protocol (DHCP) for the IPv6 server configuration information pool and enters DHCP for IPv6 pool configuration mode.
|
duid
To define the Dynamic Host Configuration Protocol (DHCP) the unique identification (DUID) on a specified device, use the duid command in DHCP IPv6 configuration mode. To delete an administrative distance, use the no form of this command.
duid duid name
no duid duid name
Syntax Description
duid name
|
IPv6 DHCP unique identifier (DUID) in hex format. The length of DUID word should be even.
|
Defaults
DUID-LL as defined in Section 9.4 of RFC3315
Command Modes
DHCP IPv6 configuration
Command History
Release
|
Modification
|
Release 3.4.0
|
This command was introduced on the Cisco CRS-1 and Cisco XR 12000 Series Router.
|
Release 3.5.0
|
No modification.
|
Release 3.6.0
|
No modification.
|
Usage Guidelines
For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.
Use the duid command to configure the DHCP unique identifier on a specified device. Use the no form of this command to restore the default.
Task ID
Task ID
|
Operations
|
ip-services
|
read, write
|
Examples
The following is an example of how to create an IPv6 DHCP unique identifier (DUID) of 0002000000090CC084D303000912 using the duid command:
RP/0/RP0/CPU0:router(config)# dhcp ipv6
RP/0/RP0/CPU0:router(config-dhcpv6)# duid 0002000000090CC084D303000912
Related Commands
Command
|
Description
|
dhcp ipv6
|
Enables Dynamic Host Configuration Protocol (DHCP) for IPv6 and enters DHCP IPv6 configuration mode.
|
show dhcp ipv6
|
Displays the DHCP DUID on a specified device.
|
interface (DHCP)
To enable Dynamic Host Configuration Protocol (DHCP) for IPv6 on an interface, use the interface command in DHCP IPv6 configuration mode. To disable DHCPv6 on an interface, use the no form of the command.
interface interface-type interface-instance {server | relay}
Syntax Description
interface-type
|
Interface type. For more information, use the question mark (?) online help function.
|
interface-instance
|
Either a physical interface instance or a virtual interface instance as follows:
• Physical interface instance. Naming notation is rack/slot/module/port and a slash between values is required as part of the notation.
– rack: Chassis number of the rack.
– slot: Physical slot number of the modular services card or line card.
– module: Module number. A physical layer interface module (PLIM) is always 0.
– port: Physical port number of the interface.
Note In references to a Management Ethernet interface located on a route processor card, the physical slot number is alphanumeric (RP0 or RP1) and the module is CPU0. Example: interface MgmtEth0/RP1/CPU0/0.
• Virtual interface instance. Number range varies depending on interface type.
For more information about the syntax for the router, use the question mark (?) online help function.
|
server
|
Enables service on the specified interface using the pool for prefix delegation.
|
relay
|
Specifies a destination address.
|
Defaults
No default behavior or values
Command Modes
DHCP IPv6 configuration
Command History
Release
|
Modification
|
Release 3.4.0
|
This command was introduced on the Cisco CRS-1 and Cisco XR 12000 Series Router.
|
Release 3.5.0
|
No modification.
|
Release 3.6.0
|
No modification.
|
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes the proper task IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.
Task ID
Task ID
|
Operations
|
ip-services
|
read, write
|
Examples
The following is an example of enabling the DHCP interface mode on a Packet over Sonet/SDH (POS) interface using the interface command:
RP/0/RP0/CPU0:router(config)# dhcp ipv6
RP/0/RP0/CPU0:router(config-dhcpv6)# interface POS 0/5/0/0 relay
Related Commands
Command
|
Description
|
dhcp ipv6
|
Enables Dynamic Host Configuration Protocol (DHCP) for IPv6 and enters DHCP IPv6 configuration mode.
|
show dhcp ipv6 interface
|
Displays DHCP for IPv6 interface information.
|
pd (prefix-delegation - DHCP IPv6 pool)
To specify a manually configured numeric prefix to be delegated to a specified client (and optionally a specified identity association for prefix delegation [IAPD] for that client), use the pd command in DHCP IPv6 pool configuration mode. To remove the prefix, use the no form of this command.
pd ipv6-prefix/prefix-length client-DUID [iaid iaid] [lifetime]
Syntax Description
ipv6-prefix
|
(Optional) Specified IPv6 prefix.
This argument must be in the form documented in RFC 2373, where the address is specified in hexadecimal using 16-bit values between colons
|
/prefix-length
|
Length of the IPv6 prefix. A decimal value that indicates how many of the high-order contiguous bits of the address comprise the prefix (the network portion of the address).
|
client-DUID
|
The DHCP unique identifier (DUID) of the client to which the prefix is delegated.
|
iaid iaid
|
(Optional) Identity association identifier (IAID), which uniquely identifies an IAPD on the client.
|
lifetime
|
(Optional) Sets a length of time during which the requesting router is allowed to use the prefix. The following values can be used:
• valid-seconds—Length of time, in seconds, that the prefix remains valid for the requesting router to use.
• valid-seconds preferred-seconds—Length of time, in seconds, that the prefix remains valid for the requesting router to use, plus the length of time after which client should re-check that it still has the prefix.
• at—Absolute point in time where the prefix is no longer valid and no longer preferred.
• preferred-seconds—Length of time, in seconds, that the prefix remains preferred for the requesting router to use.
• infinite—Unlimited lifetime. This value can be used in place of valid-seconds or preferred-seconds value.
• valid-month valid-date valid-year valid-time—Fixed duration of time for hosts to remember router advertisements. The format used can be oct 24 2003 11:45 or 24 oct 2003 11:45.
• preferred-month preferred-date preferred-year preferred-time—Fixed duration of time for hosts to remember router advertisements. The format used can be oct 24 2003 11:45 or 24 oct 2003 11:45.
• at valid-timestamp—Absolute point in time (rather than duration) for the valid-timestamp.The prefix is valid up to valid-timestamp.
• at valid-timestamp preferred-timestamp—Absolute point in time (rather than duration) for the valid-timestamp and preferred time-stamp. The client should confirm that it has the prefix after preferred-timestamp; however, the time-stamp is still valid up to valid-timestamp.
|
Defaults
No manually configured prefix delegations exist.
Command Modes
DHCP IPv6 pool configuration
Command History
Release
|
Modification
|
Release 3.4.0
|
This command was introduced on the Cisco CRS-1 and Cisco XR 12000 Series Router.
|
Release 3.5.0
|
No modification.
|
Release 3.6.0
|
No modification.
|
Usage Guidelines
To use this command, you must be in a user group associated with a task group that includes the proper task IDs. For detailed information about user groups and task IDs, see the Configuring AAA Services on Cisco IOS XR Software module of the Cisco IOS XR System Security Configuration Guide.
Task ID
Task ID
|
Operations
|
ip-services
|
read, write
|
Examples
The following is an example of the pd command in DHCP IPv6 pool configuration mode:
RP/0/RP0/CPU0:router(config)# dhcp ipv6 pool pool1