# Wichtige Befehle

Befehl                        | Beschreibung                                           | Beispiel                            | Ergebniss      |
| ----------------------------- | ------------------------------------------------------ | ----------------------------------- | -------------- |
| `en`                          | Enable Modus                                           | `SW>en`                             | `SW#`          |
| `wr`                          | Schreibe Konfiguration                                 | `SW#wr`                             | -              |
| `show run`                    | Anzeigen der Aktuellen Konfiguration                   | `SW#show run`                       | -              |
| `conf t`                      | Konfigurations Modus                                   | `SW#conf t`                         | `SW(confing)#` |
| `do show run`                 | Anzeigen der Aktuellen Konfiguration im tieferen Modus | `sw(config)#do show run`            | -              |
| `do wr`                       | Schreibe Konfiguration im Konfigurations Modus         | `SW(config)#do wr`                  | -              |
| `hostname`                    | Hostename                                              | `SW(config)#hostname SW1`           | `SW1(config)#` |
| `enabel`                      | Enable Password                                        | `SW(config)#enabel secret Passwort` | -              |
| `ctrl+z`                      | Rückkehr in den Enable Modus                           | `SW(config-if)#^Z`                  | `SW#`          |
| `show run \| inc ip address ` | Anzeigen aller IP-Adressen                             | `SW#show run \| inc ip address`     |                |
| `show ip int brief`           | Anzeigen aller IP-Adressen bei Router                  | `SW#show ip int brief`              | -              |