Skip to content

Commit f69b84e

Browse files
committed
Updated src/ALL.md.
1 parent 6d4da9c commit f69b84e

37 files changed

+186
-0
lines changed

append_end.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/env bash
2+
PWD="$(pwd)"
3+
for f in $(find "src/" -type f -name "*.md" ); do
4+
if [[ "${f}" == *"SUMMARY"* ]] || [[ "${f}" == *"README"* ]]; then continue; fi
5+
echo -e "\n\n(End)\n\n" >> "$PWD/$f"
6+
done

src/22_dot1x_port_dynamic_vlan.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,3 +353,8 @@ interface GigabitEthernet1/0/1
353353

354354
*图 13 - “Microsoft: 受保护的 EAP(PEAP)” - “编辑”*
355355

356+
357+
358+
(End)
359+
360+

src/404.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@
77

88

99
This URL is invalid, sorry. Please use the navigation bar or search to continue. It will be redirected to home in <span class="sec-count" style="font-style: italic;font-weight:bold;font-size:large;">n</span> seconds...
10+
11+
12+
(End)
13+
14+

src/59_Cacti_deployment_notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,3 +311,8 @@ snmpwalk -v 2c -c h3ca123456 10.11.0.1
311311
> - [ 网络设备监控 - Catic 添加 H3C 的监控图解](https://www.cnblogs.com/yinzhengjie/p/9916437.html)
312312
>
313313
> - [华为数通智选FutureMatrix配置snmpv2c](https://blog.csdn.net/2201_75774378/article/details/136698872)
314+
315+
316+
(End)
317+
318+

src/GNS3_tutorial.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,3 +295,8 @@ __Qemu 镜像示例__ IOSvL2, IOSv, IOS-XRv, ASAv以及GNS3网站上所有可用
295295
## 关于复杂网络拓扑
296296

297297
在Windows或Mac OS上创建复杂网络拓扑时,推荐使用GNS3虚拟机。只有在创建简单GNS3拓扑时,才使用本地安装的GNS3。
298+
299+
300+
(End)
301+
302+

src/IPv6_address_space.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,8 @@
112112

113113

114114
来源: [IPv6 Address Space](http://www.iana.org/assignments/ipv6-address-space/ipv6-address-space.xhtml)
115+
116+
117+
(End)
118+
119+

src/d01-Networks-Cables-OSI-and-TCP-Models.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1786,3 +1786,8 @@ My_Router(config)#router rip
17861786
My_Router(config-router)#network 10.0.0.0
17871787
My_Router(config-router)#
17881788
```
1789+
1790+
1791+
(End)
1792+
1793+

src/d02-CSMA-CD-Switching-and-VLANs.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -890,3 +890,8 @@ Switch1(config-line)#login
890890
- 使用 `show vlan` 命令验证 VLAN 配置
891891
- 使用 `show interface switchport` 命令和 `show interface trunk` 命令,验证接口中继工作状态及 VLAN 配置
892892
- 删除 `vlan.dat` 文件
893+
894+
895+
(End)
896+
897+

src/d03-Trunking-DTP-and-Inter-VLAN-Routing.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -812,3 +812,8 @@ Fa0/2 1-99,201-4094
812812
- 在两台交换机上都配置 VTP 修剪(VTP pruning)
813813
- 在两台交换机上检查(展示) VTP 配置
814814
- 在两台交换机上配置不同的 VTP 域及口令,并重复上述过程;观察结果的不同
815+
816+
817+
(End)
818+
819+

src/d04-Router-and-Switch-Security.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1573,3 +1573,8 @@ address 0004.c16f.8741 on port Gi0/2.
15731573

15741574
>**注意:** 请重复本实验,直到理解这些命令,并在不看上述实验步骤的情况下输入这些命令为止(本书的其它实验也要这样做)。
15751575

1576+
1577+
1578+
(End)
1579+
1580+

0 commit comments

Comments
 (0)