blake
I've tried full duplex simulation using OSPF and here is result:
topology :
configuartion :
site 1 configuration:
[admin@MikroTik] > ip address print
Flags: X - disabled, I - invalid, D - dynamic
ADDRESS NETWORK BROADCAST INTERFACE
0 10.10.10.1/24 10.10.10.0 10.10.10.255 ether1
1 20.20.20.1/24 20.20.20.0 20.20.20.255 ether2
2 30.30.30.1/24 30.30.30.0 30.30.30.255 ether3
ospf configuration:
[admin@MikroTik] /routing ospf> network print
Flags: X - disabled, I - invalid
NETWORK AREA
0 10.10.10.0/24 backbone
1 20.20.20.0/24 backbone
2 30.30.30.0/24 backbone
[admin@MikroTik] /routing ospf> interface print
Flags: X - disabled, I - inactive, D - dynamic, P - passive
INTERFACE COST PRI NETWORK-TYPE AUT... AUTHENTICATIO...
0 ether1 100 1 broadcast none
1 D ether2 10 1 broadcast none
2 D ether3 10 1 broadcast none
site 2 configuration:
[admin@MikroTik] > ip address print
Flags: X - disabled, I - invalid, D - dynamic
ADDRESS NETWORK BROADCAST INTERFACE
0 10.10.10.2/24 10.10.10.0 10.10.10.255 ether1
1 20.20.20.2/24 20.20.20.0 20.20.20.255 ether2
2 40.40.40.1/24 40.40.40.0 40.40.40.255 ether3
[admin@MikroTik] /routing ospf> network print
Flags: X - disabled, I - invalid
NETWORK AREA
0 10.10.10.0/24 backbone
1 20.20.20.0/24 backbone
2 40.40.40.0/24 backbone
[admin@MikroTik] /routing ospf> interface print
Flags: X - disabled, I - inactive, D - dynamic, P - passive
INTERFACE COST PRI NETWORK-TYPE AUT... AUTHENTICATIO...
0 ether2 100 1 broadcast none
1 D ether3 10 1 broadcast none
2 D ether1 10 1 broadcast none
btest results: pc1 to pc2 :
this is the very bad result, but after disabling ethr1 interfase the btest showed another results:
I still have a big problem with wireless link agregation... I achieved two 80mb ful duplex using N standart cards, but couldn't combine these two links..
neeed help