Link Aggregation Control Protocol (LACP)

Posted on May 9, 2012

0


Link Aggregation Control Protocol (LACP) memastikan aliran lalu lintas datadapat berjalan stabil dan lancar dengan mengotomatisasi konfigurasi dan menjaga link agregat. Fitur LACP, yang diaktifkan pada semua switch, secara dinamis menyesuaikan link agregat terhadap perubahan kondisi lalu lintas. Berbagi beban dilewatkan dan secara otomatis menyesuaikan dengan kondisi yang terjadi jika ada kegagalan atau kondisi sebaliknya terjadi di salah satu link yang berpartisipasi dalam LAG dinamis.

Konfigurasi SRX.

set interfaces ge-0/0/1 gigether-options 802.3ad ae0

set interfaces ge-0/0/2 gigether-options 802.3ad ae0

set interfaces ge-0/0/3 unit 0 family ethernet-switching port-mode access

set interfaces ge-0/0/3 unit 0 family ethernet-switching vlan members vlan10

set interfaces ae0 aggregated-ether-options lacp passive

set interfaces ae0 unit 0 family inet address 192.168.2.2/24

set interfaces vlan unit 10 family inet address 10.10.10.1/24

set routing-options static route 30.30.30.0/24 next-hop 192.168.2.1

set security policies from-zone trust to-zone untrust policy trust-to-untrust match source-address any

set security policies from-zone trust to-zone untrust policy trust-to-untrust match destination-address any

set security policies from-zone trust to-zone untrust policy trust-to-untrust match application any

set security policies from-zone trust to-zone untrust policy trust-to-untrust then permit

set security policies from-zone untrust to-zone trust policy untrust-to-trust match source-address any

set security policies from-zone untrust to-zone trust policy untrust-to-trust match destination-address any

set security policies from-zone untrust to-zone trust policy untrust-to-trust match application any

set security policies from-zone untrust to-zone trust policy untrust-to-trust then permit

set security zones security-zone untrust interfaces ae0.0

set vlans vlan10 vlan-id 10

set vlans vlan10 l3-interface vlan.10

Konfigurasi Swicth 4200 + Virtual Chassis

root@virtual_chasis# run show configuration | display set | no-more

set version 11.3R4.2

set system host-name virtual_chasis

set system root-authentication encrypted-password “$1$CjvBnfU1$85cRjZXWxoYZpVaWnHdw6.”

set system syslog user * any emergency

set system syslog file messages any notice

set system syslog file messages authorization info

set system syslog file interactive-commands interactive-commands any

set chassis aggregated-devices ethernet device-count 1

set interfaces ge-0/0/0 ether-options 802.3ad ae0

set interfaces ge-0/0/1 unit 0 family ethernet-switching

set interfaces ge-0/0/2 unit 0 family ethernet-switching port-mode access

set interfaces ge-0/0/2 unit 0 family ethernet-switching vlan members vlan10

set interfaces xe-0/1/0 unit 0 family ethernet-switching

set interfaces ge-0/1/1 unit 0 family ethernet-switching

set interfaces xe-0/1/1 unit 0 family ethernet-switching

set interfaces ge-0/1/2 unit 0 family ethernet-switching

set interfaces xe-0/1/2 unit 0 family ethernet-switching

set interfaces ge-0/1/3 unit 0 family ethernet-switching

set interfaces ge-1/0/0 ether-options 802.3ad ae0

set interfaces ge-1/0/2 unit 0 family ethernet-switching port-mode access

set interfaces ge-1/0/2 unit 0 family ethernet-switching vlan members vlan10

set interfaces ae0 aggregated-ether-options lacp active

set interfaces ae0 aggregated-ether-options lacp periodic fast

set interfaces ae0 unit 0 family inet address 192.168.2.1/24

set interfaces vlan unit 10 family inet address 30.30.30.1/24

set routing-options static route 10.10.10.0/24 next-hop 192.168.2.2

set protocols igmp-snooping vlan all

set protocols rstp

set protocols lldp interface all

set protocols lldp-med interface all

set ethernet-switching-options storm-control interface all

set vlans vlan10 vlan-id 10

set vlans vlan10 l3-interface vlan.10

set poe interface all

set virtual-chassis member 1 mastership-priority 255