Step 2. Setting up the router for IPv6
Follow this procedure for setting up the router for IPv6.
- Check to ensure that the IPv4 settings are configured, by entering
the following command:
# netstat -ni - With root authority, enter the following command:
# autoconf6 - To activate IPv6 forwarding, enter the following command:
# no -o ip6forwarding=1 - Configure Global IP on the router interface, by entering the following
command:
# chdev –l en0 –a netaddr6=’2001:4:5:6:207:30ff:fe05:66ec’ –a prefixlen=64 - Manually configure routes on the router to enable accurate delivery
of packets. For example, if fe80:: 3ca6:70ff:fe00:3004/64 is
the gateway for prefix 2001:2:3:4::/64, add a prefix
route as follows:
# route add –inet6 –net 2001:2:3:4::/64 fe80::3ca6:70ff:fe00:3004 –static