diff --git "a/43\346\236\227\346\200\241\347\220\264/20240419_\344\272\244\346\215\242\346\234\272\345\210\222\345\210\206VLAN.md" "b/43\346\236\227\346\200\241\347\220\264/20240419_\344\272\244\346\215\242\346\234\272\345\210\222\345\210\206VLAN.md" index e45d83cad4e5cbf59534863fda95d71d760c68dd..80718dbcfae2c5b715bbbf2b0ee44c17eaae6a96 100644 --- "a/43\346\236\227\346\200\241\347\220\264/20240419_\344\272\244\346\215\242\346\234\272\345\210\222\345\210\206VLAN.md" +++ "b/43\346\236\227\346\200\241\347\220\264/20240419_\344\272\244\346\215\242\346\234\272\345\210\222\345\210\206VLAN.md" @@ -22,7 +22,9 @@ 将端口配置成trunk模式:Switchport mode trunk (简写:swi m t) ``` - + ##### 作业 + ![](./imgs/20240419划分Vlan.png) + diff --git "a/43\346\236\227\346\200\241\347\220\264/20240423_\345\215\225\350\207\202\350\267\257\347\224\261\351\205\215\347\275\256.md" "b/43\346\236\227\346\200\241\347\220\264/20240423_\345\215\225\350\207\202\350\267\257\347\224\261\351\205\215\347\275\256.md" index ea5aa4a11c84389e0c7276d37900f12b09de6de4..f2d603d9d6a395cd83b404c58b3aa4d5c680648b 100644 --- "a/43\346\236\227\346\200\241\347\220\264/20240423_\345\215\225\350\207\202\350\267\257\347\224\261\351\205\215\347\275\256.md" +++ "b/43\346\236\227\346\200\241\347\220\264/20240423_\345\215\225\350\207\202\350\267\257\347\224\261\351\205\215\347\275\256.md" @@ -33,3 +33,6 @@ encapsulation dot1Q 10 ---封装dot1q协议划分到vlan为10 ip address 网关IP 子网掩码 ---该子接口设置IP地址 ``` +##### 作业 + +![](./imgs/20240423单臂路由.png) diff --git "a/43\346\236\227\346\200\241\347\220\264/20240424_\351\235\231\346\200\201\350\267\257\347\224\261.md" "b/43\346\236\227\346\200\241\347\220\264/20240424_\351\235\231\346\200\201\350\267\257\347\224\261.md" new file mode 100644 index 0000000000000000000000000000000000000000..fe7066ff1771b234a26345e8b4a7766306b61217 --- /dev/null +++ "b/43\346\236\227\346\200\241\347\220\264/20240424_\351\235\231\346\200\201\350\267\257\347\224\261.md" @@ -0,0 +1,15 @@ +##### 静态路由 + +```c# +ip route 目的地址 子网掩码 下一跳地址 +``` + +##### 静态路由步骤 + +1. 配置电脑IP和网关 +2. 配置路由器的端口的IP地址 +3. 配置路由器目的地址和下一跳地址 + +##### 作业 + +![](./imgs/20240424静态路由作业.png) \ No newline at end of file diff --git "a/43\346\236\227\346\200\241\347\220\264/imgs/20240419\345\210\222\345\210\206Vlan.png" "b/43\346\236\227\346\200\241\347\220\264/imgs/20240419\345\210\222\345\210\206Vlan.png" new file mode 100644 index 0000000000000000000000000000000000000000..368c451b98c7804acc0e138b51fadf0556310914 Binary files /dev/null and "b/43\346\236\227\346\200\241\347\220\264/imgs/20240419\345\210\222\345\210\206Vlan.png" differ diff --git "a/43\346\236\227\346\200\241\347\220\264/imgs/20240423\345\215\225\350\207\202\350\267\257\347\224\261.png" "b/43\346\236\227\346\200\241\347\220\264/imgs/20240423\345\215\225\350\207\202\350\267\257\347\224\261.png" new file mode 100644 index 0000000000000000000000000000000000000000..525ec9b908befc09884aa121d4d08dba02cb957b Binary files /dev/null and "b/43\346\236\227\346\200\241\347\220\264/imgs/20240423\345\215\225\350\207\202\350\267\257\347\224\261.png" differ diff --git "a/43\346\236\227\346\200\241\347\220\264/imgs/20240424\351\235\231\346\200\201\350\267\257\347\224\261\344\275\234\344\270\232.png" "b/43\346\236\227\346\200\241\347\220\264/imgs/20240424\351\235\231\346\200\201\350\267\257\347\224\261\344\275\234\344\270\232.png" new file mode 100644 index 0000000000000000000000000000000000000000..e2b2b556e0bc34cf0d2a30f1df552edc743c399f Binary files /dev/null and "b/43\346\236\227\346\200\241\347\220\264/imgs/20240424\351\235\231\346\200\201\350\267\257\347\224\261\344\275\234\344\270\232.png" differ