Bài viết này sẽ hướng dẫn các bạn cấu hình Link Aggregation (LACP) trên thiết bị firewall Juniper SRX theo ví dụ sau. 1.Trên SRX : + Cấu hình Link Aggregation : root@SRX# set chassis aggregated-devices ethernet device-count 1 root@SRX# set interfaces ge-0/0/1 ether-options 802.3ad ae0 root@SRX# set interfaces ge-0/0/2 ether-options 802.3ad ae0 root@SRX# set interfaces ae0 aggregated-ether-options lacp active root@SRX# set interfaces ae0 aggregated-ether-options lacp periodic slow root@SRX# set interfaces ae0 unit 0 family inet address 192.168.10.1/24 + Cấu hình Zone cho interface ae0 : root@SRX# set security zones security-zone trust interfaces ae0.0 root@SRX# set security zones security-zone trust host-inbound-traffic system-services all 2.Trên Switch : Switch(config)#interface range gigabitEthernet 0/1 - 2 Switch(config-if-range)#channel-group 1 mode active 3.Kiểm tra hoạt động aggregated link trên SRX và Switch : !!! Cảm ơn các bạn đã theo dõi bài viết !!!