您好,登錄后才能下訂單哦!
1、Overlay Tunnel解析
2、實驗拓撲
3、基礎配置
R1配置
ipv6 unicast-routing
interface Loopback0
ipv6 address 1::1/64
interface FastEthernet1/0
ipv6 address 2000:12::1/64
R2配置
ipv6 unicast-routing
interface Loopback0
ip address 2.2.2.2 255.255.255.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
R3配置
ipv6 unicast-routing
interface Loopback0
ip address 3.3.3.3 255.255.255.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
R4配置
ipv6 unicast-routing
interface Loopback0
ipv6 address 4::4/64
interface FastEthernet1/0
ipv6 address 2000:34::4/64
4、配置Overlay Tunnel
R1配置
interface Loopback0
ipv6 ospf 110 area 0
interface FastEthernet1/0
ipv6 ospf 110 area 0
ipv6 router ospf 110
router-id 1.1.1.1
R2配置
interface Tunnel2
ipv6 enable
ipv6 ospf 110 area 0
tunnel source 2.2.2.2
tunnel destination 3.3.3.3
tunnel mode ipv6ip
interface FastEthernet1/0
ipv6 ospf 110 area 0
ipv6 router ospf 110
router-id 2.2.2.2
R3配置
interface Tunnel3
ipv6 enable
ipv6 ospf 110 area 0
tunnel source 3.3.3.3
tunnel destination 2.2.2.2
tunnel mode ipv6ip
interface FastEthernet1/0
ipv6 ospf 110 area 0
ipv6 router ospf 110
router-id 3.3.3.3
R4配置
interface Loopback0
ipv6 ospf 110 area 0
interface FastEthernet1/0
ipv6 ospf 110 area 0
ipv6 router ospf 110
router-id 4.4.4.4
5、實驗測試
此時方法的不足之處在于,當有多個IPv6網絡需要互訪是,我們需要兩兩之間都建立Tunnel,工作量將非常大。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。