Answering myself:

RSTP Summary:
ovs-ofctl show vmbr3

Details about config and status:

ovs-vsctl get Bridge vmbr3 other_config
ovs-vsctl get Bridge vmbr3 rstp_status

ovs-vsctl get Port ens1f3 other_config
ovs-vsctl get Port ens1f3 rstp_status


And GRE tunnels seem to have a default path cost of 200.000 (similar to
100MBit)

regards
Klaus



Am 04.05.2018 um 22:18 schrieb Klaus Darilion:
> Hi!
> 
> New to Openvswitch I read the docu and searched through the mailing
> lists and forum but there are still some things I could not solve.
> 
> What is the current set pathcost for a port? I know how to set it, but
> can't retrieve it.
> 
> I have the following setup:
> 
> 
> Host1                  Host2
>  ovs <---GRE Tunnel---> ovs
>   ^                      ^
>   |                      |
>   |                      |
> 1G Ethernet            1G Ethernet
>   |                      |
>   |                      |
>   V                      V
> Host1                  Host2
>  ovs <---GRE Tunnel---> ovs
> 
> 
> Frankly, the RSTP blocked one of the 1G physical links. I would have
> expected that a Tunnel should have a bad path cost, obviously not. But I
> could not debug this as I failed retrieving the current path costs.
> 
> Hence, I am looking for commands to debug/analyze the RSTP, ie. by
> retrieving all the parameters (pathcost, port status, ...)
> 
> Thanks
> Klaus
> _______________________________________________
> discuss mailing list
> disc...@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to