實驗名稱:ipv6 ipv4雙棧互通與靜態路由
實驗目的:路由器和主機上同時配置ipv4和ipv6,最後實現不同協議棧都能互連互通
實驗拓撲圖:
r1左邊
router>en
router#conf t
router(config)# ipv6 unicast-routing
router(config)#inte***ce loopback0
router(config-if)#no ip address
router(config-if)#ipv6 address 2006:aaaa::1/64
router(config-if)#exit
router(config)#inte***ce fastethernet0/0
router(config-if)# ip address 192.168.1.1 255.255.255.0
router(config-if)#ipv6 address 2009:1111::1/64
router(config-if)#exit
router(config)#inte***ce serial0/0/0
router(config-if)# ip address 202.1.1.1 255.255.255.0
router(config-if)# ipv6 address 2007:cccc::1/64
router(config-if)# clock rate 800000
router(config-if)#no shutdown
router(config-if)#exit
router(config)#ip route 192.168.2.0 255.255.255.0 202.1.1.2
router(config)#ipv6 route ::/0 2007:cccc::2
r2右邊
router>en
router#conf t
router(config)# ipv6 unicast-routing
router(config)#inte***ce loopback0
router(config-if)# no ip address
router(config-if)# ipv6 address 2008:dddd::1/64
router(config-if)#exit
router(config)#inte***ce fastethernet0/0
router(config-if)# ip address 192.168.2.1 255.255.255.0
router(config-if)# ipv6 address 2010:1111::1/64
router(config-if)#no shutdown
router(config-if)#exit
router(config)#inte***ce serial0/0/0
router(config-if)# ip address 202.1.1.2 255.255.255.0
router(config-if)# ipv6 address 2007:cccc::2/64
router(config-if)#no shutdown
router(config-if)#exit
router(config)#ip route 192.168.1.0 255.255.255.0 202.1.1.1
router(config)#ipv6 route ::/0 2007:cccc::1
OSS支援IPV6 IPV4雙棧訪問網域名稱
ipv4位址已接近枯竭,被譽為下一代網際網路技術的ipv6成為新的 全球網際網路門牌號 它可以讓地球上的每一粒沙子都擁有位址。ipv6是internet protocol version 6的縮寫,其中internet protocol譯為 網際網路協議 ipv6是ietf 網際網路工程任務組,in...
ipv4v6雙棧技術 IPv4 IPv6雙棧方法
室 010 3337 3338 8030 傳真 82893336 8031 ipv4 ipv6 雙棧方法 正如問題的幽靈所表現出來的,傳統系統的堅固性被高估了。很長時間內,ipv4 仍將存在,即使一些網路或連網世界的其餘部分已公升級為 ipv6 到那時,公升級系統將需要保持與 ipv4 系統的互操作...
IPv4 IPv6雙重協議棧
ipv4 tcp客戶與ipv6伺服器之間的通訊 1 啟動ipv6伺服器,建立套接監聽口,繫結通配位址 2 ipv4呼叫gethostbyname找到該伺服器對應的a記錄 3 呼叫connect,向伺服器傳送乙個ipv4的syn 4 伺服器設定標誌,表明是ipv4對映的ipv6位址,相應乙個ipv4的...