User Tools

Site Tools


netzwerk:switches:cisco_sg

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
netzwerk:switches:cisco_sg [2021/12/17 13:44] stonenetzwerk:switches:cisco_sg [2022/06/29 09:19] (current) stone
Line 31: Line 31:
 ==== NTP ==== ==== NTP ====
 <code> <code>
-clock source sntp <ip>+clock source sntp 
 +sntp server <ip>
  
 show clock detail show clock detail
Line 122: Line 123:
 </code> </code>
 \\ \\
-\\+
  
 ==== Interface Range bearbeiten ==== ==== Interface Range bearbeiten ====
Line 130: Line 131:
 \\ \\
  
 +==== Mac Adressen Tabelle anzeigen ====
 +Anzeigen der Mac's die am Port / Interface angesteckt sind
 +<code>
 +show mac address-table 
 +</code>
 +\\
 +\\
  
 ===== VLANs ===== ===== VLANs =====
Line 162: Line 170:
 \\ \\
  
-==== LACP Infos anzeigen ====+ 
 +===== POE ===== 
 +==== POE Infos anzeigen ==== 
 +Man sieht das Budget vom Switch und die Infos aller Interfaces 
 +<code> 
 +show power inline 
 +</code> 
 +\\ 
 + 
 +==== POE auf Port aktivieren ==== 
 +<code> 
 +conf t 
 +interface gi1/0/1 
 +power inline auto 
 +</code> 
 +\\ 
 + 
 +==== POE auf Port deaktivieren ==== 
 +<code> 
 +conf t 
 +interface gi1/0/1 
 +no power inline 
 +power inline never 
 +</code> 
 +\\ 
 + 
 +==== POE Prio auf Port ==== 
 +<code> 
 +conf t 
 +interface gi1/0/1 
 +power inline priority <critical|high|low> 
 +</code> 
 +\\ 
 + 
 + 
 +===== LACP  =====
 <code> <code>
 show lacp port-channel <#> show lacp port-channel <#>
Line 177: Line 220:
 \\ \\
 \\ \\
 +
 +===== Stacking =====
 +==== Stacking Nodes anzeigen ====
 +<code>
 +show stack
 +
 +show stack 1
 +show stack 2
 +</code>
 +\\
 +
 +==== Stacking konfigurieren ====
 +Ein Reboot von jedem Member ist nötig. \\
 +
 +**Node1**
 +<code>
 +conf t
 +stack unit 1
 +stack configuration links te3-4 unit-id 1
 +end
 +wr
 +reload
 +</code>
 +\\
 +
 +**Node2**
 +<code>
 +conf t
 +stack unit 1
 +stack configuration links te3-4 unit-id 2
 +end
 +wr
 +reload
 +</code>
 +
 +\\
 +
 +
 +==== Stack auflösen ====
 +<code>
 +conf t
 +stack unit 1
 +no stack configuration
 +end
 +wr
 +reload
 +</code>
 +\\
 +\\
 +
  
 ===== Monitoring ===== ===== Monitoring =====
netzwerk/switches/cisco_sg.1639748662.txt.gz · Last modified: by stone