When configuring ports for private VLANs, do those ports already need to be in the VLAN per the command "switchport access vlan x"
example:
I have a primary private vlan 200 and a secondary isolated 201
vlan 200
private-vlan primary
vlan 201
private-vlan isolated
interface GigabitEthernet1/0/1
switchport
switchport mode private-vlan host
switchport private-vlan host-association 200 201
do I ALSO need
switchport access vlan 201