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/16 20:47] 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 59: Line 60:
  
 ==== SNMP ==== ==== SNMP ====
 +SNMP Server aktivieren
 <code> <code>
 +snmp-server server
 snmp-community <com> snmp-community <com>
 +</code>
 +\\
 +
 +SNMP Community setzten
 +<code>
 +snmp-server community <com> ro
 </code> </code>
 \\ \\
Line 113: Line 122:
 switchport trunk allowed vlan <id> switchport trunk allowed vlan <id>
 </code> </code>
-\\ 
 \\ \\
 +
  
 ==== Interface Range bearbeiten ==== ==== Interface Range bearbeiten ====
Line 122: 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 154: 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 168: Line 219:
 </code> </code>
 \\ \\
 +\\
 +
 +===== 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 =====
 +Hardware Infos
 +<code>
 +show inventory
 +</code>
  
  
netzwerk/switches/cisco_sg.1639687634.txt.gz · Last modified: by stone