Versions Compared

Key

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

...

Property

Description

bridge (name; Default: none)The bridge interface where ports will be extended.
cascade-ports (interfaces; Default: none)Interfaces that will act as cascade ports.
switch (name; Default: none)The switch that will act as the CB and ensure the control and network traffic. 

Sub-menu: /interface bridge port-controller device

Print:

...

Property

...

Description

...

After CB and PE devices are configured and connected, each PE device will be automatically visible on the device menu, use print and monitor commands to see more details.

Code Block
languagetext
[admin@Controller] > interface bridge port-controller device print
Flags: I - inactive 
 0   name="pe1" pe-mac=64:D1:54:EB:AE:BC descr="MikroTik RouterOS 6.48beta33 (testing) CRS328-24P-4S+" control-ports=pe1-sfpplus1,pe1-sfpplus2 

 1   name="pe2" pe-mac=64:D1:54:C7:3A:58 descr="MikroTik RouterOS 6.48beta33 (testing) CRS326-24G-2S+" control-ports=pe2-sfpplus1
[admin@Controller] > interface bridge port-controller device monitor pe2
                 name: pe2
               status: active
  connected-via-ports: sfp-sfpplus1==pe1-sfpplus1,pe1-sfpplus2==pe2-sfpplus1
   connected-via-devs: controller,pe1

...


Property

Description

connected-via-devs (name)Shows the connected devices from PE to CB. 
connected-via-ports (name)Shows the PE device connection path from PE to CB.
control-ports (interfaces)PE device control ports.
descr (name)Short PE device description.
name (name)Automatically assigned PE device name.
pe-mac (MAC address)PE device MAC address.
status (active | inactive)PE device status.

Sub-menu: /interface bridge port-controller port

...