lab4 - part2 - ceg3585

pdf

School

University of Ottawa *

*We aren’t endorsed by this school

Course

3585

Subject

Computer Science

Date

Nov 24, 2024

Type

pdf

Pages

14

Uploaded by btour054

Report
QUESTIONS 1-2 of handbook: 1. What are the features and drawbacks of a static routing? Les routes statiques sont manuellement établies par l’administrateur du réseau donc les routeurs ne doivent plus communiquer les informations concernant les routes à prendre. Le chemin que la route statique prend est déjà connu. De plus, les routes statiques utilisent moins de bande passante que les routes dynamiques car aucun cycle CPU n’est utilisé pour calculer et communiquer les routes. Le routage statique est facilement implémenté dans des petits réseaux. Cependant, il présente des inconvénients. Il se peut qu’il y ait des erreurs lors de la configuration de ce type de routage dans des grands réseaux, donc il n’est pas efficace pour les grands réseaux. De plus, le routage statique n’est pas efficace dans les réseaux ayant beaucoup de changements car ce routage ne prend pas en compte ces changements. Cela dit, l’initialisation des routes statiques tout comme leur maintenance en cas d’erreurs dans le réseau ou de changements dans le réseau doit être effectuée par l’administrateur du réseau, donc cela prend beaucoup de temps. 2. Why static routing is not recommended for configuring larger networks? Le routage statique n’est pas recommandé pour les grands réseaux car la configuration des routes pour ce type de réseaux est sujette aux erreurs. De plus, la maintenance des routes statiques pour les grands réseaux ayant subi des changements s’avère difficile car les routes statiques doivent être manuellement modifiées. A snippet of your networks (please use correct labeling) :
A copy of your running config. For each router using the command “show running-config” (as Text) : Router1: lamya-R1#show running-config Building configuration... Current configuration : 914 bytes ! version 15.1 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname lamya-R1 ! ! ! ! ! ! ! ! no ip cef no ipv6 cef ! ! ! ! license udi pid CISCO2901/K9 sn FTX1524TYV2- ! ! ! ! ! ! ! ! !
! ! spanning-tree mode pvst ! ! ! ! ! ! interface GigabitEthernet0/0 ip address 192.168.1.1 255.255.255.0 duplex auto speed auto ! interface GigabitEthernet0/1 no ip address duplex auto speed auto shutdown ! interface Serial0/0/0 ip address 10.0.1.1 255.255.255.0 clock rate 64000 ! interface Serial0/0/1 ip address 10.0.3.1 255.255.255.0 clock rate 64000 ! interface Vlan1 no ip address shutdown ! ip classless ip route 192.168.3.0 255.255.255.0 10.0.1.2 ip route 192.168.2.0 255.255.255.0 10.0.3.2 ip route 10.0.2.0 255.255.255.0 10.0.3.2 ! ip flow-export version 9 !
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
! ! ! ! ! ! ! line con 0 ! line aux 0 ! line vty 0 4 login ! ! ! end
Router2: lamya-R2#show running-config Building configuration... Current configuration : 1133 bytes ! version 15.1 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname lamya-R2
! ! ! ! ! ! ! ! no ip cef no ipv6 cef ! ! ! ! license udi pid CISCO2901/K9 sn FTX152462J6- ! ! ! ! ! ! ! ! ! ! ! spanning-tree mode pvst ! ! ! ! ! ! interface GigabitEthernet0/0 ip address 192.168.2.1 255.255.255.0 duplex auto speed auto ! interface GigabitEthernet0/1
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
no ip address duplex auto speed auto ! interface Serial0/0/0 ip address 10.0.2.1 255.255.255.0 ! interface Serial0/0/1 ip address 10.0.3.2 255.255.255.0 clock rate 64000 ! interface Vlan1 no ip address shutdown ! router rip ! ip classless ip route 192.168.3.0 255.255.255.0 10.0.2.2 ip route 192.168.1.0 255.255.255.0 10.0.3.1 ip route 10.0.1.0 255.255.255.0 10.0.3.1 ! ip flow-export version 9 ! ! ! ! ! ! ! ! line con 0 ! line aux 0 ! line vty 0 4 login ! !
! end Router3: lamya-R3#show running-config Building configuration... Current configuration : 1009 bytes ! version 15.1 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption !
hostname lamya-R3 ! ! ! ! ! ! ! ! no ip cef no ipv6 cef ! ! ! ! license udi pid CISCO2901/K9 sn FTX15245812- ! ! ! ! ! ! ! ! ! ! ! spanning-tree mode pvst ! ! ! ! ! ! interface GigabitEthernet0/0 ip address 192.168.3.1 255.255.255.0 duplex auto speed auto !
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
interface GigabitEthernet0/1 no ip address duplex auto speed auto ! interface Serial0/0/0 ip address 10.0.1.2 255.255.255.0 ! interface Serial0/0/1 ip address 10.0.2.2 255.255.255.0 ! interface Vlan1 no ip address shutdown ! ip classless ip route 10.0.3.0 255.255.255.0 10.0.2.1 ip route 192.168.1.0 255.255.255.0 10.0.1.1 ip route 192.168.2.0 255.255.255.0 10.0.2.1 ! ip flow-export version 9 ! ! ! ! ! ! ! ! line con 0 ! line aux 0 ! line vty 0 4 login ! ! ! end
A snippet from the command Prompt in PC1 where you ping PC2 (as shown in the tutorial) :
A snippet of the event log of the simulation where PC2 pings PC3 (as shown in the tutorial) :
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help
A snippet of the event log of the simulation where PC3 pings PC1 (as shown in the tutorial):
Your PKT file for your network : The PKT is attached to the submitted file.