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
netzwerk:switches:cisco_sg [2022/06/29 09:13] – [LACP Infos anzeigen] stonenetzwerk:switches:cisco_sg [2022/06/29 09:19] (current) stone
Line 169: Line 169:
 </code> </code>
 \\ \\
 +
 +
 +===== 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  ===== ===== LACP  =====
netzwerk/switches/cisco_sg.1656494015.txt.gz · Last modified: by stone