Which Omada Switches to get IP Addresses and VLANS working

Which Omada Switches to get IP Addresses and VLANS working

22 Reply
Re:Which Omada Switches to get IP Addresses and VLANS working
2025-05-14 10:47:26

I forgot to show the configs for the client showing request for IP is on the 192.168.107.x VLAN but it still get assigned a 192.168.2.x IP Please see below, with this image and the image above I think that should show all the configerations I have set to try and get that device onto the 192.168.107.x range

 

Thank You

 

  0  
  0  
#12
Options
Re:Which Omada Switches to get IP Addresses and VLANS working
2025-05-14 21:57:25 - last edited 2025-05-14 22:15:01

  @Dougie175 

 

right here, you are trying to set a port profile for the IoT vlan, but you still have it wrong

 

 

For an access port, where the switch port is being used to connect a device straight into a vlan, the desired vlan should be untagged & native with no tagged or other untagged entries on the port


Here, you are setting the untagged entry to the vlan1, hence why the devices are still getting an IP in vlan 1

 

It should read

 

Native Network : IoT

tagged Networks: --blank--

Untagged BNetworks: IoT

 

 

A brief reminder

All switch-to-switch and switch-to-router ports should either use ALL, or a custom profile with 1 untagged vlan (in your case, "Secure") and the remaining vlans as TAGGED

 

All access ports - ports going toa. single device (or a dumb switch hosting devices all in the same vlan) should have the desired vlan as NATIVE and UNTAGGED, nothing in tagged at all, and no other untagged networks either (in most cases, and this applies to you)

 

 

Here are screenshots from mine for you to compare

 

Network:

 

Switch Profile for my switch-to-switch and switch-to-router links (my equivalent but customised version of "All")

 

A switch profile that puts a port right onto a specific vlan

 

Port profiles on a SG2008P

 

 

 

Port profiles on a ES205G switch.  Client IPs wont be shown on devices connected to this switch, but will still work and get an IP

 

 

Main: ER8411 x1, SG3428X x1, SG3452 x1, SG2428LP x1, SG3210 x1, SG2218P x1, SG2008P x3, ES208G x1, EAP650 x6 Remote: ER7206 v2 x1, ER605 v2 x3, SG2008P x2, EAP650 x2, ES205G x1 Controller: OC300
  0  
  0  
#13
Options
Re:Which Omada Switches to get IP Addresses and VLANS working
2025-05-14 22:08:01

  @Dougie175 

 

Also, if you are using an ES208 switch for your IOT devices, these switches dont show the IP address of connected devices - but the devices do actually have an IP.  Its just not shown in controller.  There is some kind of fix for this on the horizon i believe.

Main: ER8411 x1, SG3428X x1, SG3452 x1, SG2428LP x1, SG3210 x1, SG2218P x1, SG2008P x3, ES208G x1, EAP650 x6 Remote: ER7206 v2 x1, ER605 v2 x3, SG2008P x2, EAP650 x2, ES205G x1 Controller: OC300
  0  
  0  
#14
Options
Re:Which Omada Switches to get IP Addresses and VLANS working
2025-05-14 22:20:47

  @GRL  Thanks that was very helpful but it's just confirmed I had it all correct at the beginning using the default made profiles, please see below, setup one gives the client a 192.168.2.x IP address as you would expect, setup 2 which should be correct and work perfectly give the client no IP at all it cannot connect

 

When I get reading there seem to be a lot of people with the same issue, is it worth me resetting everything and starting again as I honestly feel like it should be working at this point

 

Thanks for your help I genuinley appreciate it

 

  0  
  0  
#15
Options
Re:Which Omada Switches to get IP Addresses and VLANS working
2025-05-14 22:21:41

  @GRL Yeah I've read about this, at this stage I'm not doing anything special with any of the switches other than the SG2008P for this reason. Thanks

  0  
  0  
#16
Options
Re:Which Omada Switches to get IP Addresses and VLANS working
2025-05-14 22:25:38 - last edited 2025-05-14 22:26:33

  @Dougie175 

 

