EoIP with 64 byte packets gives 300 mbps on two directly connected CCRs without packet loss, while VPLS gives only 150 mbps.
Is it expected and why?
VPLS config is basic:
Code: Select all
/interface bridge
add name=lo0
add l2mtu=1500 name=vpn
/interface vpls
add disabled=no l2mtu=1500 mac-address=02:6D:CF:4C:2E:39 name=vpls1 \
remote-peer=1.1.1.2 vpls-id=10:10
/routing ospf instance
set [ find default=yes ] router-id=1.1.1.1
/interface bridge port
add bridge=vpn interface=ether8
add bridge=vpn interface=vpls1
/ip address
add address=192.168.88.1/24 comment="default configuration" interface=ether1 \
network=192.168.88.0
add address=10.10.10.1/24 interface=ether9 network=10.10.10.0
add address=1.1.1.1/32 interface=lo0 network=1.1.1.1
/mpls ldp
set enabled=yes lsr-id=1.1.1.1 transport-address=1.1.1.1
/mpls ldp interface
add interface=ether9
/routing ospf network
add area=backbone network=10.10.10.0/24
add area=backbone network=1.1.1.1/32