LACP between Cisco 3850 and Fortigate 100D
Hello all,
can you please tell me where can I find up to date configuration for the LACP between cisco and fortigate. Last I found the configuration with dot1q command which is not supported anymore.
My LACP is up but no traffic passes through.
CHZHSTFW01 # diagnose netlink aggregate name test
CHZHSTFW01 # diagnose netlink aggregate name Test
LACP flags: (A|P)(S|F)(A|I)(I|O)(E|D)(E|D)
(A|P) - LACP mode is Active or Passive
(S|F) - LACP speed is Slow or Fast
(A|I) - Aggregatable or Individual
(I|O) - Port In sync or Out of sync
(E|D) - Frame collection is Enabled or Disabled
(E|D) - Frame distribution is Enabled or Disabled
status: up
ports: 1
link-up-delay: 50ms
min-links: 1
ha: master
distribution algorithm: L4
LACP mode: active
LACP speed: slow
LACP HA: enable
aggregator ID: 1
actor key: 17
actor MAC address: 90:6c:ac:52:3a:5a
partner key: 2
partner MAC address: a0:f8:49:cd:5c:00
slave: port5
link status: up
link failure count: 5
permanent MAC addr: 90:6c:ac:52:3a:5a
LACP state: established
actor state: ASAIEE
actor port number/key/priority: 1 17 255
partner state: ASAIEE
partner port number/key/priority: 266 2 32768
partner system: 34817 a0:f8:49:cd:5c:00
aggregator ID: 1
speed/duplex: 1000 1
RX state: CURRENT 6
MUX state: COLLECTING_DISTRIBUTING 4
CHZHSTFW01 # diagnose sniffer packet Test
interfaces=[Test]
filters=[none]
pcap_lookupnet: Test: no IPv4 address assigned
9.624169 loopback
10.534169 802.3ad LACPDU (32768,A0-F8-49-CD-5C-00,0002,32768,0266) ASAIEE (65535,90-6C-AC-52-3A-5A,0017,0255,0001) ASAIEE
19.624169 loopback
23.674169 llc unnumbered, ui, flags [command], length 46
29.174169 llc unnumbered, ui, flags [command], length 469
29.624169 loopback
^C
6 packets received by filter
0 packets dropped by kernel
CHZHSTFW01 #
Cisco side is
interface Port-channel2 switchport trunk allowed vlan 208 switchport mode trunk
interface TenGigabitEthernet1/0/9
switchport trunk allowed vlan 208
switchport mode trunk channel-protocol lacp
channel-group 2 mode active
Thanks