Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống
1
/ 52 trang
THÔNG TIN TÀI LIỆU
Thông tin cơ bản
Định dạng
Số trang
52
Dung lượng
1,19 MB
Nội dung
TRƯỜNG ĐẠI HỌC BÁCH KHOA HÀ NỘI VIỆN CÔNG NGHỆ THÔNG TIN VÀ TRUYỀN THÔNG -□□&□□ - BÁO CÁO BÀI TẬP QUẢN TRỊ MẠNG Sinh viên thực : Ngô Thanh Hưng – 20187238 Hà Nội, 05/2022 I Bài thực hành số 1.Cấu hình mạng Thực cấu hình thiết bị: -Router: + Cổng F0/1: Router(config)#interface FastEthernet0/1 Router(config-if)#ip address 192.168.2.1 255.255.255.0 Router(config-if)#no shutdown + Cổng F0/0 Router(config)#interface FastEthernet0/1 Router(config-if)#ip address 192.168.2.1 255.255.255.0 Router(config-if)#no shutdow - Host (từ trái qua): + Máy 1: IP Address 192.168.2.2 IP subnet mask 255.255.255.0 Default gateway 192.168.2.1 + Máy 2: IP Address 192.168.2.3 IP subnet mask 255.255.255.0 Default gateway 192.168.2.1 + Máy 3: IP Address 192.168.1.2 IP subnet mask 255.255.255.0 Default gateway 192.168.1.1 + Máy 4: IP Address 192.168.1.3 IP subnet mask 255.255.255.0 Default gateway 192.168.1.1 - Kết sau xây dựng đồ hình mạng cấu hình: Cấu hình định tuyến tĩnh Bước Cấu hình cho router máy trạm Xóa cấu hình router Router#erase startup-config Erasing the nvram filesystem will remove all files! Continue? [confirm] [OK] Erase of nvram: complete Router#reload Thiết lập mạng đồ hình khởi tạo HyperTerminal session Cấu hình hostnames, console, virtual terminal enable passwords Cấu hình FastEthernet interfaces GAD(config)#interface fastethernet 0/0 GAD(config-if)#ip address 172.16.0.1 255.255.0.0 GAD(config-if)#no shutdown BHM(config)#interface fastethernet 0/0 BHM(config-if)#ip address 172.18.0.1 255.255.0.0 BHM(config-if)#no shutdown Cấu hình serial interfaces GAD(config)#interface serial 0/0/0 GAD(config-if)#ip address 172.17.0.1 255.255.0.0 GAD(config-if)#clock rate 64000 GAD(config-if)#no shutdown BHM(config)#interface serial 0/0/0 BHM(config-if)#ip address 172.17.0.2 255.255.0.0 BHM(config-if)#no shutdown Lưu cấu hình Cấu hình máy trạm với IP address, subnet mask and default gateway Cấu hình để host kết nối GAD Router là: IP Address 172.16.0.2 IP subnet mask 255.255.0.0 Default gateway 172.16.0.1 The configuration for the host connected to the BHM Router is: IP Address 172.18.0.2 IP subnet mask 255.255.0.0 Default gateway 172.18.0.1 Kiểm tra kết nối máy trạm sử dụng lệnh ping C:\>ping 172.18.0.2 Pinging 192.168.16.2 with 32 bytes of data: Request timed out Request timed out Request timed out Request timed out Ping statistics for 192.168.16.2: Packets: Sent = 4, Received = 0, Lost = (100% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms Lệnh ping có thành cơng không? Không Tại lệnh ping không thành công? Trả lời: Lệnh Ping không thành công chưa định tuyến Kiểm tra trạng thái interfaces status router với câu lệnh show ip interface brief Các interface cần thiết trạng thái up chưa? Trả lời: Các interface cần thiết trạng thái up Sử dụng lệnh show ip route, xem IP routing table GAD GAD>show ip route Gateway of last resort is not set C 172.16.0.0/16 is directly connected, FastEthernet0 C 172.17.0.0/16 is directly connected, Serial0 Sử dụng câu lệnh show ip route, xem IP routing table BHM BHM>show ip route Gateway of last resort is not set C 172.17.0.0/16 is directly connected, Serial0 C 172.18.0.0/16 is directly connected, FastEthernet0 Tất đường cần thiết có routing tables hay chưa? Trả lời: Các đường cần thiết chưa có routing tables Dựa đầu câu show ip route router GAD BHM, host mạng 172.16.0.0 kết nối tới host khác mạng 172.18.0.0 không? Trả lời: host mạng 172.16.0.0 kết nối tới host khác mạng 172.18.0.0 Bước Định tuyến tĩnh Trong global configuration mode, thêm tuyến tĩnh lên GAD tới mạng 172.18.0.0, router BHM tới mạng 172.16.0.0 GAD(config)#ip route 172.18.0.0 255.255.0.0 172.17.0.2 BHM(config)#ip route 172.16.0.0 255.255.0.0 172.17.0.1 Tại tuyến lại cần set router? Trả lời: Phải set chiều cho gói tin để ping thành cơng Sử dụng câu lệnh show ip route, xem IP routing router GAD GAD>show ip route Gateway of last resort is not set C 172.16.0.0/16 is directly connected, FastEthernet0 C 172.17.0.0/16 is directly connected, Serial0 S 172.18.0.0/16 [1/0] via 172.17.0.2 Xem IP routing table router BHM Các tuyến cần thiết có routing tables chưa? Trả lời: tuyến cần thiết có routing tables Một host mạng 172.16.0.0 có nhìn thấy host mạng 172.18.0.0 không? Trà lời: Các host mạng 172.16.0.0 nhìn thấy host mạng 172.18.0.0 Kiểm tra kết nối máy trạm lệnh ping - Kết quả: Ping thành công II Bài thực hành số Cấu hình switch Cấu hình hostname, access, command mode passwords, thiết lập quản lý LAN Các giá trị bảng Switch(config)#int vlan Switch(config-if)# Switch(config-if)# Switch(config-if)#ip address 192.168.1.2 255.255.255.0 Switch(config-if)#no shutdown Cấu hình host kết nối tới switch Cấu hình host sử dụng thông tin sau a Host cổng 0/5: IP address 192.168.5.2 Subnet mask 255.255.255.0 Default gateway 192.168.5.1 b Host cổng 0/9: IP address 192.168.7.2 Subnet mask 255.255.255.0 Default gateway 192.168.7.1 Kiểm tra kết nối a Để kiểm tra xem host switch cấu hình hay chưa, tiếng hành ping từ host tới switch b Lệnh ping có thành cơng khơng? Trả lời: Lệnh ping không thành công c Tại lệnh ping khơng thành cơng (nếu có) Trả lời: Do máy host chưa có đường định tuyến đến mạng switch nên ping không thành công Tạo đặt tên VLANs Các lệnh cấu hình: Switch_A# configure terminal Switch_A(config)#vlan 10 Switch_A(config-vlan)# name Sales Switch_A(config-vlan)#vlan 20 Switch_A(config-vlan)# name Support Gán cổng vào VLAN 10 Gán cổng cho VLANs thực interface mode Các lệnh cấu hình để thêm cổng 0/5 tới 0/8 vào VLAN 10: Switch_A#configure terminal Switch_A(config)#interface fastethernet 0/5 Switch_A(config-if)#switchport mode access Switch_A(config-if)#switchport access vlan 10 Switch_A(config-if)#interface fastethernet 0/6 Switch_A(config-if)#switchport mode access Switch_A(config-if)#switchport access vlan 10 Switch_A(config-if)#interface fastethernet 0/7 Switch_A(config-if)#switchport mode access Switch_A(config-if)#switchport access vlan 10 Switch_A(config-if)#interface fastethernet 0/8 Switch_A(config-if)#switchport mode access Switch_A(config-if)#switchport access vlan 10 Switch_A(config-if)#end Gán cổng vào VLAN 20 Các lệnh cấu hình để thêm cổng từ 0/9 tới 0/12 vào VLAN 20: Switch_A#configure terminal Switch_A(config)#interface fastethernet 0/9 Switch_A(config-if)#switchport mode access Switch_A(config-if)#switchport access vlan 20 Switch_A(config-if)#interface fastethernet 0/10 Switch_A(config-if)#switchport mode access Switch_A(config-if)#switchport access vlan 20 Switch_A(config-if)#interface fastethernet 0/11 Switch_A(config-if)#switchport mode access Switch_A(config-if)#switchport access vlan 20 Switch_A(config-if)#interface fastethernet0/12 Switch_A(config-if)#switchport mode access Switch_A(config-if)#switchport access vlan 20 Switch_A(config-if)#end Hiển thị thông tin VLAN a Trên Switch_A, gõ câu lệnh show vlan: Switch_A#show vlan b Kiểm tra cổng gán xác chưa? Trả lời: Các cổng gán xác Sử dụng câu lệnh router ospf global configuration mode để cấu hình OSPF router R1 Gõ process ID cho tham số process-ID. R1(config)#router ospf 1 R1(config-router)# Trong Router OSPF configuration sub-mode, cấu hình LAN network 172.16.1.16/28 vào OSPF updates gửi khỏi R1 Câu lệnh OSPF network sử dụng cặp network-address wildcardmask Sử dụng area ID cho tham số OSPF area-id. R1(config-router)#network 172.16.1.16 0.0.0.15 area 0 R1(config-router)# Cấu hình router quảng bá mạng 192.168.10.0/30 tới cổng Serial0/0/0. R1(config-router)# network 192.168.10.0 0.0.0.3 area 0 R1(config-router)# Cấu hình router quảng bá mạng 192.168.10.4/30 tới cổng Serial0/0/1. R1(config-router)# network 192.168.10.4 0.0.0.3 area 0 R1(config-router)#end %SYS-5-CONFIG_I: Configured from console by console R1# Enable OSPF routing router R2 Sử dụng process ID là1. R2(config)#router ospf 1 R2(config-router)# Configure the router to advertise the LAN network 10.10.10.0/24 in the OSPF updates. R2(config-router)#network 10.10.10.0 0.0.0.255 area 0 R2(config-router)# %DUAL-5-NBRCHANGE: IP-EIGRP 1: Neighbor 172.16.3.1 (Serial0/0/0) is up: new adjacency Cấu hình router quảng bá mạng 192.168.10.0/30 tới cổng Serial0/0/0. R2(config-router)#network 192.168.10.0 0.0.0.3 area 0 R2(config-router)# 00:07:27: %OSPF-5-ADJCHG: Process 1, Nbr 192.168.10.5 on Serial0/0/0 from EXCHANGE to FULL, Exchange Done Cấu hình router quảng bá mạng 192.168.10.8/30 tới cổng Serial0/0/1 Sau kết thúc, trở lại privileged EXEC mode. R2(config-router)#network 192.168.10.8 0.0.0.3 area 0 R2(config-router)#end %SYS-5-CONFIG_I: Configured from console by console R2# Cấu hình OSPF router R3 Sử dụng process ID Cấu hình router quảng bá tới mạng kết nối trực tiếp Khi kết thúc, trở privileged EXEC mode. R3(config)#router ospf 1 R3(config-router)#network 172.16.1.32 0.0.0.7 area 0 R3(config-router)#network 192.168.10.4 0.0.0.3 area 0 R3(config-router)# 00:17:46: %OSPF-5-ADJCHG: Process 1, Nbr 192.168.10.5 on Serial0/0/0 from LOADING to FULL, Loading Done R3(config-router)#network 192.168.10.8 0.0.0.3 area 0 R3(config-router)# 00:18:01: %OSPF-5-ADJCHG: Process 1, Nbr 192.168.10.9 on Serial0/0/1 from EXCHANGE to FULL, Exchange Done R3(config-router)#end %SYS-5-CONFIG_I: Configured from console by console R3# Bước Cấu hình OSPF router IDs OSPF router ID sử dụng để định danh router vùng quảng bá OSPF Một router ID địa IP Các Cisco router kế thừa router ID theo ba cách sau 1) IP cấu hình với câu lệnh OSPF router-id 2) Địa IP cao bất cứ địa the routers loopback nào 3) Địa active IP cao interface vật lý up router Vì khơng có router IDs hay loopback interfaces cấu hình router nên router ID router quy định địa IP cao interface active. Router ID R1? 192.168.10.5 Router ID R2? 192.168.10.9 Router ID R3? 192.168.10.10 R1 show ip protocols R2 show ip protocols R3 show ip protocols Sử dụng loopback addresses để thay đổi router IDs router topo. R1(config)#interface loopback 0 R1(config-if)#ip address 10.1.1.1 255.255.255.255 R2(config)#interface loopback 0 R2(config-if)#ip address 10.2.2.2 255.255.255.255 R3(config)#interface loopback 0 R3(config-if)#ip address 10.3.3.3 255.255.255.255 Khi Router ID cấu hình, sử dụng OSPF khởi động lại Lưu cấu hình NRAM, sau sử dụng câu lệnh reload để khởi động lại router. Khi router khởi động lại, router ID R1 gì? 10.1.1.1 Khi router khởi động lại, router ID R2 gì? 10.2.2.2 Khi router khởi động lại, router ID R3 gì? 10.3.3.3 Sử dụng show câu lệnh ip ospf neighbors để kiểm tra xem router ID thay đổi chưa?. R1#show ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface 10.3.3.3 FULL/ 00:00:30 192.168.10.6 Serial0/0/1 10.2.2.2 FULL/ 00:00:33 192.168.10.2 Serial0/0/0 R2#show ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface 10.3.3.3 FULL/ 00:00:36 192.168.10.10 Serial0/0/1 10.1.1.1 FULL/ 00:00:37 192.168.10.1 Serial0/0/0 R3#show ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface 10.2.2.2 FULL/ 00:00:34 192.168.10.9 Serial0/0/1 10.1.1.1 FULL/ 00:00:38 192.168.10.5 Serial0/0/0 Router ID thay đổi Sử dụng câu lệnh router-id để thay đổi router ID router R1. R1(config)#router ospf 1 R1(config-router)#router-id 10.4.4.4 Nạp lại sử dụng câu lệnh “clear ip ospf process” R1#(config-router)#end R1# clear ip ospf process Reset ALL OSPF processes? [no]:yes R1# Sử dụng câu lệnh show ip ospf neighbor router R2 để kiểm tra xem router ID của R1 thay đổi hay chưa. R2#show ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface 10.3.3.3 FULL/ 00:00:36 192.168.10.10 Serial0/0/1 10.4.4.4 FULL/ 00:00:37 192.168.10.1 Serial0/0/0 Bước Kiểm tra hoạt động OSPF Trên router, dùng câu lệnh show ip ospf neighbor để xem thông tin OSPF neighbor routers R2 R3. R1#show ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface 10.2.2.2 FULL/00:00:32 192.168.10.2 Serial0/0/0 10.3.3.3 FULL/00:00:32 192.168.10.6 Serial0/0/1 R1# Trên router R1, dùng câu lệnh show ip protocols để xem thông tin hoạt động giao thức định tuyến. R1#show ip protocols Routing Protocol is "ospf 1" Outgoing update filter list for all interfaces is not set Incoming update filter list for all interfaces is not set Router ID 10.1.1.1 Number of areas in this router is 1 normal stub nssa Maximum path: 4 Routing for Networks: 172.16.1.16 0.0.0.15 area 0 192.168.10.0 0.0.0.3 area 0 192.168.10.4 0.0.0.3 area 0 Routing Information Sources: Gateway Distance Last Update 10.2.2.2 110 00:11:43 10.3.3.3 110 00:11:43 Distance: (default is 110) R1# Bước Kiểm tra OSPF routes routing tables Xem routing table router R1 Các routes OSPF routes ký hiệu “O”. R1#show ip route Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - 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 - ODR P - periodic downloaded static route Gateway of last resort is not set 10.0.0.0/8 is variably subnetted, subnets, masks C 10.1.1.1/32 is directly connected, Loopback0 O 10.10.10.0/24 [110/65] via 192.168.10.2, 00:01:02, Serial0/0/0 172.16.0.0/16 is variably subnetted, subnets, masks C 172.16.1.16/28 is directly connected, FastEthernet0/0 O 172.16.1.32/29 [110/65] via 192.168.10.6, 00:01:12, Serial0/0/1 192.168.10.0/30 is subnetted, subnets C 192.168.10.0 is directly connected, Serial0/0/0 C 192.168.10.4 is directly connected, Serial0/0/1 O 192.168.10.8 [110/128] via 192.168.10.6, 00:01:12,Serial0/0/1 [110/128] via 192.168.10.2, 00:01:02, Serial0/0/0 R1# Bước Cấu hình OSPF cost Dùng câu lệnh show ip route router R1 để xem chi phí OSPF tới mạng 10.10.10.0/24. R1#show ip route 10.0.0.0/8 is variably subnetted, subnets, masks C 10.1.1.1/32 is directly connected, Loopback0 O 10.10.10.0/24 [110/65] via 192.168.10.2, 00:16:56, Serial0/0/0 172.16.0.0/16 is variably subnetted, subnets, masks C 172.16.1.16/28 is directly connected, FastEthernet0/0 O 172.16.1.32/29 [110/65] via 192.168.10.6, 00:17:06, Serial0/0/1 192.168.10.0/30 is subnetted, subnets C 192.168.10.0 is directly connected, Serial0/0/0 C 192.168.10.4 is directly connected, Serial0/0/1 O 192.168.10.8 [110/128] via 192.168.10.6, 00:17:06, Serial0/0/1 [110/128] via 192.168.10.2, 00:16:56, Serial0/0/0 R1# Dùng câu lệnh show interface serial 0/0/0 router R1 để xem bandwidth interface serial 0/0/0. R1#show interfaces serial0/0/0 Serial0/0/0 is up, line protocol is up (connected) Hardware is HD64570 Internet address is 192.168.10.1/30 MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, rely 255/255, load 1/255 Encapsulation HDLC, loopback not set, keepalive set (10 sec) Last input never, output never, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0 (size/max/drops); Total output drops: 0 Dùng lệnh bandwidth để thay đổi bandwidth serial interface trên R1 R2 routers thành bandwidth thật 64 kbps. R1 router: R1(config)#interface serial0/0/0 R1(config-if)#bandwidth 64 R1(config-if)#interface serial0/0/1 R1(config-if)#bandwidth 64 R2 router: R2(config)#interface serial0/0/0 R2(config-if)#bandwidth 64 R2(config)#interface serial0/0/1 R2(config-if)#bandwidth 64 Dùng câu lệnh show ip ospf interface router R1 để kiểm tra cost serial links Cost 1562, kết tính tốn 108/64,000 bps. R1#show ip ospf interface Serial0/0/0 is up, line protocol is up Internet address is 192.168.10.1/30, Area 0 Process ID 1, Router ID 10.1.1.1, Network Type POINT-TOPOINT, Cost: 1562 Transmit Delay is sec, State POINT-TO-POINT, Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5 Hello due in 00:00:05 Index 2/2, flood queue length 0 Next 0x0(0)/0x0(0) Last flood scan length is 1, maximum is 1 Last flood scan time is msec, maximum is msec Neighbor Count is , Adjacent neighbor count is 1 Adjacent with neighbor 10.2.2.2 Suppress hello for neighbor(s) Serial0/0/1 is up, line protocol is up Internet address is 192.168.10.5/30, Area 0 Process ID 1, Router ID 10.1.1.1, Network Type POINT-TOPOINT, Cost: 1562 Transmit Delay is sec, State POINT-TO-POINT, Dùng lệnh ip ospf cost để cấu hình OSPF cost router R3 Dùng lệnh để thay đổi bandwidth serial interfaces R3 1562. R3(config)#interface serial0/0/0 R3(config-if)#ip ospf cost 1562 R3(config-if)#interface serial0/0/1 R3(config-if)#ip ospf cost 1562 Dùng lệnh show ip ospf interface R3 để kiểm tra xem cost 1562 chưa. R3#show ip ospf interface Serial0/0/1 is up, line protocol is up Internet address is 192.168.10.10/30, Area 0 Process ID 1, Router ID 10.3.3.3, Network Type POINT-TO-POINT, Cost: 1562 Transmit Delay is sec, State POINT-TO-POINT, Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5 Hello due in 00:00:06 Index 2/2, flood queue length 0 Next 0x0(0)/0x0(0) Last flood scan length is 1, maximum is 1 Last flood scan time is msec, maximum is msec Neighbor Count is , Adjacent neighbor count is 1 Adjacent with neighbor 10.2.2.2 Suppress hello for neighbor(s) Serial0/0/0 is up, line protocol is up Internet address is 192.168.10.6/30, Area 0 Process ID 1, Router ID 10.3.3.3, Network Type POINT-TO-POINT, Cost: 1562 Transmit Delay is sec, State POINT-TO-POINT, Bước Quảng bá OSPF default route Cấu hình loopback address R1 để giả lập kết nối tới ISP. R1(config)#interface loopback1 %LINK-5-CHANGED: Interface Loopback1, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface Loopback1, changed state to up R1(config-if)#ip address 172.30.1.1 255.255.255.252 Cấu hình static default route R1 Sử dụng loopback address. R1(config)#ip route 0.0.0.0 0.0.0.0 loopback1 R1(config)# Dùng lệnh default-information originate để đưa static route vào OSPF updates gửi từ Router R1. R1(config)#router ospf 1 R1(config-router)#default-information originate R1(config-router)# Xem routing table R2 để kiểm tra static default route quảng bá OSPF hay chưa. R2#show ip route Gateway of last resort is 192.168.10.1 to network 0.0.0.0 10.0.0.0/8 is variably subnetted, subnets, masks C 10.2.2.2/32 is directly connected, Loopback0 C 10.10.10.0/24 is directly connected, FastEthernet0/0 172.16.0.0/16 is variably subnetted, subnets, masks O 172.16.1.16/28 [110/1563] via 192.168.10.1, 00:29:28, Serial0/0/0 O 172.16.1.32/29 [110/1563] via 192.168.10.10, 00:29:28, Serial0/0/1 192.168.10.0/30 is subnetted, subnets C 192.168.10.0 is directly connected, Serial0/0/0 O 192.168.10.4 [110/3124] via 192.168.10.10, 00:25:56, Serial0/0/1 [110/3124] via 192.168.10.1, 00:25:56, Serial0/0/0 C 192.168.10.8 is directly connected, Serial0/0/1 O*E2 0.0.0.0/0 [110/1] via 192.168.10.1, 00:01:11, Serial0/0/0 R2# Cấu hình RIP, OSPF Cho đồ hình mạng sau đây: - Cấu hình RIPv2 - Cấu hình OSPF Yêu cầu sinh viên viết lệnh cấu hình kết tương ứng - Cấu hình + Xóa cấu hình router Router#erase startup-config Erasing the nvram filesystem will remove all files! Continue? [confirm] [OK] Erase of nvram: complete Router#reload + Thiết lập mạng đồ hình khởi tạo HyperTerminal session Cấu hình hostnames, console, virtual terminal enable passwords + Cấu hình FastEthernet interfaces R1(config)#interface fastethernet 0/0 R1(config-if)#ip address 172.16.0.1 255.255.0.0 R1(config-if)#no shutdown R2(config)#interface fastethernet 0/0 R2(config-if)#ip address 172.17.0.1 255.255.0.0 R2(config-if)#no shutdown R3(config)#interface fastethernet 0/0 R3(config-if)#ip address 172.18.0.1 255.255.0.0 R3(config-if)#no shutdown R4(config)#interface fastethernet 0/0 R4(config-if)#ip address 172.19.0.1 255.255.0.0 R4(config-if)#no shutdown + Cấu hình Switch - Cấu hình RIPv2 R1(config)#router rip R1(config-router)#version R1(config-router)#exit R2(config)#router rip R2(config-router)#version R2(config-router)#exit R3(config)#router rip R3(config-router)#version R3(config-router)#exit R4(config)#router rip R4(config-router)#version R4(config-router)#exit - Cấu hình OSPF R1(config)#router ospf R1(config-router)#network 172.16.0.1 0.0.255.255 area R2(config)#router ospf R2(config-router)#network 172.17.0.1 0.0.255.255 area R3(config)#router ospf R3(config-router)#network 172.18.0.1 0.0.255.255 area R4(config)#router ospf R4(config-router)#network 172.19.0.1 0.0.255.255 area ... Serial0/0/0 C 19 2 .16 8 .10 .4 is directly connected, Serial0/0 /1? ? O 19 2 .16 8 .10 .8 [11 0 /12 8] via 19 2 .16 8 .10 .6, 00: 01: 12,Serial0/0 /1? ? [11 0 /12 8] via 19 2 .16 8 .10 .2, 00: 01: 02, Serial0/0/0 R1# Bước Cấu hình. .. 17 2 .16 .0.0 /16 is variably subnetted, subnets, masks O 17 2 .16 .1. 16/28 [11 0 /15 63] via 19 2 .16 8 .10 .1, 00:29:28, Serial0/0/0 O 17 2 .16 .1. 32/29 [11 0 /15 63] via 19 2 .16 8 .10 .10 , 00:29:28, Serial0/0 /1? ? 19 2 .16 8 .10 .0/30... Serial0/0 /1? ? 19 2 .16 8 .10 .0/30 is subnetted, subnets C 19 2 .16 8 .10 .0 is directly connected, Serial0/0/0 O 19 2 .16 8 .10 .4 [11 0/ 312 4] via 19 2 .16 8 .10 .10 , 00:25:56, Serial0/0 /1? ? [11 0/ 312 4] via 19 2 .16 8 .10 .1, 00:25:56,