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…

Read More

7.3.1.8 Cisco Packet Tracer – RIPv2 Solution

7.3.1.8 Cisco Packet Tracer – RIPv2 Solutions Voici un guide des commandes cisco pour le TP 7.3.1.8 Cisco Packet Tracer. On commence dans l’ordre pas le router R1. R1> enable R1# configure terminal R1(config)# ip route 0.0.0.0 0.0.0.0 s0/0/1 R1(config)# router rip R1(config)# version 2 R1(config)# no auto-summarry R1(config-router)# do show ip route connected R1(config-router)# network 192.168.2.0 R1(config-router)# network 192.168.1.0 R1(config-router)# passive-interface g0/0 R1(config-router)# default-information originate R1(config-router)# end R1# Puis le router R2 R2> enable R2# configure terminal R2(config)# router rip R2(config)# version 2 R2(config)# no auto-summarry R2(config-router)#do show ip…

Read More

6.6.1.2 Cisco Packet Tracer CCNA2 Solutions

6.6.1.2 Cisco Packet Tracer – Skills Integration Challenge Solution Voici un guide de commande cisco pour le TP 6.6.1.2 Cisco Packet Tracer. R1> en R1# conf t R1(config)# int g0/0.10 R1(config-subif)# encapsulation dot1Q 10 R1(config-subif)# ip address 172.31.10.1 255.255.255.0 R1(config-subif)# exit R1(config)# int g0/0.20 R1(config-subif)# encapsulation dot1Q 20 R1(config-subif)# ip address 172.31.20.1 255.255.255.0 R1(config-subif)# exit R1(config)# int g0/0.30 R1(config-subif)# encapsulation dot1Q 30 R1(config-subif)# ip address 172.31.30.1 255.255.255.0 R1(config-subif)# exit R1(config)# int g0/0.88 R1(config-subif)# encapsulation dot1Q 88 R1(config-subif)# ip address 172.31.88.1 255.255.255.0 R1(config-subif)# exit R1(config)# int g0/0.99 R1(config-subif)# encapsulation dot1Q 99…

Read More

5.4.1.2 Cisco Packet Tracer CCNA2 Solutions

5.4.1.2 Cisco Packet Tracer Skills Integration Challenge CCNA2 Solution Voici le guide des commandes pour ce TP 5.4.1.2 Cisco Packet Tracer : R1 > enable R1 # configure t R1 (config)# int g0/1 R1 (config-if)# no shut R1 (config-if)# exit R1 (config)# int g0/1.10 R1 (config-subif)# encap dot1Q 10 R1 (config-subif)# ip address 172.17.10.1 255.255.255.0 R1 (config-subif)# no shut R1 (config-subif)# exit R1 (config)# interface g0/1.20 R1 (config-subif)# encap dot1Q 20 R1 (config-subif)# ip address 172.17.20.1 255.255.255.0 R1 (config-subif)# no shut R1 (config-subif)# exit R1 (config)# interface g0/1.30 R1 (config-subif)#…

Read More