OSPF assign a cost values for each interface type/speed.
Actually, though configured as Ethernet/10Mbits/s, VyOS interface assumes an OSPF cost of 1.
ronie | |
Aug 11 2020, 1:36 PM |
F811191: image.png | |
Aug 11 2020, 1:36 PM |
F811193: image.png | |
Aug 11 2020, 1:36 PM |
OSPF assign a cost values for each interface type/speed.
Actually, though configured as Ethernet/10Mbits/s, VyOS interface assumes an OSPF cost of 1.
@ronie For OSPF bandwidth use command:
[email protected]# set interfaces ethernet eth0 ip ospf bandwidth Possible completions: <1-100000> Bandwidth in megabits/sec (for calculating OSPF cost)
Not speed interface.
@Viacheslav I supposed that by default Ethernet Interfaces/10Mbits should be assigned a cost of 10 without changing any parameter. So it is not a bug? Should I cancel this request?
Not speed interface.
It was all a confusion on interface naming. When Cisco says Ethernet, they mean an Ethernet interface of 10M, that's not the case for VyOS. In VyOS eth means the interface uses the Ethernet protocol, but it could have any speed.
So, cost calculations were ok.