Header Ads

Routing EIGRP

ทดสอบการทำ LAB Routing EIGRP ด้วยโปรแกรม GNS

มาลองทดสอบการทำ LAB EIGRP ง่าย ๆ ด้วย Program GNS กันนะครับ
เป้าหมายคือ PC1 ต้องทำการติดต่อ PC2 ได้ โดยการทำ Routing EIGRP


ก่อนอื่นต้องทำการวาด Diagram และ Design IP ให้ได้ตามรูปด้านล่างนะครับ


ขั้นตอนที่ 1 ทำการ Set IP ให้กับ Router ทั้ง 4 ตัวก่อนนะครับ

Router R1
R1(config)#interface s2/0
R1(config-if)#ip address 10.10.10.1 255.255.255.252
R1(config-if)#no shutdown
!! Set IP ให้กับ interface s2/0

R1(config)#interface s2/1
R1(config-if)#ip address 10.10.10.5 255.255.255.252
R1(config-if)#no shutdown
!! Set IP ให้กับ interface s2/1

R1(config)#interface f0/0
R1(config-if)#ip address 192.168.1.254 255.255.255.0
R1(config-if)#no shutdown
!! Set IP ให้กับ interface f0/0

สำหรับ Router R2,R3,R4 ให้ทำการ Set IP ให้กับทุก Interface ที่ต่ออยู่ให้ครบนะครับ

Set IP ให้กับ PC2 และ PC2
PC1> ip 192.168.1.100/24 255.255.255.0
PC2> ip 192.168.2.100/24 255.255.255.0

Set Routing EIGRP AS = 100 ให้กับ Router ทั้ง 4 ตัว ดังนี้

R1(config)#router eigrp 100
R1(config-router)#no auto-summary
R1(config-router)#network 10.0.0.0
R1(config-router)#network 192.168.1.0

R2(config)#router eigrp 100
R2(config-router)#no auto-summary
R2(config-router)#network 10.0.0.0

R3(config)#router eigrp 100
R2(config-router)#no auto-summary
R3(config-router)#network 10.0.0.0
R3(config-router)#network 192.168.2.0

R4(config)#router eigrp 100
R4(config-router)#no auto-summary
R4(config-router)#network 10.0.0.0


ตรวจสอบ Routing โดยใช้คำสั่ง show ip route กับ Router ทั้ง 4 ตัว


ตรวจสอบการติดต่อระหว่าง PC1 และ PC2 โดยใช้การ ping





ไม่มีความคิดเห็น

ขับเคลื่อนโดย Blogger.