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 [2022/01/11 10:52] – [Stacking konfigurieren] 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 169: 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 <#>
netzwerk/switches/cisco_sg.1641898365.txt.gz · Last modified: by stone