##
IPv6 Advanced
How IPv6 hosts actually get configured and discover neighbours — and how IPv4 and IPv6 coexist.
// SLAAC, NDP & EUI-64
- SLAAC: host self-configures from the RA prefix + interface ID
- NDP replaces ARP — runs over ICMPv6 with multicast
- EUI-64: split the MAC, insert FFFE, flip the 7th bit
- DHCPv6 can be stateful (addresses) or stateless (options)
- No broadcast — uses multicast and anycast instead
ipv6 unicast-routing
!
interface GigabitEthernet0/0
ipv6 address 2001:db8:0:1::1/64
ipv6 address fe80::1 link-local
ipv6 enable
ipv6 nd ra suppress all show ipv6 interface brief
show ipv6 route
show ipv6 neighbors
ping ipv6 2001:db8:0:1::2