1. Trang chủ
  2. » Luận Văn - Báo Cáo

đồ án cá nhân môn học mạng máy tính 3

14 0 0
Tài liệu đã được kiểm tra trùng lặp

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

THÔNG TIN TÀI LIỆU

Thông tin cơ bản

Tiêu đề Đồ án cá nhân môn học: Mạng máy tính
Tác giả Trần Văn Quốc
Người hướng dẫn ThS. Hoàng Phi Cường
Trường học Đại học Duy Tân, Trường Khoa học Máy tính, Khoa Kỹ thuật Mạng máy tính & Truyền thông
Chuyên ngành Mạng máy tính
Thể loại Individual project
Năm xuất bản 2023
Thành phố Đà Nẵng
Định dạng
Số trang 14
Dung lượng 836,96 KB

Nội dung

ĐẠI HỌC DUY TÂNTRƯỜNG KHOA HỌC MÁY TÍNHKHOA KỸ THUẬT MẠNG MÁY TÍNH & TRUYỀN THÔNGĐỒ ÁN CÁ NHÂN MÔN HỌC: MẠNG MÁY TÍNHGIẢNG VIÊN HƯỚNG DẪN : ThS.. Router# config terminalRouterconfig# no

Trang 1

ĐẠI HỌC DUY TÂN TRƯỜNG KHOA HỌC MÁY TÍNH KHOA KỸ THUẬT MẠNG MÁY TÍNH & TRUYỀN THÔNG



ĐỒ ÁN CÁ NHÂN

MÔN HỌC:

MẠNG MÁY TÍNH GIẢNG VIÊN HƯỚNG DẪN : ThS HOÀNG PHI CƯỜNG SINH VIÊN THỰC HIỆN : TRẦN VĂN QUỐC

MÃ SỐ SINH VIÊN : 28213136220

Đà Nẵng, 12/2023

Trang 2

Lab 16:

Cho sC đE mGng nhH sau:

Hy s dng giao thc đnh tuyn RIP đ cu hnh cho s đ ny Kt qu" cu#i c$ng l tt c" c&c thit b trong s đ c) th ping th*ng m,ng v.i nhau B"ng đnh tuyn tr0n 2 router nh3 sau:

17

Gn đa ch ip cho PC

PC 1: Ipv4 Address : 172.16.0.2

Subnet Mask : 255.255.0.0

Gate way : 172.16.0.1

PC 2: Ipv4 Address : 172.18.0.2

Subnet Mask : 255.255.0.0

Gate way : 172.18.0.1

Cấu hình con Router DTU1

Router> enable

Router# config terminal

Router(config)#hostname DTU1

DTU1 (config)# interface f0/0

DTU1 (config-if)# no shutdown

DTU1 (config-if)# ip address 172.16.0.1 255.255.0.0

DTU1 (config-if)# exit

DTU1 (config)# interface s0/0/0

DTU1 (config-if)# no shutdown

DTU1 (config-if)# ip address 172.17.0.1 255.255.0.0

DTU1 (config-if)# exit

DTU1 (config)# do write

Cấu hình con Router DTU2

Router> enable

Router# config terminal

Router(config)#hostname DTU1

DTU2 (config)# interface f0/0

DTU2 (config-if)# no shutdown

DTU2 (config-if)# ip address 172.18.0.1 255.255.0.0

DTU2 (config-if)# exit

Trang 3

DTU2 (config)# interface s0/0/0

DTU2 (config-if)# no shutdown

DTU2 (config-if)# ip address 172.17.0.2 255.255.0.0 DTU2 (config-if)# exit

DTU2 (config)# do write

S dng đnh tuyn RIP

Cấu hình con Router DTU1

DTU1> enable

DTU1# config terminal

DTU1 (config)# router rip

DTU1 (config-router)#network 172.16.0.0

DTU1 (config-router)#network 172.17.0.0

DTU1 (config-router)#exit

DTU1 (config)# do write

Cấu hình con Router DTU2

DTU2> enable

DTU2# config terminal

DTU2 (config)# router rip

DTU2 (config-router)#network 172.18.0.0

DTU2 (config-router)#network 172.17.0.0

DTU2 (config-router)#exit

DTU2 (config)# do write

