Attention! The Adtran support community will be placed in read-only mode on Monday, January 20th, at 8 AM CST for system maintenance. During this time, new posts, replies, or other content updates will be unavailable. The system will return to normal functionality by 9 AM CST on Tuesday, January 21st. If you encounter any product issues during this read-only period, you can reach out to Adtran support at any time. Thank you!
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