توی لین پست میخوام یکی از لب های معروف امتحان ccna رو با هم مرور کنیم :
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.
توضیحات در ادامه مطلب
خوب در سوال گفته شده بعد از اضافه شدن روتر R3 هیچ روتی بین R3 و R1 رد و بدل نمیشه یا همسایه نمیشن بقیه چیزا درست کار میکنن خوب هدف سناریو پیدا کردن خطا و اتصال روتر ها به یکدیگر بصورت کامل یعنی همه همدیگرو ببیننن یا پینگ کنن
IP ادرس های سناریو هم بصورت زیر داده شده است :
R1 Fa0/0: 192.168.77.33 S1/0: 198.0.18.6 S0/1: 192.168.60.25 S0/0: 192.168.36.13 | R2 Fa0/0: 192.168.60.97 Fa0/1: 192.168.60.113 S0/0: 192.168.36.14 |
R3 Fa0/0: 192.168.77.34 Fa0/1: 192.168.60.65 Fa1/0: 192.168.60.81 | R4 Fa0/0: 192.168.60.129 Fa0/1: 192.168.60.145 S0/1: 192.168.60.26 |
خوب در اولین مرحله عیب یابی با دستور SHOW running-config کانفیگ روتر 3 رو چک میکنیم
در اینجا همونطور که در تصویر مشخصه AS نامبر روتر شماره 3 با بقیه روتر ها تفاوت داره خوب در اولین نگاه این مورد باید اصلاح بشه برای این منظور بصورت زیر عمل میکنیم :
R3>enable (you have to enter cisco as its password here)
R3#configure terminal
R3(config)#no router eigrp 22
R3(config)#router eigrp 212
R3(config-router)#network 192.168.60.0
R3(config-router)#network 192.168.77.0
R3(config-router)#no auto-summary
R3(config-router)#end
R3#copy running-config startup-config
R1>enable (you have to enter cisco as its password here)
R1#configure terminal
R1(config)#router eigrp 212
R1(config-router)#network 192.168.77.0
R1(config-router)#end
R1#copy running-config startup-config