Bng đnh tuyn trn 2 router nh! sau:

Trang 4

Lab 17:

Yu c&u:

1 7Cu hnh IP cho s đ ny

2 7B9 ph;n gi"i t0n mi<n

3 B"o v= c>ng Consolde tr0n tt c" router

4 R4 -> cho phBp SSH

5 R3 -> Cho phBp Telnet

6 Cu hnh đnh tuyn RIPv2 cho ton bF s đ L3u H: Tt c" password l dtu

Câu 1:

Gn đa ch ip cho PC

PC 1: Ipv4 Address : 192.168.1.2

Trang 5

Subnet Mask : 255.255.255.224

Gate way : 192.168.1.1

PC 2: Ipv4 Address : 192.168.2.2

Subnet Mask : 255.255.255.240

Gate way : 192.168.2.1

Cấu hình con Router R1

Router> enable

Router# config terminal

Router(config)# hostname R1

R1(config)# interface f0/0

R1(config-if)# no shutdown

R1(config-if)# ip address 192.168.1.1 255.255.255.224 R1(config-if)# exit

R1(config)# interface s0/0/0

R1(config-if)# no shutdown

R1(config-if)# ip address 200.14.14.1 255.255.255.252 R1(config-if)# exit

R1(config)# interface s0/0/1

R1(config-if)# no shutdown

R1(config-if)# ip address 200.13.13.1 255.255.255.252 R1(config-if)# exit

R1(config)# do write

Cấu hình con Router R4

Router> enable

Router# config terminal

Router(config)# hostname R4

R1(config)# interface s0/0/0

R1(config-if)# no shutdown

R1(config-if)# ip address 200.14.14.2 255.255.255.252 R1(config-if)# exit

R1(config)# interface s0/0/1

R1(config-if)# no shutdown

R1(config-if)# ip address 200.24.24.2 255.255.255.252 R1(config-if)# exit

R1(config)# do write

Cấu hình con Router R2

Router> enable

Router# config terminal

Router(config)# hostname R2

R1(config)# interface f0/0

R1(config-if)# no shutdown

R1(config-if)# ip address 192.168.2.1 255.255.255.240 R1(config-if)# exit

R1(config)# interface s0/0/0

Trang 6

R1(config-if)# no shutdown

R1(config-if)# ip address 200.24.24.1 255.255.255.252 R1(config-if)# exit

R1(config)# interface s0/0/1

R1(config-if)# no shutdown

R1(config-if)# ip address 200.23.23.1 255.255.255.252 R1(config-if)# exit

R1(config)# do write

Cấu hình con Router R3

Router> enable

Router# config terminal

Router(config)# hostname R3

R1(config)# interface s0/3/0

R1(config-if)# no shutdown

R1(config-if)# ip address 200.23.23.2 255.255.255.252 R1(config-if)# exit

R1(config)# interface s0/3/1

R1(config-if)# no shutdown

R1(config-if)# ip address 200.13.13.2 255.255.255.252 R1(config-if)# exit

R1(config)# do write

Câu 2:

'B( ph)n gii tn mi+n

Cấu hình con Router R1

Router> enable

Router# config terminal

Router(config)# no ip domain lookup

Router(config)# do write

Cấu hình con Router R2

Router> enable

Router# config terminal

Router(config)# no ip domain lookup

Router(config)# do write

Cấu hình con Router R3

Router> enable

Router# config terminal

Router(config)# no ip domain lookup

Router(config)# do write

Cấu hình con Router R4

Trang 7

Router> enable

Router# config terminal

Router(config)# no ip domain lookup

Router(config)# do write

Câu 3:

Bo v- c.ng Consolde trn t1t c router

Cấu hình con Router R1

Router> enable

Router# config terminal

Router(config)# line console 0

Router(config-line)# password dtu

Router(config-line)#login

Router(config-line)#exit

Router(config)# do write

Cấu hình con Router R2

Router> enable

Router# config terminal

Router(config)# line console 0

Router(config-line)# password dtu

Router(config-line)#login

Router(config-line)#exit

Router(config)# do write

Cấu hình con Router R3

Router> enable

Router# config terminal

Router(config)# line console 0

Router(config-line)# password dtu

