03-22-2021 12:29 PM
Hello
Looking to see if anyone has the answer to this? I have a R710 connected to a ZD1200 and I want to change the network ports on the AP one as trunk (which it is be default) and the other one an to an access port to set a native VLAN on the second for a camera. Doesn't seem to respond that way. Can't find any docs on this. Do the ports actually work in this manner? If it is configurable this should be no problem.
03-23-2021 01:09 PM
I don't have physical access to any AP, let me check once and get back to you.
03-24-2021 01:27 AM
This definitely should work. Just check, if you are configuring correct port (numbering is not that obvious, check pictures in ZD interface). For this to work, port on switch must be trunk with proper tagged and untagged VLANs configured, and secondary port must be enabled. This is a picture from actually working AP with 2 VLANs (old ZD1100 with ZF7352):
As you can see there, PoE port connected to switch is LAN2, but secondary port is actually LAN1 !
In newer versions there are additional settings as WAN trunk and LAN trunk, and to have successful communication with network for second port uplink port must be LAN trunk, not WAN (otherwise no DHCP address will be received, etc.):
Most probably you have uplink port configured as WAN trunk, change it and it should work.
If you don't have physical access to AP, be very careful configuring uplink port,as if you make a mistake, you may end up resetting AP to factory setting, which will require physical access.
Hope it helps.
03-24-2021 06:14 AM
Thank you. I do believe I did this and it doesn’t work. However I will try it again.
so to be clear. Port connected to switch will be LAN TRUNK ON AP. and of course switch will be a trunk port.
Port not connected to switch will be set as ACCESS PORT AND UNTAGGED 7.
thanks
03-24-2021 06:35 AM
Port connected to switch will be LAN TRUNK ON AP. and of course switch will be a trunk port.
Port not connected to switch will be set as ACCESS PORT AND UNTAGGED 7.
Yes, refer below assuming VLAN 1 is native VLAN and also used for unleashed AP management and VLAN 20 for the 2nd port of AP where you are connecting UE directly.
Config as per above use case:
Switch port type Trunk
VLAN 1 or any desired VLAN as Untagged/native VLAN
VLAN 20 Tagged
AP uplink port (The one connected to the switch directly):
Trunk (No need to tag VLANs as VLAN 1 is un-tagged and rest all VLANs are tagged by default)
AP's 2nd port (here you will connect your laptop or any other UE directly)
Access port with VLAN 20
03-24-2021 07:01 AM
Hi Thanks but it does not work. This is my actual config.
LAN two is on VLAN 2 which is 172.16.100.0/24
I still get 10.10.111.0/24 with PC connected.
interface GigabitEthernet1/0/1
switchport mode trunk
spanning-tree portfast edge
spanning-tree bpduguard enable
end
3560-CX#