Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| network:switch:cisco:interface [2025/04/14 19:35] – sunriax | network:switch:cisco:interface [2025/04/14 19:41] (aktuell) – sunriax | ||
|---|---|---|---|
| Zeile 5: | Zeile 5: | ||
| ---- | ---- | ||
| - | ===== Create | + | ===== Erstellen eines Access |
| < | < | ||
| switch> enable | switch> enable | ||
| switch# conf t | switch# conf t | ||
| + | |||
| + | switch(config)# | ||
| + | # or | ||
| switch(config)# | switch(config)# | ||
| - | switch(config-if-range)# | ||
| - | switch(config-if-range)# | ||
| - | ## Wenn Port mit einem Endgerät verbunden ist (Notwendig damit beispielsweise FOG funktioniert) | + | switch(config-if)# |
| + | switch(config-if)# switchport access vlan ??? | ||
| + | |||
| + | # Wenn Port mit einem Endgerät verbunden ist (Notwendig damit beispielsweise FOG funktioniert)! | ||
| spanning-tree portfast | spanning-tree portfast | ||
| </ | </ | ||
| + | |||
| + | ===== Portzugriff begrenzen ===== | ||
| + | |||
| + | < | ||
| + | switch> enable | ||
| + | switch# conf t | ||
| + | |||
| + | switch(config)# | ||
| + | # or | ||
| + | switch(config)# | ||
| + | |||
| + | switch(config-if)# | ||
| + | switch(config-if)# | ||
| + | switch(config-if)# | ||
| + | |||
| + | switch(config-if)# | ||
| + | |||
| + | switch# show port-security interface gi1/0/1 | ||
| + | |||
| + | switch# show port-security address | ||
| + | </ | ||
| + | |||
| ---- | ---- | ||
| [[: | [[: | ||