Getting a Pi configured for VLAN trunking to a Cisco is pretty easy:
Config on the Cisco:View port VLAN config on the Cisco with:On the Pi:That's assuming RPi OS 12/Bookworm, using NetworkManager. That will give you untagged VLAN 50 for the Pi's default traffic, and a second interface on tagged VLAN 55; for simple a VLAN config, and repeat for as many VLANs as you need. I've not played around with Cisco's Private VLAN feature, but I think you'll also need the Pi's port (GE5, in my example above) to be configured as a promiscuous port, so that it can talk to the isolated ports.
Config on the Cisco:
Code:
interface GigabitEthernet5 switchport mode trunk switchport trunk native vlan 50!
Code:
show interfaces switchport GE5
Code:
nmcli connection add ifname Connection-name type vlan dev eth0 id 55
Statistics: Posted by Murph9000 — Mon Sep 16, 2024 1:16 am