This commit is contained in:
Lenny Peng 2022-11-10 10:51:06 +08:00
parent 8100bc5228
commit ad81469740
2 changed files with 75 additions and 49 deletions

View File

@ -57,7 +57,7 @@ ___
> **注意:** 双栈部署并不是说那些仅支持 IPv4 或仅支持 IPv6 的主机,具备与其它主机通信的能力。要实现此特性,就需要其它的协议与机制。双栈仅指主机(或设施)能够同时支持 IPv4 协议栈**及**IPv6协议栈。
在双栈部署无法应用的情形中,就有可能将IPv6数据要精油IPv4网络进行隧道处理in situations where Dual-stack implementation can not be used, it is posssible to tunnel the IPv6 packets over IPv4 networks使用一些隧道来将IPv6数据包封装在IPv4数据包中以令到这些IPv6数据包进行跨越尚无或是还没有原生支持IPv6的网络部分。这样做允许一些IPv6"岛"IPv6 "islands"通过现行的IPv4设施之间相互通信。
在双栈部署无法应用的情形中,就有可能将 IPv6 数据要经由 IPv4 网络进行隧道处理in situations where Dual-stack implementation can not be used, it is posssible to tunnel the IPv6 packets over IPv4 networks使用一些隧道来将 IPv6 数据包封装在 IPv4 数据包中,以令到这些 IPv6 数据包进行跨越尚无或是还没有原生支持 IPv6 的网络部分。这样做允许一些IPv6"岛"IPv6 "islands")通过现行的 IPv4 设施之间相互通信。
> **注意:** 在运用隧道技术时,为将 IPv6 数据包经由 IPv4 设施进行隧道化传输节点或互联网络的设备必须支持双栈with tunnelling, nodes or internetwork devices must support dual-stack in order to tunnel IPv6 packets over the IPv4 infrastructure

26
package.json Normal file
View File

@ -0,0 +1,26 @@
{
"name": "ccna60d",
"version": "1.0.0",
"description": "**Cisco CCNA in 60 Days**",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"git-push": "git add . && git commit -m \"updated.\" && git push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gnu4cn/ccna60d.git"
},
"keywords": [
"Computer",
"network",
"计算机网络通信",
"CCNA"
],
"author": "xfoss.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/gnu4cn/ccna60d/issues"
},
"homepage": "https://github.com/gnu4cn/ccna60d#readme"
}