Router(config-line)#login

Router(config-line)#exit

Router(config)# do write

Cấu hình con Router R4

Router> enable

Router# config terminal

Router(config)# line console 0

Router(config-line)# password dtu

Router(config-line)#login

Router(config-line)#exit

Router(config)# do write

Câu 4:

R4 -> cho ph5p SSH

Trang 8

Cấu hình con Router R4

Router> enable

Router# config terminal

Router(config)# hostname R4

R4 (config)#ip domain-name dtu.vn

R4 (config)#enable secrect dtu

R4 (config)#crypto key generate rsa

R4 (config)#username dtu pass dtu

R4 (config)# line vty 0 4

R4 (config-line)# transport input ssh

R4 (config-line)#login local

R4 (config-line)#end

R4# write

Câu 5:

R3 -> Cho ph5p Telnet

Cấu hình con Router R5

Router> enable

Router# config terminal

Route(config)#enable secrect dtu

Router(config)# line vty 0 4

Router(config-line)# password dtu

Router(config-line)#login

Router(config-line)#exit

Router(config)# do write

Câu 6:

C1u h9nh đnh tuyn RIPv2 cho to:n b; s< đ=

Cấu hình con Router R1

Router> enable

Router# config terminal

Router(config)# router rip

Router(config-router)# version 2

Router(config-router)#network 200.14.14.0

Router(config-router)#network 200.13.13.0

Router(config-router)#network 200.1.1.0

Router(config-router)#exit

Router(config)# do write

Cấu hình con Router R2

Router> enable

Router# config terminal

Router(config)# router rip

Router(config-router)# version 2

Router(config-router)#network 200.23.23.0

Router(config-router)#network 200.24.24.0

Trang 9

Router(config-router)#network 200.2.1.0

Router(config-router)#exit

Router(config)# do write

Cấu hình con Router R3

Router> enable

Router# config terminal

Router(config)# router rip

Router(config-router)# version 2

Router(config-router)#network 200.23.23.0

Router(config-router)#network 200.13.13.0

Router(config-router)#exit

Router(config)# do write

Cấu hình con Router R4

Router> enable

Router# config terminal

Router(config)# router rip

Router(config-router)# version 2

Router(config-router)#network 200.14.14.0

Router(config-router)#network 200.24.24.0

Router(config-router)#exit

Router(config)# do write

Lab 25:

Cho s< đ= m@ng nh! sau:

27

Hy cu hnh IP v đnh tuyn tJnh cho s đ ny

Trang 10

Y0u cLu v< đnh tuyn tJnh:

PC1 => R1 => R2 =>PC21

PC21 => R2 => R1 =>PC1

PC1 => R1 => R3 => R2 => PC22 PC22 => R2 => R4 => R1 => PC1

Gn đa ch ip cho PC

PC 1: Ipv4 Address : 192.168.1.2

Subnet Mask : 255.255.255.0

Gate way : 172.168.1.1

PC 21: Ipv4 Address : 192.168.1.2

Subnet Mask : 255.255.255.0

Gate way : 172.168.2.1

PC 22: Ipv4 Address : 192.168.7.2

Subnet Mask : 255.255.255.0

Gate way : 192.168.7.1

Cấu hình con Router R1

Router> enable

Router# config terminal

Router(config)# hostname R1

R1(config)# interface f0/0

R1(config-if)# no shutdown

R1(config-if)# ip address 192.168.1.1 255.255.255.0 R1(config-if)# exit

R1(config)# interface s0/0/0

R1(config-if)# no shutdown

R1(config-if)# ip address 192.168.3.1 255.255.255.0 R1(config-if)# exit

R1(config)# interface s0/0/1

R1(config-if)# no shutdown

R1(config-if)# ip address 192.168.6.1 255.255.255.0 R1(config-if)# exit

R1(config)# interface s0/1/0

R1(config-if)# no shutdown

R1(config-if)# ip address 192.168.8.1 255.255.255.0 R1(config-if)# exit

R1(config)# do write

Cấu hình con Router R3

Trang 11

Router> enable

Router# config terminal

Router(config)# hostname R3

R3 (config)# interface s0/0/0

R3 (config-if)# no shutdown

