Versions Compared

Key

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

...

Code Block
languageros
/interface bridge port-controller
set bridge=bridge1 cascade-ports=sfp-sfpplus1 switch=switch1

On Last, on a PE device, simply configure a control port, which will be selected as an upstream port:

Code Block
languageros
/interface bridge port-extender
set control-ports=sfp-sfpplus1 switch=switch1

Once PE and CB devices are connected, all interfaces (excluding control ports) that are on the same switch group will be extended and can be further configured on a CB device.

Note

In order to exclude some port from being extended (e.g. for out-of-band management purposes), additionally, configure excluded-ports property.

Packet flow and forwarding

...