<?xml version="1.0" encoding="UTF-8" ?><!-- generator=Zoho Sites --><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><atom:link href="https://www.daihockhonggiay.com/blogs/tag/acl/feed" rel="self" type="application/rss+xml"/><title>Đại học Không Giấy - Blog #ACL</title><description>Đại học Không Giấy - Blog #ACL</description><link>https://www.daihockhonggiay.com/blogs/tag/acl</link><lastBuildDate>Wed, 10 Sep 2025 18:58:57 -0700</lastBuildDate><generator>http://zoho.com/sites/</generator><item><title><![CDATA[Access Control List]]></title><link>https://www.daihockhonggiay.com/blogs/post/access-control-list</link><description><![CDATA[<img align="left" hspace="5" src="https://www.daihockhonggiay.com/acl.jpg"/>Bài viết này sẽ giúp các bạn có góc nhìn về Access Control List một cách chi tiết nhất]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_P3nMqGPMSE6sSc5pLB_3UA" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_883kg2Y-TpCqZRq6KQJ3rA" data-element-type="row" class="zprow zprow-container zpalign-items- zpjustify-content- " data-equal-column=""><style type="text/css"></style><div data-element-id="elm_WE-ter38ScKuNK28Zu1giA" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"> [data-element-id="elm_WE-ter38ScKuNK28Zu1giA"].zpelem-col{ border-style:none; } </style><div data-element-id="elm_F6LAqAaLSj2liKwax75PUA" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_F6LAqAaLSj2liKwax75PUA"].zpelem-text { border-style:none; } </style><div class="zptext zptext-align-left " data-editor="true"><p style="text-align:left;"><span style="font-size:14px;"><span style="font-weight:700;">I. Tổng quan</span></span></p><p style="text-align:left;"><span style="font-size:14px;"><span style="font-weight:700;">1. Giới thiệu về Access list</span></span></p><p style="text-align:left;"><span style="font-size:14px;"><span style="font-weight:700;">a. Access List</span></span></p><p style="text-align:left;"><span style="color:inherit;">Access List</span><span style="font-size:14px;">&nbsp;là một công cụ đặc biệt trên hệ điều hành Cisco. ACL là một danh sách điều khiển truy nhập dùng để lọc gói tin lớp 3 và phân loại dữ liệu.</span></p><p style="text-align:left;"><span style="font-size:14px;">Phân loại dữ liệu được áp dụng cho các dịch vụ: NAT, Distribute-list, VPN</span></p><p style="text-align:left;"><span style="font-size:14px;">Lọc gói tin lớp 3. Đóng vai trò là một chốt canh khi gán vào một cổng của Router, chốt canh sẽ cho phép dữ liệu đi qua hay bị chặn.</span></p><p style="text-align:left;"><span style="font-size:14px;">Access list đơn thuần chỉ là một danh sách, nếu chúng ta không áp vào đâu hoặc sử dụng vào mục đích gì thì sẽ không có tác dụng.</span></p><p style="text-align:left;"><span style="font-size:14px;"><span style="font-weight:700;">b. Access list dùng để lọc gói tin lớp 3</span></span></p><p style="text-align:left;"><span style="font-size:14px;">Xét sơ đồ mạng như sau</span></p><p style="text-align:left;"><span style="font-size:14px;">&nbsp;&nbsp;</span></p><p style="text-align:center;"><img src="/Network/2/18.jpg" style="width:523.12px;height:256px;"><br></p><p style="text-align:left;"><span style="font-size:14px;">&nbsp;&nbsp;</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">Chỉ cho phép mạng 192.168.1.0/24 đi ra Internet thông qua cổng S0/1/0. Access list sẽ có 2 từ khóa: Permit (cho phép) và Deny (chặn)</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">=&gt; Câu lệnh: R1(config)#access-list 10 permit 192.168.1.0&nbsp; 0.0.0.255&nbsp; (trong đó: 0.0.0.255 là wildcard mask).</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">Access-list khởi tạo lên không có tác dụng mà phải đặt lên cổng. Ở đây ta đặt lên cổng S0/1/0 theo chiều Out</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">=&gt; Câu lệnh:</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">R1(config)# int f0/0</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">R1(config-if)# ip access-group 10 out</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-weight:700;font-size:14px;">Cách thức làm việc của Access list</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">Khi các máy bên trong mạng 192.168.1.0 gửi gói tin ra ngoài Internet dữ liệu sẽ chuyển tới Router và chuyển ra cổng bên ngoài là S0/1/0. Lúc này dữ liệu sẽ gặp chốt Access-list, Access-list sẽ kiểm tra thấy Permit mạng 192.168.1.0 nên nó cho phép đi qua.</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">Khi các máy bên mạng 192.168.2.0 đi ra Access-list trên cổng S0/1/0 sẽ kiểm tra, nó không thấy mạng này trong danh sách cho phép đi qua nên sẽ hủy bỏ.</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">Chú ý:</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">Access list theo chiều Out là quản lý dữ liệu từ bên trong ra.</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">Access list teo chiều In là quản lý dữ liệu từ bên ngoài đi vào.</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">Trên mỗi cổng của Access list chỉ được gán một Access list theo một chiều ( khi đã viết mệnh đề và gán cho mạng 192.168.1.0 theo chiều Out, nếu ta viết mệnh đề gán cho mạng 192.168.2.0 cũng đặt trên cổng S0/1/0 và theo chiều Out sẽ không có kết quả).</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">Nếu đã gán mạng 192.168.1.0 theo chiều Out để giám sát trên cổng S0/1/0 thì ta có thể gán chiều In để giám sát lưu lượng vào cho mạng 192.168.2.0</span></p><p style="text-align:left;"><span style="font-size:14px;"><span style="font-weight:700;">2. Tìm hiểu về các loại Access List</span></span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;"><span style="font-weight:700;">a. Standard Access list ( AL tiêu chuẩn</span>)</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">Chỉ kiểm tra IP nguồn (Source IP) của gói tin đi tới</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">R(config)# access-list&nbsp; n&nbsp; [permit | deny] địa chỉ IP&nbsp; wildcard&nbsp; (n của dạng Stanrd chạy từ 1 tới 99)</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">=&gt; Gán vào cổng theo chiều nào:</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">R1(config)# int f0/0</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">R1(config-if)# ip access-group n [in, out]</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;"><span style="font-weight:700;">Ví dụ:</span>&nbsp;Cấm mạng 192.168.1.0/24 truy cập vào mạng 192.168.20.1</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">R2(config)# access-list&nbsp; 1&nbsp; deny&nbsp; 192.168.1.0 0.0.0.255</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">=&gt; Gán vào cổng f0/1 theo chiều out :</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">R1(config)# int f0/1</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">R1(config-if)# ip access-group n out</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">Bảng Access list sẽ xét cấp độ ưu tiên từ các dòng bên trên rồi mới xuống các dòng bên dưới</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">R(config)# access-list&nbsp; 1&nbsp; deny&nbsp; 192.168.1.0 0.0.0.255&nbsp; (dòng này thực thi trước)</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">R(config)# access-list&nbsp; 1&nbsp; permit any&nbsp; (Sau khi thực hiện yêu cầu trên thì dòng này mới đến lượt)</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">R(config)# access-list&nbsp; 1&nbsp; deny any&nbsp; (dòng này mặc định luôn bật ở cuối cùng trong access list)</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">Khi viết Access list phải chú ý thứ tự các dòng để thiết lập. Khi đã viết rồi chúng ta không thể sửa được mà chỉ bỏ access list đó đi (dùng lệnh no access list 1).</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;"><span style="font-weight:700;">b. Extanded Access list (AL mở rộng)</span></span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;font-weight:bold;">Câu lệnh khởi tạo</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">R(config)# access-list n [permit/deny] protocol&nbsp;<u>Source.IP</u>&nbsp;Wildcard&nbsp; [<u>eq | lt | gt</u>&nbsp;<u>Source Port</u>]&nbsp;<u>Des.IP&nbsp;</u>Wildcard [&nbsp;<u>Des.Port</u>&nbsp;<u>eq | lt | gt</u>]]</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">eq: equal&nbsp; (bằng)</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">lt: less than (ít hơn)</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">gt: greater than (nhiều hơn)</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">n chạy từ 100 tới 199</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">Gán vào cổng theo chiều nào:</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">R1(config)# int s0/1/0</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">R1(config-if)# ip access-group n [in, out]</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;font-weight:bold;">Protocol</span></p><p style="text-align:center;"><img src="/Network/2/20.jpg"><br></p><p style="text-align:left;"><span style="font-size:14px;">&nbsp;&nbsp;</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">Ta có thể áp được trên 4 cổng là: R1 (f0/0, s0/1/0), R2 (S0/2/0, F0/1). Nên đặt ở cổng gần nhất thì sẽ không phải mất quảng đường chạy và chiếm băng thông</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;"><span style="font-weight:700;">Ví dụ1:</span>&nbsp;Viết một Access list cấm toàn bộ mạng 192.168.1.0/24 truy cập tới Server 192.168.20.6/24 theo giao thức Web:</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">R1(config)#access-list 100&nbsp; deny tcp&nbsp; 192.168.1.0&nbsp; 0.0.0.255&nbsp; 192.168.20.6&nbsp; 0.0.0.0&nbsp; eq 80</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">R1(config)#access-list 100&nbsp; permit ip any any&nbsp; (những gì không chặn sẽ cho đi qua)</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">Gán vào cổng theo chiều In:</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">R1(config)# int f0/0</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">R1(config-if)# ip access-group n in&nbsp; (chiều in vì các máy mạng 192.168.1.0 sẽ đi vào Router cổng F0/0, chiều Out S0/1/0)</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;"><span style="font-weight:700;">Ví dụ 2:</span>&nbsp;Viết Access list cấm mạng 192.168.1.0/24 và 192.168.2.0/24 truy cập tới Server 192.168.20.6/24 theo giao thức Web, TFTP:</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">R1(config)#access-list 100&nbsp; deny tcp&nbsp; 192.168.1.0&nbsp; 0.0.0.255&nbsp; 192.168.20.6&nbsp; 0.0.0.0&nbsp; eq 80</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">R1(config)#access-list 100&nbsp; deny udp 192.168.2.0&nbsp; 0.0.0.255&nbsp; 192.168.20.6&nbsp; 0.0.0.0&nbsp; eq 69</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">R1(config)#access-list 100&nbsp; permit ip any any&nbsp; (những gì không chặn sẽ cho đi qua)</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">Gán vào cổng theo chiều Out:</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">R1(config)# int s0/1/0</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">R1(config-if)# ip access-group n out&nbsp; (chiều in vì các máy mạng 192.168.1.0 sẽ đi vào Router cổng F0/0, chiều Out S0/1/0)</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;"><span style="font-weight:700;">Cách viết ngắn gọn</span></span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">Viết đầy đủ:</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">R1(config)#access-list 100&nbsp; deny tcp&nbsp; 192.168.1.0&nbsp; 0.0.0.255&nbsp; 192.168.20.6&nbsp; 0.0.0.0&nbsp; eq 80</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">Viết ngắn gọn:</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">R1(config)#access-list 100&nbsp; deny tcp&nbsp; 192.168.1.0&nbsp; 0.0.0.255&nbsp; host 192.168.20.6&nbsp; eq 80</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">Viết chặn Ping:</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">R1(config)# access-list 100 deny ICMP&nbsp; 192.168.1.0 0.0.0.255 host 192.168.20.6</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;"><span style="font-weight:700;">Ví dụ 3:</span>&nbsp;Cấm toàn bộ mạng 192.168.1.0 telnet tới R2 (có thể tới mọi router nhưng trừ R2).</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">R2(config)# access-list 2&nbsp; deny 192.168.1.0&nbsp; 0.0.0.255</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">R2(config)# access-list 2&nbsp; permit&nbsp; any</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">R2(config)# line vty 0&nbsp; 4</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">R2(config-line)#access-class 2 in</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;"><span style="font-weight:700;">3. Named ACL</span></span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;font-weight:bold;">Cú pháp khai báo</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">R(config)# ip access-list [Standard | Extanded] tên ACL</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">R(config-std-name)# [sequence]&nbsp;<u>permit hoặc deny</u>&nbsp;(....)&nbsp; (đoạn sau giống như bình thường)</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">Đặt vào cổng:</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">R(config)# int s0/1/0</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">R(config-ip)# ip access-group&nbsp;<u>tên ACL</u>&nbsp;[int | out]</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">Không khai báo số Access list nó vẫn tự động tạo ra giữa dòng trên và dòng dưới là tăng lên 10 đơn vị.</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;"><span style="font-weight:700;">4. Câu lệnh kiểm tra</span></span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">R# show access-list</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-size:14px;">R# Show ip interface f0/1&nbsp; (để kiểm tra cổng nào có đặt Access list)</span></p><p style="text-align:left;margin-bottom:20px;"><span style="font-weight:bold;">II. Thực hành</span></p><p style="margin-bottom:20px;"><span style="font-weight:700;">1.&nbsp;</span><span style="font-size:24px;color:inherit;"><span style="font-size:14px;font-weight:bold;">Cấu hình IPv4 Standard ACL</span></span></p><p style="margin-bottom:20px;"><span style="font-weight:700;">a. Yêu cầu chuẩn bị</span></p><p style="margin-bottom:20px;">3 Router Cisco 1941</p><p style="margin-bottom:20px;">2 Cisco Catalyst Switch 2950-24</p><p style="margin-bottom:20px;">2 PC</p><p style="margin-bottom:20px;">Dây cáp Fast Ethernet,Serial</p><p style="margin-bottom:20px;"><span style="font-weight:700;">b. Yêu cầu nội dung</span></p><p style="margin-bottom:20px;">Đấu nối thiết bị như sơ đồ</p><p style="margin-bottom:20px;">Cấu hình cơ bản cho các Router</p><p style="margin-bottom:20px;">Cấu hình các Interface trên các Router</p><p style="margin-bottom:20px;"><span>Cấu hình định tuyến EIGRP trên các Router:R1, R2, ISP</span></p><p style="margin-bottom:20px;">Cấu hình Standard ACL</p><p style="margin-bottom:20px;">Kiểm tra ACL</p><p style="text-align:left;margin-bottom:20px;"><span style="color:inherit;"></span></p><p style="margin-bottom:20px;"><span style="font-weight:700;">c. Video hướng dẫn</span></p></div>
</div><div data-element-id="elm_Nl9CHVS-bh-oB9mJQI6gIg" data-element-type="video" class="zpelement zpelem-video "><style type="text/css"> [data-element-id="elm_Nl9CHVS-bh-oB9mJQI6gIg"].zpelem-video{ border-style:none; border-radius:1px; box-shadow:0px 0px 0px 0px #000000; } </style><div class="zpvideo-container zpiframe-align-center zpiframe-mobile-align- zpiframe-tablet-align-"><iframe class="zpvideo " width="560" height="315" src="//www.youtube.com/embed/vuJeZIAQs1M" frameborder="0" allowfullscreen></iframe></div>
</div><div data-element-id="elm_uqsRzq9hIpTov7gwxL5o9w" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_uqsRzq9hIpTov7gwxL5o9w"].zpelem-text { text-transform:none; border-style:none; border-radius:1px; box-shadow:0px 0px 0px 0px #000000; } [data-element-id="elm_uqsRzq9hIpTov7gwxL5o9w"].zpelem-text :is(h1,h2,h3,h4,h5,h6){ text-transform:none; } </style><div class="zptext zptext-align-left " data-editor="true"><p style="margin-bottom:20px;"><span style="color:inherit;font-size:14px;font-weight:bold;">2. Cấu hình IPv4 Extended ACL</span><span style="font-weight:700;"><br></span></p><p style="margin-bottom:20px;"><span style="font-weight:700;">a. Yêu cầu chuẩn bị&nbsp;</span></p><p style="margin-bottom:20px;">3 Router Cisco 1941</p><p style="margin-bottom:20px;">2 Catalyst Switch Cisco 2950-24</p><p style="margin-bottom:20px;">1 Server</p><p style="margin-bottom:20px;">2 PC</p><p style="margin-bottom:20px;">Dây cáp Fast Ethernet, Serial</p><p style="margin-bottom:20px;"><span style="font-weight:700;">b. Nội dung thực hiện</span></p><p style="margin-bottom:20px;">Đấu nối thiết bị như sơ đồ</p><p style="margin-bottom:20px;">Cấu hình trên các Router</p><p style="margin-bottom:20px;">Cấu hình các Interface trên các Router: Serial, GigabitEtherrmet.</p><p style="margin-bottom:20px;">Cấu hình định tuyến EIGRP trên các Router: R1, R2, ISP</p><p style="margin-bottom:20px;">Cấu hình Extended ACL</p><p style="margin-bottom:20px;">Kiểm tra ACL</p><p style="margin-bottom:20px;"><span style="font-weight:700;">c. Video hướng dẫn</span><br></p></div>
</div><div data-element-id="elm_3t9YAJ-4wUXDbXAHUEkTOQ" data-element-type="video" class="zpelement zpelem-video "><style type="text/css"> [data-element-id="elm_3t9YAJ-4wUXDbXAHUEkTOQ"].zpelem-video{ border-style:none; border-radius:1px; box-shadow:0px 0px 0px 0px #000000; } </style><div class="zpvideo-container zpiframe-align-center zpiframe-mobile-align- zpiframe-tablet-align-"><iframe class="zpvideo " width="560" height="315" src="//www.youtube.com/embed/uY-8T0TXR3I" frameborder="0" allowfullscreen></iframe></div>
</div><div data-element-id="elm_9mcgaLJqqjdRrb0pfBe2Ww" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_9mcgaLJqqjdRrb0pfBe2Ww"].zpelem-text { text-transform:none; border-style:none; border-radius:1px; box-shadow:0px 0px 0px 0px #000000; } [data-element-id="elm_9mcgaLJqqjdRrb0pfBe2Ww"].zpelem-text :is(h1,h2,h3,h4,h5,h6){ text-transform:none; } </style><div class="zptext zptext-align-left " data-editor="true"><p style="margin-bottom:20px;"><span style="font-weight:700;">3.&nbsp;</span><span style="font-size:14px;color:inherit;font-weight:bold;">Cấu hình IPv6 ACL</span></p><p style="margin-bottom:20px;"><span style="font-weight:700;">a. Yêu cầu chuẩn bị</span></p><p style="margin-bottom:20px;">3 Router Cisco 1941</p><p style="margin-bottom:20px;">3 Cisco Catalyst Switch 2950-24</p><p style="margin-bottom:20px;">3 PC</p><p style="margin-bottom:20px;">Dây cáp Fast Ethernet,Serial</p><p style="margin-bottom:20px;"><span style="font-weight:700;">b. Yêu cầu nội dung</span></p><p style="margin-bottom:20px;">Đấu nối thiết bị như sơ đồ</p><p style="margin-bottom:20px;">Cấu hình cơ bản cho Router</p><p style="margin-bottom:20px;">Cấu hình IPv6 các Interface trên các Router</p><p style="margin-bottom:20px;">Cấu hình định tuyến tĩnh IPv6 trên các Router:R1, R2, R3</p><p style="margin-bottom:20px;">Cấu hình ACL IPv6</p><p style="margin-bottom:20px;">Kiểm tra ACL</p><p><span style="color:inherit;"></span></p><p style="margin-bottom:20px;"><span><span style="font-weight:700;">c. Video hướng dẫn</span></span></p></div>
</div><div data-element-id="elm_9qKqG6oybcQO_BOqhmkjmg" data-element-type="video" class="zpelement zpelem-video "><style type="text/css"> [data-element-id="elm_9qKqG6oybcQO_BOqhmkjmg"].zpelem-video{ border-style:none; border-radius:1px; box-shadow:0px 0px 0px 0px #000000; } </style><div class="zpvideo-container zpiframe-align-center zpiframe-mobile-align- zpiframe-tablet-align-"><iframe class="zpvideo " width="560" height="315" src="//www.youtube.com/embed/gqrt37lykeo" frameborder="0" allowfullscreen></iframe></div>
</div><div data-element-id="elm_EdTGAap-sOURPAtNsGM-FA" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_EdTGAap-sOURPAtNsGM-FA"].zpelem-text { text-transform:none; border-style:none; border-radius:1px; box-shadow:0px 0px 0px 0px #000000; } [data-element-id="elm_EdTGAap-sOURPAtNsGM-FA"].zpelem-text :is(h1,h2,h3,h4,h5,h6){ text-transform:none; } </style><div class="zptext zptext-align-left " data-editor="true"><p><span><br></span></p><p><span><br></span></p><p><span>-----&amp;-----&amp;-----</span><br></p><p><span style="font-weight:bold;">Để quay về danh sách các bài phần Network các bạn chọn link sau</span></p><p><span style="color:inherit;"></span></p><p><a href="https://www.quantrimangdn.com/blogs/post/tong-hop-cac-bai-phan-network" style="color:rgb(74, 43, 212);">https://www.quantrimangdn.com/blogs/post/tong-hop-cac-bai-phan-network</a></p></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Fri, 03 May 2019 01:23:16 +0700</pubDate></item></channel></rss>