end
Exits the current configuration mode and returns to the Exec mode.
Product
All
Privilege
Security Administrator, Administrator
Syntax
end
Usage Guidelines
Use this command to return to the Exec mode.
The documentation set for this product strives to use bias-free language. For the purposes of this documentation set, bias-free is defined as language that does not imply discrimination based on age, disability, gender, racial identity, ethnic identity, sexual orientation, socioeconomic status, and intersectionality. Exceptions may be present in the documentation due to language that is hardcoded in the user interfaces of the product software, language used based on RFP documentation, or language that is used by a referenced third-party product. Learn more about how Cisco is using Inclusive Language.
The Dynamic Host Configuration Protocol (DHCP) for Internet Protocol Version 6 (IPv6) Client Configuration Mode is used to create and manage DHCPv6 client parameters to support DHCPv6-based address assignment.
Exec > Global Configuration > Context Configuration > DHCPv6 Service Configuration > DHCPv6 Client Configuration
configure > context context_name > dhcpv6-service service_name > dhcpv6-client
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-dhcpv6-client)#
Important |
The commands or keywords/variables that are available are dependent on platform type, product version, and installed license(s). |
Exits the current configuration mode and returns to the Exec mode.
All
Security Administrator, Administrator
end
Use this command to return to the Exec mode.
Exits the current mode and returns to the parent configuration mode.
All
Security Administrator, Administrator
exit
Use this command to return to the parent configuration mode.
Configures the maximum number of times that the system attempts to communicate with an unresponsive DHCPv6 server before it is considered a failure.
GGSN
P-GW
SAEGW
Security Administrator, Administrator
Exec > Global Configuration > Context Configuration > DHCPv6 Service Configuration > DHCPv6 Client Configuration
configure > context context_name > dhcpv6-service service_name > dhcpv6-client
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-dhcpv6-client)#
max-retransmissions max_number
default max-retransmissions
Returns the command to its default setting of 20.
Specifies the maximum number of re-attempts the system tries when no response is received from a DHCPv6 server. max_number is an integer from 1 through 20. Default: 20
This command works in conjunction with the detect-dead-server DHCPv6 service command to set a limit to the number of communication failures that can occur with a configured DHCPv6 service.
When the value specified by this parameter is met, a failure is logged. The detect-dead-server DHCPv6 service parameter specifies the number of consecutive failures that could occur before the server is marked as down.
max-retransmissions 5
Configures the amount of time that the client attempts to communicate with an unresponsive DHCPv6 server. DHCPv6 server is considered to be dead if it doesn't respond after given tries from client.
GGSN
P-GW
SAEGW
Security Administrator, Administrator
Exec > Global Configuration > Context Configuration > DHCPv6 Service Configuration > DHCPv6 Client Configuration
configure > context context_name > dhcpv6-service service_name > dhcpv6-client
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-dhcpv6-client)#
server-dead-time dead_time
default server-dead-time
Returns the command to its default setting of 5.
Specifies the maximum amount of time (in seconds) that the client attempts to communicate with an unresponsive DHCPv6 server.
dead_time must be an integer value from 1 through 1932100.
Default: 5
Use this command to specify the maximum amount of time (in seconds) that the client attempts to communicate with an unresponsive DHCPv6 server.
This command works in conjunction with the max-retransmissions command to set a limit to the number of times that the system attempts to communicate with an unresponsive DHCPv6 server before it is considered a failure.
server-dead-time 10
Configures DHCPv6 server(s) with which the DHCPv6 client is to communicate.
GGSN
P-GW
SAEGW
Security Administrator, Administrator
Exec > Global Configuration > Context Configuration > DHCPv6 Service Configuration > DHCPv6 Client Configuration
configure > context context_name > dhcpv6-service service_name > dhcpv6-client
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-dhcpv6-client)#
server-ipv6-address ipv6_address [ port port_number ] [ priority priority ] [ -noconfirm ]
no server-ipv6-address ipv6_address
Deletes a previously configured DHCPv6 server.
Specifies the IP address of the DHCPv6 server expressed in IPv6 colon-separated-hexadecimal notation.
Default: FF02::1:2
Specifies the port used for communicating with the DHCPv6 server.
port_number must be an integer from 1 through 65535. If unspecified, the default port is 547.
Specifies the priority of the server if multiple servers are configured.
priority is an integer from 1 through 1000. 1 is the highest priority.
Executes the command without prompting for further input from the user.
Use this command to configure the DHCPv6 server(s) that the client is to communicate with. Multiple servers can be configured, each with their own priority.
server-ipv6-address 1234:245:3456:4567:5678:6789:7890:8901 port 300 priority 1
Configures the amount of time that a DHCPv6 client waits before considering a dead DHCPv6 server alive again.
GGSN
P-GW
SAEGW
Security Administrator, Administrator
Exec > Global Configuration > Context Configuration > DHCPv6 Service Configuration > DHCPv6 Client Configuration
configure > context context_name > dhcpv6-service service_name > dhcpv6-client
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-dhcpv6-client)#
server-resurrect-time revive_time
default server-resurrect-time
Returns the command to its default setting of 20.
Specifies the maximum amount of time (in seconds) that a DHCPv6 client waits before considering a dead DHCPv6 server alive again.
revive_time must be an integer value from 1 through 1932100.
Default: 20
Use this command to specify the amount of time that a DHCPv6 client waits before considering a dead DHCPv6 server alive again.
server-resurrect-time 25