0 Pluspunkte 0 Minuspunkte
Wie erstelle ich einen Etherchannel mit 2 Interfaces (fa0/1 und fa0/2) auf einem Cisco C2960 Switch?
von  

1 Antwort

0 Pluspunkte 0 Minuspunkte

Zuerst bündelst du die Interfaces zu einem PortChannel

interface range fa0/1 - 2
channel-group 1 mode desirable
end

und konfigurierst das neu erstellte virtuelle PortChannel-Interface

interface Port-channel1
ip address 10.0.0.123 255.255.255.0

Überprüfen kkannst du die neue Konfiguration mit

show etherchannel summary

von (716 Punkte)