Connect a pc to each LAN and verify that the PC recieves both an IPv4 address (from DHCP), and an IPv6 address (from SLAAC)."
I thought I had configured it correctly, but when I tried to connect a PC it did not work.
The commands I used on each router was:
IPV4
ip dhcp excluded-address 100.64.1.1 100.64.1.5
Ip DHCP pool LAN-POOL-1
Network 100.64.1.0 255.255.255.0
Default-router 100.64.1.1
End
IPV6
Ipv6 unicast-routing
Ipv6 DHCP pool IPV6-SLAAC1
Exit
interface GigabitEthernet0/0
Ipv6 DHCP server IPV6-SLAAC1
Ipv6 nd other-config-flag
Exit
interface GigabitEthernet0/0
Ipv6 enable
Ipv6 address autoconfig
Is it something that I am missing or have done wrong?
I am attaching a screenshot of my topology and output of some commands.
I also tried to use the command "show ip dhcp server statistics", but it just says that the command is invalid... Same with the command "show ip dhcp". Anyone know why?