Binardat 10G12-1200GSM Switch Experiences

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

JumpingJackFlash

New Member
Dec 14, 2021
13
3
3
50
Yorktown, VA
www.cybertekit.net
I recently purchased a Binardat 10G12-1200GSM 12-port 10G Fiber switch to expand my internal network speeds as part of an overall goal to have a 10G path all the way to my Verizon FiOS router in anticipation of eventually getting 2Gbps Internet service. The switch downlinks to a BDCOM S2900-48P6X in a 20G port channel and uplinks to a TP-Link ER8411 router.

There is very little information to find on the Internet on the 10G12-1200GSM, or any other Binardat switch for that matter, so I wanted to provide a sort-of baseline about my experiences and a copy of my config for others to reference. The GUI interface is pretty straight-forward in its features and options. However, it soon becomes apparent that a CLI interface is the preferred way to configure the switch. After entering the usual options like internal IP change, account parameters, and DHCP relay, I started to use the console to further configure the device. The generic L3 CLI manual published by Binardat has commands that don't exactly work with this specific model. Additionally, I had no such luck configuring a COM link at the supposedly supported 115200 bps speed. As with the BDCOM switch I have, the normal COM port configuration of 9600-N-8-1 works just fine.

I had to kind-of learn as I go with the command base. Thankfully the commands have a similar look-and-feel to other Cisco and non-Cisco devices I have worked with. I think most all modern switches and routers use some variation of FASTPATH language. Whenever I update any of my network switches and router, I save a copy of the running config in a text file to easily reference, as well as having several SSH terminals open. This makes the trial-and-error process a bit easier. ACLs can be configured via GUI, but I found the command level to be more suited. I created a single basic ACL to filter IP addresses but later removed it (vendor telemetry IP addresses sometimes rotate daily; it's just easier to block them [i.e. 0.0.0.0] at the DNS level via the HOSTS file). One key feature that has to be enabled at the CLI level is password encryption. Timezone configuration line names (descriptions) can be whatever the programmer desires (I used 'EST' and 'EDT' respectivly).

A couple of disappointing configuration factors. One is that I had no luck getting NTP to work with external clock servers. I tried both NTP and SNTP options, as well as changing the NTP version and Key ID values. The solution was to point the Binardat switch to my S2900 switch (which now acts as both an NTP server and client). The other disappointment is with logins, in two parts. One part is that the default username 'admin' cannot be renamed, at least at the GUI level. I have not tried deleting the username at the CLI level. The other part is that passwords are very limited in supporting special characters. Additionally, service password encryption has to be enabled via CLI.

Surprisingly, for being a more generic-type L3 switch, the 10G12-1200GSM works really well. I moved forward with making it L3 vs L2. Research has not exactly yielded the name or model of the CPU the switch utilizes. None of the switch commands have revealed any relevant information, and I am not about to remove the heat sink to find out. Admittedly, I do not currently have the hardware to do a full 10 Gbps test from point A to point B. I have two workstations with 10 Gbps fiber cards, but one of them uses an older AMD 990X chipset PCIe 2.0 bus, and the Mellanox X3 card is in the SB950 PCIe X4 slot, which caps out at about 180MB/s. My two Lenovo EMC PX12 drive arrays tap out at 450-500MB/s between them (each has dual-port 10Gbps Fiber adapter configured as an LaCP port channel) and my main workstation (Lenovo ThinkStation P920 using an Intel 82599 10Gbps Fiber adapter). The closest I have gotten is an internal file copy between the two PX12 arrays, at about 700MB/s.

Any comments, questions, or personal experiences are welcome.

...

10G12#show run
!
service password-encryption
!
hostname 10G12
sysLocation Default
sysContact Default
!
multi config access
banner login Access to this IS is for authorized use only. Unauthorized use is prohibited and may be punishable via: RICO Act of 1970; CFAA of 1986; NIIPA of 1996; Patriot Act of 2002; CAN-SPAM Act of 2003; and FISMA of 2014.
!
username admin privilege 15 password 7 XXXXXXXXXXXXXXXXXXXXXXXXXXXX
!
authentication line console login local
!
!
!
clock timezone EST subtract 5 0
clock summer-time EDT recurring 02:00 2 Sun Mar 02:00 1 Sun Nov
!
!
ssh-server enable
ssh-server timeout 600
!
ip http secure-server
!
no ip http server
web-auth timeout 60
!
ip forward-protocol udp bootps
ip dhcp server relay information enable
!
!
!
!
!
!
!
!
!
ip domain-lookup
!
dns-server 192.168.2.35
dns-server 192.168.1.1
ip domain-list internalhome.net
!
!
vlan 1;3;50
!
load-balance dst-src-mac
!
port-group 1
!
Interface Ethernet1/0/1
description ER8411_Uplink
bandwidth control 10000000 both
switchport mode trunk
!
Interface Ethernet1/0/2
!
Interface Ethernet1/0/3
!
Interface Ethernet1/0/4
!
Interface Ethernet1/0/5
!
Interface Ethernet1/0/6
!
Interface Ethernet1/0/7
description System1
bandwidth control 10000000 both
!
Interface Ethernet1/0/8
description Thinkstation
bandwidth control 10000000 both
!
Interface Ethernet1/0/9
description HOST1_Port1
bandwidth control 10000000 both
switchport mode trunk
!
Interface Ethernet1/0/10
description HOST1_Port2
bandwidth control 10000000 both
switchport mode trunk
!
Interface Ethernet1/0/11
description S2900_Downlink_1
switchport mode trunk
port-group 1 mode active
lacp port-priority 32767
!
Interface Ethernet1/0/12
description S2900_Downlink_2
switchport mode trunk
port-group 1 mode active
!
Interface Port-Channel1
description S2900 Downlink
!
interface Vlan1
description LAN2_Internal
bandwidth 10g
ip rip send version 2
ip rip receive version 2
ip address 192.168.2.253 255.255.255.0
!forward protocol udp 67(active)!
ip helper-address 192.168.2.1
!
interface Vlan3
description LAN3_Internal
bandwidth 10g
ip rip send version 2
ip rip receive version 2
ip address 192.168.3.253 255.255.255.0
!forward protocol udp 67(active)!
ip helper-address 192.168.3.1
!
interface Vlan50
description Raritan
bandwidth 10g
ip rip send version 2
ip rip receive version 2
ip address 192.168.50.253 255.255.255.0
!
interface Loopback1
ip address 192.168.100.2 255.255.255.255
!
router rip
network 192.168.2.0/24
network 192.168.3.0/24
network 192.168.50.0/24
network 192.168.100.1/32
neighbor 192.168.2.1
neighbor 192.168.2.254
neighbor 192.168.3.1
neighbor 192.168.3.254
neighbor 192.168.50.1
neighbor 192.168.50.254
!
ip route 0.0.0.0/0 192.168.2.1
!
ntp enable
ntp server 129.6.15.28
ntp server 129.6.15.29
ntp server 198.82.247.51
ntp server 198.82.247.71
!
exec-timeout 35791 0
no login
!
end

10G12#
 
Last edited:

blunden

Well-Known Member
Nov 29, 2019
1,218
435
83
What does the management GUI look like? Also, can you show us the available commands in the top level of the CLI? That might reveal some clues. :)
 

