I have pvlan trunk port facing router with some pvlans, primary and isolated vlans. I also have access (community) and trunks with isolated ports and this all works ok. Problem is that I need to have trunk port facing host that utilize normlal and community vlans and this is not working. TRunk port facing host is normal trunk port
vlan 12
private-vlan community
!
vlan 10
private-vlan primary
private-vlan association 12
!
int host
switchport mode trunk
switchport allowed vlan 10,12
!
int router
switchport mode private-vlan trunk promiscuous
switchport private-vlan trunk allowed vlan 10
switchport private-vlan mapping trunk 10 12
!
on host interface mac address is visible in vlan 10
so, two hosts in vlan 12 can ping each other but the cannot reach ruter vlan 10 interface. Is this config possible? It is nexus switch. How can I debug this?