Queue on VPLS

have a vpls connection running across network..(works fine)
customer wants 10mb usage currently.

Currently I have controlled the Bandwidth by setting the port speeds on both end devices as 10mb Full duplex.

if I set them to 100 full duplex and try to queue the traffic it doesn’t queue the traffic at all.
it gives them full capacity
on one end I have this config as a queue but it is not working.
Customer is off port 9.

name=“VPLS-Customer” target-addresses=“” interface=ether9 parent=none
packet-marks=“” direction=both priority=8
queue=default-small/default-small limit-at=30M/30M max-limit=30M/30M
burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s
total-queue=default-small

I just want to queue up/down traffic on a port/interface nothing elaborate

any Ideas?
Currently running v5.18
I have other queues on this same router that are working.. just this one that doens’t
I suspect it may be because of the vpls but don’t see why..

Thanx

I have also tried to set the interface to be the actual VPLS Tunnel .. and it doesn’t work either

You can limit traffic before MPLS tags are added.

can you elaborate on the method of queuing the traffic with a mpls tag?
is there any example?

thanx

MPLS tagged packets can be queued by using TE
http://wiki.mikrotik.com/wiki/Manual:TE_tunnel_auto_bandwidth

I have tried to setup the traffic eng.. but I don’t see how it relates to the VPLS Tunnel.

Primary path says “unknown”

This is the VPLS Config.
rtr1
0 R name=“test1” mtu=1500 l2mtu=1500 mac-address=02:02:B8:0D:93:CE arp=enabled
disable-running-check=no remote-peer=a.b.c.d vpls-id=0:1
cisco-style=no cisco-style-id=0 advertised-l2mtu=1500
pw-type=raw-ethernet use-control-word=default

rtr2
B - bgp-signaled, C - cisco-bgp-signaled
0 R name=“test1” mtu=1500 l2mtu=1500 mac-address=02:02:B8:0D:91:C5 arp=enabled
disable-running-check=no remote-peer=a.b.d.c vpls-id=0:1
cisco-style=no cisco-style-id=0 advertised-l2mtu=1500
pw-type=raw-ethernet use-control-word=default

it passes traffic fine… I just need to limit it now.
when I did the traffic eng example.. it didn’t seem to work

If VPLS remote address and TE tunnel address match then VPLS will be forwarded over TE. You can see if VPLS is using TE in VPLS monitor output
http://wiki.mikrotik.com/wiki/Manual:Interface/VPLS#Monitoring