R3 (config-if)# ip address 192.168.3.2 255.255.255.0 R3 (config-if)# exit

R3 (config)# interface s0/0/1

R3 (config-if)# no shutdown

R3 (config-if)# ip address 192.168.4.2 255.255.255.0 R3 (config-if)# exit

R3 (config)# do write

Cấu hình con Router R2

Router> enable

Router# config terminal

Router(config)# hostname R2

R2 (config)# interface f0/0

R2 (config-if)# no shutdown

R2 (config-if)# ip address 192.168.2.1 255.255.255.0 R2 (config-if)# exit

R2 (config)# interface f0/1

R2 (config-if)# no shutdown

R2 (config-if)# ip address 192.168.7.1 255.255.255.0 R2 (config-if)# exit

R2 (config)# interface s0/0/1

R2 (config-if)# no shutdown

R2 (config-if)# ip address 192.168.4.1 255.255.255.0 R2 (config-if)# exit

R2 (config)# interface s0/0/0

R2 (config-if)# no shutdown

R2 (config-if)# ip address 192.168.5.1 255.255.255.0 R2 (config-if)# exit

R2 (config)# do write

Cấu hình con Router R4

Router> enable

Router# config terminal

Router(config)# hostname R4

R4 (config)# interface s0/0/0

R4 (config-if)# no shutdown

R4 (config-if)# ip address 192.168.5.2 255.255.255.0 R4 (config-if)# exit

R4 (config)# interface s0/0/1

R4 (config-if)# no shutdown

R4 (config-if)# ip address 192.168.6.2 255.255.255.0 R4 (config-if)# exit

Trang 12

R4 (config)# do write

Đnh tuyn tCnh:

PC1 => R1 => R2 =>PC21

Cấu hình con Router R1

R1> enable

R1# config terminal

R1 (config)# ip route 192.168.2.0 255.255.255.0 s0/1/0 R1 (config)# do write

Cấu hình con Router R2

R2> enable

R2# config terminal

R2 (config)# ip route 192.168.1.0 255.255.255.0 s0/1/0 R2 (config)# do write

PC21 => R2 => R1 =>PC1

Cấu hình con Router R2

R2> enable

R2# config terminal

R2 (config)# ip route 192.168.1.0 255.255.255.0 s0/1/0 R2 (config)# do write

Cấu hình con Router R1

R1> enable

R1# config terminal

R1 (config)# ip route 192.168.2.0 255.255.255.0 s0/1/0 R1 (config)# do write

PC1 => R1 => R3 => R2 => PC22

Cấu hình con Router R1

R1> enable

R1# config terminal

R1 (config)# ip route 192.168.4.0 255.255.255.0 s0/0/0 R1 (config)# ip route 192.168.7.0 255.255.255.0 s0/0/0 R1 (config)# do write

Trang 13

Cấu hình con Router R3

R3> enable

R3# config terminal

R3 (config)# ip route 192.168.7.0 255.255.255.0 s0/0/1 R3 (config)# ip route 192.168.1.0 255.255.255.0 s0/0/0 R3 (config)# do write

Cấu hình con Router R2

R2> enable

R2# config terminal

R2 (config)# ip route 192.168.3.0 255.255.255.0 s0/0/1 R2 (config)# ip route 192.168.1.0 255.255.255.0 s0/0/1 R2 (config)# do write

PC22 => R2 => R4 => R1 => PC1

Cấu hình con Router R3

R3> enable

R3# config terminal

R3 (config)# ip route 192.168.6.0 255.255.255.0 s0/0/0 R3 (config)# ip route 192.168.1.0 255.255.255.0 s0/0/0 R3 (config)# do write

Cấu hình con Router R4

R4> enable

R4# config terminal

R4 (config)# ip route 192.168.7.0 255.255.255.0 s0/0/0 R4 (config)# ip route 192.168.1.0 255.255.255.0 s0/0/1 R4 (config)# do write

Cấu hình con Router R1

Trang 14

R1> enable

R1# config terminal

R1 (config)# ip route 192.168.5.0 255.255.255.0 s0/0/1 R1 (config)# ip route 192.168.7.0 255.255.255.0 s0/0/1 R1 (config)# do write

Ngày đăng: 25/04/2024, 16:26

w