Cisco Switchlerde Port Teaming (EtherChannel) Yapmak için Komutlar

04-03-2023 23:50
Cisco Switchlerde Port Teaming (EtherChannel) Yapmak için Komutlar

Bu işlem, birden fazla fiziksel portun mantıksal birleştirilmesini sağlar ve yüksek hız, yük dengeleme ve yüksek kullanılabilirlik sağlar. Aşağıdaki adımlarla port teaming işlemi gerçekleştirilebilir:

 

1.     Switch'e SSH veya telnet protokolü üzerinden erişin.

2.     Switch' deki komut satırına gidin.

3.     "configure terminal" komutunu girin.

4.     "interface range gigabitethernet (start port)-(end port)" komutunu girin.

5.     "channel-group (channel number) mode (mode)" komutunu girin.

6.     "exit" komutunu girin.

7.     "interface port-channel (channel number)" komutunu girin.

8.     "description (description)" komutunu girin.

9.     "switchport mode trunk" komutunu girin.

10.  "switchport trunk allowed vlan (vlan list)" komutunu girin.

11.  "exit" komutunu girin.

 

Örneğin, GigabitEthernet1/0/1 ve GigabitEthernet1/0/2 portlarını "mode on" modunda EtherChannel yapmak için, aşağıdaki komutları kullanabilirsiniz:

 

switch> enable

 

switch# configure terminal

 

switch(config)# interface range gigabitethernet1/0/1-2

 

switch(config-if)# channel-group 1 mode on

 

switch(config-if)# exit

 

switch(config)# interface port-channel 1

 

switch(config-if)# description EtherChannel

 

switch(config-if)# switchport mode trunk

 

switch(config-if)# switchport trunk allowed vlan 10,20,30

 

switch(config-if)# exit

 

Bu komutlar, belirtilen iki portu "mode on" modunda EtherChannel olarak birleştirir ve yeni bir mantıksal port oluşturur. Sonraki komutlar, EtherChannel portunu yapılandırır ve belirtilen VLAN'lara izin verir.
Blog Etiketleri :
IdeaSoft® | E-Ticaret paketleri ile hazırlanmıştır.