You have a DHCP server named Server1 that runs Windows Server 2012 R2.
You need to configure Server1 as a stateless DHCPv6 server.
Which cmdlet should you run?

A.
Add-DHCPServerv6Scope
B.
Add-DHCPServerv6OptionDefinition
C.
Set-DHCPServerv6Class
D.
Set-DHCPServerv6OptionValue
Explanation:
The parameters Parent Domain and IPv6 DNS Server, which the installation wizard asked for during
the DHCP server role installation if you chose “enable stateless mode,” can be added manually to
the Server Options node in the DHCP management console.
The Set-DhcpServerv6OptionValue cmdlet sets an IPv6 option value at the server, scope, or
reservation level. The difference between stateless and stateful mode of a Windows Server 2008 R2
DHCPv6 server
https://4sysops.com/archives/the-difference-between-stateless-and-stateful-mode-of-a-windowsserver-2008-r2-dhcpv6-server/
Has anyone confirmed this? I am having mixed results on this.
0
0
A
0
3
Proof?
0
0
this would result in the exact opposite and configure the server as stateFUL but stateLESS!
1
0
Closest thing I found was this link:
https://technet.microsoft.com/en-us/library/jj590694(v=wps.630).aspx
Specifically, the parameter -InforefreshTime
“Specifies the value for the information refresh option. This parameter value specifies an upper bound for how long a client should wait before refreshing information retrieved from DHCPv6 server. This parameter is used with stateless DHCPv6 as there are no addresses or other entities with lifetimes that can tell the client when to contact the DHCPv6 server to refresh its configuration.”
0
0
after doing some research I recommend to check some definitions of stateless and stateful DHCPv6 configuration and what the difference is, like e.g.:
https://technet.microsoft.com/en-us/library/cc753493(v=ws.11).aspx
So conclusion about stateless: you just configure options but no scope and therefore not giving out any leases.
You just take stated command and configure your whatever needed server and you’re done…
I think that’s the meaning behind this question/answer!
2
0
https://technet.microsoft.com/en-us/itpro/powershell/windows/dhcpserver/set-dhcpserverv6optionvalue
“InfoRefreshTime
Specifies the value for the information refresh option. This parameter value specifies an upper bound for how long a client waits before refreshing information retrieved from DHCPv6 server. This parameter is used with stateless DHCPv6 as there are no addresses or other entities with lifetimes that can tell the client when to contact the DHCPv6 server to refresh its configuration.”
1
1
Answer: D
Links from den & ThisGuy explain why.
IPv6 options are configured, but there is no Scope configured/active.
1
0