ci sono 3 PC ( PC1, PC2, PC3 ) collegati rispettivamente alle Fastethernet di 3 router ( R1, R2, R3 ) così configurati con il RIP v2
*****************************
hostname R1
interface Serial1/1
ip address 10.0.0.1 255.255.255.252
interface Serial1/2
ip address 10.0.2.1 255.255.255.252
interface FastEthernet0
ip address 192.168.1.2 255.255.255.0
router rip
version 2
network 10.0.0.0
network 10.0.2.0
network 192.168.1.0
***********************
hostname R2
interface Serial1/1
ip address 10.0.0.2 255.255.255.252
interface Serial1/2
ip address 10.0.1.1 255.255.255.252
interface FastEthernet0
ip address 192.168.2.2 255.255.255.0
router rip
version 2
network 10.0.0.0
network 10.0.1.0
network 192.168.2.0
******************
hostname R3
interface Serial1/1
ip address 10.0.2.2 255.255.255.252
interface Serial1/2
ip address 10.0.1.2 255.255.255.252
interface FastEthernet0
ip address 192.168.3.2 255.255.255.0
router rip
version 2
network 10.0.2.0
network 10.0.1.0
network 192.168.3.0
*************
la porta seriale 1/1 del router R1 è collegata alla porta seriale 1/1 del router R2
la porta seriale 1/2 del router R1 è collegata alla porta seriale 1/1 del router R3
la porta seriale 1/2 del router R2 è collegata alla porta seriale 1/2 del router R3
così come in figura
la mia domanda è:
se il cavo tra R1 ed R3 si rompe, il PC1 ed il PC3 si possono ancora pingare tra loro? Il protocollo RIP v2 Ricalcola il percorso? Oppure no?
Grazie
allego immagine
RIP V2 , rottura cavo e ricalcolo percorso
Moderatore: Federico.Lagni
-
- Messianic Network master
- Messaggi: 2965
- Iscritto il: ven 29 gen , 2010 10:25 am
- Località: Prov di GE
Tutti i protocolli di routing ricalcolano i percorsi, se configurati correttamente.
Paolo
Paolo
Non cade foglia che l'inconscio non voglia (S.B.)
- alenis
- Cisco power user
- Messaggi: 78
- Iscritto il: mar 03 ott , 2006 10:03 am
Grazie
ho fatto le prove con Cisco Packet Tracer
ho modificato la conf e risolto; funziona anche con cavo staccato; il problema è che ho chiesto a CHATGPT e mi aveva detto che invece non funzionava
CHATGPT mi aveva fatto pure le configurazioni da zero
ma evidentemente non è affidabilissima
ecco le conf
hostname R1
interface FastEthernet0/0
ip address 192.168.1.2 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0
ip address 10.0.0.1 255.255.255.252
clock rate 64000
!
interface Serial0/1
ip address 20.0.2.1 255.255.255.252
clock rate 64000
!
router rip
version 2
network 10.0.0.0
network 20.0.0.0
network 30.0.0.0
network 192.168.1.0
network 192.168.2.0
network 192.168.3.0
*****************************
hostname R2
interface FastEthernet0/0
ip address 192.168.2.2 255.255.255.0
duplex auto
speed auto
interface Serial0/0
ip address 10.0.0.2 255.255.255.252
interface Serial0/1
ip address 30.0.1.1 255.255.255.252
router rip
version 2
network 10.0.0.0
network 20.0.0.0
network 30.0.0.0
network 192.168.2.0
network 192.168.3.0
********************
hostname R3
ip name-server 0.0.0.0
interface FastEthernet0/0
ip address 192.168.3.2 255.255.255.0
duplex auto
speed auto
interface Serial0/0
ip address 20.0.2.2 255.255.255.252
interface Serial0/1
ip address 30.0.1.2 255.255.255.252
clock rate 64000
router rip
version 2
network 10.0.0.0
network 20.0.0.0
network 30.0.0.0
network 192.168.1.0
network 192.168.2.0
network 192.168.3.0
ho fatto le prove con Cisco Packet Tracer
ho modificato la conf e risolto; funziona anche con cavo staccato; il problema è che ho chiesto a CHATGPT e mi aveva detto che invece non funzionava
CHATGPT mi aveva fatto pure le configurazioni da zero
ma evidentemente non è affidabilissima
ecco le conf
hostname R1
interface FastEthernet0/0
ip address 192.168.1.2 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0
ip address 10.0.0.1 255.255.255.252
clock rate 64000
!
interface Serial0/1
ip address 20.0.2.1 255.255.255.252
clock rate 64000
!
router rip
version 2
network 10.0.0.0
network 20.0.0.0
network 30.0.0.0
network 192.168.1.0
network 192.168.2.0
network 192.168.3.0
*****************************
hostname R2
interface FastEthernet0/0
ip address 192.168.2.2 255.255.255.0
duplex auto
speed auto
interface Serial0/0
ip address 10.0.0.2 255.255.255.252
interface Serial0/1
ip address 30.0.1.1 255.255.255.252
router rip
version 2
network 10.0.0.0
network 20.0.0.0
network 30.0.0.0
network 192.168.2.0
network 192.168.3.0
********************
hostname R3
ip name-server 0.0.0.0
interface FastEthernet0/0
ip address 192.168.3.2 255.255.255.0
duplex auto
speed auto
interface Serial0/0
ip address 20.0.2.2 255.255.255.252
interface Serial0/1
ip address 30.0.1.2 255.255.255.252
clock rate 64000
router rip
version 2
network 10.0.0.0
network 20.0.0.0
network 30.0.0.0
network 192.168.1.0
network 192.168.2.0
network 192.168.3.0
http://www.no1984.org non comprare PC DRM o TC!!!
-
- Messianic Network master
- Messaggi: 2965
- Iscritto il: ven 29 gen , 2010 10:25 am
- Località: Prov di GE
L'importante è che hai risolto
Paolo
Paolo
Non cade foglia che l'inconscio non voglia (S.B.)
- alenis
- Cisco power user
- Messaggi: 78
- Iscritto il: mar 03 ott , 2006 10:03 am
Grazie
http://www.no1984.org non comprare PC DRM o TC!!!