DHCPv6

Stateless DHCPv6

(config)#ipv6 dhcp pool ( name )
(config-dhcpv6)#dns-server ( address )
(config-dhcpv6)#domain-name ( name )
the following command to configure the VLAN (#) interface to operate as a DHCPv6 server using the pool name
(config-if)#ipv6 dhcp server ( pool name  )
When an interface is configured to operate as a DHCPv6 server, DHCPv6 clients that are operating on the same segment as that interface will be able to exchange DHCPv6 packets and obtain configuration information from the given DHCPv6 pool

the following command to configure the DHCPv6 server to access the VLAN 200 interface and advertise the extra, nonaddress information that is contained in the pool.
(config-if)#ipv6 nd other-config-flag

Stateful DHCPv6

(config)#ipv6 dhcp pool ( name )
(config-dhcpv6)#dns-server 
(config-dhcpv6)#domain-name 
(config-dhcpv6)#address prefix ( prefix address )
(config-dhcpv6)#interface ( interface # )
(config-if)#ipv6 dhcp server (pool name )

DHCPv6 Relay Agent

(config)#interface ( interface )
(config-if)#ipv6 dhcp relay destination ( ipv6 address dhcp server )

Leave a Comment