1.3.1.3 Cisco Packet Tracer CCNA2 Solutions

Voici un guide des commandes cisco pour le TP 1.3.1.3 Cisco Packet Tracer – Skills Integration Challenge.

Création d’un lien console (RS232) entre User-01 et Asw-1
Puis par le terminal du PC User-01

Switch > en
Switch # conf t
Switch (config)# hostname ASw-1
ASw-1(config)# enable secret 6EBUp
ASw-1(config)# line console 0
ASw-1(config-line)# password xAw6k
ASw-1(config-line)# line vty 0
ASw-1(config-line)# password xAw6k
ASw-1(config-line)# exit
ASw-1(config)# service password-encryption
ASw-1(config)# banner motd "warning"
ASw-1(config)# interface VLAN 1
ASw-1(config-if)# ip address 10.10.10.100 255.255.255.0
ASw-1(config-if)# no shutdown
ASw-1(config-if)# exit
ASw-1(config)# exit
ASw-1# wr

Puis mm chose depuis User-01 vers Asw-2
Puis par le terminal du PC User-02

Switch > en
Switch # conf t
Switch (config)# hostname ASw-2
ASw-2(config)# enable secret 6EBUp
ASw-2(config)# line console 0
ASw-2(config-line)# password xAw6k
ASw-2(config-line)# line vty 0
ASw-2(config-line)# password xAw6k
ASw-2(config-line)# exit
ASw-2(config)# service password-encryption
ASw-2(config)# banner motd "warning"
ASw-2(config)# interface VLAN 1
ASw-2(config-if)# ip address 10.10.10.150 255.255.255.0
ASw-2(config-if)# no shutdown
ASw-2(config-if)# exit
ASw-2(config)# exit
ASw-2# wr

Puis on configure IP + masque sur les 2 PC :

User-01
Ip Address : 10.10.10.4
Subnet Mask : 255.255.255.0

User-02
Ip Address : 10.10.10.5
Subnet Mark : 255.255.255.0

Et voila le bilan :

1.3.1.3 Cisco Packet Tracer solution

Ceci pourrait vous intéresser :

Leave a Comment