Versions Compared

Key

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

...

ModelController BridgePort Extender
netPower 15FR (CRS318-1Fi-15Fr-2S)-+
netPower 16P (CRS318-16P-2S+)-+
CRS326-24G-2S+ (RM/IN)-+
CRS328-24P-4S+-+
CRS328-4C-20S-4S+-+
CRS305-1G-4S+-+
CRS309-1G-8S+++
CRS317-1G-16S+++
CRS312-4C+8XG++
CRS326-24S+2Q+++
CRS354-48G-4S+2Q+++
CRS354-48P-4S+2Q+++

Quick setup

...

In this example, we will create a Controlling Bridge (e.g. a CRS317-1G-16S+ switch) that will connect to a single Port Extender (e.g. a CRS326-24G-2S+ switch) through an SFP+1 interface.

First, configure a bridge with enabled VLAN filtering on a CB device:

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

On the same device, configure a port that is connected to the PE device and will act as cascade port:

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

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

Packet flow and forwarding

...