I have it attached to a Cable 500/50 plan internet connection
I have noticed i get bottle neck at around 18Mb/s and when i use winbox I can see cpu is around 100%
I am presuming I should be able to get a lot more . what can I do to identify the problem
I have ipv4 & ipv6 running on this and I have firewall set up for both
I have a single switch with multiple vlans attached to it
it seems to be the port attached to my cable modem and then routed / switched that has the limitation
I believe.
i use this for the POE funcitonality I have a ccr1036 - ex from work I am pretty sure i can push faster that this crs. I was thinking to connect it up do just l2 on the crs and push the vlan that the internet comes in on to the ccr. But ... the crs is in the house and is quiet the ccr is in the shed and is noisey ...
what do you need dumped from the config here and how do i do it safely - no passwords etc
First of all, CRS328 is a switch.
It CAN be used as a router, but it's not good at it.
Routing, firewall, ... all possible since it runs ROS but it's not the right device to handle it.
But even then you should be able to get somewhere around 200Mbps or more via WAN.
We need to see config to determine what you already did.
(since I think you are already looking into that direction):
Is it an option to consider the WAN input via a separate VLAN, bring it to the CCR which then can act as router-on-a-stick, then bring everything back via other VLAN to CRS and let it do what it does best: switch and distribute. You only need 1 cable connection between CRS and CCR configured as trunk to carry 2 VLANs. If done correctly, CRS328 should be able to HW offload VLAN handling (as far as I remember).
All CRS switches are capable of doing switching (including VLANs) in ASIC at wirespeed without considerable CPU load. Older CRSes (CRS1xx and CRS2xx) required special configuration of switch chips, all newer CRS devices can offload properly configured bridge to hardware.
Regarding configuration export: in terminal windows execute command
/export file=anynameyouwish hide-sensitive
(the hide-sensitive is only available and required if you're running ROS 6.x.y). Fetch resulting file to your management computer, open it with your favourite text editor, redact any remaining sensitive data (passwords, device's serial number, etc.) and then copy-paste it inside the "Preformatted text" block of a post. And by "redact" I mean obfuscate the sensitive context, don't simply remove it (because then we wouldn't know that certain setting is actually there).
And now I look at it from another angle since you present new info.
Make sure to do the evaluation what is best for your situation.
A CCR is a beast of a device and comes with related power usage, obviously.
For a 500/50 line ?
Maybe a tad overkill, if you ask me ?
Might be easier to simply place that AX S in front of that CRS.
If I do may make a suggestion if you want to use it: DON'T use ether 1 as WAN. Use another port.
Look at the block diagram and you will see why.
OTOH if you have that CCR otherwise lying around doing nothing and you really want to use it, be my guest.
:0 i do like the 1036 - used them at work till we replaced them... sigh have to get new fans for them though they are tooo noise in the house lucky they are only $20 so
While I agree that ether1 on the AX S has problems, I am not sure I understand how that would be obvious from the block diagram. ether1 on the L009 is also connected directly to CPU (like the hap AX S or HEX refresh, both of with have ether1 directly connected to the CPU), but the L009 doesn't have the problems with ether1 that the new MikroTik routers based on the EN7562 have. Whether it is a hardware problem or driver problem is still unclear, but there are still performance problems with ether1 on the MikroTik EN7562 based routers.
For a WAN connection, what is the disadvantage of of a directly connected ether1? About the only disadvantage I can think of is if you want to pass through a vlan for VoIP or IPTV, where having the WAN on a switch-port would be an advantage. But for most home setups, a separate port with dedicated cpu port should be an advantage, not a disadvantage.
You are correct with your remark, I should have clarified it is a specific (current) problem on AX S.
So hopes are still there it is a thing which can be solved by SW.