I ran the following two commands with interface lag 254 configured for both access (vlan access 254) and the way you suggested (vlan trunk native 254 tag, vlan trunk allowed 254). The command output was identical for each.
8325-CORE-1(config-lag-if)# show lacp interfaces multi-chassis
State abbreviations :
A - Active P - Passive F - Aggregable I - Individual
S - Short-timeout L - Long-timeout N - InSync O - OutofSync
C - Collecting D - Distributing
X - State m/c expired E - Default neighbor state
Actor details of all interfaces:
----------------------------------------------------------------------------------
Intf Aggregate Port Port State System-ID System Aggr
name id Priority Priority Key
----------------------------------------------------------------------------------
1/1/52 lag254(mc) 52 1 ALFOE 02:02:00:00:01:00 65534 254
Partner details of all interfaces:
----------------------------------------------------------------------------------
Intf Aggregate Partner Port State System-ID System Aggr
name Port-id Priority Priority Key
----------------------------------------------------------------------------------
1/1/52 lag254(mc) 0 0 PLFOEX 00:00:00:00:00:00 0 0
Remote Actor details of all interfaces:
----------------------------------------------------------------------------------
Intf Aggregate Port Port State System-ID System Aggr
name id Priority Priority Key
----------------------------------------------------------------------------------
1/1/52 lag254(mc) 1052 1 IE 02:02:00:00:01:00 65534 254
Remote Partner details of all interfaces:
----------------------------------------------------------------------------------
Intf Aggregate Partner Port State System-ID System Aggr
name Port-id Priority Priority Key
----------------------------------------------------------------------------------
1/1/52 lag254(mc) 0 0 IE 00:00:00:00:00:00 0 0
8325-CORE-1(config-lag-if)# show lacp interfaces multi-chassis 1/1/52
State abbreviations :
A - Active P - Passive F - Aggregable I - Individual
S - Short-timeout L - Long-timeout N - InSync O - OutofSync
C - Collecting D - Distributing
X - State m/c expired E - Default neighbor state
Aggregate-name : lag254(multi-chassis)
-------------------------------------------------
Actor Partner
-------------------------------------------------
Port-id | 52 | 0
Port-priority | 1 | 0
Key | 254 | 0
State | ALFOE | PLFOEX
System-ID | 02:02:00:00:01:00 | 00:00:00:00:00:00
System-priority | 65534 | 0
Original Message:
Sent: Jun 07, 2023 07:15 AM
From: parnassus
Subject: Connecting a single Sonicwall NSa 6700 to a VSX 8325 core
On your VSX what's the (sanitized) output of these two commands (related to lag254 and its member interfaces on Primary and Secondary VSX)?
show lacp interfaces multi-chassis
show lacp interfaces multi-chassis 1/1/52
Then would be interesting to understand what's the main reason for having such VSX LAG interface operating in "access mode" (with a Native VLAN id = Port VLAN ID = VLAN id 254, implying that that interface is an "untagged member" of the VLAN id 254) instead of - maybe - being an interface operating in "trunk mode" which is something typically used when interconnecting to peering switches/appliances (but here I mean "trunk mode" with just the VLAN id 254 AND with that VLAN id tagged <- clearly that approach would make sense IF-AND-ONLY-IF the peering logical interface - the aggregation of X32 and X33 - configured on the Sonicwall NSa 6700 Firewall side is also only tagged with the VLAN id 254).
Something like:
interface lag 254 multi-chassis
description "to Sonicwall NSa 6700 Firewall"
no shutdown
no routing
vlan trunk native 254 tag
vlan trunk allowed 254
lacp mode active
exit