Try default instead of default-small (the actual default) for type.
On Jun 6, 2011 9:45 PM, "Butch Evans" <but...@butchevans.com> wrote:
> I have a problem with IPv6 and simple queues. I have 3 routers in line:
> R1:
> ipv6 address is
> 2001:470:1f11:394::1/64
>
> ipv6 route:
> dst-address=2001:470:c30a:600::/56 gateway=fe80::20c:42ff:fe78:9176%LAN
>
>
> R2:
> ipv6 addresses
> 2001:470:c30a:600:20c:42ff:fe78:9178/64 ether3
> fe80::20c:42ff:fe78:9176/64 ether1
>
> ipv6 route:
> dst-address=2001:470:c30a:601::/64 gateway=fe80::20c:42ff:fe91:c04c
>
> R3:
>
> ipv6 addresses:
> fe80::20c:42ff:fe91:c04c/64 ether1
> 2001:470:c30a:600:20c:42ff:fe91:c04c/64 ether1
> 2001:470:c30a:601::1/64 bridge1
>
>
>
> SO, it's R1 <-> R2 <-> R3. I can start a bandwidth test on R1 going to
> 2001:470:c30a:601::1/64 (R3 bridge interface) and the test starts and
> runs at around 85-90M TCP (expected). On R2, I added the following
> simple queue, which is created without error:
>
> /queue simple
> add direction=both max-limit=128k/128k \
> target-addresses=2001:470:c30a:601::1/128
>
> The queue does not see any traffic. I changed the target address to:
> 2001:470:c30a:601::/64 and still the queue does not manage the traffic.
> I added another queue as follows:
> /queue simple add packet-marks=test
> /ipv6 firewall mangle
> add action=mark-packet chain=prerouting disabled=no \
> new-packet-mark=test \
> passthrough=no \
> src-address=2001:470:c30a:601::1/128
> add action=mark-packet chain=prerouting disabled=no \
> dst-address=2001:470:c30a:601::1/128 \
> new-packet-mark=test passthrough=no
>
> This one sees and manages the traffic (though I obviously haven't
> differentiated between up/down direction.
>
>
> --
> ********************************************************************
> * Butch Evans * Professional Network Consultation*
> * http://www.butchevans.com/ * Network Engineering *
> * http://store.wispgear.net/ * Wired or Wireless Networks *
> * http://blog.butchevans.com/ * ImageStream, Mikrotik and MORE! *
> * NOTE THE NEW PHONE NUMBER: 702-537-0979 *
> ********************************************************************
>
> _______________________________________________
> Mikrotik mailing list
> Mikrotik@mail.butchevans.com
> http://www.butchevans.com/mailman/listinfo/mikrotik
>
> Visit http://blog.butchevans.com/ for tutorials related to Mikrotik
RouterOS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://www.butchevans.com/pipermail/mikrotik/attachments/20110606/ffbadb1e/attachment.html>
_______________________________________________
Mikrotik mailing list
Mikrotik@mail.butchevans.com
http://www.butchevans.com/mailman/listinfo/mikrotik

Visit http://blog.butchevans.com/ for tutorials related to Mikrotik RouterOS

Reply via email to