CCNA Exam EIGRP LAB Question
Question
After adding R3 router, no routing updates are being exchanged between R3 and the new location. All other inter connectivity and Internet access for the existing locations of the company are working properly.
The task is to identify the fault(s) and correct the router configuration to provide full connectivity between the routers.
Access to the router CLI can be gained by clicking on the appropriate host. All passwords on all routers are cisco.
IP addresses are listed in the chart below.
โจทย์ภาษาไทย
มีการเพิ่ม Router R3 เข้าไปในระบบ, แต่ไม่มี routing update มาที่ Router R3
ให้ทำการตรวจสอบและแก้ไข Configuration บน Router เพื่อให้ระบบใช้งานเชื่อมถึงกันได้หมด
Answer and explanation :
อย่างแรกให้ตรวจสอบ Config ของ R3 ด้วยคำสั่ง show running-config
จาก Output ที่ได้นั้น ตรวจสอบ IP Address ของแต่ละ Interface ถูกต้องเรียบร้อย แต่จะเห็นว่าสิ่งที่ผิดไปนั่นก็คือ AS Number ของ EIGRP บน R3 เป็น 22 แต่ตัวอื่นนั้นเป็น 212 ตามที่โจทย์กำหนดไว้ ทำให้ R3 ไม่ form neighbor (adjacency) กับ Router ตัวอื่นๆ เพราะ AS Number ไม่ตรงกัน (ลองเช็ค AS Number ของ Router ตัวอื่นด้วยว่าเป็น 212 หรือไม่) เมื่อ Router ไม่ได้เป็น neighbor กัน ทำให้ไม่มีการแลกเปลี่ยน routing ด้วยเช่นกัน
วิธีการแก้ปัญหาสำหรับข้อนี้ :
R3>enable (password enable เป็น cisco ตามโจทย์กำหนด)
R3#configure terminal
เอา AS Number ตัวที่ผิดออกไปก่อน ส่วนคำสั่งที่เหลือที่อยู่ภายใต้ router eigrp 22 ก็จะถูก remove ออกไปด้วย
R3(config)#no router eigrp 22
ใส่ AS Number ตัวที่ถูกต้องคือ 212 เข้าไป
R3(config)#router eigrp 212
จากนั้น apply interface ที่ต้องการให้ประกาศ Network ไปให้ Router เพื่อนบ้าน เพื่อให้มันทำการแลกเปลี่ยน Routing
R3(config-router)#network 192.168.60.0
R3(config-router)#network 192.168.77.0
ปิดการใช้งานการ Summary
R3(config-router)#no auto-summary
R3(config-router)#end
อย่าลืม Save config ในข้อสอบจะให้ใช้คำสั่งนี้คำสั่งเดียวเท่านั้น คำสั่งwrite ไม่สามารถใช้ได้ในข้อสอบ
R3#copy running-config startup-config
บน R3 ก็ทำการแก้ไขเรียบร้อยแล้ว
--------------------------------------------------------------------------------------------------------------ทีนี้มาดูบน R1 บ้าง ใช้คำสั่ง show running-config
จาก Output จะเห็นว่า บน R1 ยังไม่มี Network ของ R3 ให้ทำการเพิ่มเข้าไป
R1>enable (password enable เป็น cisco ตามโจทย์กำหนด)
R1#configure terminal
R1(config)#router eigrp 212
ทำการ apply interface เพื่อให้ประกาศ Network ไปให้ Router เพื่อนบ้าน
R1(config-router)#network 192.168.77.0
R1(config-router)#end
อย่าลืม Save config ในข้อสอบจะให้ใช้คำสั่งนี้คำสั่งเดียวเท่านั้น คำสั่งwrite ไม่สามารถใช้ได้ในข้อสอบ
R1#copy running-config startup-config
สุดท้ายทำการตรวจสอบการเชื่อมต่อโดยการใช้คำสั่ง ping บน R3 ไปยัง Router ตัวอื่นๆ
ไม่มีความคิดเห็น:
แสดงความคิดเห็น