Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create a bridge with disabled vlan-filtering to avoid losing access to the router before VLANs are completely configured. If you need a management access to the bridge, see the Management access configuration section.

Code Block
languageros
/interface bridge
add name=bridge1 vlan-filtering=no

...