溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊(cè)×
其他方式登錄
點(diǎn)擊 登錄注冊(cè) 即表示同意《億速云用戶(hù)服務(wù)條款》

65、IPv6配置實(shí)驗(yàn)之6to4 Tunnel

發(fā)布時(shí)間:2020-06-03 19:23:15 來(lái)源:網(wǎng)絡(luò) 閱讀:3173 作者:開(kāi)源殿堂 欄目:網(wǎng)絡(luò)安全

1、6to4 Tunnel解析

65、IPv6配置實(shí)驗(yàn)之6to4 Tunnel


E0接口的網(wǎng)絡(luò)號(hào)2002:c0a8:6301::/48的得來(lái):

192.168.99.1轉(zhuǎn)為16進(jìn)制表示的話(huà)為c0a8:6301,在其前面加上20002:即可得到2002:c0a8:6301::/48的網(wǎng)絡(luò)號(hào)。E0接口的IP地址可以手動(dòng)配置,也可以通過(guò)eui-64自動(dòng)生成。


2、實(shí)驗(yàn)拓?fù)?/p>

65、IPv6配置實(shí)驗(yàn)之6to4 Tunnel



3、實(shí)驗(yàn)配置

R1配置

ipv6 unicast-routing

interface FastEthernet1/0

 ipv6 address 2002:202:202::1/64

 ipv6 ospf 110 area 0

interface FastEthernet2/0

 ipv6 address 2002:202:202:15::1/64

 ipv6 ospf 110 area 0

ipv6 router ospf 110

 router-id 1.1.1.1


R2配置

ipv6 unicast-routing

interface Loopback0

 ip address 2.2.2.2 255.255.255.0

interface Tunnel2

 ipv6 unnumbered FastEthernet1/0

 tunnel source Loopback0

 tunnel mode ipv6ip 6to4

interface FastEthernet1/0

 ipv6 address 2002:202:202::2/64

 ipv6 ospf 110 area 0

interface FastEthernet2/0

 ip address 23.1.1.2 255.255.255.0

ip route 3.3.3.0 255.255.255.0 23.1.1.3

ipv6 route 2002::/16 Tunnel2

ipv6 router ospf 110

 router-id 2.2.2.2

 redistribute static


R3配置

ipv6 unicast-routing

interface Loopback0

 ip address 3.3.3.3 255.255.255.0

interface Tunnel3

 ipv6 unnumbered FastEthernet1/0

 tunnel source Loopback0

 tunnel mode ipv6ip 6to4

interface FastEthernet1/0

 ipv6 address 2002:303:303::3/64

 ipv6 ospf 110 area 0

interface FastEthernet2/0

 ip address 23.1.1.3 255.255.255.0

ip route 2.2.2.0 255.255.255.0 23.1.1.2

ipv6 route 2002::/16 Tunnel3

ipv6 router ospf 110

 router-id 3.3.3.3

 redistribute static


R4配置

ipv6 unicast-routing

interface FastEthernet1/0

 ipv6 address 2002:303:303::4/64

 ipv6 ospf 110 area 0

interface FastEthernet2/0

 ipv6 address 2002:303:303:46::4/64

 ipv6 ospf 110 area 0

ipv6 router ospf 110

 router-id 4.4.4.4


R5配置

ipv6 unicast-routing

interface FastEthernet2/0

 ipv6 address 2002:202:202:15::5/64

 ipv6 ospf 110 area 0

ipv6 router ospf 110

 router-id 5.5.5.5


R6配置

ipv6 unicast-routing

interface FastEthernet2/0

 ipv6 address 2002:303:303:46::6/64

 ipv6 ospf 110 area 0

ipv6 router ospf 110

 router-id 6.6.6.6


4、實(shí)驗(yàn)測(cè)試

65、IPv6配置實(shí)驗(yàn)之6to4 Tunnel

65、IPv6配置實(shí)驗(yàn)之6to4 Tunnel


向AI問(wèn)一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀(guān)點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI