**Yêu cầu*** : R1 R2 R4 cấu hình RIP, R3 cấu hình Static Route. Cấu hình sao cho các router và cloud thông nhau.
Em làm theo trong lý thuyết chương trình dạy nhưng ping mạng ko thông hết được.
Em mới vào học môn này. Mong các anh chị diễn đàn giúp em. Em cám ơn !
Cấu hình của em như sau:
----R4----(Cấu hình rip)
-conf t
-int lo0
-ip add 172.16.66.1 255.255.255.255
-int s0/0
-ip add 172.10.66.1 255.255.255.240
-clock rate 64000
-no shut
-exit
-router rip
-version 2
-no auto-summary
-network 172.16.66.0
-network 172.10.66.0
-end
----R1----(Cấu hình rip)
-conf t
-int lo0
-ip add 10.0.66.1 255.255.255.255
-int s0/1
-ip add 172.10.66.2 255.255.255.240
-int s0/0
-ip add 172.10.66.17 255.255.255.240
-clock rate 64000
-no shut
-exit
-router rip
-version 2
-no auto-summary
-network 10.0.66.0
-network 172.10.66.0
-----R2-----(Cấu hình rip)
-conf t
-int lo0
-ip add 172.16.67.1 255.255.255.255
-int s0/0
-ip add 172.10.66.18 255.255.255.240
-int s0/2
-ip add 172.10.66.49 255.255.255.240
-int s0/1
-ip add 172.10.66.33 255.255.255.240
-clock rate 64000
-no shut
-exit
-router rip
-version 2
-no auto-summary
-network 172.16.67.0
-network 172.10.66.0
------R3-----(cấu hình static)
-conf t
-int lo0
-ip add 10.0.67.1 255.255.255.255
-int s0/0
-ip add 172.10.66.34 255.255.255.240
-no shut
-exit
-ip route 172.10.66.0 255.255.255.240 172.10.66.33
-ip route 172.16.67.0 255.255.255.255 172.10.66.33
-ip route 10.0.66.0 255.255.255.255 172.10.66.33
-ip route 172.16.66.0 255.255.255.255 172.10.66.33
--Về phần cloud thì e chưa rõ lắm.----
-----Đó là cấu hình của e. thiếu xót hoặc sai chỗ nào mọi người giúp em...
Comment