Cấu hình LACP giữa Juniper vSRX và Switch Cisco IOL

Cấu hình LACP giữa vSRX và Switch Cisco

Mô hình gồm vSRX đấu nối 2 link LACP sang Switch, Sau khi cấu hình xong LACP, sẽ đặt IP cho interface ae1.0 bên vSRX và IP cho 1 router cắm vào switch Cisco và ping sang nhau.

 

Juniper SRX:

set system root-authentication plain-text-password

set chassis aggregated-devices ethernet device-count 2

set interfaces ge-0/0/1 gigether-options 802.3ad ae1
set interfaces ge-0/0/2 gigether-options 802.3ad ae1
set interfaces ae1 aggregated-ether-options lacp active
set interfaces ae1 unit 0 family inet address 192.168.1.1/24
set interfaces ae1 unit 0 family ethernet-switching port-mode access
set interfaces ae1 unit 0 family ethernet-switching vlan members vlan-trust

set security zones security-zone untrust interfaces ae1.0 host-inbound-traffic system-services all
 

 

Cisco switch:

interface Ethernet0/0
 channel-group 1 mode active

interface Ethernet0/1
 channel-group 1 mode active

 

Cisco Router:

interface Ethernet0/0
 ip address 192.168.1.2 255.255.255.0

 

Lệnh show 2 bên:

Juniper:

Kiểm tra interface ae1.0 đã up

show interfaces terse | match ae1

Cisco switch:

show etherchanel summary

Ping thử 2 bên:

 

DONE!

Bài viết cùng danh mục