Here's what I need:
*separate vlan for port 4
*isolate port 4 so it cannot communicate with anything other than the BCM chip and nothing can communicate with it and hopefully not even see it
*be able to connect ethernet over powerline to port 4 and identify MAC addresses attached to it
Now I think if I do:
nvram set vlan0ports=1 2 3 5*
nvram set vlan2ports=4 5
nvram set vlan2hwname=et0
nvram commit
I'll get what I want, but I don't want to screw anything up and not be able to connect, so I thought I'd throw it out there for verification before jumping in. Also, I'm not quite sure how I can identify what MAC addresses are connected to the vlan2. Any ideas would be much appreciated.
