Cisco - Commandes basique
- enable # pour passer en mode Admin
- show startup-config # pour voir la conf
- conf ter # passer en mode configuration du terminal
- interface GigabitEthernet 0/1 # rentrer dans l’interface G0/1 pour la configurer
- ip address 172.16.1.126 255.255.255.192 # Définit l’@ Ip et le masque
- no shutdown # Active l'interface
- copy running-config startup-config # la copie en startup
- show startup-config # Vérification