IPv6 – Installation sur Cisco

# Configuration sur routeur d’une adresse IPv6 et du routage

enable
configure terminal
interface fastethernet 0/0
ipv6 address FC00::7654/64
exit
ipv6 unicast-routing
exit
copy runing-config startup-config

# Configuration IPv6 DHCP Server
enable
configure terminal

ipv6 unicast-routing
ipv6 dhcp pool LAN_IPv6
address prefix 2001:1010:aaaa:1::/64 lifetime infinite infinite
link-address 2001:1010:aaaa:1::1/64

Int fastEthernet 0/0
ipv6 address 2001:1010:aaaa:1::1/64
ipv6 dhcp server LAN_IPv6
ipv6 enable

# Configuration IPv6 DHCP Client
enable
configure terminal

interface FastEthernet 0/0
no ip address
duplex full
ipv6 address dhcp
ipv6 enable

# Pour visualiser l’adresse IPv6 sur le client
show ipv6 interface brief

IPv6 – Activation du routage IPv6 sous Linux

Nous allons voir comment faire la configuration sur un routeur Cisco 2811 12.4T des adresses IPv6 et du routage

&gt;enable</p> <p>#configure terminal </p> <p>#interface fastethernet 0/0</p> <p># ipv6 address FC00::7654/64 </p> <p>#exit </p> <p>#ipv6 unicast-routing </p> <p>#exit </p> <p>#copy runing-config startup-config</p> <p>

Ensuite il faut que le router annonce ces routes aux clients:

Dans IOS, il faut utilser les commandes suivantes pour manipuler ces drapeaux (FLAGS)

M-bit: Disable par défaut. Pour fixer le M bit:

interface FastEthernet0/0 </p> <p>ipv6 nd managed-config-flag 

O-bit: Disable par défaut. Pour fixer le O bit:

interface FastEthernet0/0 </p> <p>ipv6 nd other-config-flag 

A-bit: enable par défaut. pour le couper:

interface FastEthernet0/0 </p> <p>ipv6 ndprefix 2001:db8::/64 300 300 no-autoconfig