Labos


Services Réseaux
Cisco

Packet Tracer - Projet d'intégration des compétences
Fichier: 2.4.1.2 Packet Tracer - Skills Integration Challenge.pka

Table d’adressage

AppareilInterfaceIP AddressSubnet Mask
Class-AVLAN 1128.107.20.10255.255.255.0
Class-BVLAN 1128.107.20.15255.255.255.0
Student-1Carte réseau128.107.20.25255.255.255.0
Student-2Carte réseau128.107.20.30255.255.255.0

Objectifs

Scénario
Vous êtes le nouveau technicien responsable du réseau local (LAN). L'administrateur réseau vous demande de démontrer votre capacité à configurer un petit réseau local. Vos tâches comprennent la configuration des paramètres initiaux sur deux commutateurs à l'aide de Cisco IOS et la configuration des paramètres d'adresse IP sur les périphériques hôtes afin de fournir une connectivité de bout en bout. Vous devez utiliser deux commutateurs et deux hôtes/PC sur un réseau câblé et sous tension.

Conditions requises

Remarque : cliquez sur Check Results (Vérifier les résultats) pour voir votre progression. Cliquez sur Reset Activity (Réinitialiser l'activité) pour générer un nouvel ensemble de conditions requises. Si vous cliquez sur ce bouton avant de terminer l'exercice, toutes les configurations seront perdues.

Index isomorphe : 0001

Class-A#sh run
Building configuration...

Current configuration : 1263 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
service password-encryption
!
hostname Class-A
!
enable secret 5 $1$mERr$3VSsmT5sO0ky2/3RzW2XS1
!
!
!
!
!
spanning-tree mode pvst
spanning-tree extend system-id
!
interface FastEthernet0/1
 switchport mode access 
!
interface FastEthernet0/2
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface Vlan1
 ip address 128.107.20.10 255.255.255.0
!
banner motd ^C warning ^C
!
!
!
line con 0
 password 7 081318760C4A
!
line vty 0 4
 password 7 081318760C4A
 login
line vty 5 15
 password 7 081318760C4A
 login
!
!
!
!
end
Class-B#sh run
Building configuration...

Current configuration : 1262 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
service password-encryption
!
hostname Class-B
!
enable secret 5 $1$mERr$3VSsmT5sO0ky2/3RzW2XS1
!
!
!
!
!
spanning-tree mode pvst
spanning-tree extend system-id
!
interface FastEthernet0/1
 switchport mode access
!
interface FastEthernet0/2
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
!
interface FastEthernet0/6
!
interface FastEthernet0/7
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface Vlan1
 ip address 128.107.20.15 255.255.255.0
!
banner motd ^C
warning^C
!
!
!
line con 0
 password 7 081318760C4A
!
line vty 0 4
 password 7 081318760C4A
 login
line vty 5 15
 password 7 081318760C4A
 login
!
!
!
!
end


Services Réseaux
Cisco