I am trying to use UbiSwitch Baseboard 10G with the UbiSwitch module. The 10G ports link up but I can’t get any pings or network traffic through them to the other ports… help!
1 Like
UbiSwitch Baseboard 10G expects to be connected to ports configured to USXGMII mode. The 10G ports on UbiSwitch are 10GBASE-R, by default.
You will need to set the mode of ports 0, 9 and 10 to USXGMII using the BloxOSLite software running on UbiSwitch. Then it will work.
The specific commands would be.
port 0 mac mode usxgmii
port 9 mac mode usxgmii
port 10 mac mode usxgmii
conf save port
These commands set the port mode on UbiSwitch to what is needed for UbiSwitch 10G, and then the last command saves this configuration as non-volatile.
1 Like