Hi Support Team
Now I have Yeastar PBX Model MyPBX U510, I would like to change Ethernet Port from Gigabit down to be Fast speed.
How can I do?
Best Regards,
Watchara Dathong
Hi Support Team
Now I have Yeastar PBX Model MyPBX U510, I would like to change Ethernet Port from Gigabit down to be Fast speed.
How can I do?
Best Regards,
Watchara Dathong
Gerrard,
The speed of the Ethernet port can adjust itself. That means, if the switch is 1000 Mbps, then the Ethernet port of U510 would adjust to 1000 Mbps. If the switch is 100 Mbps, the Ether port of U510 will adjust to 100 Mbps.
In some cases, the provider requests that speed negotiation be disabled as it could cause problems. Configuring the LAN port as Fast can be useful in this case.
Hi There,
You can write a script for U500 in /persistent/ via SSH.
The following is an example to make it fixed at 100Mbps.
#!/bin/sh
ethtool -s eth0 speed 100 duplex full
Then reboot PBX to let the script take effect.
To check current speed and duplex mode, use the command:
ethtool eth0
root@MyPBX:~# ethtool eth0Settings for eth0:Supported ports: [ TP MII ]Supported link modes: 10baseT/Half 10baseT/Full100baseT/Half 100baseT/FullSupports auto-negotiation: YesAdvertised link modes: 10baseT/Full100baseT/Half 100baseT/FullAdvertised auto-negotiation: YesSpeed: 100Mb/sDuplex: FullPort: MIIPHYAD: 1Transceiver: internalAuto-negotiation: onCurrent message level: 0x00000000 (0)Link detected: yes