WhiteNoise

Active Member
Jan 20, 2024
155
68
28
This is a other router based on realtek chips.
Mokerlink has an identical model. This is likely made hrui.

I am gonna venture and say that it is based on the Realtek RTL9302C (similar to the 9303 but with different bandwidth partition).

It's an interesting model. You can consolidate a larger home or small business in just one switch. It's priced competitively.

This is really an L2 switch. It doesn't have the cpu-chops to do L3-things. You'll tank the throughout if you do.
 
Last edited:

JumpingJackFlash

New Member
Dec 14, 2021
13
3
3
50
Yorktown, VA
www.cybertekit.net
Sorry, those Realtek controllers max out at 160 Gbps bandwidth respectively, as they are more like the MIPS 34Kc chip that runs at 800 MHz. This Binardat switch has a max bandwidth of 240 Gbps and is more comparable to a D-Link DXS-1210-12TC, EnGenius 5512F, Mokerlink 10G120GSM, Netgear XS512EM, PLANET XGS-6311-12X, Sodola SL-SWTG3C12F, or Trendnet TL2-F7120. Unfortunately, none of these vendors mention the controller specs, and none of my Internet searches have yielded an answer.

I forgot to mention that I am using JDSU PLRXPL-SC-S43NA1 SFP+ transceivers. I have found these to be very compatible with multiple vendors.

I will post GUI pics as soon as I get a chance.
 
Last edited:

WhiteNoise

Active Member
Jan 20, 2024
155
68
28
Sorry, I just googled it and landed on the amazon page for version with 8x2.5G+2x10GbaseT+2xSFP+ (which, I think is a more interesting combo)

