2023-03-28 16:41:37 +08:00
<!DOCTYPE HTML>
2023-03-30 11:50:56 +08:00
< html lang = "zh" class = "sidebar-visible no-js light" >
2023-03-29 10:23:43 +08:00
< head >
<!-- Book generated using mdBook -->
< meta charset = "UTF-8" >
< title > 60 天通过 CCNA 考试 - CCNA60D Chinese, 中文版 CCNA 60 days< / title >
<!-- Custom HTML head -->
< meta name = "description" content = "" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< meta name = "theme-color" content = "#ffffff" / >
< link rel = "icon" href = "favicon.svg" >
< link rel = "shortcut icon" href = "favicon.png" >
< link rel = "stylesheet" href = "css/variables.css" >
< link rel = "stylesheet" href = "css/general.css" >
< link rel = "stylesheet" href = "css/chrome.css" >
<!-- Fonts -->
< link rel = "stylesheet" href = "FontAwesome/css/font-awesome.css" >
< link rel = "stylesheet" href = "fonts/fonts.css" >
<!-- Highlight.js Stylesheets -->
< link rel = "stylesheet" href = "highlight.css" >
< link rel = "stylesheet" href = "tomorrow-night.css" >
< link rel = "stylesheet" href = "ayu-highlight.css" >
<!-- Custom theme stylesheets -->
< link rel = "stylesheet" href = "theme/pagetoc.css" >
< / head >
< body >
2023-03-28 16:41:37 +08:00
< div id = "body-container" >
2023-03-29 10:23:43 +08:00
<!-- Provide site root to javascript -->
< script >
var path_to_root = "";
var default_theme = window.matchMedia("(prefers-color-scheme: dark)").matches ? "navy" : "light";
< / script >
<!-- Work around some values being stored in localStorage wrapped in quotes -->
< script >
try {
var theme = localStorage.getItem('mdbook-theme');
var sidebar = localStorage.getItem('mdbook-sidebar');
if (theme.startsWith('"') & & theme.endsWith('"')) {
localStorage.setItem('mdbook-theme', theme.slice(1, theme.length - 1));
}
if (sidebar.startsWith('"') & & sidebar.endsWith('"')) {
localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1));
}
} catch (e) { }
< / script >
<!-- Set the theme before any content is loaded, prevents flash -->
< script >
var theme;
try { theme = localStorage.getItem('mdbook-theme'); } catch(e) { }
if (theme === null || theme === undefined) { theme = default_theme; }
var html = document.querySelector('html');
html.classList.remove('no-js')
html.classList.remove('light')
html.classList.add(theme);
html.classList.add('js');
< / script >
<!-- Hide / unhide sidebar before it is displayed -->
< script >
var html = document.querySelector('html');
var sidebar = null;
if (document.body.clientWidth >= 1080) {
try { sidebar = localStorage.getItem('mdbook-sidebar'); } catch(e) { }
sidebar = sidebar || 'visible';
} else {
sidebar = 'hidden';
}
html.classList.remove('sidebar-visible');
html.classList.add("sidebar-" + sidebar);
< / script >
< nav id = "sidebar" class = "sidebar" aria-label = "Table of contents" >
< div class = "sidebar-scrollbox" >
2023-03-31 17:02:20 +08:00
< ol class = "chapter" > < li class = "chapter-item expanded affix " > < a href = "../index.html" class = "active" > 60 天通过 CCNA 考试< / a > < / li > < li class = "chapter-item expanded " > < a href = "d01-Networks-Cables-OSI-and-TCP-Models.html" > < strong aria-hidden = "true" > 1.< / strong > 网络、线缆、OSI及TCP模型< / a > < / li > < li class = "chapter-item expanded " > < a href = "d02-CSMA-CD-Switching-and-VLANs.html" > < strong aria-hidden = "true" > 2.< / strong > CSMA/CD, 交换和虚拟局域网< / a > < / li > < li class = "chapter-item expanded " > < a href = "d03-Trunking-DTP-and-Inter-VLAN-Routing.html" > < strong aria-hidden = "true" > 3.< / strong > 中继、DTP 及 VLAN 间路由< / a > < / li > < li class = "chapter-item expanded " > < a href = "d04-Router-and-Switch-Security.html" > < strong aria-hidden = "true" > 4.< / strong > 路由器和交换机安全< / a > < / li > < li class = "chapter-item expanded " > < a href = "d05-IP-Addressing.html" > < strong aria-hidden = "true" > 5.< / strong > IP 地址分配< / a > < / li > < li class = "spacer" > < / li > < li class = "chapter-item expanded affix " > < li class = "part-title" > 进阶< / li > < li class = "chapter-item expanded " > < a href = "d06-NAT.html" > < strong aria-hidden = "true" > 6.< / strong > 网络地址转换< / a > < / li > < li class = "chapter-item expanded " > < a href = "d07-IPv6.html" > < strong aria-hidden = "true" > 7.< / strong > 互联网协议版本6< / a > < / li > < li class = "chapter-item expanded " > < a href = "d08-Integrating-IPv4-and-IPv6-Network-Environments.html" > < strong aria-hidden = "true" > 8.< / strong > IPv4与IPv6共存的网络环境< / a > < / li > < li class = "chapter-item expanded " > < a href = "d09-ACL.html" > < strong aria-hidden = "true" > 9.< / strong > 访问控制清单< / a > < / li > < li class = "chapter-item expanded " > < a href = "d10-Routing-Concepts.html" > < strong aria-hidden = "true" > 10.< / strong > 路由的一些概念< / a > < / li > < li class = "chapter-item expanded " > < a href = "d11-Static-Routing.html" > < strong aria-hidden = "true" > 11.< / strong > 静态路由< / a > < / li > < li class = "chapter-item expanded " > < a href = "d12-OSPF-Basics.html" > < strong aria-hidden = "true" > 12.< / strong > OSPF基础知识< / a > < / li > < li class = "chapter-item expanded " > < a href = "d13-OSPFv3.html" > < strong aria-hidden = "true" > 13.< / strong > OSPF版本3< / a > < / li > < li class = "spacer" > < / li > < li class = "chapter-item expanded affix " > < li class = "part-title" > 实操< / li > < li class = "chapter-item expanded " > < a href = "d14-DHCP-and-DNS.html" > < strong aria-hidden = "true" > 14.< / strong > DHCP及DNS< / a > < / li > < li class = "chapter-item expanded " > < a href = "d15-Layer_1-and-Layer_2-Troubleshooting.html" > < strong aria-hidden = "true" > 15.< / strong > 一二层排错< / a > < / li > < li class = "chapter-item expanded " > < a href = "d31-Spanning-Tree-Protocol.html" > < strong aria-hidden = "true" > 16.< / strong > 生成树协议< / a > < / li > < li class = "chapter-item expanded " > < a href = "d32-Rapid-Spanning-Tree-Protocol.html" > < strong aria-hidden = "true" > 17.< / strong > 快速生成树协议< / a > < / li > < li class = "chapter-item expanded " > < a href = "d33-EtherChannels-and-Link-Aggregation-Protocols.html" > < strong aria-hidden = "true" > 18.< / strong > 以太网通道及链路聚合协议< / a > < / li > < li class = "chapter-item expanded " > < a href = "d34-First-Hop-Redundancy-Protocols.html" > < strong aria-hidden = "true" > 19.< / strong > 第一跳冗余协议< / a > < / li > < li class = "chapter-item expanded " > < a href = "d35-booting-and-IOS.html" > < strong aria-hidden = "true" > 20.< / strong > 启动与IOS< / a > < / li > < li class = "spacer" > < / li > < li class = "chapter-item expanded affix " > < li class = "part-title" > EIGRP< / li > < li class = "chapter-item expanded " > < a href = "d36-EIGRP.html" > < strong aria-hidden = "true" > 21.< / strong > EIGRP< / a > < / li > < li class = "chapter-item expanded " > < a href = "d37-Rroubleshooting-EIGRP.html" > < strong aria-hidden = "true" > 22.< / strong > EIGRP故障排除< / a > < / li > < li class = "chapter-item expanded " > < a href = "d38-EIGRP-For-IPv6.html" > < strong aria-hidden = "true" > 23.< / strong > IPv6下的EIGRP< / a > < / li > < li class = "spacer" > < / li > < li class = "chapter-item expanded affix " > < li class = "part-title" > OSPF< / li > < li class = "chapter-item expanded " > < a href = "d39-OSPF.html" > < strong aria-hidden = "true" > 24.< / strong > 开放最短路径优先协议< / a > < / li > < li class = "spacer" > < / li > < li class = "chapter-item expanded affix " > < li class = "part-title" > SNMP 与 NetFlow< / li > < li class
2023-03-29 10:23:43 +08:00
< / div >
< div id = "sidebar-resize-handle" class = "sidebar-resize-handle" > < / div >
< / nav >
< div id = "page-wrapper" class = "page-wrapper" >
< div class = "page" >
< div id = "menu-bar-hover-placeholder" > < / div >
< div id = "menu-bar" class = "menu-bar sticky bordered" >
< div class = "left-buttons" >
< button id = "sidebar-toggle" class = "icon-button" type = "button" title = "Toggle Table of Contents" aria-label = "Toggle Table of Contents" aria-controls = "sidebar" >
< i class = "fa fa-bars" > < / i >
< / button >
< button id = "theme-toggle" class = "icon-button" type = "button" title = "Change theme" aria-label = "Change theme" aria-haspopup = "true" aria-expanded = "false" aria-controls = "theme-list" >
< i class = "fa fa-paint-brush" > < / i >
< / button >
< ul id = "theme-list" class = "theme-popup" aria-label = "Themes" role = "menu" >
< li role = "none" > < button role = "menuitem" class = "theme" id = "light" > Light< / button > < / li >
< li role = "none" > < button role = "menuitem" class = "theme" id = "rust" > Rust< / button > < / li >
< li role = "none" > < button role = "menuitem" class = "theme" id = "coal" > Coal< / button > < / li >
< li role = "none" > < button role = "menuitem" class = "theme" id = "navy" > Navy< / button > < / li >
< li role = "none" > < button role = "menuitem" class = "theme" id = "ayu" > Ayu< / button > < / li >
< / ul >
< button id = "search-toggle" class = "icon-button" type = "button" title = "Search. (Shortkey: s)" aria-label = "Toggle Searchbar" aria-expanded = "false" aria-keyshortcuts = "S" aria-controls = "searchbar" >
< i class = "fa fa-search" > < / i >
< / button >
2023-03-28 16:41:37 +08:00
< / div >
2023-03-29 13:36:03 +08:00
< h3 class = "menu-title" > CCNA60D Chinese, 中文版 CCNA 60 days< / h3 >
2023-03-29 10:23:43 +08:00
< div class = "right-buttons" >
2023-03-30 10:10:46 +08:00
< a href = "https://github.com/gnu4cn/ccna60d" title = "Git repository" aria-label = "Git repository" >
< i id = "git-repository-button" class = "fa fa-github" > < / i >
2023-03-29 10:23:43 +08:00
< / a >
2023-03-30 13:29:12 +08:00
・
< a href = "https://books.xfoss.com" title = "捐赠, donate" aria-label = "捐赠, donate" >
打赏, donate
2023-03-29 13:36:03 +08:00
< / a >
2023-03-29 10:23:43 +08:00
< / div >
< / div >
< div id = "search-wrapper" class = "hidden" >
< form id = "searchbar-outer" class = "searchbar-outer" >
< input type = "search" id = "searchbar" name = "searchbar" placeholder = "Search this book ..." aria-controls = "searchresults-outer" aria-describedby = "searchresults-header" >
< / form >
< div id = "searchresults-outer" class = "searchresults-outer hidden" >
< div id = "searchresults-header" class = "searchresults-header" > < / div >
< ul id = "searchresults" >
< / ul >
< / div >
< / div >
<!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM -->
< script >
document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible');
document.getElementById('sidebar').setAttribute('aria-hidden', sidebar !== 'visible');
Array.from(document.querySelectorAll('#sidebar a')).forEach(function(link) {
link.setAttribute('tabIndex', sidebar === 'visible' ? 0 : -1);
});
< / script >
< div id = "content" class = "content" >
< main > < div class = "sidetoc" > < nav class = "pagetoc" > < / nav > < / div >
< h1 id = "60-天通过-ccna-考试-" > < a class = "header" href = "#60-天通过-ccna-考试-" > 60 天通过 CCNA 考试 🖧< / a > < / h1 >
2023-03-28 16:43:51 +08:00
< p > < strong > Cisco CCNA in 60 Days< / strong > < / p >
< ul >
< li >
< p > Github: < a href = "https://github.com/gnu4cn/ccna60d" > github.com/gnu4cn/ccna60d< / a > < / p >
< / li >
< li >
< p > Gitlab: < a href = "https://gitlab.com/unisko/ccna60d/" > gitlab.com/unisko/ccna60d< / a > < / p >
< / li >
< li >
< p > < a href = "https://ccna60d.xfoss.com/" > ccna60d.xfoss.com< / a > < / p >
< / li >
< / ul >
< hr / >
< p > < strong > 推荐模拟器< / strong > < / p >
< p align = "center" >
2023-03-31 17:02:20 +08:00
< img src = "images/GNS3_logo.png" alt = "GNS3 logo" / >
2023-03-28 16:43:51 +08:00
< / p >
< p align = "center" >
2023-03-28 16:57:26 +08:00
< a href = "https://www.gns3.com/software/download" > GNS3 下载(Linux, Windows, MacOS)< / a > , < a href = "GNS3_tutorial.html" > GNS3入门教程< / a >
2023-03-28 16:43:51 +08:00
< / p >
< hr / >
< p > 本书结合了学习技巧,包括阅读、复习、背书、测试以及 hands-on 实验。< / p >
< h2 id = "捐赠记录" > < a class = "header" href = "#捐赠记录" > 捐赠记录< / a > < / h2 >
< p > < em > 2017-08-03< / em > < / p >
< ul >
< li > “十円”通过支付宝进行了捐赠,并留言“谢谢译者的辛勤付出!”< / li >
< / ul >
< p > < em > 2017-05-21< / em > < / p >
< ul >
< li > “远”通过支付宝进行了捐赠,并留言 “60 天通过 ccna 对我帮助很大期待更新”< / li >
< / ul >
< h2 id = "更新记录" > < a class = "header" href = "#更新记录" > 更新记录< / a > < / h2 >
< p > < em > 2023-03-28< / em > < / p >
< ul >
< li > 迁移到 < a href = "https://rust-lang.github.io/mdBook/" > mdbook< / a > 部署< / li >
< / ul >
< p > < em > 2020-10-27< / em > < / p >
< ul >
< li > 生成PDF版本< / li >
< / ul >
< p > < em > 2019-10-30< / em > < / p >
< ul >
< li > 完成全部章节翻译< / li >
< li > 重新通过 Gitbook 进行发布< / li >
< / ul >
< p > < em > 2017-07-16< / em > < / p >
< ul >
< li > 完成第37天--EIGRP故障排除章节< / li >
< li > 完成第38天--IPv6下的EIGRP章节< / li >
< / ul >
< p > < em > 2017-07-14< / em > < / p >
< ul >
< li > 完成第36天--EIGRP 章节的修订, EIGRP已无问题< / li >
< / ul >
2023-03-28 16:41:37 +08:00
2023-03-29 10:23:43 +08:00
< / main >
2023-03-28 16:41:37 +08:00
2023-03-29 10:23:43 +08:00
< nav class = "nav-wrapper" aria-label = "Page navigation" >
<!-- Mobile navigation buttons -->
2023-03-28 16:41:37 +08:00
2023-03-29 10:23:43 +08:00
< a rel = "next" href = "d01-Networks-Cables-OSI-and-TCP-Models.html" class = "mobile-nav-chapters next" title = "Next chapter" aria-label = "Next chapter" aria-keyshortcuts = "Right" >
< i class = "fa fa-angle-right" > < / i >
< / a >
2023-03-28 16:41:37 +08:00
2023-03-29 10:23:43 +08:00
< div style = "clear: both" > < / div >
2023-03-28 16:41:37 +08:00
< / nav >
2023-03-29 10:23:43 +08:00
< / div >
2023-03-28 16:41:37 +08:00
< / div >
2023-03-29 10:23:43 +08:00
< nav class = "nav-wide-wrapper" aria-label = "Page navigation" >
< a rel = "next" href = "d01-Networks-Cables-OSI-and-TCP-Models.html" class = "nav-chapters next" title = "Next chapter" aria-label = "Next chapter" aria-keyshortcuts = "Right" >
< i class = "fa fa-angle-right" > < / i >
< / a >
< / nav >
2023-03-28 16:41:37 +08:00
2023-03-29 10:23:43 +08:00
< / div >
<!-- Livereload script (if served using the cli tool) -->
< script >
const wsProtocol = location.protocol === 'https:' ? 'wss:' : 'ws:';
const wsAddress = wsProtocol + "//" + location.host + "/" + "__livereload";
const socket = new WebSocket(wsAddress);
socket.onmessage = function (event) {
if (event.data === "reload") {
socket.close();
location.reload();
}
};
window.onbeforeunload = function() {
socket.close();
}
< / script >
2023-03-28 16:41:37 +08:00
2023-03-29 10:23:43 +08:00
< script >
window.playground_copyable = true;
< / script >
2023-03-28 16:41:37 +08:00
2023-03-29 10:23:43 +08:00
< script src = "elasticlunr.min.js" > < / script >
< script src = "mark.min.js" > < / script >
< script src = "searcher.js" > < / script >
2023-03-28 16:41:37 +08:00
2023-03-29 10:23:43 +08:00
< script src = "clipboard.min.js" > < / script >
< script src = "highlight.js" > < / script >
< script src = "book.js" > < / script >
2023-03-28 16:41:37 +08:00
2023-03-29 10:23:43 +08:00
<!-- Custom JS scripts -->
< script src = "theme/pagetoc.js" > < / script >
2023-03-28 16:41:37 +08:00
< / div >
2023-03-29 10:23:43 +08:00
< / body >
2023-03-28 16:41:37 +08:00
< / html >