Hi everyone,
I just bought CCR1009 to replace my Edgerouter POE. i’m new to RouterOS, I have performance issue with CCR.
My current internet speed is 1gbps/300bps and my ISP required to use PPPoE + Vlan to get internet.
I have setup the CCR like this :
# ether1 WAN vlan 835
/interface vlan
add interface=ether1 mtu=1492 name=internet-orange vlan-id=835
# PPPoE + Auth
/interface pppoe-client
add ac-name="" add-default-route=yes allow=pap,chap default-route-distance=1 dial-on-demand=no disabled=no interface=internet-orange keepalive-timeout=60 max-mru=1492 max-mtu=1492 mrru=disabled name=pppoe-orange
password=xxxxxxx profile=default service-name="" use-peer-dns=yes
user=fti/xxxxxxx
# IP config
/ip address
add address=172.21.0.254/24 interface=ether2 network=172.21.0.0
# NAT
/ip firewall nat
add action=masquerade chain=srcnat out-interface=pppoe-orange to-addresses=0.0.0.0
With CCR my bandwith is only 460Mbps when I have 850Mbps with ERL. Could you help me to correctly configure it ?
- Could you tell me if RouterOS uspport PPPoE hardware offloading ?
- I assume that i only use 1 CPU core that limits my bandwith, so how to setup multiple Cpu core to bypass this limit ?
Thanks,
Baki.
