MikroTik CRS125-24G-1S-RM bandwidth control

Dear Users,

The basic scenario:

a. user to use pppoe protocol to internet
b. cisco router: pppoe server, dhcp server and main bandwidth manager
c. radisu server: the user account and user bandwidth template

  1. The user would like to connct the internet. The user start pppoe request: Who is a PPPoE server?
  2. Cisco answer and ask: I am the PPPoE server. Do you have username and password?
  3. The user send the your username and password.
  4. Cisco get the username and password from user and it send request to Radius Server: Are these username and password valid?
  5. Radius answer to Cisco and send bandwidth template to Cisco: Yes, these datas are valid and I send the user bandwidh template.
  6. Then Cisco gives IP address for the user, It provides the way for the user to internet and It controls the bandwidth.

    But I would like to configure bandwidth control on the MikroTik CRS switch ports, too. I would like to use different bandwidth limit on the different ports. This is the config:

Interface and vlans:

Flags: X - disabled, R - running, S - slave

NAME MTU ARP VLAN-ID INTERFACE

0 R vlan10 1500 enabled 10 ether1-master
1 R vlan1610 1500 enabled 1610 ether1-master
2 R vlan3260 1500 enabled 3260 ether1-master



Flags: D - dynamic, X - disabled, R - running, S - slave

NAME TYPE ACTUAL-MTU L2MTU MAX-L2MTU MAC-ADDRESS

0 R ether1-master ether 1500 1588 4064 D4:CA:6D:FD:9A:77
25 R bridge1610 bridge 1500 1584 D4:CA:6D:FD:9A:78
26 R vlan10 vlan 1500 1584 D4:CA:6D:FD:9A:77
27 RS vlan1610 vlan 1500 1584 D4:CA:6D:FD:9A:77
28 R vlan3260 vlan 1500 1584 D4:CA:6D:FD:9A:77

Bridge:

[admin@MikroTik] /interface bridge port> print
Flags: X - disabled, I - inactive, D - dynamic

INTERFACE BRIDGE PRIORITY PATH-COST HORIZON

0 vlan1610 bridge1610 0x80 10 none
1 I ether2 bridge1610

Queues:

Flags: X - disabled, I - invalid, D - dynamic
0 name="TEST-QUEUE" target=ether2 parent=none packet-marks="" priority=8/8 queue=default-small/default-small limit-at=0/0 max-limit=5M/10M burst-limit=0/0
burst-threshold=0/0 burst-time=0s/0s bucket-size=0.1/0.1

Ether1 is trunk port. Ether2 and vlan1610 is in the bridge1610, this ports are in same lan. I would like to use the bandwidth limit on ether2.

Please help me in the bandwidth control setting.

Thank you!!!