cancel
Showing results for 
Search instead for 
Did you mean: 

Setting up vlan trunk

Setting up vlan trunk

Ryan
New Contributor II
Hello all,

I want to start by stating that I am new to Extreme and managed switches for that matter. I am having trouble getting a vlan to work with my setup and I know its lack of knowledge that is getting me stuck on this issue.

Scenario: I have a Ubiqtuiti USG and 2 Ubiquiti AP's. I have 2 SSID's running on them. One is the main network and the other is guest. I have the main network not vlan tagged and its working as it should. The problem is that I can't get the guest network running as it should on vlan 10 and with it in an unmanaged switch it is fine, but when I add it to the managed extreme 450e-48p it wont even hand the IP out. My main network is on 10.0.0.0/8 and my guest network is on 172.168.15.1/16.

What I have done:
create vlan guest
config vlan guest tag 10
config vlan guest add port 17 tagged (ports the AP is plugged into)
config vlan guest add port 18 tagged <^



Thank you in advance and if I am missing anything that needs to be here to figure this out, let me know and I will post it.

Thank you

18 REPLIES 18

Ryan
New Contributor II
Makes sense I think. If I take out the extreme switch and plug into my trendnet unmanaged switch it works fine. I am using the unifi USG as the gateway and I have a windows 2012 R2 as my DHCP server for the 10.x network. The USG is running the full guest route.

Looks okay. I don't see any other ports in V10, so there's nothing to route traffic from those two AP's from the 172.x network out to the internet. If you attach to the AP via the guest ssid and issue a "show fdb port 17-18", you should see the mac address of your device listed in the proper vlan. If that's correct, then your issue is more likely getting out via the firewall or router (which will also have to be able to see both your default, untagged network and your guest network. Does that make sense? What are you using for the router?

Ryan
New Contributor II
Sorry, Thought you meant you wanted the whole .cfg file. Still a noob here.

vlan 10 is just routed to the USG and pointed to the internet. its strictly a guest network from AP to net. The IP is handled through the USG itself.

X450e-48p.35 # show config
#
# Module devmgr configuration.
#
configure sys-recovery-level switch reset

#
# Module vlan configuration.
#
configure vlan default delete ports all
configure vr VR-Default delete ports 1-50
configure vr VR-Default add ports 1-50
create vlan "guest"
configure vlan guest tag 10
configure ports 17 auto off speed 100 duplex full
configure ports 49 auto off speed 10000 duplex full
configure ports 50 auto off speed 10000 duplex full
configure vlan Default add ports 1-50 untagged
configure vlan guest add ports 17-18 tagged
configure vlan Default ipaddress 10.0.1.254 255.0.0.0
configure vlan guest ipaddress 172.168.255.254 255.255.0.0

#
# Module fdb configuration.
#

#
# Module rtmgr configuration.
#
configure iproute add default 10.0.0.254

#
# Module mcmgr configuration.
#

#
# Module aaa configuration.
#

#
# Module acl configuration.
#

configure access-list zone SYSTEM application NetLogin application-priority 3
configure access-list zone SECURITY application GenericXml application-priority 2

#
# Module bfd configuration.
#

#
# Module cfgmgr configuration.
#

#
# Module dosprotect configuration.
#

#
# Module dot1ag configuration.
#

#
# Module eaps configuration.
#

#
# Module edp configuration.
#

#
# Module elrp configuration.
#

#
# Module ems configuration.
#

#
# Module epm configuration.
#

#
# Module esrp configuration.
#

#
# Module ethoam configuration.
#

#
# Module etmon configuration.
#

#
# Module exsshd configuration.
#

#
# Module hal configuration.
#

#
# Module idMgr configuration.
#

#
# Module ipSecurity configuration.
#

#
# Module lldp configuration.
#

#
# Module msdp configuration.
#

#
# Module netLogin configuration.
#

#
# Module netTools configuration.
#

#
# Module poe configuration.
#

#
# Module rip configuration.
#

#
# Module r.png configuration.
#

#
# Module snmpMaster configuration.
#

#
# Module stp configuration.
#
configure mstp region 00049620b3ee
configure stpd s0 delete vlan default ports all
disable stpd s0 auto-bind vlan default
enable stpd s0 auto-bind vlan Default

#
# Module telnetd configuration.
#

#
# Module tftpd configuration.
#

#
# Module thttpd configuration.
#
enable web http

BTW: where does vlan 10 go, meaning what's routing that vlan out to the internet (or your intended destination)?

just issue a "show conf" and log the output (using putty / telnet)
GTM-P2G8KFN