recepbaltas
New Around Here
Hi,
I have an Alcatel Lucent SFP+ GPON ONT stick plugged into BE88U but it's stuck at 1 Gbps. Should have been 2.5 Gbps.
I tried some commands with no luck. It wored at 2.5 Gbps before. What could be the issue?
Reloaded the link after changes:
Still 1 Gbps :/
I have an Alcatel Lucent SFP+ GPON ONT stick plugged into BE88U but it's stuck at 1 Gbps. Should have been 2.5 Gbps.
I tried some commands with no luck. It wored at 2.5 Gbps before. What could be the issue?
Bash:
ethtool -s eth9 speed 2500 duplex full autoneg off
Bash:
ethtool -s eth9 autoneg on
Reloaded the link after changes:
Bash:
ifconfig eth9 down
sleep 2
ifconfig eth9 up
ethtool eth9 | grep Speed
Still 1 Gbps :/