ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Unifi Switch adventures

    IT Discussion
    ubnt unifi unifi switch switch
    3
    15
    2.4k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • DashrenderD
      Dashrender
      last edited by Dashrender

      This configuration didn't work.

      I am guessing it's because DHCP Relay isn't working, but that's just a guess for now.

      So I changed the Networks to LAN (the default LAN name) and the controller saw the AP, I adapted it, updated it, it was great. I moved it back to the wireless 105 network, and, nope, still won't connect (but I haven't confirmed if this switch has DHCP Relay on by default or not).

      Here is my DHCP setup
      https://i.imgur.com/ecLdpEU.png

      1 Reply Last reply Reply Quote 0
      • DashrenderD
        Dashrender
        last edited by

        Tried something else - I put the AP back on the LAN network on it's port, and changed the Wireless network called Company-guest to use the 105 VLAN.

        Nope no go...

        Removed the VLAN setting, which as far as I can tell, tells the AP to put the wireless client on the same network it's on.

        and now my laptop is working.

        I'm out for tonight, pick this up tomorrow.

        stacksofplatesS 1 Reply Last reply Reply Quote 1
        • hobbit666H
          hobbit666
          last edited by

          So what is the difference between the Unifi Switch and EdgeSwitch? Apart from the management from the Unifi Controller ?

          DashrenderD 1 Reply Last reply Reply Quote 0
          • stacksofplatesS
            stacksofplates @Dashrender
            last edited by stacksofplates

            @Dashrender said in Unifi Switch adventures:

            Tried something else - I put the AP back on the LAN network on it's port, and changed the Wireless network called Company-guest to use the 105 VLAN.

            Nope no go...

            Removed the VLAN setting, which as far as I can tell, tells the AP to put the wireless client on the same network it's on.

            and now my laptop is working.

            I'm out for tonight, pick this up tomorrow.

            This is why I went with an EdgeSwitch. The controller seems really limited, so unless you do everything through cli, it looked like it would be a pain. Here's the VLAN configs for mine:

            0_1481804419952_vlans.png

            The config for VLAN 20, which is all of the non-server home stuff like laptops, rokus, etc.

            0_1481804455468_portconf.png

            And here's the summary:

            0_1481804486656_portsumm.png

            The APs are on 07 and 08.

            DashrenderD 1 Reply Last reply Reply Quote 0
            • DashrenderD
              Dashrender @stacksofplates
              last edited by

              @stacksofplates said in Unifi Switch adventures:

              @Dashrender said in Unifi Switch adventures:

              Tried something else - I put the AP back on the LAN network on it's port, and changed the Wireless network called Company-guest to use the 105 VLAN.

              Nope no go...

              Removed the VLAN setting, which as far as I can tell, tells the AP to put the wireless client on the same network it's on.

              and now my laptop is working.

              I'm out for tonight, pick this up tomorrow.

              This is why I went with an EdgeSwitch. The controller seems really limited, so unless you do everything through cli, it looked like it would be a pain. Here's the VLAN configs for mine:

              This is a time where a CLI would probably be much more straight forward. I decided I would toss myself to the wolves and give ML a review of someone actually using the Unifi switches (cost was nearly the same as EdgeSwitches).

              It really hasn't been that bad so far. I have to account for the learning time in this process as well.

              FYI, if the GUI doesn't have what you need - Unifi does download a json based file from the controller as well that you can put GUILess commands into.
              I've done this in the past for a USG (the Unifi Security Gateway).

              stacksofplatesS 1 Reply Last reply Reply Quote 1
              • DashrenderD
                Dashrender
                last edited by

                OK, first thing this morning I setup a static IP address on the 105 VLAN on my laptop, configured the switch port for untagged 105 on that port and it is working.

                So at least I know traffic is passing.

                Now to get the switch to forward the DHCP request.

                1 Reply Last reply Reply Quote 2
                • DashrenderD
                  Dashrender
                  last edited by

                  OK I found my issue.

                  I have several VLANs but I'm only providing DHCP for two of them, As it turns out, my Cisco 4400 wireless controller was handling the IP Helper -address portion, not my router.

                  My router didn't have a helper at all.

                  Once I added the helper IP to the router, all is well, at least on the laptop. Now to test wireless.

                  1 Reply Last reply Reply Quote 1
                  • stacksofplatesS
                    stacksofplates @Dashrender
                    last edited by

                    @Dashrender said in Unifi Switch adventures:

                    FYI, if the GUI doesn't have what you need - Unifi does download a json based file from the controller as well that you can put GUILess commands into.
                    I've done this in the past for a USG (the Unifi Security Gateway).

                    I wondered if this was the case. That's nice, so you can copy your configs to everything just like with the EdgeSwitch.

                    DashrenderD 1 Reply Last reply Reply Quote 0
                    • DashrenderD
                      Dashrender @stacksofplates
                      last edited by

                      @stacksofplates said in Unifi Switch adventures:

                      @Dashrender said in Unifi Switch adventures:

                      FYI, if the GUI doesn't have what you need - Unifi does download a json based file from the controller as well that you can put GUILess commands into.
                      I've done this in the past for a USG (the Unifi Security Gateway).

                      I wondered if this was the case. That's nice, so you can copy your configs to everything just like with the EdgeSwitch.

                      Sure, I suppose you could, but the GUI makes it really so you don't have to.

                      You build networks in the GUI that are site wide, so all switches will pull in the defaults of those networks you create. Then you go and adjust the ports as desired (see my picture above of a port config).

                      stacksofplatesS 1 Reply Last reply Reply Quote 0
                      • stacksofplatesS
                        stacksofplates @Dashrender
                        last edited by

                        @Dashrender said in Unifi Switch adventures:

                        Sure, I suppose you could, but the GUI makes it really so you don't have to.

                        Unless you have stuff in there that you can't do in the GUI. Like with the ERL, you can't set zone policies through the GUI, it's all cli.

                        DashrenderD 1 Reply Last reply Reply Quote 0
                        • DashrenderD
                          Dashrender @stacksofplates
                          last edited by

                          @stacksofplates said in Unifi Switch adventures:

                          @Dashrender said in Unifi Switch adventures:

                          Sure, I suppose you could, but the GUI makes it really so you don't have to.

                          Unless you have stuff in there that you can't do in the GUI. Like with the ERL, you can't set zone policies through the GUI, it's all cli.

                          Exactly. You'd have to copy the cfg file to each device folder on the controller.

                          More reading this morning - some options in the cfg file overwrite, other options append - that makes dealing with cfg files a huge hassle.

                          1 Reply Last reply Reply Quote 0
                          • DashrenderD
                            Dashrender @hobbit666
                            last edited by

                            @hobbit666 said in Unifi Switch adventures:

                            So what is the difference between the Unifi Switch and EdgeSwitch? Apart from the management from the Unifi Controller ?

                            There isn't suppose to be much difference. Beyond that, I really can't tell you.

                            1 Reply Last reply Reply Quote 0
                            • 1 / 1
                            • First post
                              Last post