annuler
Affichage des résultats de 
Rechercher plutôt 
Vouliez-vous dire : 
cancel
327
Visites
1
Compliment
1
Réponses

rip is not working

mkbsalaa
Level 1
Level 1

On Router 1, I configured RIP and added the three networks: 11.0.0.0, 10.0.0.0, and 197.10.10.0. However, when I check the routing table, I do not see the other networks. On Routers 0 and 3, everything is okay.

1 SOLUTION APPROUVÉE

Solutions approuvées

luis_cordova
VIP Alumni
VIP Alumni

Hello
You assigned the wrong IP addresses to the interfaces.
Try these commands on Router1 to correct this:

Router(config)#interface serial 0/1/0

Router(config-if)#no ip address

Router(config-if)#interface serial 0/1/1

Router(config-if)#no ip address

Router(config-if)#interface serial 0/1/0

Router(config-if)# ip address 12.0.0.2 255.0.0.0

Router(config-if)#interface serial 0/1/1

Router(config-if)# ip address 11.0.0.2 255.0.0.0

Router(config-if)#exit

I hope this helps.
Regards

 

Voir la solution dans l'envoi d'origine

1 RÉPONSE 1

luis_cordova
VIP Alumni
VIP Alumni

Hello
You assigned the wrong IP addresses to the interfaces.
Try these commands on Router1 to correct this:

Router(config)#interface serial 0/1/0

Router(config-if)#no ip address

Router(config-if)#interface serial 0/1/1

Router(config-if)#no ip address

Router(config-if)#interface serial 0/1/0

Router(config-if)# ip address 12.0.0.2 255.0.0.0

Router(config-if)#interface serial 0/1/1

Router(config-if)# ip address 11.0.0.2 255.0.0.0

Router(config-if)#exit

I hope this helps.
Regards