07-28-2023 09:14 AM
If I configure
int x/x/x
switchport mode access
switchport access vlan 20
switchport trunk native vlan 20
switchport mode trunk allowed vlan 10,20,30
It works.
But
int x/x/x
switchport mode trunk
switchport access vlan 20
switchport trunk native vlan 20
switchport mode trunk allowed vlan 10,20,30
DOes not work and AP is unable to be detected by ZD.
Can anyone explain why?