• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login
Netgate Discussion Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login

SG-3100 switch weird behavior (resolved)

Official Netgate® Hardware
sg-3100 switch arp syslog
3
85
18.9k
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.
  • M
    mcury @mcury
    last edited by mcury Oct 18, 2022, 5:30 PM Oct 18, 2022, 5:30 PM

    40 minutes pinging from raspberry pi 4b (192.168.255.253) to pfsense (192.168.255.249) and no problem so far.

    I have two wireshark windows opened, one monitoring:
    eth.src == dc:a6:32:a5:47:19 and not tcp.port == 22 and not tcp.port == 9000

    And the second one monitoring:
    ip.addr == 192.168.255.253 and not tcp.port == 9000 and not tcp.port == 22

    dead on arrival, nowhere to be found.

    M 1 Reply Last reply Oct 18, 2022, 5:47 PM Reply Quote 0
    • M
      mcury @mcury
      last edited by mcury Oct 18, 2022, 5:48 PM Oct 18, 2022, 5:47 PM

      Dropped the ping and one minute later (or less), the problem starts again:

      🔒 Log in to view

      desktop ARP table:
      $ cat /proc/net/arp
      IP address HW type Flags HW address Mask Device
      192.168.255.252 0x1 0x2 00:11:32:9f:ee:93 * enp7s0
      192.168.255.249 0x1 0x2 00:08:a2:0c:c4:1c * enp7s0
      192.168.255.250 0x1 0x2 b8:27:eb:ea:f8:65 * enp7s0
      192.168.255.253 0x1 0x2 dc:a6:32:a5:47:19 * enp7s0

      dead on arrival, nowhere to be found.

      1 Reply Last reply Reply Quote 0
      • S
        stephenw10 Netgate Administrator
        last edited by Oct 18, 2022, 7:01 PM

        Hmm, so nothing from the RasPi MAC address at the desktop that might be inserting invalid entries into the switch.

        It might be worth re-running that test using the RasPi MAC as destination in the filter (or as either).
        You might catch something arriving using that but a different IP address.

        Also when this happens do you see traffic being sent only to the desktop? Or is the syslog traffic sent to all the 3100 switch ports? Does it also arrive at the RasPi?

        Steve

        M 1 Reply Last reply Oct 18, 2022, 7:17 PM Reply Quote 0
        • M
          mcury @stephenw10
          last edited by Oct 18, 2022, 7:17 PM

          @stephenw10 It seems that its only going to LAN1..

          🔒 Log in to view

          raspberry pi 3 in which you see the tcpdump above is connected to the switch unifi mini.

          Let me perform this test again, but in the NAS which is connected to LAN2 of pfsense, one sec.

          dead on arrival, nowhere to be found.

          M 1 Reply Last reply Oct 18, 2022, 7:21 PM Reply Quote 0
          • M
            mcury @mcury
            last edited by mcury Oct 18, 2022, 7:42 PM Oct 18, 2022, 7:21 PM

            Hmmm, its going to port LAN2 of pfsense too:
            NAS IP is 192.168.255.252 (tcpdump) (LAN2 of pfsense)

            On the right, wireshark running on desktop (LAN1 of pfsense)

            🔒 Log in to view

            dead on arrival, nowhere to be found.

            1 Reply Last reply Reply Quote 0
            • S
              stephenw10 Netgate Administrator
              last edited by Oct 18, 2022, 8:17 PM

              Aha, interesting. You wouldn't expect so see it on one of the other Unifi swtch ports because it should only send it out of the port that MAC is connected to. So to the RasPi4 there.

              The same should be true of the switch in the 3100 The fact it seems to be sending it to all ports implies that it no longer has a an entry for the MAC address in it's table. If it was an incorrect entry as I speculated earlier then it would only send from port 1.
              Because that traffic is UDP with no replies it never sees any traffic from the RasPi4 to repopulate the table. Is the RasPi configured with a static IP?

              It seems unexpected that the table entry has expired though. How long does it take to fail after sending some pings approximately?

              Steve

              J M 2 Replies Last reply Oct 18, 2022, 8:24 PM Reply Quote 0
              • J
                johnpoz LAYER 8 Global Moderator @stephenw10
                last edited by Oct 18, 2022, 8:24 PM

                @stephenw10 said in SG-3100 switch weird behavior:

                How long does it take to fail after sending some pings approximately?

                the default cache in pfsense is like 20 minutes, but maybe not for the switch mac table? Is there anyway to view the switches mac address table?

                An intelligent man is sometimes forced to be drunk to spend time with his fools
                If you get confused: Listen to the Music Play
                Please don't Chat/PM me for help, unless mod related
                SG-4860 24.11 | Lab VMs 2.7.2, 24.11

                M 1 Reply Last reply Oct 18, 2022, 8:26 PM Reply Quote 0
                • M
                  mcury @stephenw10
                  last edited by Oct 18, 2022, 8:26 PM

                  @stephenw10 said in SG-3100 switch weird behavior:

                  Because that traffic is UDP with no replies it never sees any traffic from the RasPi4 to repopulate the table. Is the RasPi configured with a static IP?

                  raspberry pi 4b its on dhcp, no services running on it, only graylog, which means that the device only receives UDP data.

                  It seems unexpected that the table entry has expired though. How long does it take to fail after sending some pings approximately?

                  I'll try to get that info right now.

                  dead on arrival, nowhere to be found.

                  1 Reply Last reply Reply Quote 0
                  • M
                    mcury @johnpoz
                    last edited by Oct 18, 2022, 8:26 PM

                    @johnpoz said in SG-3100 switch weird behavior:

                    the default cache in pfsense is like 20 minutes, but maybe not for the switch mac table? Is there anyway to view the switches mac address table?

                    I'm really missing my old Cisco days, show mac-address table vlan x :)

                    dead on arrival, nowhere to be found.

                    J 1 Reply Last reply Oct 18, 2022, 8:28 PM Reply Quote 0
                    • J
                      johnpoz LAYER 8 Global Moderator @mcury
                      last edited by Oct 18, 2022, 8:28 PM

                      @mcury hehe - yeah would be easy to see then.. Why I like my routers with interfaces, leave the switch ports to the actual switches ;)

                      An intelligent man is sometimes forced to be drunk to spend time with his fools
                      If you get confused: Listen to the Music Play
                      Please don't Chat/PM me for help, unless mod related
                      SG-4860 24.11 | Lab VMs 2.7.2, 24.11

                      M 1 Reply Last reply Oct 18, 2022, 8:31 PM Reply Quote 1
                      • M
                        mcury @johnpoz
                        last edited by Oct 18, 2022, 8:31 PM

                        @johnpoz said in SG-3100 switch weird behavior:

                        @mcury hehe - yeah would be easy to see then.. Why I like my routers with interfaces, leave the switch ports to the actual switches ;)

                        :) Yes, you have a point there ehhe

                        tcpdump in pfsense during the DHCP negotiation with raspberry pi 4b

                        🔒 Log in to view

                        🔒 Log in to view

                        dead on arrival, nowhere to be found.

                        1 Reply Last reply Reply Quote 0
                        • S
                          stephenw10 Netgate Administrator
                          last edited by Oct 18, 2022, 8:33 PM

                          Yeah the pfSense ARP cache expiry time is completely independent of the switch MAC table. I don't believe there's any way to query the switch IC for the table or for the expiry time.

                          Steve

                          M 1 Reply Last reply Oct 18, 2022, 8:37 PM Reply Quote 0
                          • M
                            mcury @stephenw10
                            last edited by Oct 18, 2022, 8:37 PM

                            @stephenw10 said in SG-3100 switch weird behavior:

                            Yeah the pfSense ARP cache expiry time is completely independent of the switch MAC table. I don't believe there's any way to query the switch IC for the table or for the expiry time.

                            Steve

                            3 minutes exactly.

                            dead on arrival, nowhere to be found.

                            M 1 Reply Last reply Oct 18, 2022, 8:43 PM Reply Quote 0
                            • M
                              mcury @mcury
                              last edited by Oct 18, 2022, 8:43 PM

                              I recorded, not sure if its going to be useful..
                              arp_problem.zip

                              dead on arrival, nowhere to be found.

                              1 Reply Last reply Reply Quote 0
                              • S
                                stephenw10 Netgate Administrator
                                last edited by Oct 18, 2022, 8:46 PM

                                Hmm, well that seems very precise. Unlikely to be random then. The Marvell 88E6141 has a 2048 address MAC table. I'm going to assume you don't have >2000 devices!
                                I guess it's feasible something could be generating random MAC continually and filling the table. You would see that in a pcap though.
                                I can't find a value for a default expiry time. I'm not sure why it would expire at all.
                                If the table were being reset I might imagine something else would be reset too. Are you seeing any other traffic interrupted at the 3min mark?

                                Also can you confirm this is just unexpected, it's not actually failing to pass any traffic?

                                Steve

                                M 1 Reply Last reply Oct 18, 2022, 8:49 PM Reply Quote 0
                                • M
                                  mcury @stephenw10
                                  last edited by mcury Oct 18, 2022, 8:50 PM Oct 18, 2022, 8:49 PM

                                  @stephenw10 said in SG-3100 switch weird behavior:

                                  Hmm, well that seems very precise. Unlikely to be random then. The Marvell 88E6141 has a 2048 address MAC table. I'm going to assume you don't have >2000 devices!

                                  Not even close.. 25 approximately..

                                  If the table were being reset I might imagine something else would be reset too. Are you seeing any other traffic interrupted at the 3min mark?

                                  No, everything is normal, I noticed it during a packet capture to check something else, otherwise I wouldn't even notice it..

                                  Also can you confirm this is just unexpected, it's not actually failing to pass any traffic?

                                  No, my network is running perfectly, the only issue is this, it seems that the marvell switch spams the packets to everyone since the mac table expired..
                                  I'm thinking here, maybe install something in the Raspberry Pi 4b to force it to use the internet every 3 minutes?
                                  Maybe a cron to run a single ping command?

                                  dead on arrival, nowhere to be found.

                                  1 Reply Last reply Reply Quote 0
                                  • S
                                    stephenw10 Netgate Administrator
                                    last edited by Oct 18, 2022, 8:57 PM

                                    Yes, that would correct it. Doesn't have to be to something external, it just needs to hit the switch in the 3100.
                                    You could set the ARP timeout in pfSense to <3mins. That way pfSense will ARP for the RasPi when it times out and the RasPi will respond refilling the switch table.
                                    That's an easy test:

                                    [22.11-DEVELOPMENT][admin@3100.stevew.lan]/root: sysctl net.link.ether.inet.max_age=120
                                    net.link.ether.inet.max_age: 1200 -> 120
                                    

                                    Steve

                                    M 1 Reply Last reply Oct 18, 2022, 9:02 PM Reply Quote 0
                                    • M
                                      mcury @stephenw10
                                      last edited by Oct 18, 2022, 9:02 PM

                                      @stephenw10 said in SG-3100 switch weird behavior:

                                      sysctl net.link.ether.inet.max_age=120

                                      done:

                                      [22.05-RELEASE][root@pfsense.home.arpa]/root: sysctl net.link.ether.inet.max_age=120
                                      net.link.ether.inet.max_age: 1200 -> 120
                                      [22.05-RELEASE][root@pfsense.home.arpa]/root: 
                                      

                                      dead on arrival, nowhere to be found.

                                      M 1 Reply Last reply Oct 18, 2022, 9:10 PM Reply Quote 0
                                      • M
                                        mcury @mcury
                                        last edited by Oct 18, 2022, 9:10 PM

                                        Strange, sometimes it doesn't take 3 minutes for the problem to happen.
                                        I'm not sure if the Marvell mac address is really expiring, or if the problem is something else..

                                        I reverted the change, to 1200 and configured a cron job in rpi4

                                        */1 * * * * /usr/bin/ping 192.168.255.249

                                        Lets see how that goes..

                                        dead on arrival, nowhere to be found.

                                        1 Reply Last reply Reply Quote 0
                                        • S
                                          stephenw10 Netgate Administrator
                                          last edited by stephenw10 Oct 18, 2022, 9:12 PM Oct 18, 2022, 9:11 PM

                                          I expect that to solve it.

                                          This has been interesting, I've never had to look into it too closely before. I can't find a specific value for the 3100 switch but for the switch in the 7100, which is from the same family of devices, the default MAC address aging time is 300s (5 mins). That has a larger table size so 3mins for the 3100 doesn't seem that unreasonable.

                                          I suspect this might be simply the traffic pattern you have to the RasPi4. The fact it's mostly UDP where it never sends a reply.

                                          Steve

                                          M 1 Reply Last reply Oct 18, 2022, 9:16 PM Reply Quote 1
                                          33 out of 85
                                          • First post
                                            33/85
                                            Last post
                                          Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.