![Phân tích tư tưởng của nhân dân qua đoạn thơ: Những người vợ nhớ chồng… Những cuộc đời đã hóa sông núi ta trong Đất nước của Nguyễn Khoa Điềm](https://timtailieu.net/upload/document/136415/phan-tich-tu-tuong-cua-nhan-dan-qua-doan-tho-039-039-nhung-nguoi-vo-nho-chong-nhung-cuoc-doi-da-hoa-song-nui-ta-039-039-trong-dat-nuoc-cua-nguyen-khoa-136415.jpg)
Lab BCSI
Số trang: 0
Loại file: pdf
Dung lượng: 4.34 MB
Lượt xem: 18
Lượt tải: 0
Xem trước 2 trang đầu tiên của tài liệu này:
Thông tin tài liệu:
Tham khảo bài viết lab bcsi, công nghệ thông tin, quản trị mạng phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả
Nội dung trích xuất từ tài liệu:
Lab BCSILab BSCI Tài liệu dành cho học viên Mục lụcMODULE 2: EIGRP .................................................................................................................... 2MODULE 3: OSPF .................................................................................................................... 18MODULE 4: ISIS ....................................................................................................................... 45MODULE 5: MANIPULATE ROUTING UPDATE ................................................................ 54MODULE 6 : BGP ..................................................................................................................... 65MODULE 7 : MULTICAST ...................................................................................................... 80MODULE 8: IPV6...................................................................................................................... 84VSIC Education Corporation Trang 1Lab BSCI Tài liệu dành cho học viênMODULE 2: EIGRPMục tiêu:Cấu hình EIGRP giữa R1 và R2, quảng bá tất cả interface ngoại trừ 2 interface Loopback 4trên R1 và Loopback32 trên R2 bằng cách sử dụnh lệnh network trên R1 và R2Hướng dẫn: Cấu hình địa chỉ ip interface E0/0 của R1 là: 12.0.0.1/8 Cấu hình địa chỉ ip interface E0/0 của R2 là: 12.0.0.2/8 Cấu hình interface looback trên R1 và R2 như hình vẽ Cấu hình EIGRP AS1 trên R1 và R2 Cấu hình R1 và R2 quảng bá tất cả interface ngoại trừ Lo4 của R1 và Lo32 của R2Cấu hình:R1:interface Loopback0ip address 1.1.1.0 255.255.255.255!interface Loopback1ip address 1.1.1.1 255.255.255.255!interface Loopback2ip address 1.1.1.2 255.255.255.255!interface Loopback3ip address 1.1.1.3 255.255.255.255!interface Loopback4ip address 1.1.1.4 255.255.255.255!interface Ethernet0/0ip address 12.0.0.1 255.0.0.0!router eigrp 1network 1.1.1.0 0.0.0.3network 12.0.0.1 0.0.0.0no auto-summaryR2:interface Loopback24VSIC Education Corporation Trang 2Lab BSCI Tài liệu dành cho học viênip address 2.2.2.24 255.255.255.255!interface Loopback25ip address 2.2.2.25 255.255.255.255!interface Loopback26ip address 2.2.2.26 255.255.255.255!interface Loopback27ip address 2.2.2.27 255.255.255.255!interface Loopback28ip address 2.2.2.28 255.255.255.255!interface Loopback29ip address 2.2.2.29 255.255.255.255!interface Loopback30ip address 2.2.2.30 255.255.255.255!interface Loopback31ip address 2.2.2.31 255.255.255.255!interface Loopback32ip address 2.2.2.32 255.255.255.255!interface Ethernet0/0ip address 12.0.0.2 255.0.0.0!router eigrp 1network 2.2.2.24 0.0.0.7network 12.0.0.2 0.0.0.0no auto-summaryKiểm tra:R1#show ip routeCodes: C - connected, S - static, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area* - candidate default, U - per-user static route, o - ODRP - periodic downloaded static routeGateway of last resort is not set1.0.0.0/32 is subnetted, 5 subnetsC 1.1.1.1 is directly connected, Loopback1C 1.1.1.0 is directly connected, Loopback0C 1.1.1.3 is directly connected, Loopback3C 1.1.1.2 is directly connected, Loopback2C 1.1.1.4 is directly connected, Loopback42.0.0.0/32 is subnetted, 8 subnetsD 2.2.2.26 [90/409600] via 12.0.0.2, 00:00:35, Ethernet0/0VSIC Education Corporation Trang 3Lab BSCI Tài liệu dành cho học viênD 2.2.2.27 [90/409600] via 12.0.0.2, 00:00:35, Ethernet0/0D 2.2.2.24 [90/409600] via 12.0.0.2, 00:00:35, Ethernet0/0D 2.2.2.25 [90/409600] via 12.0.0.2, 00:00:36, Ethernet0/0D 2.2.2.30 [90/409600] via 12.0.0.2, 00:00:36, Ethernet0/0D 2.2.2.31 [90/409600] via 12.0.0.2, 00:00:36, Ethernet0/0D 2.2.2.28 [90/409600] via 12.0.0.2, 00:00:36, Ethernet0/0D 2.2.2.29 [90/409600] via 12.0.0.2, 00:00:36, Ethernet0/0C 12.0.0.0/8 is directly connected, Ethernet0/0R1#R2#show ip routeCodes: C - connected, S - static, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area* - candidate default, ...
Nội dung trích xuất từ tài liệu:
Lab BCSILab BSCI Tài liệu dành cho học viên Mục lụcMODULE 2: EIGRP .................................................................................................................... 2MODULE 3: OSPF .................................................................................................................... 18MODULE 4: ISIS ....................................................................................................................... 45MODULE 5: MANIPULATE ROUTING UPDATE ................................................................ 54MODULE 6 : BGP ..................................................................................................................... 65MODULE 7 : MULTICAST ...................................................................................................... 80MODULE 8: IPV6...................................................................................................................... 84VSIC Education Corporation Trang 1Lab BSCI Tài liệu dành cho học viênMODULE 2: EIGRPMục tiêu:Cấu hình EIGRP giữa R1 và R2, quảng bá tất cả interface ngoại trừ 2 interface Loopback 4trên R1 và Loopback32 trên R2 bằng cách sử dụnh lệnh network trên R1 và R2Hướng dẫn: Cấu hình địa chỉ ip interface E0/0 của R1 là: 12.0.0.1/8 Cấu hình địa chỉ ip interface E0/0 của R2 là: 12.0.0.2/8 Cấu hình interface looback trên R1 và R2 như hình vẽ Cấu hình EIGRP AS1 trên R1 và R2 Cấu hình R1 và R2 quảng bá tất cả interface ngoại trừ Lo4 của R1 và Lo32 của R2Cấu hình:R1:interface Loopback0ip address 1.1.1.0 255.255.255.255!interface Loopback1ip address 1.1.1.1 255.255.255.255!interface Loopback2ip address 1.1.1.2 255.255.255.255!interface Loopback3ip address 1.1.1.3 255.255.255.255!interface Loopback4ip address 1.1.1.4 255.255.255.255!interface Ethernet0/0ip address 12.0.0.1 255.0.0.0!router eigrp 1network 1.1.1.0 0.0.0.3network 12.0.0.1 0.0.0.0no auto-summaryR2:interface Loopback24VSIC Education Corporation Trang 2Lab BSCI Tài liệu dành cho học viênip address 2.2.2.24 255.255.255.255!interface Loopback25ip address 2.2.2.25 255.255.255.255!interface Loopback26ip address 2.2.2.26 255.255.255.255!interface Loopback27ip address 2.2.2.27 255.255.255.255!interface Loopback28ip address 2.2.2.28 255.255.255.255!interface Loopback29ip address 2.2.2.29 255.255.255.255!interface Loopback30ip address 2.2.2.30 255.255.255.255!interface Loopback31ip address 2.2.2.31 255.255.255.255!interface Loopback32ip address 2.2.2.32 255.255.255.255!interface Ethernet0/0ip address 12.0.0.2 255.0.0.0!router eigrp 1network 2.2.2.24 0.0.0.7network 12.0.0.2 0.0.0.0no auto-summaryKiểm tra:R1#show ip routeCodes: C - connected, S - static, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area* - candidate default, U - per-user static route, o - ODRP - periodic downloaded static routeGateway of last resort is not set1.0.0.0/32 is subnetted, 5 subnetsC 1.1.1.1 is directly connected, Loopback1C 1.1.1.0 is directly connected, Loopback0C 1.1.1.3 is directly connected, Loopback3C 1.1.1.2 is directly connected, Loopback2C 1.1.1.4 is directly connected, Loopback42.0.0.0/32 is subnetted, 8 subnetsD 2.2.2.26 [90/409600] via 12.0.0.2, 00:00:35, Ethernet0/0VSIC Education Corporation Trang 3Lab BSCI Tài liệu dành cho học viênD 2.2.2.27 [90/409600] via 12.0.0.2, 00:00:35, Ethernet0/0D 2.2.2.24 [90/409600] via 12.0.0.2, 00:00:35, Ethernet0/0D 2.2.2.25 [90/409600] via 12.0.0.2, 00:00:36, Ethernet0/0D 2.2.2.30 [90/409600] via 12.0.0.2, 00:00:36, Ethernet0/0D 2.2.2.31 [90/409600] via 12.0.0.2, 00:00:36, Ethernet0/0D 2.2.2.28 [90/409600] via 12.0.0.2, 00:00:36, Ethernet0/0D 2.2.2.29 [90/409600] via 12.0.0.2, 00:00:36, Ethernet0/0C 12.0.0.0/8 is directly connected, Ethernet0/0R1#R2#show ip routeCodes: C - connected, S - static, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area* - candidate default, ...
Tìm kiếm theo từ khóa liên quan:
thiết kế web kỹ năng internet bài giảng lab công cụ lab tài liệu về lab chuyên đề labTài liệu liên quan:
-
Báo cáo thực tập: Đề tài thiết kế Web
77 trang 578 2 0 -
Đề thi thực hành môn Thiết kế Web - Trường Cao đẳng nghề Vĩnh Phúc
3 trang 287 2 0 -
Hướng dẫn cài đặt tomcat và cấu hình với netbeans
19 trang 139 0 0 -
MỘT SỐ ĐIỂM CẦN CHÚ Ý KHI THIẾT KẾ WEB
5 trang 116 0 0 -
GIÁO TRÌNH LẬP TRÌNH WEB_PHẦN 2_BÀI 3
3 trang 105 0 0 -
Giáo trình Nhập môn thiết kế website
58 trang 84 0 0 -
81 trang 77 0 0
-
Tài liệu giảng dạy Thiết kế giao diện Web - Trường CĐ Kinh tế - Kỹ thuật Vinatex TP. HCM
88 trang 75 0 0 -
112 trang 69 0 0
-
Hướng dân sử dụng Navicat để Create , Backup , Restore Database
7 trang 68 0 0