Nevertheless, the story does not change, you have something based on Realtek RTL9313. This is an alternative setup with some baseT ports.

The RTL931** has dualcore CPU vs the single core of RTL930**.
 
Last edited:

JumpingJackFlash

New Member
Dec 14, 2021
13
3
3
50
Yorktown, VA
www.cybertekit.net
I went back and looked through all of the controllers listed on Realtek's website, and none of them indicated a peak of 240Gbps. I don't know why all of the switch makes/models I mentioned are so secretive about the controller they use. If you can think of any other chip manufacturers, let me know. I can tell you I've polled the switch's CPU usage multiple times, and it never goes above 7%, whether configured as L2 or L3.
 

WhiteNoise

Active Member
Jan 20, 2024
155
68
28
Sadly the Realtek website does not list everything. It lists the RTL9311, which is similar to the RTL9313 but in a different configuration.

The maximum switching capacity reported by the manufacturer can't be greater than the combined speed of all ports times 2 (full duplex)

It won't make make difference just changing the setting from L2 to L3. You should notice a slowdown once unce you start using L3 features, like routing at L3 level.
L2 level functions are hardware accelerated in these realtek switches. L3-level go through the CPU. This is common in most entry and medium level switches.

Anyway, if the GUI looks similar to the SunSoont, it's certainly realtek based. They all look similar.

It's interesting that the Binardat is the only one with the ports on two rows.
 
Last edited:

JumpingJackFlash

New Member
Dec 14, 2021
13
3
3
50
Yorktown, VA
www.cybertekit.net
Some of the others I mentioned in a previous reply have two rows. I know the Trendnet one does. But you are right, some use a single long row. Typically, the long single rows are full rack width. The Binardat is 330mm, so it has ears that are about 2" wide. The Trendnet, and one or two others, follow that newer short rack design that has become popular.
 

VernG

New Member
May 27, 2026
1
3
3
Austin, TX
www.mugbbs.com
Sorry for the "necro-posting" here, but when I was digging around for info on the Binardat 10G12-1200GSMN 12 Port 10G Switch I bought, this thread kept popping up. ¯\_(ツ)_/¯

So, I figured I would post one of the most useful things I discovered about this switch that actually comes from one of the reviews on the amazon listing itself. The key takeaway is:

The Binardat 10G12-1200GSMN 12 Port 10G Switch appears to be a clone of the PLANET XGS-6311-12X 12 Port 10G Switch

The support page for the Planet switch is here:


XGS-6311-12X - Layer 3 10G Switch - PLANET Technology

(The manuals are for the entire line of switches so it covers 8 port through 24 port versions)

Here is the review where the reviewer details their findings:

4 out of 5 stars
Excellent 10G Switch - a PLANET XGS-6311-12X Clone with Bonus Features !!!
Reviewed in the United States on August 19, 2025
Verified Purchase

I purchased two of these 12-port 10GbE SFP+ managed switches as the backbone for my home network and main server switch, connecting to an OPNsense firewall and trunking VLANs to other switches. The switch itself is a solid piece of hardware with great specs for the value.

The biggest challenge is that Binardat provides no detailed CLI reference guide of its own that I could find on my own. The included documentation is minimal, and their website lacks the technical manuals needed for advanced configuration; which is also probably the reason for some of the confusion in the comments imo. Thus, a 4-star rather than a 5-star review.

However, after extensive research, I can confirm this Binardat switch is a hardware and software near-clone of the Planet XGS-6311-12X. This discovery is a game-changer, as the official Planet manuals are excellent and cover about 95% of this switch's functionality. For comprehensive documentation, I highly recommend searching online for the "Planet XGS-6311-12X CLI Manual" and "Planet XGS-6311-12X User Guide".

Attached Photos:

A look inside the Binardat switch confirms it's built with quality, industry-renowned name-brand components. The main switch controller is a Realtek RTL8231, the same family of chips used in many commercial enterprise switches. The firmware is stored on a GigaDevice flash memory chip, a publicly traded company. This switch also contains Texas Instrument logic gate chips. Warning: opening the switch voids the warranty - but I had to look!

inage1.jpg image2.jpg image3.jpg image4.jpg image5.jpg image6.jpg image7.jpg

Undocumented Bonus Features on the Binardat
What's most interesting is that this Binardat firmware includes a significant number of additional, undocumented commands not found in the PLANET guide, suggesting a more feature-rich version of the software. For advanced users, these are a welcome surprise. The extra CLI config commands include:

