Adding 2.5Gbps Ports to XG-7100-1U
-
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
-
@stephenw10 - Stupid question. What file should I edit? I tried poking around in /etc and didn't find it.
-
The main config file:
/conf/config.xml
Exporting - editing and re-importing is generally safer though.
Steve
-
@stephenw10 - Thanks again. Editing the config fixed the problem.
-
@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?
-
Not really. Changing the WAN interface should make no difference. Is that the server end?
-
@stephenw10 - I was able to fix the problem by re-exporting my client certificate and loading it back into the OpenVPN client. Very weird.
-
@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.
-
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.
-
@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.