top of page

IPv6

IPv6 Lijnen groen maken router:

En
Conf t
Host R1
ipv6 unicast-routing
int f0/0
ipv6 addr 2001:1:4::1/64
(clock rate 128000 )
no sh
exit

Dit moet bij alle routers om lijnen groen te krijgen!!

​

​

 

 

 

 

 

 

 

 

 

 

 

 

​

​

Eerst naar PC0
IP configuration
IPv6 adres invullen: 2001:db8:aaaa:1::2/64 ( 1 is default gateway 2 is ip adres van computer )
Default gateway: : 2001:db8:aaaa:1::1

Nu naar PC1
IPv6 addres: 2001:db8:cccc:1::2 /64
Default gateway: 2001:db8:cccc:1::1

 

Nu configureren
 

Router 0:
en
conf t
host A
ipv6 unicast-routing
int g0/0
ipv6 addr 2001:db8:aaaa:1::1/64
no sh
exit
 

Int g0/1
ipv6 addr 2001:db8:bbbb:1::1/64
no sh
exit
 

Router 1:
en
conf t
host B
ipv6 unicast-routing
int g0/1
ipv6 addr 2001:db8:cccc:1::1/64
no sh
exit
 

Int g0/0
ipv6 addr 2001:db8:bbbb:1::2/64 ( 1 is al in gebruik tussen routers dus nu 2)
 

Router 0:

Ipv6 router rip rip1
int g0/0
ipv6 rip rip1 enable

Int g0/1
ipv6 rip rip1 enable
exit
 

Router 1:

Ipv6 router rip rip1 ( alle routers zelfde naam geven dus rip1 )
int g0/1
ipv6 rip rip1 enable
int g0/0
ipv6 rip rip1 enable

 

​

wix.png
bottom of page