Advanced Security
  • copp-policy-map (Control Plane Policing)
  • dosattack-check
  • port-scan-mode

Advanced Networking & Diagnostics
  • fib (Forwarding Information Base)
  • fulleaps (a proprietary ring protocol)
  • L3-station-move
  • local-arp
  • tcam (for viewing ACL/QoS hardware memory)
  • port-redirect

Hardware & Vendor-Specific
  • onvif (for IP camera integration)
  • rps-power (for a Redundant Power Supply)
  • button-reset
  • show temperature
  • show asset
  • show sn (serial number)

System & General Config
  • backup (for running-config status)
  • baudrate
  • dns
  • format
  • public-key
  • userpassword
  • vlan-port-redirect
  • vlan-trunk-range

Note: PoE NOT Included
Conversely, be aware that features mentioned in the PLANET guide for their PoE models (like all power inline commands) are not present here, as this is not a PoE switch.

A Key to Success: SFP/SFP+ Transceivers
Like many enterprise switch brands, this unit can be particular about the transceivers it fully recognizes. Here's a breakdown of what that means and what worked for me:

Vendor Whitelisting is Key: Many switches have a "whitelist" in their firmware, meaning they are programmed to fully recognize and trust transceivers that identify as a specific brand (like Cisco, Juniper, etc.). Modules not on this list may work but can report as "OEM" or "Unsupported" and might not display full diagnostic data (DDM).

What Worked Perfectly: I had 100% success with genuine, secondhand Cisco-branded SFP-10G-SR transceivers (10Gbps Fiber Optical), which are very affordable on the secondary market and were recognized perfectly, showing the manufacturer, serial number, and full diagnostic details as expected.

For Copper: I would not recommend without experimenting for yourself. One port not only failed to acknowledge a Cisco RJ45 SFP adapter but also failed to eject the same because the design of the lock/release mechanism is different from the fiber optic adapter and I almost ruined the port attempting to remove it. In my case, this switch is connected to several programmable/managed ethernet switches downstream that have ethernet ports, so this is the main hub for my fiber backbone.

What Partially Worked: I tested a brand new 10-pack of 10Gtek 10GBase-SR SFP+ transceivers (the popular model advertised as being compatible with Cisco SFP-10G-SR). While these modules passed traffic without any issue, the switch did not fully recognize them. It identified them as generic "OEM" modules and constantly reported "RX loss of signal" and "RX power low" alarms in the diagnostics, even with a perfectly stable link.

My strong recommendation is to ONLY use secondhand, Cisco-coded 10GbE Fiber transceivers to ensure full compatibility and accurate diagnostic reporting from this switch.

A quick note on the fans: this switch has active cooling, which is a major plus for the longevity of a high-performance 10G switch. The trade-off is fan noise, so just plan to locate this unit in a server room or network closet where noise isn't a concern.

Bottom line: This is a fantastic switch for the price, but it's best for those comfortable with a command-line interface (CLI).

Pro-Tip for an Easy Setup Workflow:
To get started, I connected directly to the switch's console port using a common FTDI USB to RJ45 Console Cable (which requires a quick FTDI driver download). I used the free, public domain TERA TERM software for my terminal (because PUTTY didn't work) with the standard settings: 9600 speed, 8 data bits, no parity, 1 stop bit, and no flow control.

For the most efficient configuration, I used Perplexity AI as a setup assistant. I uploaded the PLANET switch's CLI reference manual and described my goals (e.g., "this will be a main backbone switch for my lab, connecting to a firewall and trunking these specific VLANs"). Perplexity asked clarifying questions about my needs before generating a complete CLI configuration script. I simply copy-pasted this script directly into the TERA TERM terminal window, which made the complex initial setup incredibly fast and straightforward.

Important CLI Difference for SFP+ Ports:
This process also highlighted the most critical difference you MUST know. The PLANET manual does not contain the 'media-type' config command, which is essential for configuring the 10G fiber ports on this Binardat switch. An online AI assistant using only the PLANET manual won't know to add this. For every SFP+ port you intend to use with a 10G fiber transceiver, you must manually add the media-type fiber-10g command for the link to be configured properly.

Here is an example of a working trunk port configuration:

! --- PORT CONFIGURATION EXAMPLE ---
interface ethernet 1/0/1
description "TRUNK to LAN Switch 40.11"
media-type fiber-10g
switchport mode trunk
switchport trunk allowed vlan all
exit
Hope this helps others that may end up with this switch!