Accéder au contenu principal

Articles

Affichage des articles associés au libellé Cisco

Commandes Cisco packet tracer IOS de base

Etape                            Invite Commande Entrez dans le mode Privilège Router> enable Configurez le router à partir du terminal Router# configure terminal Nommez le routeur Routeur(config)# hostname  pcmonde Donnez un mot de passe crypté au mode privilégié pcmonde (config)# enable secret  pcmonde1 Donnez   un mot de passe texte au mode privilège pcmonde (config)# enable password  pcmonde2 Pour configurez la ligne console pcmonde (config)# line con 0 Activation de la vérification du mote de passe console pcmonde (config-line)# login Définissez un mot de passe utilisateur à l'ouverture d'une session console pcmonde (config-line)# password  pcmonde3 Configurez la ligne telnet pcmonde (config_line)# line vty 0 4 Activez la vérification du mote de passe telnet pcmonde (config-line)# login Définissez un mot de...

Exercice 11.3.5.3 : test de la connectivité des hôtes avec ping

Solution 11.3.5.3 CCNA

R1-ISP#show ip interface brief Interface IP-Address OK? Method Status Protocol FastEthernet0/0 192.168.254.253 YES manual administratively down down FastEthernet0/1 unassigned YES unset administratively down down Serial0/0/0 10.10.10.6 YES manual up up Serial0/0/1 unassigned YES unset down down Vlan1 unassigned YES unset administratively down down R1-ISP#configure terminal Enter configuration commands, one per line. End with CNTL/Z. R1-ISP(config)#interface fa0/0 R1-ISP(config-if)#no shutdown R1-ISP(config-if)# %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up R1-ISP(config-if)#