Page MenuHomeVyOS Platform

Bridge doesn't show stp states / macs
Closed, DuplicatePublic

Description

hi

I've been testing classic's bridge on version:
vyos@vyos:~$ show version

Version:          VyOS 1.4-rolling-202107010537
Release Train:    sagitta

Built by:         [email protected]
Built on:         Thu 01 Jul 2021 14:10 UTC
Build UUID:       43d45671-b717-4ee4-905e-84d14378c7c9
Build Commit ID:  080b476aea78ba

Architecture:     x86_64
Boot via:         installed image
System type:      KVM guest

Hardware vendor:  QEMU
Hardware model:   Standard PC (i440FX + PIIX, 1996)
Hardware S/N:
Hardware UUID:    4af9a7da-7e5b-4e7e-ad45-c7d812b821f3

Copyright:        VyOS maintainers and contributors
vyos@vyos:~$

it doesn't work the following commands :

vyos@vyos:~$ show bridge br100  macs
-vbash: /sbin/brctl: No such file or directory

vyos@vyos:~$ show bridge br100 spanning-tree
-vbash: /sbin/brctl: No such file or directory

I think brctl module can't find where it is being installed: :

vyos@vyos:~$ sudo /sbin/brctl
sudo: /sbin/brctl: command not found

Details

Difficulty level
Unknown (require assessment)
Version
-VyOS 1.4-rolling-202107010537
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible

Event Timeline

fernando created this task.
fernando created this object in space S1 VyOS Public.

brctl is a deprecated package and superseeded by iproute2. Commands will be adjusted, thanks for reporting.

c-po changed the task status from Open to Confirmed.Jul 17 2021, 10:05 PM
c-po raised the priority of this task from Low to Normal.

Can you please try running this test on a more recent VyOS version?

New commands:

  • show bridge br10 fdb
  • show bridge br10 mdb

See https://github.com/vyos/vyos-1x/pull/913

Closing as duplicate.