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) Server Configuration Mode is used to create and manage DHCPv6 server parameters to support DHCPv6-based address assignment.
Exec > Global Configuration > Context Configuration > DHCPv6 Service Configuration > DHCPv6 Server Configuration
configure > context context_name > dhcpv6-service service_name > dhcpv6-server
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-dhcpv6-server)#
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 M/O flag for neighbor discovery protocol.
GGSN
P-GW
SAEGW
Security Administrator, Administrator
Exec > Global Configuration > Context Configuration > DHCPv6 Service Configuration > DHCPv6 Server Configuration
configure > context context_name > dhcpv6-service service_name > dhcpv6-server
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-dhcpv6-server)#
ipv6 nd { managed-config-flag | other-config-flag }
Configure M/O flag for neighbor discovery protocol.
managed-config-flag : Configure M flag.
other-config-flag : Configure O flag.
Use this command to specify the M/O flag for neighbor discovery protocol.
ipv6 nd managed-config-flag
Configures the preferred lifetime for prefixes assigned by the DHCPv6 service.
GGSN
P-GW
SAEGW
Security Administrator, Administrator
Exec > Global Configuration > Context Configuration > DHCPv6 Service Configuration > DHCPv6 Server Configuration
configure > context context_name > dhcpv6-service service_name > dhcpv6-server
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-dhcpv6-server)#
preferred-lifetime pref_lifetime
default preferred-lifetime
Returns the command to its default setting of 900.
Specifies the preferred lifetime (in seconds) for prefixes assigned by the DHCPv6 service.
pref_lifetime must be an integer value from 1 through 1932100.
Default: 900
Use this command to specify the preferred lifetime for prefixes assigned by the DHCPv6 service.
preferred-lifetime 1001
Configures the lifetime parameters that can be used by a particular DHCPv6 service to allocate delegated prefixes.
GGSN
Security Administrator, Administrator
Exec > Global Configuration > Context Configuration > DHCPv6 Service Configuration > DHCPv6 Server Configuration
configure > context context_name > dhcpv6-service service_name > dhcpv6-server
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-dhcpv6-server)#
prefix-delegation valid-lifetime valid_lifetime preferred-lifetime pref_lifetime
Specifies the valid lifetime (in seconds) for prefixes for which the delegated prefix is valid. After this is exhausted, delegated prefix is deemed invalid.
pref_lifetime must be an integer value from 1 through 1932100.
Default: 900
Specifies the preferred lifetime (in seconds) for which new connections can be established by these delegated prefixes. Once it is exhausted, no new connections can be made.
pref_lifetime must be an integer value from 1 through 1932100.
Default: 900
Use this command to specify the valid and preferred lifetime for prefixes assigned by the DHCPv6 service for prefix delegation.
prefix-delegation valid-lifetime 1500 preferred-lifetime 1200
Configures the rebind time for prefixes assigned by the DHCPv6 service.
GGSN
P-GW
SAEGW
Security Administrator, Administrator
Exec > Global Configuration > Context Configuration > DHCPv6 Service Configuration > DHCPv6 Server Configuration
configure > context context_name > dhcpv6-service service_name > dhcpv6-server
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-dhcpv6-server)#
rebind-time rebind_time
default rebind-time
Returns the command to its default setting of 900.
Specifies the rebind time (in seconds) for prefixes assigned by the DHCPv6 service.
rebind_time must be an integer value from 1 through 1932100.
Default: 900
Use this command to specify the rebind time for prefixes assigned by the DHCPv6 service.
rebind-time 1001
Configures the renewal time for prefixes assigned by the DHCPv6 service.
GGSN
P-GW
SAEGW
Security Administrator, Administrator
Exec > Global Configuration > Context Configuration > DHCPv6 Service Configuration > DHCPv6 Server Configuration
configure > context context_name > dhcpv6-service service_name > dhcpv6-server
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-dhcpv6-server)#
renew-time renewal_time
default renew-time
Returns the command to its default setting of 900.
Specifies the renewal time (in seconds) for prefixes assigned by the DHCPv6 service.
renewal_time must be an integer value from 1 through 1932100.
Default: 900
Use this command to specify the renewal time for prefixes assigned by the DHCPv6 service.
renew-time 1001
Configures the valid lifetime for prefixes assigned by the DHCPv6 service.
GGSN
P-GW
SAEGW
Security Administrator, Administrator
Exec > Global Configuration > Context Configuration > DHCPv6 Service Configuration > DHCPv6 Server Configuration
configure > context context_name > dhcpv6-service service_name > dhcpv6-server
Entering the above command sequence results in the following prompt:
[context_name]host_name(config-dhcpv6-server)#
valid-lifetime valid_lifetime
default valid-lifetime
Returns the command to its default setting of 900.
Specifies the valid lifetime (in seconds) for prefixes assigned by the DHCPv6 service.
valid_lifetime must be an integer value from 1 through 1932100.
Default: 900
Use this command to specify the valid lifetime for prefixes assigned by the DHCPv6 service.
valid-lifetime 1001