Hi all,
I want to connect my HPE 7500 to FORTIGATE 380D with two 1G channel link aggregation.
this is my 7500 Configuration:
#
interface Bridge-Aggregation 1
port link-type trunk
port trunk permit vlan all
link-aggregation mode dynamic
#
interface Ten-GigabitEthernet1/0/28
port link-aggregation group 1
#
interface Ten-GigabitEthernet1/0/29
port link-aggregation group 1
#
this is my fortigate configuration:
edit "LinkAgg"
set vdom "root"
set ip 192.168.202.1 255.255.255.0
set allowaccess ping https ssh
set l2forward enable
set stpforward enable
set type aggregate
set member "port9" "port10" "port11"
set fortiheartbeat enable
set role lan
set snmp-index 15
set lacp-mode passive
set lacp-ha-slave disable
next
I connec to 2 PC on switch and 2 PC on fortigate and i have full visibility with all of them.
I use iperf to verify bandwith between 7500 and FORTIGATE; 2 PC are server and 2 pc are client.
When i start my lab i expeect this:
PC1 (iperf client) to SRV1 (iperf server) = 1G bandwidth
PC2 (iperf client) to SRV2 (iperf server) = 1G bandwidth
How can i have 2 connection 1G?
Thanks