cisco, juniper, network, switch

Junos Üzerinde Port-Aggregation Konfigürasyonu

Cisco-Juniper LACP Port-Aggregation yapılandırması örneği:

set chassis aggregated-devices ethernet device-count 1

set interfaces ge-0/1/0 description "Agg-CISCO-JUNIPER"
set interfaces ge-0/1/0 gigether-options 802.3ad ae0
set interfaces ge-0/2/0 description "Agg-CISCO-JUNIPER"
set interfaces ge-0/2/0 gigether-options 802.3ad ae0



set interfaces ae0 vlan-tagging
set interfaces ae0 aggregated-ether-options link-speed 1g
set interfaces ae0 aggregated-ether-options lacp passive
set interfaces ae0 unit 0 vlan-id 1

Cisco ve Juniper arasındaki port-aggregation, Cisco tarafı aktif olduğunda iyi çalışmakta.

Konfigürasyonun Cisco tarafı aşağıdaki gibi yapılabilir:

interface Port-channel1
 switchport trunk encapsulation dot1q
 switchport trunk allowed vlan 99
 switchport mode trunk
 switchport nonegotiate
end
interface GigabitEthernet0/1
 description EtherChannel-CiscoJuniper
 switchport trunk encapsulation dot1q
 switchport trunk allowed vlan 99
 switchport mode trunk
 switchport nonegotiate
 no mdix auto
 channel-group 1 mode active
end
interface GigabitEthernet0/2
 description EtherChannel-CiscoJuniper
 switchport trunk encapsulation dot1q
 switchport trunk allowed vlan 99
 switchport mode trunk
 switchport nonegotiate
 no mdix auto
 channel-group 1 mode active
end

Bir cevap yazın

E-posta hesabınız yayımlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir

This site uses Akismet to reduce spam. Learn how your comment data is processed.

%d blogcu bunu beğendi: