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

    Adding 2.5Gbps Ports to XG-7100-1U

    Scheduled Pinned Locked Moved Official Netgate® Hardware
    35 Posts 6 Posters 6.1k Views
    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.
    • stephenw10S
      stephenw10 Netgate Administrator
      last edited by

      That's the i225-LM I believe and it was reported to have issues in the 7100 here. I've never tested it personally.

      Steve

      M 1 Reply Last reply Reply Quote 0
      • M
        Mael
        last edited by

        I stumbled across the XIAOLO 2.5GBase-T PCIe Network Adapter I225V Chip 2.5G on Amazon. Its been ordered and I'll give it a try and report back here.

        1 Reply Last reply Reply Quote 0
        • M
          Mael @stephenw10
          last edited by

          @stephenw10 - I received the card the card yesterday and realized I needed to order a right angle PCIe x4 adapter. Is there anything specific I need to look for when picking an adaptor? Do you know what model adaptor you ship with the add-on PCI-e x4 network cards?

          M 1 Reply Last reply Reply Quote 0
          • M
            Mael @Mael
            last edited by

            @stephenw10 - I called the Netgate sales team and they pointed me to the right adaptor. It's kind of hard to find in the store, but I have it on order.

            1 Reply Last reply Reply Quote 1
            • M
              Mael
              last edited by

              I finally received the PCIe adaptor and was able to install the XIAOLO 2.5 I225V 2.5G card into the XG-7100 and move the WAN interface over to it. Everything is working great. The router sees the card and so far the connection has been solid. This upgrade, along with a new Netgear CM2050V modem with a 2.5Gb interface, has increased my download speeds from 940Mbps to 1414Mbps.

              1e89ae7d-0735-4268-8ca6-b5adfdcb98cb-image.png

              Thank You @stephenw10 for all your help!

              1 Reply Last reply Reply Quote 1
              • M Mael referenced this topic on
              • M
                Mael
                last edited by

                The only odd thing I've noticed is the traffic graphs for the WAN interface no longer show up and this is what I see in the interfaces widget (I've cropped out my IP addresses.)
                09e854c6-9706-4fa3-bf5b-1981a5c6867b-image.png

                Here's what I see under Interfaces --> Status
                6daaf72e-5c54-4cb7-b64c-b4a8fab06c6f-image.png

                And finally here's what I see from the command line (again removing my IP info)

                ifconfig -vvm
                igc0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
                        description: WAN
                        options=e120bb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,WOL_MAGIC,VLAN_HWFILTER,RXCSUM_IPV6,TXCSUM_IPV6>
                        capabilities=f53fbb<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,TSO6,LRO,WOL_UCAST,WOL_MCAST,WOL_MAGIC,VLAN_HWFILTER,VLAN_HWTSO,NETMAP,RXCSUM_IPV6,TXCSUM_IPV6>
                        ether xxxxxxxxxxxxx
                        inet6 xxxxxxxxxxxxxx%igc0 prefixlen 64 scopeid 0x1
                        inet6 xxxxxxxxxxxxxxxxxx prefixlen 128
                        inet xxxxxxxxxx netmask 0xfffff800 broadcast 255.255.255.255
                        media: Ethernet autoselect (2500Base-T <full-duplex>)
                        status: active
                        supported media:
                                media autoselect
                                media 2500Base-T
                                media 1000baseT
                                media 1000baseT mediaopt full-duplex
                                media 100baseTX mediaopt full-duplex
                                media 100baseTX
                                media 10baseT/UTP mediaopt full-duplex
                                media 10baseT/UTP
                        nd6 options=23<PERFORMNUD,ACCEPT_RTADV,AUTO_LINKLOCAL>
                

                Any ideas how I can fix this, or is this just something I'll have to live with?

                stephenw10S 1 Reply Last reply Reply Quote 0
                • stephenw10S
                  stephenw10 Netgate Administrator @Mael
                  last edited by

                  That is almost certainly because your WAN interface was previously using the switch port Eth1 and it's still referencing that. Interfaces using the switch ports use the switch port status since the internal ports are always up.
                  The easiest way to correct that is to edit the config and remove the line.
                  Your WAN interface config will look something like:

                  		<wan>
                  			<enable></enable>
                  			<if>igc0</if>
                  			<mtu></mtu>
                  			<ipaddr>dhcp</ipaddr>
                  			<ipaddrv6>dhcp6</ipaddrv6>
                  			<subnet></subnet>
                  			<gateway></gateway>
                  			<blockpriv></blockpriv>
                  			<blockbogons></blockbogons>
                  			<dhcphostname></dhcphostname>
                  			<media></media>
                  			<mediaopt></mediaopt>
                  			<dhcp6-duid></dhcp6-duid>
                  			<dhcp6-ia-pd-len>0</dhcp6-ia-pd-len>
                  			<switchif>switch0.port1</switchif>
                  		</wan>
                  

                  Just remove the line: <switchif>switch0.port1</switchif> and reboot.

                  Or backup the config, remove the line and restore it without that.

                  Steve

                  M 1 Reply Last reply Reply Quote 1
                  • M
                    Mael @stephenw10
                    last edited by

                    @stephenw10 - Stupid question. What file should I edit? I tried poking around in /etc and didn't find it.

                    1 Reply Last reply Reply Quote 0
                    • stephenw10S
                      stephenw10 Netgate Administrator
                      last edited by stephenw10

                      The main config file: /conf/config.xml

                      Exporting - editing and re-importing is generally safer though.

                      Steve

                      M 2 Replies Last reply Reply Quote 1
                      • M
                        Mael @stephenw10
                        last edited by

                        @stephenw10 - Thanks again. Editing the config fixed the problem.

                        1 Reply Last reply Reply Quote 1
                        • M
                          Mael @stephenw10
                          last edited by

                          @stephenw10 - Well one more problem seems to have cropped up. My OpenVPN is no longer connecting since I moved the WAN interface. I don't see any obvious error messages in the OpenVPN log. Any ideas?

                          1 Reply Last reply Reply Quote 0
                          • stephenw10S
                            stephenw10 Netgate Administrator
                            last edited by

                            Not really. Changing the WAN interface should make no difference. Is that the server end?

                            M 1 Reply Last reply Reply Quote 0
                            • M
                              Mael @stephenw10
                              last edited by

                              @stephenw10 - I was able to fix the problem by re-exporting my client certificate and loading it back into the OpenVPN client. Very weird.

                              1 Reply Last reply Reply Quote 0
                              • B
                                Brad303 @stephenw10
                                last edited by

                                @stephenw10 Sorry for quickening this necro-thread, but I wanted to share my success with some 10GBaseT SFP+ transceivers and my 7100, just in case someone else stumbled onto this thread looking for clues.

                                1 Reply Last reply Reply Quote 1
                                • stephenw10S
                                  stephenw10 Netgate Administrator
                                  last edited by

                                  I assume they only work at 10G and 1G though? Or even only at 10G? I would not expect that to link at 2.5G.

                                  B 1 Reply Last reply Reply Quote 0
                                  • B
                                    Brad303 @stephenw10
                                    last edited by

                                    @stephenw10 Yes, of course you're right. I was thinking my Calix ONT was the GP110X with only 2.5GBaseT, but it's the GP1101X w/10GbE.

                                    1 Reply Last reply Reply Quote 1
                                    • First post
                                      Last post
                                    Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.