Latest topics | » Ngày mai chàng hoàng tử ấy, không phải là anh... by oto1000 30/12/2015, 16:53
» Người ta bận yêu, còn em bận cô đơn… by oto1000 21/12/2015, 16:34
» Yêu lại nhau, chúng ta có thể không? by oto1000 10/12/2015, 17:11
» Tình yêu với em, là gì? by oto1000 2/12/2015, 17:03
» Đông đến làm người ta cô đơn hơn phải không anh? by oto1000 24/11/2015, 16:31
» Em muốn được ôm anh từ phía sau by oto1000 14/11/2015, 16:30
» Hãy cho nhau một cơ hội để giãi bày! by oto1000 10/11/2015, 16:07
» fffffffffffffff by hotgirl_97 8/11/2015, 15:04
» Đôi lúc em chỉ muốn mình thuộc về ai đó thôi... by oto1000 6/11/2015, 16:45
» Trái đất này, ba phần tư là nước mắt... by oto1000 30/10/2015, 16:50
» Để anh kể em nghe về những người phụ nữ anh yêu... by oto1000 23/10/2015, 16:22
» Thương vội người đến sau... by oto1000 15/10/2015, 16:57
» Người ta gọi em là người thứ ba... by oto1000 21/5/2015, 15:11
» Yêu anh, em đã có những tháng năm đẹp nhất… by oto1000 16/5/2015, 15:51
» Thế nào mới là yêu? by oto1000 8/5/2015, 14:19
» Tại sao con gái lại cứ phải dịu dàng? by oto1000 28/4/2015, 16:51
» Chelsea - MU : chiến đấu và hi vọng by xuxu0107 17/4/2015, 16:11
» Nếu một mai anh về, đừng gõ cửa tìm em… by oto1000 16/4/2015, 16:04
|
|
| Vãi lều đi thi lại môn mạng ==! | |
| | Tác giả | Thông điệp |
---|
admin Admin
Giới tính : Tổng số bài gửi : 314 Kinh nghiệm - EXP : 28153 Được cảm ơn : 14 Sinh nhật : 16/10/1991 Ngày tham gia : 16/10/2009 Đến từ : http://nhà.tui Sở thích : Google for all
| Tiêu đề: Vãi lều đi thi lại môn mạng ==! 8/8/2011, 09:22 | |
| | |
| | | admin Admin
Giới tính : Tổng số bài gửi : 314 Kinh nghiệm - EXP : 28153 Được cảm ơn : 14 Sinh nhật : 16/10/1991 Ngày tham gia : 16/10/2009 Đến từ : http://nhà.tui Sở thích : Google for all
| Tiêu đề: Re: Vãi lều đi thi lại môn mạng ==! 8/8/2011, 09:25 | |
| à quên, bải giải đây - Code:
-
ENetwork Basic Configuration PT Practice SBA A few things to keep in mind while completing this activity: 1. Do not use the browser Back button or close or reload any Exam windows during the exam. 2. Do not close Packet Tracer when you are done. It will close automatically. 3. Click the Submit Assessment button to submit your work. Introduction In this practice Packet Tracer Skills Exam, you will: • finish connecting the devices • design and implement an addressing scheme to meet stated requirements • configure, verify, and troubleshoot connectivity between all devices in the network Addressing Table Device Interface Address Subnet Mask Default Gateway Router1 Fa0/0 172.16.1.1 255.255.255.224 n/a Fa0/1 172.16.1.33 255.255.255.240 n/a Switch1 VLAN1 172.16.1.2 255.255.255.224 172.16.1.1 PC1 NIC 172.16.1.30 255.255.255.224 172.16.1.1 PC2 NIC 172.16.1.34 255.255.255.240 172.16.1.33 NOTE: The initial network has some errors. To aid in configuring and verifying the devices as well troubleshooting the existing errors, use a printed version of these instructions to fill in the missing address information in the table during Step 2. Step 1: Connect the Devices. Connect the following devices using the appropriate cable: a. Connect PC1 to Switch1. b. Connect Switch1 to the Fa0/0 interface on Router1. c. Connect Switch2 to the Fa0/1 interface on Router1. d. Connect PC1 to the Router1 console port. Step 2: Determine the IP Addressing Scheme. Design an addressing scheme and fill in the Addressing Table based on the following requirements: a. Subnet the address space 172.16.1.0/24 to provide 30 host addresses for LAN 1 while wasting the least amount of address space. b. Assign the first available subnet to LAN 1. c. Assign the lowest (first) host address in this subnet to the Fa0/0 interface on Router1. d. Assign the second address in this subnet to the VLAN 1 interface on Switch1. e. Assign the highest (last) host IP address in this subnet to PC1. f. Using the next available subnet, further subnet it to provide 10 host addresses for LAN2 while wasting the least amount of address space. g. Assign the lowest (first) host address in the LAN2 subnet to the Fa0/1 interface on Router1. Step 3: Configure Router1. a. Configure Router1 with the following basic parameters: • The router name is Router1. Giai Router>ena Router#conf ter Router(config)#hostname Router1 Router1# ----> ok • The privileged EXEC mode uses the following encrypted password: class (yêu cầu mã hóa pass chế độ privileged EXEC) Giai : Router1# Router1#conf ter Router1(config)#enable secret class ( Router1(config)#enable password class ; cho trường hợp không yêu cầu mã hóa) • Enable Telnet and console line login using the following password: cisco Giai : Router1#conf ter Enter configuration commands, one per line. End with CNTL/Z. Router1(config)#line vty 0 4 Router1(config-line)#pass cisco Router1(config-line)#login Router1(config-line)#exit Router1(config)#line console 0 Router1(config-line)#pass cisco Router1(config-line)#login Router1(config-line)#exit Router1(config)# • Configure the banner message-of-the-day as Authorized access only! Giai : Router1(config)#banner motd # Authorized access only! # Router1(config)#
b. Configure the two Fast Ethernet interfaces, including addressing and a description. Giai : Router1(config)#int Fa0/0 Router1(config-if)#ip add 172.16.1.1 255.255.255.224 Router1(config-if)#description The Fa0/0 use :Connects to Switch1 Router1(config-if)#no shut Router1(config-if)#exit Router1(config)#int Fa0/1 Router1(config-if)#ip add 172.16.1.33 255.255.255.240 Router1(config-if)#description The Fa0/1 use :Connects to Switch2 Router1(config-if)#no shut Router1(config-if)#exit Router1(config)# c. Close the terminal window after completing the router configuration. Giai : Router1(config)#copy running-config startup-config Router1#show running-config ----- >enter ok rồi hen Step 4: Configure Switch1 and Verify Connectivity. a. Remove the console connection between PC1 and Router1. b. Connect PC1 to the Switch1 console port. c. Configure Switch1 with the following basic parameters: • The switch name is Switch1 Giai : Switch(config)#hostname Switch1 Switch1(config)#
• The privileged EXEC mode uses the following encrypted password: class Giai : Switch1(config)#enable secret class
• Enable Telnet and console line login using the following password: cisco Giai : Switch1(config)#line vty 0 4 Switch1(config-line)#pass cisco Switch1(config-line)#login Switch1(config-line)#exit Switch1(config)#line console 0 Switch1(config-line)#pass cisco Switch1(config-line)#login Switch1(config-line)#exit • Configure the banner message-of-the-day as Authorized access only! Giai : Switch1(config)#banner motd # Authorized access only! # d. Configure interface VLAN 1 and default gateway for Switch1. Giai : Switch1(config)#int VLAN 1 Switch1(config-if)#ip add 172.16.1.2 255.255.255.224 Switch1(config-if)#no shut Switch1(config-if)#exit Switch1(config)#ip default-gateway 172.16.1.1 Switch1(config)#exit Switch1#
e. Switch1 should be able to ping the default gateway. Giai : Switch1#ping 172.16.1.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.1.1, timeout is 2 seconds: .!!!! Success rate is 80 percent (4/5), round-trip min/avg/max = 3/3/5 ms Switch1#copy running-config startup-config Switch1#show running-config Step 5: Configure and Verify PC1 Addressing. a. Using the IP addressing you determined in Step 2, configure PC1 with the correct addressing. b. PC1 should be able to ping the default gateway. Cái này vào PC1 vào IP config mà anh làm nhá chon Static điền vào thôi. Step 6: Verify and Troubleshoot End-to-End Connectivity. Verify that PC1 is able to ping PC2. If the ping fails, locate and correct any errors. For example, make sure PC2 is configured correctly with appropriate addressing for the subnet it belongs to. Em nghĩ là chọn một địa chỉ bất kỳ trong hệ mạng 2(10 máy á) rồi gán vào PC2 ,anh có thể chọn bất kỳ miễn sao trong range của hệ mạng 2 là OK Em ping từ PC1 đến PC2 nó báo replay ---- ok Lưu ý vì đề cho ban đầu là : từ switch2 đến PC2 là bấm chéo ta đổi lại cho đúng cách bấm cáp nhá Version 1.0 Created in Packet Tracer 5.2.1 and Marvel 1.0.1 All contents are Copyright © 1992 - 2009 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.
| |
| | | NAT Thành viên cấp 1
Giới tính : Tổng số bài gửi : 15 Kinh nghiệm - EXP : 26031 Được cảm ơn : 3 Sinh nhật : 01/01/1988 Ngày tham gia : 27/08/2010
| Tiêu đề: Re: Vãi lều đi thi lại môn mạng ==! 8/8/2011, 10:22 | |
| Trời ạ, đi thi mà bật nguyên cái video thì sao mà được. Về nhà làm nhưng mà ko ký tên thì cũng ko được đâu, thầy nói vậy đó. | |
| | | admin Admin
Giới tính : Tổng số bài gửi : 314 Kinh nghiệm - EXP : 28153 Được cảm ơn : 14 Sinh nhật : 16/10/1991 Ngày tham gia : 16/10/2009 Đến từ : http://nhà.tui Sở thích : Google for all
| Tiêu đề: Re: Vãi lều đi thi lại môn mạng ==! 8/8/2011, 16:28 | |
| trc bật không sao mà T.T
với lại mở mấy cái khác cũng bị địa, chán ghê | |
| | | admin Admin
Giới tính : Tổng số bài gửi : 314 Kinh nghiệm - EXP : 28153 Được cảm ơn : 14 Sinh nhật : 16/10/1991 Ngày tham gia : 16/10/2009 Đến từ : http://nhà.tui Sở thích : Google for all
| Tiêu đề: Re: Vãi lều đi thi lại môn mạng ==! 18/8/2011, 23:56 | |
| Tình hình là Mình đậu với T Hưng đậu, Rip các bạn khác ==! | |
| | | Sponsored content
| Tiêu đề: Re: Vãi lều đi thi lại môn mạng ==! | |
| |
| | | | Vãi lều đi thi lại môn mạng ==! | |
|
Trang 1 trong tổng số 1 trang | |
Similar topics | |
|
| Permissions in this forum: | Bạn không có quyền trả lời bài viết
| |
| |
| |