i just posted some screenshots in my last post, you may not have seen them as you were replying at the same time i think.

 

The last thing to check, even if it has been mentioned before

 

Make sure all vlans are allocated to every router port (that you need if multiple switches connected).  Leave the router port PVID on 1.  The rest of the networks will be tagged, and need to be tagged so they traverse the ALL port profile link to the switch correctly.  Make sure all switch-to-switch link ports are using the ALL profile, and that every switch, if its at the end of the chain, has its uplink port also using ALL

 

And lastly, make sure you are setting DHCP to the right IP (you probably are, it wont let you get it radically wrong, but make sure the gateway UP for each vlan is actually going to the router IP for that vlan)

Main: ER8411 x1, SG3428X x1, SG3452 x1, SG2428LP x1, SG3210 x1, SG2218P x1, SG2008P x3, ES208G x1, EAP650 x6 Remote: ER7206 v2 x1, ER605 v2 x3, SG2008P x2, EAP650 x2, ES205G x1 Controller: OC300
  0  
  0  
#17
Options
Re:Which Omada Switches to get IP Addresses and VLANS working
2025-05-14 22:37:25

  @Dougie175 

 

Other things to check - 

 

- Have you set any switch ACLs that might be bocking a vlan to itself? this will prevent clients in that vlan getting an IP and communicating

- Same as above but for an EAP ACL, which would effect wifi clients

- if you have a gateway ACL that block a vlan to the Gateway Management Page, only select TCP protocol for this otherwise stuff goes weird

- Have you enabled IP-MAC binding and selected the option to only allow the listed MACs to connect (which woukld block anything not in the list)

- Same for general MAC filtering

Main: ER8411 x1, SG3428X x1, SG3452 x1, SG2428LP x1, SG3210 x1, SG2218P x1, SG2008P x3, ES208G x1, EAP650 x6 Remote: ER7206 v2 x1, ER605 v2 x3, SG2008P x2, EAP650 x2, ES205G x1 Controller: OC300
  0  
  0  
#18
Options
Re:Which Omada Switches to get IP Addresses and VLANS working
2025-05-15 07:24:33 - last edited 2025-05-15 07:34:51

  @GRL  Looked at all your screenshots and from what I can see everything of mine is the same

 

VLAN set to all LAN ports on my router:

 

 

PVID set to 1 (this is the same on all the LAN ports on my router:

 

Every switch port set to ALL apart from my Garage Camera port which I am using as the test client / port to get this working:

 

I'm not 100% what you mean by the comment but this is where I've set the requested IP address of the client:

 

 

  0  
  0  
#19
Options
Re:Which Omada Switches to get IP Addresses and VLANS working
2025-05-15 07:32:30

  @GRL Thanks again

 

Switch ACLs:

 

EAP:

 

Gateway ACL:

 

IP-MAC Binding:

 

MAC Filtering:

 

All in all it's very very simple and basic what I've done its a brand new setup with just a few DHCP reservations, 3 VLANS and 3 Wifi SSID's I honestly can't see why this isn't working

 

  0  
  0  
#20
Options
Re:Which Omada Switches to get IP Addresses and VLANS working
2025-05-15 07:40:00 - last edited 2025-05-15 07:41:03

  @Dougie175 

 

i sent you a message last night, take a look

 

Its hard to say whats going on here, this all seems right.  There could be some small details or configuration you have made somewhere interfering with DHCP, there are a few more things to check i think before we go down the factory reset / re-adopt route

 

 

What happens if you configure a device with a static IP on a vlan (not needing DHCP), set a switch port to the same vlan, and connect - does the device have connectivity ?

Main: ER8411 x1, SG3428X x1, SG3452 x1, SG2428LP x1, SG3210 x1, SG2218P x1, SG2008P x3, ES208G x1, EAP650 x6 Remote: ER7206 v2 x1, ER605 v2 x3, SG2008P x2, EAP650 x2, ES205G x1 Controller: OC300
  0  
  0  
#21
Options