<?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/cisco-discovery-protocol/feed" rel="self" type="application/rss+xml"/><title>Đại học Không Giấy - Blog #Cisco Discovery Protocol</title><description>Đại học Không Giấy - Blog #Cisco Discovery Protocol</description><link>https://www.daihockhonggiay.com/blogs/tag/cisco-discovery-protocol</link><lastBuildDate>Wed, 10 Sep 2025 19:08:51 -0700</lastBuildDate><generator>http://zoho.com/sites/</generator><item><title><![CDATA[Cài đặt dịch vụ FTP và Cisco Discovery Protocol]]></title><link>https://www.daihockhonggiay.com/blogs/post/cai-dat-va-cau-hinh-dich-vu-ftp</link><description><![CDATA[<img align="left" hspace="5" src="https://www.daihockhonggiay.com/files/trunganh/37.jpg"/>Bài viết này sẽ hướng dẫn các bạn cài đặt và cấu hình dịch vụ FTP Cisco Discovery Protocol]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_3KTDYUf6QFeOkbZASjvzxQ" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_58d0huvwTzGI4pUrby5drw" 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_VEJj9RzdTVOFRCYUH8BfFw" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- "><style type="text/css"></style><div data-element-id="elm_zaN6Ck0cR3uQygwGzXmfdQ" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_zaN6Ck0cR3uQygwGzXmfdQ"].zpelem-text { border-style:none; } </style><div class="zptext zptext-align-left " data-editor="true"><p style="margin-bottom:20px;"><span style="font-size:14px;"><span style="font-weight:700;">1.Chuẩn bị thiết bị:</span></span></p><p style="margin-bottom:20px;"><span style="font-size:14px;">Một máy chủ Linux CentOS 7 và cài đặt FTP Server.</span></p><p style="margin-bottom:20px;"><span style="font-size:14px;">Một máy Windows đã cài đặt SecureCRT.</span></p><p style="margin-bottom:20px;"><span style="font-size:14px;">Một Switch kết nối Server Linux và PC.</span></p><p style="margin-bottom:20px;"><span style="font-size:14px;"><span style="font-weight:700;">2.Yêu cầu nội dung:</span></span></p><p style="margin-bottom:20px;"><span style="font-size:14px;">Kết nối thiết bị theo mô hình.</span></p><p style="margin-bottom:20px;"><span style="font-size:14px;">Đặt địa chỉ IP trên Server.</span></p><p style="margin-bottom:20px;"><span style="font-size:14px;">Sử dụng SecureCRT kết nối để thực hiện các nhiệm vụ cơ bản sau:</span></p><p style="margin-bottom:20px;"><span style="font-size:14px;">Cài đặt dịch vụ vsftpd trên máy chủ Linux.</span></p><p style="margin-bottom:20px;"><span style="font-size:14px;">Cài đặt và cấu hình thêm dịch vụ phân giải tên miền (nếu cần).</span></p><p style="margin-bottom:20px;"><span style="font-size:14px;">Tạo thư mục cho việc truy cập tài nguyên trên FTP Server.</span></p><p style="margin-bottom:20px;"><span style="font-size:14px;">Tạo User cho việc chứng thực truy cập.</span></p><p style="margin-bottom:20px;"><span style="font-size:14px;">Giới hạn truy cập vào FTP Server cho mỗi User.</span></p><p><b><span style="font-size:14px;">Phần I. Cài đặt dịch vụ FTP Server</span></b></p><p><span style="font-size:14px;">B1: Mount DVD vào thư mục media và sửa file yum, gán alias</span></p><p style="margin-left:27pt;"><span style="font-size:14px;">[root@anln ~]# mount /dev/cdrom /media/</span></p><p style="margin-left:27pt;"><span style="font-size:14px;">[root@anln ~]# vi /etc/yum.repos.d/CentOS-Media.repo</span></p><p style="margin-left:27pt;"><span style="font-size:14px;">[root@anln ~]# vi .bashrc</span></p><p><span style="font-size:14px;">B2: Cài đặt FTP Server từ DVD</span></p><p style="margin-left:27pt;"><span style="font-size:14px;">yum install vsftpd -y</span></p><p><span style="font-size:14px;">B3: gán quyền truy cập cho người dùng vào thư mục</span></p><p style="margin-left:27pt;"><span style="font-size:14px;">setsebool -P ftp_home_dir=&quot;1</span></p><p><span style="font-size:14px;">B4: Tao tạo user: </span></p><p style="margin-left:27pt;"><span style="font-size:14px;">useradd anln</span></p><p style="margin-left:27pt;"><span style="font-size:14px;">passwd anln</span></p><p><span style="font-size:14px;">B5: khởi động dịch vụ ftp và cho phép khởi động cùng hệ thống</span></p><p style="margin-left:27pt;"><span style="font-size:14px;">systemctl start vsftpd </span></p><p style="margin-left:27pt;"><span style="font-size:14px;">systemctl enable vsftpd</span></p><p><span style="font-size:14px;">B6: Bật firewalld </span></p><p style="text-indent:36pt;"><span style="font-size:14px;">firewall-cmd --permanent --zone=public --add-port=20-21/tcp </span></p><p style="text-indent:36pt;"><span style="font-size:14px;">firewall-cmd --permanent --zone=public --add-port=50000-50999/tcp</span></p><p style="text-indent:36pt;"><span style="font-size:14px;">firewall-cmd --reload</span></p><p style="text-indent:36pt;"><span style="font-size:14px;">firewall-cmd --list-all</span></p><p><span style="font-size:14px;">B7: Cấu hình Passive mode</span></p><p><span style="font-size:14px;">[root@anln ~]# vi /etc/vsftpd/vsftpd.conf</span></p><p style="text-indent:36pt;"><span style="font-size:14px;">pasv_enable=YES</span></p><p style="text-indent:36pt;"><span style="font-size:14px;">pasv_min_port=50000</span></p><p style="text-indent:36pt;"><span style="font-size:14px;">pasv_max_port=50999</span></p><p style="text-indent:36pt;"><span style="font-size:14px;">port_enable=YES</span></p><p><span style="font-size:14px;">B8. Khởi động lại dịch vụ FTP</span></p><p style="text-indent:36pt;"><span style="font-size:14px;">systemctl restart vsftpd</span></p><p><span style="font-size:14px;">B9: Đổi thư mục cho người dùng</span></p><p style="text-indent:36pt;"><span style="font-size:14px;">mkdir&nbsp; /Data</span></p><p style="text-indent:36pt;"><span style="font-size:14px;">useradd -d /Data/Data1 jenln</span></p><p style="text-indent:36pt;"><span style="font-size:14px;">passwd jenln</span></p><p><span style="font-size:14px;">B10: Dùng File zilla client kiểm tra sau khi cấu hình</span></p><p><b><span style="font-size:14px;">Chú ý: </span></b></p><p><span style="font-size:14px;">- Khi dùng FTP ở port 21 sẽ không vào được các thư mục khác ngoài thư mục Home và dữ liệu không được bảo mật.</span></p><p><span style="font-size:14px;">- Nên dùng giao thức SFTP chạy ở Port 22 bằng SSH để bảo mật và vào được mọi thư mục theo yêu cầu </span></p><p style="text-align:center;"><img src="/files/luu%20moc/2%20chuan.JPG" style="width:582.44px;height:469px;"><span style="font-size:14px;"><br></span></p><p></p><p><span style="font-size:14px;">- Nếu truy cập dịch vụ FTP dùng SFTP truy cập vào máy chủ: 118.70.119.44 ta dùng port 202 đã được NAT</span></p><p><span style="font-size:14px;">Username: vt, password: 123456a@</span></p><p></p><p style="text-align:center;"><b><span style="font-size:14px;">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;</span></b><img src="/files/luu%20moc/1%20chu%E1%BA%A9n.JPG" style="width:621.28px;height:206px;"></p><p><b><span style="font-size:14px;">II. CẤU HÌNH FTP VIRTUAL USER</span></b></p><p style="text-align:justify;"><b><span style="font-size:14px;">1. Cài đặt dịch vụ FTP Server</span></b></p><p style="text-align:justify;"><span style="font-size:14px;">B1: Cài đặt dịch vụ FTP Server</span></p><p style="text-align:justify;"><span style="font-size:14px;">yum install vsftpd -y</span></p><p style="text-align:justify;"><span style="font-size:14px;">B2: Nếu bật Selinux thì ta cần phải gán quyền truy cập cho thư mục mới của người dùng </span></p><p style="text-align:justify;"><span style="font-size:14px;">setsebool -P allow_ftpd_full_access on</span></p><p style="text-align:justify;"><span style="font-size:14px;">B3: Bật dịch vụ</span></p><p style="text-align:justify;"><span style="font-size:14px;">systemctl start vsftpd</span></p><p style="text-align:justify;"><span style="font-size:14px;">systemctl enable vsftpd</span></p><p style="text-align:justify;"><span style="font-size:14px;">B4. Cài đặt dịch vụ Berkeley DB</span></p><p style="text-align:justify;"><span style="font-size:14px;">yum install -y db-util</span></p><p style="text-align:justify;"><span style="font-size:14px;">B5. Kiểm tra quá trình cài đặt</span></p><p style="text-align:justify;"><span style="font-size:14px;">db_load -V</span></p><p style="text-align:justify;"><i><span style="font-size:14px;">Kết quả như này là được</span></i></p><p style="text-align:justify;"><span style="font-size:14px;">#db_load -V</span></p><p style="text-align:justify;"><b><span style="font-size:14px;">2. Cấu hình Virtual User trên VSFTPD</span></b></p><p style="text-align:justify;"><b><span style="font-size:14px;">a. Cấu hình trong File Vsftpd.conf</span></b></p><p style="text-align:justify;"><span style="font-size:14px;">vi /etc/vsftpd/vsftpd.conf</span></p><p style="text-align:justify;"><b><span style="font-size:14px;">Sửa các thông số cấu hình như bên dưới.</span></b></p><p style="text-align:justify;"><span style="font-size:14px;">anonymous_enable=NO</span></p><p style="text-align:justify;"><span style="font-size:14px;">write_enable=NO</span></p><p style="text-align:justify;"><span style="font-size:14px;">chroot_local_user=YES</span></p><p style="text-align:justify;"><span style="font-size:14px;">allow_writeable_chroot=YES</span></p><p style="text-align:justify;"><span style="font-size:14px;">##########Phần cấu hình cho Virtual User##########</span></p><p style="text-align:justify;"><span style="font-size:14px;">userlist_enable=YES</span></p><p style="text-align:justify;"><span style="font-size:14px;">userlist_file=/etc/vsftpd/user_list_deny</span></p><p style="text-align:justify;"><span style="font-size:14px;">guest_enable=YES</span></p><p style="text-align:justify;"><span style="font-size:14px;">guest_username=ftp</span></p><p style="text-align:justify;"><span style="font-size:14px;">user_config_dir=/etc/vsftpd/vuser_conf</span></p><p style="text-align:justify;"><span style="font-size:14px;">user_sub_token=$USER</span></p><p style="text-align:justify;"><span style="font-size:14px;">pam_service_name=vuser_vsftpd</span></p><p style="text-align:justify;"><span style="font-size:14px;">local_root=/var/ftp/$USER</span></p><p style="text-align:justify;"><b><span style="font-size:14px;">#Cau hinh Passive mode</span></b></p><p style="text-align:justify;"><span style="font-size:14px;">pasv_enable=YES</span></p><p style="text-align:justify;"><span style="font-size:14px;">pasv_min_port=50000</span></p><p style="text-align:justify;"><span style="font-size:14px;">pasv_max_port=50999</span></p><p style="text-align:justify;"><span style="font-size:14px;">port_enable=YES</span></p><p style="text-align:justify;"><span style="font-size:14px;">###########END###########</span></p><p style="text-align:justify;"><span style="font-size:14px;">Chú ý: thếm dâu # trước pam_service_name=&quot;vsftpd</span></p><p style="text-align:justify;"><b><span style="font-size:14px;">b. Tạo file cấu hình virtual user riêng</span></b></p><p style="text-align:justify;"><span style="font-size:14px;">B1: Tạo folder chứa Virtual User</span></p><p style="text-align:justify;"><span style="font-size:14px;">mkdir /etc/vsftpd/vuser_conf</span></p><p style="text-align:justify;"><span style="font-size:14px;">Trong bài mình sẽ tạo hai user ảo là&nbsp;<b>vuser1</b>&nbsp;và&nbsp;<b>vuser2</b></span></p><p style="text-align:justify;"><span style="font-size:14px;"><span style="font-weight:bold;">B2: Sưa file cấu hình riêng cho vuser1</span>.</span></p><p style="text-align:justify;"><span style="font-size:14px;">vi /etc/vsftpd/vuser_conf/vuser1</span></p><p style="text-align:justify;"><b><span style="font-size:14px;">Thêm nội dung như sau:</span></b></p><p style="text-align:justify;"><span style="font-size:14px;">write_enable=YES</span></p><p style="text-align:justify;"><span style="font-size:14px;">anon_world_readable_only=YES</span></p><p style="text-align:justify;"><span style="font-size:14px;">anon_upload_enable=YES</span></p><p style="text-align:justify;"><span style="font-size:14px;">anon_mkdir_write_enable=YES</span></p><p style="text-align:justify;"><span style="font-size:14px;">anon_other_write_enable=YES</span></p><p style="text-align:justify;"><span style="font-size:14px;">virtual_use_local_privs=YES</span></p><p style="text-align:justify;"><span style="font-size:14px;">B3:Copy sang cho vuser2</span></p><p style="text-align:justify;"><span style="font-size:14px;">cp /etc/vsftpd/vuser_conf/vuser1 /etc/vsftpd/vuser_conf/vuser2</span></p><p style="text-align:justify;"><b><span style="font-size:14px;">c. Tạo Virtual user Database</span></b></p><p style="text-align:justify;"><span style="font-size:14px;">B1: Tạo file chứa user:</span></p><p style="text-align:justify;"><span style="font-size:14px;">vi /etc/vsftpd/vuser_list</span></p><p style="text-align:justify;"><span style="font-size:14px;">Nội dung như sau, với username một dòng và password một dòng:</span></p><p style="text-align:justify;"><span style="font-size:14px;">vuser1</span></p><p style="text-align:justify;"><span style="font-size:14px;">123456a@</span></p><p style="text-align:justify;"><span style="font-size:14px;">vuser2</span></p><p style="text-align:justify;"><span style="font-size:14px;">123456a@</span></p><p style="text-align:justify;"><span style="font-size:14px;">B2: Tiếp theo import vuser_list vào Berkeley DB</span></p><p style="text-align:justify;"><span style="font-size:14px;">db_load -T -t hash -f /etc/vsftpd/vuser_list /etc/vsftpd/vuser_list.db</span></p><p style="text-align:justify;"><span style="font-size:14px;">B3: Gán quyền read và execute.</span></p><p style="text-align:justify;"><span style="font-size:14px;">chmod 600 /etc/vsftpd/vuser_list.db</span></p><p style="text-align:justify;"><span style="font-size:14px;">Sau đó bạn có thể xóa file vuser_list nếu muốn,&nbsp;rm -f vuser_list</span></p><p style="text-align:justify;"><b><span style="font-size:14px;">d. Cấu hình PAM</span></b></p><p style="text-align:justify;"><span style="font-size:14px;">Nếu không dùng file PAM mặc định mà tạo file riêng để xác thực cho Virtual User. File sẽ có tên là&nbsp;vuser_vsftpd.</span></p><p style="text-align:justify;"><span style="font-size:14px;">vi /etc/pam.d/vuser_vsftpd</span></p><p style="text-align:justify;"><span style="font-size:14px;">Nội dung file:</span></p><p style="text-align:justify;"><span style="font-size:14px;">auth required pam_userdb.so db=&quot;/etc/vsftpd/vuser_list</span></p><p style="text-align:justify;"><span style="font-size:14px;">account required pam_userdb.so db=&quot;/etc/vsftpd/vuser_list</span></p><p style="text-align:justify;"><span style="font-size:14px;">session required pam_loginuid.so</span></p><p style="text-align:justify;"><b><span style="font-size:14px;">e. Cấu hình Home Directory cho Virtual User</span></b></p><p style="text-align:justify;"><span style="font-size:14px;">B1: Sửa file passwd </span></p><p style="text-align:justify;"><span style="font-size:14px;">vi /etc/passwd</span></p><p style="text-align:justify;"><span style="font-size:14px;">Sửa /var/ftp thành</span></p><p style="text-align:justify;"><span style="font-size:14px;">/var/ftp/$USER</span></p><p style="text-align:center;"><img src="/files/luu%20moc/3-2.png"><span style="font-size:14px;"><br></span></p><p style="text-align:justify;"><span style="font-size:14px;"><a href="https://www.thuysys.com/wp-content/uploads/edit-passwd-file.png"></a></span></p><p style="text-align:justify;"><span style="font-size:14px;">B2: Tạo Home Directory cho Virtual User</span></p><p style="text-align:justify;"><span style="font-size:14px;">mkdir /var/ftp/vuser1</span></p><p style="text-align:justify;"><span style="font-size:14px;">mkdir /var/ftp/vuser2</span></p><p style="text-align:justify;"><span style="font-size:14px;"><a href="https://www.thuysys.com/domain-hosting/wordpress-co-ban/tim-hieu-chmod-chown-cach-sua-loi-phan-quyen-wordpress-tren-linux.html">Chown</a>, toàn bộ dữ liệu trong&nbsp;/var/ftp&nbsp;thuộc sở hữu của tài khoản ftp</span></p><p style="text-align:justify;"><span style="font-size:14px;">chown -R ftp:ftp /var/ftp/*</span></p><p style="text-align:justify;"><span style="font-size:14px;">B3: Tạo file user_listdy_deny</span></p><p style="text-align:justify;"><span style="font-size:14px;">vi /etc/vsftpd/user_list_deny</span></p><p style="text-align:justify;"><span style="font-size:14px;">Thêm user muốn deny vào (ví dụ vuser1)</span></p><p style="text-align:justify;"><span style="font-size:14px;">vuser1</span></p><p style="text-align:justify;"><span style="font-size:14px;">B4: Mở Firewall</span></p><p style="text-align:justify;"><span style="font-size:14px;">firewall-cmd --permanent --zone=public --add-port=20-21/tcp&nbsp; </span></p><p style="text-align:justify;"><span style="font-size:14px;">firewall-cmd --permanent --zone=public --add-port=50000-50999/tcp</span></p><p style="text-align:justify;"><span style="font-size:14px;">firewall-cmd --reload</span></p><p style="text-align:justify;"><span style="font-size:14px;">firewall-cmd --list-all</span></p><p style="text-align:justify;"><b><span style="font-size:14px;">B5: Khợi động lại dịch vụ </span></b></p><p style="text-align:justify;"><span style="font-size:14px;">systemctl restart vsftpd</span></p><p style="text-align:justify;"><b><span style="font-size:14px;">6. Kiểm tra hoạt động FTP Server</span></b></p><p style="text-align:justify;"><span style="font-size:14px;">Deny vuser1 bằng cách thêm nó vào&nbsp;<b>user_listdy_deny</b>&nbsp;như đã cấu hình ở trên. Còn vuser2 vẫn cho truy cập upload/delete/rename bình thường.</span></p><p style="text-align:justify;"><span style="font-size:14px;">&nbsp;Kết quả khi dùng FileZilla đăng nhập vào FTP Server trên VPS -&gt; vuser1 đã bị chặn truy cập</span></p><p style="text-align:center;"><img src="/files/luu%20moc/4-2.png" style="width:528.52px;height:306px;"><span style="font-size:14px;"><br></span></p><p></p><p style="text-align:justify;"><span style="font-size:14px;">vuser1</span></p><p style="text-align:justify;"><span style="font-size:14px;">vuser2 đăng nhập bình thường và có thể upload file.</span></p><p style="text-align:center;"><img src="/files/luu%20moc/5-3.png" style="width:539.99px;height:305px;"><span style="font-size:14px;"><br></span></p><p></p><p style="text-align:justify;"><span style="font-size:14px;">vuser2</span></p><p style="margin-bottom:20px;"><span style="color:inherit;font-size:14px;"></span></p><p style="text-align:justify;"><span style="font-size:14px;">Tất cả đã hoạt động ok, bạn thử tạo thêm nhiều user ảo khác và check rename, delete, create folder xem sao.</span></p><p><span style="color:inherit;font-size:14px;"></span></p><p style="margin-bottom:20px;"><span style="font-weight:700;font-size:14px;">4.Video hướng dẫn:</span></p></div>
</div></div></div></div></div><div data-element-id="elm_XdUt4LuhPCIRunklUoiNEg" data-element-type="section" class="zpsection zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_XdUt4LuhPCIRunklUoiNEg"].zpsection{ border-style:none; } </style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_NTJLNTwCrht-ZTnU1MU2Ew" data-element-type="row" class="zprow zprow-container zpalign-items-flex-start zpjustify-content-flex-start zpdefault-section zpdefault-section-bg " data-equal-column=""><style type="text/css"> [data-element-id="elm_NTJLNTwCrht-ZTnU1MU2Ew"].zprow{ border-style:none; box-shadow:0px 0px 0px 0px #000000; } </style><div data-element-id="elm_HINIdJeSA1X5nNDinz2vQQ" data-element-type="column" class="zpelem-col zpcol-12 zpcol-md-12 zpcol-sm-12 zpalign-self- zpdefault-section zpdefault-section-bg "><style type="text/css"> [data-element-id="elm_HINIdJeSA1X5nNDinz2vQQ"].zpelem-col{ border-style:none; box-shadow:0px 0px 0px 0px #000000; } </style><div data-element-id="elm_L93Ng8jFUdhsrzCBN9M0Og" data-element-type="iframe" class="zpelement zpelem-iframe "><style type="text/css"> [data-element-id="elm_L93Ng8jFUdhsrzCBN9M0Og"].zpelem-iframe{ border-style:none; border-radius:1px; box-shadow:0px 0px 0px 0px #000000; } </style><div class="zpiframe-container zpiframe-align-center"><iframe class="zpiframe " src="https://www.youtube.com/embed/BeZUc4DO2bQ" width="560" height="315" align="center" allowfullscreen frameBorder="0"></iframe></div>
</div></div></div></div></div></div> ]]></content:encoded><pubDate>Fri, 03 May 2019 01:26:23 +0700</pubDate></item><item><title><![CDATA[ Giới thiệu cơ bản về Router]]></title><link>https://www.daihockhonggiay.com/blogs/post/gioi-thieu-co-ban-ve-router</link><description><![CDATA[<img align="left" hspace="5" src="https://www.daihockhonggiay.com/r va s.jpg"/>Giới thiệu tổng quan về Router Cisco và các lệnh cấu hình]]></description><content:encoded><![CDATA[<div class="zpcontent-container blogpost-container "><div data-element-id="elm_KdN3uta8T8ayyTUwIJvUng" data-element-type="section" class="zpsection "><style type="text/css"></style><div class="zpcontainer-fluid zpcontainer"><div data-element-id="elm_B1ulGDTKSTiFChcoYn9fHg" 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_GZIRys6OSIWzJQMeDThxKg" 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_GZIRys6OSIWzJQMeDThxKg"].zpelem-col{ border-style:none; } </style><div data-element-id="elm_b9D44XjHymdmnFST-mP6-w" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_b9D44XjHymdmnFST-mP6-w"].zpelem-text { text-transform:none; border-style:none; border-radius:1px; box-shadow:0px 0px 0px 0px #000000; } [data-element-id="elm_b9D44XjHymdmnFST-mP6-w"].zpelem-text :is(h1,h2,h3,h4,h5,h6){ text-transform:none; } </style><div class="zptext zptext-align-left " data-editor="true"><p><b>I. Tổng quan</b></p><p><b>1. Giới thiệu Router về phần cứng và cấu trúc</b></p><p><b>a. Phần cứng:</b> phần cứng của Router gần tương đồng về các thành phần với PC</p><table border="1" cellspacing="0" cellpadding="0" style="margin-left:5.35pt;"><tbody><tr style="height:20px;"><td><p>Router</p></td><td><p>PC</p></td></tr><tr style="height:10px;"><td><p>Main</p></td><td><p>Main</p></td></tr><tr style="height:1px;"><td><p>CPU</p></td><td><p>CPU</p></td></tr><tr style="height:18px;"><td><p>RAM: là nơi chạy file Runingconfig. Bao gồm: bảng định tuyến, MAC, NAT, ACL</p></td><td><p>RAM</p></td></tr><tr style="height:13px;"><td><p>NVRAM: là bộ nhớ lưu file cấu hình: Startup config </p><p>Flash: là bộ nhớ lưu file IOS</p></td><td><p>HDD</p></td></tr></tbody></table><p style="margin-left:5.35pt;"><b>b. Cổng kết nối</b></p><table border="1" cellspacing="0" cellpadding="0" style="margin-left:5.35pt;"><tbody><tr><td><br><br><img src="/Network/1/22.jpg" style="width:302.48px;height:180px;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </td><td><p>Chúng ta có th<span>ể truy cập và điều khiển từ máy tính tới Router bằng các đường</span>:</p><p><b>Đ</b><b><span>ường console:</span></b><span> kết nối trực tiếp từ máy tính tới Router bằng cáp Console (một đầu cắm vào cổng com trên máy tính, một đầu cổng console</span> của<span> Router hoặc Switch). Cáp console có tốc độ thấp 56kb/s nên chỉ được dùng thiết lập ban đầu</span></p><p><b>Telnet or SSH:</b> k<span>ết nối tới Router hoặc Switch thông qua cổng mạng. Kết nối này có tốc độ cao và cho phép truy cập từ xa. Trong đó telnet có tốc độ nhanh hơn. Nhưng không hỗ trợ bảo mật. SSH hỗ trợ bảo mật nhưng tốc độ truyền chậm hơn. V</span>ì v<span>ậy người ta thường dùng SSH trong những khu vực không an toàn, và Telnet trong những khu vực mạng an toàn. </span></p><p><b>AUX:</b> Ch<span>ỉ hỗ trợ trên Router: cũng cho phép kết nối tới Router từ xa, thông qua đường truyền Modem. Tuy nhiên loại kết nối này thường không được sử dụng.</span></p></td></tr></tbody></table><p style="margin-left:5.35pt;">&nbsp;</p><p style="margin-left:5.35pt;"><b>c. IOS (</b><b><span>Internetwork Operating System</span>): Hệ điều hành của thiết bị Cisco</b></p><p style="margin-left:5.35pt;">+ Tương t<span>ự như một máy tính, một router hoặc switch&nbsp; hoạt động th</span>ì ph<span>ải có hệ điều hành. Cisco Internetwork Operating System (IOS) là phần mềm hệ thống trong các thiết bị của Cisco. Nó là công nghệ cốt l</span>õi đư<span>ợc mở rộng trên hầu hết các d</span>òng s<span>ản phẩm của Cisco</span></p><p style="margin-left:5.35pt;">+ Cisco IOS cung c<span>ấp cho các thiết bị với các dịch vụ mạng sau đây</span></p><p style="margin-left:32.35pt;">=&gt; Ch<span>ức năng định tuyến và chuyển mạch</span></p><p style="margin-left:32.35pt;">=&gt; Tin c<span>ậy và truy cập bảo mật vào tài nguyên mạng</span></p><p style="margin-left:32.35pt;">=&gt; Kh<span>ản năng mở rộng hệ thống.</span></p><p style="margin-left:5.35pt;">+ Chú ý về IOS: </p><p style="margin-left:32.35pt;">=&gt; H<span>ệ điều hành hoạt động là khác nhau trên từng thiết bị (Router hoặc Switch)</span></p><p style="margin-left:32.35pt;">=&gt; Các thi<span>ết bị đều truy cập bằng lệnh</span></p><p style="margin-left:32.35pt;">=&gt; File os n<span>ặng khoảng 40M. Nó được lưu trong </span>bộ nhớ<span> Flash. Bộ nhớ flash cung cấp lưu trữ không mất dữ liệu.</span></p><p style="margin-left:32.35pt;">=&gt; S<span>ử dụng Flash memory có thể copy vào là chạy</span></p><p><b>2. Quá trình khởi động của Router</b></p><p style="margin-left:32.35pt;">=&gt; Bước 1: Khi bật Router điện sẽ được nạp vào ROM</p><p style="margin-left:32.35pt;">=&gt; Bước 2: ROM sẽ thực hiện quá trình kiểm tra các thiết bị phần cứng gọi là POST (Power on self test)</p><p style="margin-left:32.35pt;">=&gt; Bước 3: Sau khi kiểm tra phần cứng chạy ổn định sẽ chuyển sang Bootstrap. Bootstrap sẽ liên lạc với IOS, IOS sẽ được load từ bộ nhớ Flash (bootstrap cho phép hệ điều hành nào khở động trước nếu có nhiều IOS). </p><p style="margin-left:32.35pt;">=&gt; Bước 4: tiếp theo file cấu hình (Start up config) được copy từ bộ nhớ NVRAM</p><p style="margin-left:32.35pt;">=&gt; Bước 5:&nbsp; IOS và Startup Config được load vào RAM tạo thành file chạy Running config.</p><p><b>3. Các Mode lệnh trong IOS: có 4 mode lệnh</b></p><p style="margin-left:5.35pt;">+ Router&gt; -----------------------&gt;&nbsp; Mode User ( Mode có quy<span>ền thấp nhất )</span></p><p style="margin-left:5.35pt;">+ Router# ------------------------&gt; Mode Previlidge (Mode qu<span>ản trị)</span></p><p style="margin-left:5.35pt;">+ Router (config)#--------------&gt; Mode cấu hình</p><p style="margin-left:5.35pt;">+ <span>Router (config-if)</span>#-----------&gt; Mode vào cổng</p><p><b>4. Các lệnh cấu hình Cơ bản Router</b></p><p style="margin-left:5.35pt;">Router#<span>conf</span>igure <span>t</span>erminal</p><p style="margin-left:5.35pt;">Router(config)#----------------=&gt; Mode config | Mode global (Mode cấu hình)</p><p style="margin-left:5.35pt;">Router(config)#<b><span>host</span></b>name <span>R1</span> =&gt; Đặt tên cho Router</p><p style="margin-left:5.35pt;">R1(config)#</p><p style="margin-left:5.35pt;">R1(config)#<span>en</span>able <span>pas</span>sword <span>cisco</span> =&gt; Đặt pass enable là cisco (khi chuyển từ Mode người dùng sang Mode quản trị sẽ yêu cầu mật khẩu).</p><p style="margin-left:5.35pt;">R1(config)#<span>en</span>able <span>sec</span>ret <span>aptech</span> =&gt; Đặt pass enable secret là aptech (pass này sẽ được dùng khi câu lệnh này được thực hiện. Cao hơn pass của enable)</p><p style="margin-left:5.35pt;">R1(config)#</p><p style="margin-left:5.35pt;">R1(config)#<span>line</span><span>con</span>sole <span>0</span></p><p style="margin-left:5.35pt;">R1(config-line)#<span>pas</span>sword <span>aptech</span> =&gt; Đặt pass khi truy nhập vào Router bằng đường Console. </p><p style="margin-left:5.35pt;">R1(config-line)#<span>login</span></p><p style="margin-left:5.35pt;">R1(config-line)#</p><p style="margin-left:5.35pt;">R1(config-line)#<span>line vty 0 4</span></p><p style="margin-left:5.35pt;">R1(config-line)#<span>pas</span>sword <span>aptech</span> =&gt; Đặt pass khi truy nhập vào Router bằng đường telnet</p><p style="margin-left:5.35pt;">R1(config-line)#<span>login</span></p><p style="margin-left:5.35pt;">R1(config-line)#exit</p><p style="margin-left:5.35pt;">R1(config)#</p><p style="margin-left:5.35pt;">R1(config)#<span>ban</span>ner <span>mo</span>td <span>!Hello!</span> =&gt; Đặt lời chào cho Router/Switch, lưu ý ký tự bắt đầu và ký tự kết thúc của lời chào phải giống nhau.</p><p style="margin-left:5.35pt;">R1(config)#</p><p style="margin-left:5.35pt;">R1(config)#<span>in</span>terface <span>f0/0</span></p><p style="margin-left:5.35pt;">R1(config-if)#--------------=&gt; Mode Interface (mode cấu hình địa chỉ cổng)</p><p style="margin-left:5.35pt;">R1(config-if)#<span>no shut</span> =&gt; Bật cổng của Rotuer lên</p><p style="margin-left:5.35pt;">R1(config-if)#<span>ip</span><span>add</span>ress <span>192.168.1.1 255.255.255.0</span> =&gt; Đặt địa chỉ IP cho cổng của Router.</p><p style="margin-left:5.35pt;">R1(config-if)#</p><p style="margin-left:5.35pt;">R1(config-if)#<span>in</span>terface <span>s0/0</span></p><p style="margin-left:5.35pt;">R1(config-if)#<span>no shut</span></p><p style="margin-left:5.35pt;">R1(config-if)#<span>ip</span><span>add</span>ress <span>172.16.0.1 255.255.255.252</span></p><p style="margin-left:5.35pt;">R1(config-if)#<span>clock rate 64000</span> (bật xung nhịp đối với đầu DCE)</p><p style="margin-left:5.35pt;">R1(config)#</p><p style="margin-left:5.35pt;">R1(config)#exit</p><p style="margin-left:5.35pt;">R1#<span>sh</span>ow <span>run</span>ning-config =&gt; Kiểm tra file cấu hình đang chạy. </p><p style="margin-left:5.35pt;">R1#<span>copy</span><span>run</span>ning-config <span>start</span>up-config | <span>wr</span>ite =&gt; ghi file cấu hình đang chạy vào NVRAM.</p><p style="margin-left:5.35pt;">R1#<span>sh</span>ow <span>start</span>up-config =&gt; Kiểm tra file cấu hình xem đã có những thông tin đang chạy chưa?&nbsp;</p><p>Chú ý: </p><p><span style="color:inherit;"></span></p><p>=&gt; R1(config-if)#clock rate 64000&nbsp; =&gt; Clock&nbsp; rate là xung nhịp của các bít truyền. Bít này cách bít kia là 64000 micro/giây</p><p><br></p><p style="margin-bottom:20px;"><span style="font-weight:700;">II. Thực hành</span></p><p style="margin-bottom:20px;"><span style="font-weight:700;">1.&nbsp;</span><span style="font-size:14px;color:inherit;font-weight:bold;">Đăng nhập Router qua giao diện dòng lệnh</span></p><p style="margin-bottom:20px;"><span style="font-weight:700;">a. Yêu cầu thiết bị</span></p><p style="margin-bottom:20px;"><span>1 Router Cisco 1941.</span></p><p style="margin-bottom:20px;">1 PC.</p><p style="margin-bottom:20px;">Dây cáp console.</p><p style="margin-bottom:20px;"><span style="font-weight:700;">b. Nội dung công việc cần 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;">Đăng nhập vào hệ thống.</p><p style="margin-bottom:20px;">Xem các thông tin Router.</p><p style="margin-bottom:20px;">Sử dụng Hyper Terminal.</p><p style="text-align:center;"></p><p style="text-align:center;"></p><p style="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_EDhwpwzR3UBvFqOLYqvlig" data-element-type="video" class="zpelement zpelem-video "><style type="text/css"> [data-element-id="elm_EDhwpwzR3UBvFqOLYqvlig"].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/yU0mRpK_8Ss" frameborder="0" allowfullscreen></iframe></div>
</div><div data-element-id="elm_tvPUVIbfFk8joPfVlxDMeQ" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_tvPUVIbfFk8joPfVlxDMeQ"].zpelem-text { text-transform:none; border-style:none; border-radius:1px; box-shadow:0px 0px 0px 0px #000000; } [data-element-id="elm_tvPUVIbfFk8joPfVlxDMeQ"].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;">2.&nbsp;</span><span style="font-size:14px;color:inherit;font-weight:bold;">Đặt các loại mật khẩu cho Router</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;">1 Router Cisco 1941</p><p style="margin-bottom:20px;">1 PC</p><p style="margin-bottom:20px;">Dây cáp console</p><p style="margin-bottom:20px;"><span style="font-weight:700;">b. Nội dung công việc cần 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;">Đăng nhập vào hệ thống</p><p style="margin-bottom:20px;">Xem thông tin của Router</p><p style="margin-bottom:20px;">Sử dụng hyper terminal</p><p style="margin-bottom:20px;"><span>Đặt mật khẩu truy cập vào chế độ Privileged EXEC mode</span></p><p style="margin-bottom:20px;">Đặt mật khẩu truy cập Telnet</p><p style="text-align:center;"></p><p><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_FXFQQU3ZDs8nI2HFHLaXGQ" data-element-type="video" class="zpelement zpelem-video "><style type="text/css"> [data-element-id="elm_FXFQQU3ZDs8nI2HFHLaXGQ"].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/wpRRVGlaYH8" frameborder="0" allowfullscreen></iframe></div>
</div><div data-element-id="elm_uHp12oPZiSHJFqMW6DVbyA" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_uHp12oPZiSHJFqMW6DVbyA"].zpelem-text { text-transform:none; border-style:none; border-radius:1px; box-shadow:0px 0px 0px 0px #000000; } [data-element-id="elm_uHp12oPZiSHJFqMW6DVbyA"].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;">Khôi phục lại mật khẩu cho Router Cisco</span></p><p style="margin-bottom:20px;"><span style="font-weight:700;">a. Yêu cầu thiết bị:</span></p><p style="margin-bottom:20px;">1 Router Cisco 2600</p><p style="margin-bottom:20px;">1 PC</p><p style="margin-bottom:20px;">Dây cáp Console</p><p style="margin-bottom:20px;"><span style="font-weight:700;">b. Nội dung công việc cần 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;">Đăng nhập vào hệ thống</p><p style="margin-bottom:20px;">Khôi phục lại mật khẩu cho Router</p><p style="text-align:center;"></p><p><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_lOAXzpOrpp15s945Nd5dUA" data-element-type="video" class="zpelement zpelem-video "><style type="text/css"> [data-element-id="elm_lOAXzpOrpp15s945Nd5dUA"].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/QCY7Tr-sAhU" frameborder="0" allowfullscreen></iframe></div>
</div><div data-element-id="elm_dSteT1n1evNZLCM_uUxw6A" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_dSteT1n1evNZLCM_uUxw6A"].zpelem-text { text-transform:none; border-style:none; border-radius:1px; box-shadow:0px 0px 0px 0px #000000; } [data-element-id="elm_dSteT1n1evNZLCM_uUxw6A"].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;">4.&nbsp;</span><span style="font-weight:bold;">Các lệnh cơ bản trên Router Cisco</span></p><p style="margin-bottom:20px;"><span style="font-weight:700;">a. Yêu cầu thiết bị</span></p><p style="margin-bottom:20px;">1 Router Cisco 2920XM</p><p style="margin-bottom:20px;">1 PC</p><p style="margin-bottom:20px;">Dây cáp Console, Fast Ethernet</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;">Nối cáp</p><p style="margin-bottom:20px;">Đăng nhập vào hệ thống</p><p style="margin-bottom:20px;">Đặt Router banner</p><p style="margin-bottom:20px;">Cấu hình các cổng giao tiếp trên Router</p><p style="margin-bottom:20px;">Đặt hostname cho Router</p><p style="margin-bottom:20px;">Các lệnh kiểm tra cấu hình</p><p><span></span></p><p><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_TNxvI7EFg66aH_zA1YYlNw" data-element-type="video" class="zpelement zpelem-video "><style type="text/css"> [data-element-id="elm_TNxvI7EFg66aH_zA1YYlNw"].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/dyduAEegzwk" frameborder="0" allowfullscreen></iframe></div>
</div><div data-element-id="elm_w-I5disjyaatgoWFXT9jbA" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_w-I5disjyaatgoWFXT9jbA"].zpelem-text { text-transform:none; border-style:none; border-radius:1px; box-shadow:0px 0px 0px 0px #000000; } [data-element-id="elm_w-I5disjyaatgoWFXT9jbA"].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;">5.&nbsp;</span><span style="font-size:14px;color:inherit;font-weight:bold;">Làm việc với Telnet</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;">2 Router Cisco 2621XM</p><p style="margin-bottom:20px;">Dây cáp serial, Ethernet</p><p style="margin-bottom:20px;">1 Cisco catalyst Switch 2950-24</p><p style="margin-bottom:20px;"><span style="font-weight:700;">b. Nội dung công việc&nbsp; cần 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;">Đăng nhập vào hệ thông</p><p style="margin-bottom:20px;">Đặt mật khẩu truy cập conselo của router</p><p style="margin-bottom:20px;">Đặt mật khẩu truy cập vào chế Privilerged EXEC mode.</p><p style="margin-bottom:20px;">Đặt mật khẩu truy cập telnet</p><p style="text-align:center;"></p><p><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_IZzKV-luV601-eO9ZxQ2iw" data-element-type="video" class="zpelement zpelem-video "><style type="text/css"> [data-element-id="elm_IZzKV-luV601-eO9ZxQ2iw"].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/YlINcxt-ANM" frameborder="0" allowfullscreen></iframe></div>
</div><div data-element-id="elm_xWp3Qy4AZov45_5H2xOoOA" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_xWp3Qy4AZov45_5H2xOoOA"].zpelem-text { text-transform:none; border-style:none; border-radius:1px; box-shadow:0px 0px 0px 0px #000000; } [data-element-id="elm_xWp3Qy4AZov45_5H2xOoOA"].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;">6.&nbsp;</span><span style="font-size:14px;color:inherit;font-weight:bold;">Nạp IOS cho Router qua TFTP Server</span></p><p style="margin-bottom:20px;"><span style="font-weight:700;">a. Yêu cầu thiết bị</span></p><p style="margin-bottom:20px;">1 Router Cisco 2620XM</p><p style="margin-bottom:20px;">1 Server</p><p style="margin-bottom:20px;">Dây cáp FastEthernet</p><p style="margin-bottom:20px;"><span style="font-weight:700;">b. Nội dung công việc cần 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 Router và Server</p><p style="margin-bottom:20px;">Nạp IOS cho Router</p><p><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_aUMAHfcLCaiAHxmTwfeuCg" data-element-type="video" class="zpelement zpelem-video "><style type="text/css"> [data-element-id="elm_aUMAHfcLCaiAHxmTwfeuCg"].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/vHWRLoIkf-w" frameborder="0" allowfullscreen></iframe></div>
</div><div data-element-id="elm_vamInPtBJ6ECwyRhpB_o7g" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_vamInPtBJ6ECwyRhpB_o7g"].zpelem-text { text-transform:none; border-style:none; border-radius:1px; box-shadow:0px 0px 0px 0px #000000; } [data-element-id="elm_vamInPtBJ6ECwyRhpB_o7g"].zpelem-text :is(h1,h2,h3,h4,h5,h6){ text-transform:none; } </style><div class="zptext zptext-align-left " data-editor="true"><p><span style="color:inherit;"></span></p><div><p style="margin-bottom:20px;"><span style="font-weight:700;">7.&nbsp;</span><span style="font-size:14px;color:inherit;font-weight:bold;">Nạp IOS cho Router qua câu lệnh TFTPDNLD</span></p><p style="margin-bottom:20px;text-align:left;"><span style="font-weight:700;">a. Yêu cầu chuẩn bị</span></p><p style="margin-bottom:20px;text-align:left;">1 Router Cisco 2620XM.</p><p style="margin-bottom:20px;text-align:left;">1 Server.</p><p style="margin-bottom:20px;text-align:left;">1 Pc.</p><p style="margin-bottom:20px;text-align:left;">Dây cáp Console, FastEthernet.</p><p style="margin-bottom:20px;text-align:left;"><span style="font-weight:700;">b. Nội dung công việc cần thực hiện</span></p><p style="margin-bottom:20px;text-align:left;">Nối cáp.</p><p style="margin-bottom:20px;text-align:left;">Đăng nhập vào hệ thống.</p><p style="margin-bottom:20px;text-align:left;">Sử dụng lệnh tftpdnld để nạp IOS.</p><p></p><p style="margin-bottom:20px;text-align:left;"><span><span style="font-weight:700;">c. Video hướng dẫn</span></span></p><div><span><span style="font-weight:700;"><br></span></span></div></div></div>
</div><div data-element-id="elm_gSmIys4lN2p35_WgiYYhdQ" data-element-type="video" class="zpelement zpelem-video "><style type="text/css"> [data-element-id="elm_gSmIys4lN2p35_WgiYYhdQ"].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/9coaMsQGWX0" frameborder="0" allowfullscreen></iframe></div>
</div><div data-element-id="elm_ZZCuvsOPRZP3QsxtVcNT-Q" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_ZZCuvsOPRZP3QsxtVcNT-Q"].zpelem-text { text-transform:none; border-style:none; border-radius:1px; box-shadow:0px 0px 0px 0px #000000; } [data-element-id="elm_ZZCuvsOPRZP3QsxtVcNT-Q"].zpelem-text :is(h1,h2,h3,h4,h5,h6){ text-transform:none; } </style><div class="zptext zptext-align-left " data-editor="true"><p><span style="color:inherit;"></span></p><div><p style="margin-bottom:20px;"><span style="font-weight:700;">8.&nbsp;</span><span style="font-size:14px;color:inherit;font-weight:bold;">Cấu hình Linksys Router</span></p><p style="margin-bottom:20px;text-align:left;"><span style="font-weight:700;">a. Yêu cầu chuẩn bị</span></p><p style="margin-bottom:20px;text-align:left;">1 Router Cisco 1841</p><p style="margin-bottom:20px;text-align:left;">3 Cisco Catalyst Switch 2950T</p><p style="margin-bottom:20px;text-align:left;">3 PC &amp; 1 Laptop</p><p style="margin-bottom:20px;text-align:left;">Dây cáp Fast Ethernet</p><p style="margin-bottom:20px;text-align:left;"><span style="font-weight:700;">b. Yêu cầu nội dung</span></p><p style="margin-bottom:20px;text-align:left;">Đấu nối thiết bị như sơ đồ</p><p style="margin-bottom:20px;text-align:left;">Cấu hình cơ bản cho Router</p><p style="margin-bottom:20px;text-align:left;">Cấu hình địa chỉ IPv4</p><p style="margin-bottom:20px;text-align:left;">Cấu hình VLAN Switch, Router</p><p style="margin-bottom:20px;text-align:left;">Cấu hình Linksys Router</p><p style="margin-bottom:20px;text-align:left;">Kiểm tra kết nối</p><p style="margin-bottom:20px;text-align:left;"><span><span style="font-weight:700;">c. Video hướng dẫn</span></span></p></div></div>
</div><div data-element-id="elm_x0oxa03NDke0pZ7O8Rw-PQ" data-element-type="video" class="zpelement zpelem-video "><style type="text/css"> [data-element-id="elm_x0oxa03NDke0pZ7O8Rw-PQ"].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/O-s_PeDo3GE" frameborder="0" allowfullscreen></iframe></div>
</div><div data-element-id="elm_kNYTW-6-XFQ67bduCR1dAw" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_kNYTW-6-XFQ67bduCR1dAw"].zpelem-text { text-transform:none; border-style:none; border-radius:1px; box-shadow:0px 0px 0px 0px #000000; } [data-element-id="elm_kNYTW-6-XFQ67bduCR1dAw"].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;">9.&nbsp;</span><span style="font-size:14px;color:inherit;font-weight:bold;">Cisco Discovery Protocol</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;">2 Router Cisco 2691</p><p style="margin-bottom:20px;">1 Cisco Catalyst Switch&nbsp;</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;">Xem thông tin và thông số thời gian của CDP</p><p style="margin-bottom:20px;">Hiển thị thông tin các thiết bị kết nối trực tiếp</p><p style="margin-bottom:20px;">Hiển thị thông tin trạng thái CDP trên port</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_iRmfLQHnQ-zxNaZ4fcd5nA" data-element-type="video" class="zpelement zpelem-video "><style type="text/css"> [data-element-id="elm_iRmfLQHnQ-zxNaZ4fcd5nA"].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/ZpPickII6fA" frameborder="0" allowfullscreen></iframe></div>
</div><div data-element-id="elm_IOUoiyI4isXUOSsdm6wBeA" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_IOUoiyI4isXUOSsdm6wBeA"].zpelem-text { text-transform:none; border-style:none; border-radius:1px; box-shadow:0px 0px 0px 0px #000000; } [data-element-id="elm_IOUoiyI4isXUOSsdm6wBeA"].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;">10.&nbsp;</span><span style="font-size:14px;color:inherit;font-weight:bold;">Cấu hình NTP và SYSLOG</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 2950T</p><p style="margin-bottom:20px;">2PCs &amp; 2 Sever</p><p style="margin-bottom:20px;">Dây cáp Serial, Fast Ethernet</p><p style="margin-bottom:20px;"><span style="font-weight:700;">b. Nội dung công việc cần 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 cơ bản cho Router: Hostname,Console,Telnet,Enable,Password,Banner motd</p><p style="margin-bottom:20px;">Cấu hình địa chỉ IPv4, tên mô tả trên các cổng của thiết bị theo sơ đồ</p><p style="margin-bottom:20px;">Trên Router R1,R2 và R3 cấu hình giao thức định tuyến EIGRP</p><p style="margin-bottom:20px;">Cấu hình NYP Server và NTP Client</p><p style="margin-bottom:20px;">Kiểm tra cấu hình</p><p><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_fVpMlLBhf6WT99fFY7apug" data-element-type="video" class="zpelement zpelem-video "><style type="text/css"> [data-element-id="elm_fVpMlLBhf6WT99fFY7apug"].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/vpX0GSKxNEU" frameborder="0" allowfullscreen></iframe></div>
</div><div data-element-id="elm_4GnrEclcPAMnsBsOGdtg-w" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_4GnrEclcPAMnsBsOGdtg-w"].zpelem-text { text-transform:none; border-style:none; border-radius:1px; box-shadow:0px 0px 0px 0px #000000; } [data-element-id="elm_4GnrEclcPAMnsBsOGdtg-w"].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;">11.&nbsp;</span><span style="font-size:14px;color:inherit;font-weight:bold;">Cấu hình TFTP server</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;">1 Switch cisco 2950-24</p><p style="margin-bottom:20px;">1 PC</p><p style="margin-bottom:20px;">Dây cáp FastEthernet</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 Switch</p><p style="margin-bottom:20px;">Cấu hình trên các Interface</p><p style="margin-bottom:20px;">Cấu hình backup file cấu hình từ Switch tới TFTP server</p><p style="margin-bottom:20px;">Cấu hình file cấu hình từ TFTP server về Switch</p><p style="text-align:center;"></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_BYIVgfSnEoTlipg8U1OaXg" data-element-type="video" class="zpelement zpelem-video "><style type="text/css"> [data-element-id="elm_BYIVgfSnEoTlipg8U1OaXg"].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/PPwxNyQqY6M" frameborder="0" allowfullscreen></iframe></div>
</div><div data-element-id="elm_R7IDIiNKjMzK1j4k4hJ4UA" data-element-type="text" class="zpelement zpelem-text "><style> [data-element-id="elm_R7IDIiNKjMzK1j4k4hJ4UA"].zpelem-text { text-transform:none; border-style:none; border-radius:1px; box-shadow:0px 0px 0px 0px #000000; } [data-element-id="elm_R7IDIiNKjMzK1j4k4hJ4UA"].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>Thu, 02 May 2019 21:15:07 +0700</pubDate></item></channel></rss>