Commit b48a01

2026-04-09 09:20:44 Peter: -/-
fortinet/switch.md ..
@@ 11,3 11,12 @@
next
end
```
+
+ ```
+ config switch interface
+ edit "port24" # Uplink/trunk port
+ set native-vlan 1 # Usually VLAN 1 as native/untagged
+ set allowed-vlans 1,100 # Add other VLANs as needed (e.g. 1,10,100)
+ next
+ end
+ ```
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9