You are on page 1of 2

===============================================================

IPv6 LAN INTERFACE COMMANDS and STATELESS DHCPv6 Server:


===============================================================
!
TAAS:
conf t
int gi 0/1
ipv6 add 2001:xxxx:cafe:dede::1/64
int gi 0/0
ipv6 address 2001:xxxx:xxxx:xxxx/x
ipv6 dhcp server CONVERGE
ipv6 nd other-config-flag
description LAN_xxx
no shut
do wr
exit
ipv6 dhcp pool CONVERGE
exit
do wr
!
!(PC must be on auto-config)

===============================================================
IPv6 LAN INTERFACE COMMANDS and STATEFUL DHCPv6 Server:
===============================================================
!
ena
conf t
ipv6 unicast-routing
int Gi 0/x
ipv6 address 2001:xxxx:xxxx:xxxx/x
ipv6 dhcp server IPV6-STATEFUL
ipv6 nd managed-config-flag
description LAN_xxx
no shut
do wr
exit
ipv6 dhcp pool IPV6-STATEFUL
address prefix 2001:xxxx:xxxx:xxxx/x
exit
do wr

===============================================================
IPv6 WAN INTERFACE COMMANDS:
===============================================================
!
ena
conf t
ipv6 unicast-routing
int Se x/x/x
ipv6 address 2001:xxxx:xxxx:xxxx/x
description
no shut
do wr
exit
!

===============================================================
IPv6 ROUTING (RIPng):
===============================================================
!
ena
conf t
ipv6 unicast-routing
int se 0/x/x
ipv6 rip CONVERGE enable
do wr
exit
!

===============================================================
IPv6 ROUTING (MULTI-AREA OSPFv3):
===============================================================
!
ena
conf t
ipv6 unicast-routing
router ospf 1
router-id x.x.x.x
exit
int se 0/x/x
ipv6 ospf 1 area x
do wr
exit
!

===============================================================
IPv6 ROUTING (EIGRP for IPv6):
===============================================================
!
ena
conf t
ipv6 unicast-routing
router eigrp 100
eigrp router-id x.x.x.x
no shut
exit
int se 0/x/x
ipv6 eigrp 100
do wr
exit
!

You might also like