Hello,
has anyone build a setup where you can transport LACP transparent over a FortiGate?
Our Setup is that the FortiGate will be installed between two Cisco devices which have configured LACP.
The FortiGate should just analyze the traffic and should be transparent for the Cisco's. This works so far except for LACP.
Here is an example of one Port:
config system interface edit "port4" set vdom "Monitor" set fail-detect enable set fail-alert-interfaces "port3" set broadcast-forward enable set l2forward enable set vlanforward enable set stpforward enable set type physical set alias "01-Edge" set snmp-index 8 next end
The Virtual Wires are configured with Wildcard VLANs.
This is the reason why we need to use the Virtual Wire. In the Transparent we needed to configure for every VLAN an interface if we wanted to analyze the traffic. This would have blow up the configuration.
Am I missing something?
I can see that on port4 the LACP message from the Cisco device is seen, but it will be not transported to port3 (which is the partner of the virtual wire).
Regards,
Oliver
Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
Hi os1001,
Did you have the issue resolved?
I had a similar issue which both ends runs LACP, Fortigate virtual wire pair inline stopped the LACP establishement.
Thanks
George
Hi,
The LACP PDUs are packets on L2, so in order to allow the forward of L2 on fortigate VWP, you can try enabling l2forward at interface level.
You also needs to consider forward arp packets.
config system interface
edit <interface_name>
set l2forward enable
end
config system interface
edit <interface_name>
set arpforward enable
end
https://docs.fortinet.com/document/fortigate/6.0.0/handbook/291690/layer-2-and-arp-traffic
Regards
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1712 | |
1093 | |
752 | |
447 | |
231 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.