The Adtran community holiday season is starting next week! The holiday period will span from December 21, 2024 to January 6, 2025. During this time, responses to feedback form submissions may be delayed. If you are encountering product issues, you can reach out to Adtran support at any time.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
mjj4golf
New Contributor

VLans on 1234P

Jump to solution

We have two VLans configured -- a staff(default) and guest(90).  We need both of them to connect to Unifi AP-Pro so need to have both VLans go the respective ports.  So I was trying to group the two together but is it possible to do so?  Thanks

Mike

0 Kudos
1 Solution

Accepted Solutions
Anonymous
Not applicable

Re: VLans on 1234P

Jump to solution

The below commands would be entered in the Command Line from either a Telnet, SSH session or from a Console port connection.  I have used Adtran switches with UniFi AP's with no issue. 

You would first create the new VLAN:

configure terminal

vlan 90

name "GuestWiFi"

Then configure any port the AP is connected to as the following substitute the X for the switch port number, substitute your AP ID for Y. :

interface switch 0/X

description "UnifiAP_Y"

switchport mode trunk

switchport trunk allowed vlan 1,90

John Wable

View solution in original post

2 Replies
Anonymous
Not applicable

Re: VLans on 1234P

Jump to solution

The below commands would be entered in the Command Line from either a Telnet, SSH session or from a Console port connection.  I have used Adtran switches with UniFi AP's with no issue. 

You would first create the new VLAN:

configure terminal

vlan 90

name "GuestWiFi"

Then configure any port the AP is connected to as the following substitute the X for the switch port number, substitute your AP ID for Y. :

interface switch 0/X

description "UnifiAP_Y"

switchport mode trunk

switchport trunk allowed vlan 1,90

John Wable

Re: VLans on 1234P

Jump to solution

Thank you!  Your answer came just in time to save my hair.

Mike