Configurazione Router Tiziano Hostname Tiziano-Router ! interface Ethernet 0 ip address 192.20.100.10 255.255.255.0 ! interface Ethernet 1 ip address 192.20.101.10 255.255.255.0 ! interface Serial 0 no ip address shutdown ! interface Serial 1 no ip address shutdown ! router rip network 192.20.0.0 Configurazione Router Donatello Hostname Donatello-Router ! interface Ethernet 0 ip address 192.20.101.20 255.255.255.0 ! interface Serial 0 ip address 194.20.240.10 255.255.255.0 ! interface Serial 1 no ip address shutdown ! router ospf 100 redistribuite rip subnets passive interface Ethernet 0 network 192.20.101.0 0.0.0.255 area 0 network 192.20.240.0 0.0.0.255 area 0 default-metric 1 ! router rip redistribuite ospf 100 network 194.20.0.0 passive interface Serial 0 default-metric 10 ! Configurazione Router Giotto Hostname Giotto-Router ! interface Ethernet 0 ip address 192.20.200.10 255.255.255.0 ! interface Serial 0 ip address 194.20.240.20 255.255.255.0 ! interface Serial 1 no ip address shutdown ! interface Serial 2 no ip address shutdown ! router ospf 100 redistribuite igrp metric 1 subnets passive interface Ethernet 0 network 192.20.200.0 0.0.0.255 area 0 network 192.20.240.0 0.0.0.255 area 0 ! router igrp 1 network 194.20.0.0 redistribuite ospf 100 ! Configurazione Router Leonardo Hostname Leonardo-Router ! interface Ethernet 0 ip address 192.20.200.20 255.255.255.0 ! interface Ethernet 1 ip address 192.20.201.20 255.255.255.0 ! interface Serial 0 no ip address shutdown ! interface Serial 1 no ip address shutdown ! router igrp 1 network 192.20.0.0 ! |
| Listato 2 Listato configurazione CISCO: OSPF, RIP, IGRP |