Skip to content

Instantly share code, notes, and snippets.

@yNEX
yNEX / FastCopy.md
Last active August 30, 2024 09:16
Cheatsheet for FastCopy CLI
@yNEX
yNEX / tmux Cheatsheet.md
Last active March 16, 2024 03:21
Tmux Befehlsübersicht (unfinished)

SSH Zugriff auf Cisco Switch mit VLAN einrichten

Kurzanleitung um auf Cisco Switchen SSH Zugriff zu aktivieren über ein VLAN. Konfiguration wurde so im Cisco Packet Tracer benutzt

VLAN konfigurieren


  1. Konfigurieren Sie das VLAN-Interface mit einer IP-Adresse: Gehen Sie wie folgt vor, um dem VLAN eine IP-Adresse zuzuweisen. Diese Adresse dient als Gateway für Geräte im VLAN:
Switch(config)#interface vlan 10
Switch(config-if)#ip address 192.168.1.1 255.255.255.0
@yNEX
yNEX / Linux_commandsCheatsheet.md
Last active December 3, 2024 12:37
List of common Linux commands