routeros.InterfaceBridgePort
Explore with Pulumi AI
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as routeros from "@pulumi/routeros";
const bridgePort = new routeros.InterfaceBridgePort("bridgePort", {
bridge: "bridge",
"interface": "ether5",
pvid: 50,
});
import pulumi
import pulumi_routeros as routeros
bridge_port = routeros.InterfaceBridgePort("bridgePort",
bridge="bridge",
interface="ether5",
pvid=50)
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/routeros/routeros"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := routeros.NewInterfaceBridgePort(ctx, "bridgePort", &routeros.InterfaceBridgePortArgs{
Bridge: pulumi.String("bridge"),
Interface: pulumi.String("ether5"),
Pvid: pulumi.Float64(50),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Routeros = Pulumi.Routeros;
return await Deployment.RunAsync(() =>
{
var bridgePort = new Routeros.InterfaceBridgePort("bridgePort", new()
{
Bridge = "bridge",
Interface = "ether5",
Pvid = 50,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.routeros.InterfaceBridgePort;
import com.pulumi.routeros.InterfaceBridgePortArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var bridgePort = new InterfaceBridgePort("bridgePort", InterfaceBridgePortArgs.builder()
.bridge("bridge")
.interface_("ether5")
.pvid("50")
.build());
}
}
resources:
bridgePort:
type: routeros:InterfaceBridgePort
properties:
bridge: bridge
interface: ether5
pvid: '50'
Create InterfaceBridgePort Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new InterfaceBridgePort(name: string, args: InterfaceBridgePortArgs, opts?: CustomResourceOptions);
@overload
def InterfaceBridgePort(resource_name: str,
args: InterfaceBridgePortArgs,
opts: Optional[ResourceOptions] = None)
@overload
def InterfaceBridgePort(resource_name: str,
opts: Optional[ResourceOptions] = None,
bridge: Optional[str] = None,
interface: Optional[str] = None,
interface_bridge_port_id: Optional[str] = None,
path_cost: Optional[str] = None,
bpdu_guard: Optional[bool] = None,
___skip_: Optional[str] = None,
broadcast_flood: Optional[bool] = None,
comment: Optional[str] = None,
disabled: Optional[bool] = None,
edge: Optional[str] = None,
fast_leave: Optional[bool] = None,
frame_types: Optional[str] = None,
horizon: Optional[str] = None,
hw: Optional[bool] = None,
ingress_filtering: Optional[bool] = None,
___path_: Optional[str] = None,
auto_isolate: Optional[bool] = None,
___id_: Optional[float] = None,
priority: Optional[str] = None,
multicast_router: Optional[str] = None,
mvrp_applicant_state: Optional[str] = None,
mvrp_registrar_state: Optional[str] = None,
internal_path_cost: Optional[float] = None,
point_to_point: Optional[str] = None,
learn: Optional[str] = None,
pvid: Optional[float] = None,
restricted_role: Optional[bool] = None,
restricted_tcn: Optional[bool] = None,
tag_stacking: Optional[bool] = None,
trusted: Optional[bool] = None,
unknown_multicast_flood: Optional[bool] = None,
unknown_unicast_flood: Optional[bool] = None)
func NewInterfaceBridgePort(ctx *Context, name string, args InterfaceBridgePortArgs, opts ...ResourceOption) (*InterfaceBridgePort, error)
public InterfaceBridgePort(string name, InterfaceBridgePortArgs args, CustomResourceOptions? opts = null)
public InterfaceBridgePort(String name, InterfaceBridgePortArgs args)
public InterfaceBridgePort(String name, InterfaceBridgePortArgs args, CustomResourceOptions options)
type: routeros:InterfaceBridgePort
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args InterfaceBridgePortArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args InterfaceBridgePortArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args InterfaceBridgePortArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args InterfaceBridgePortArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args InterfaceBridgePortArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
InterfaceBridgePort Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The InterfaceBridgePort resource accepts the following input properties:
- Bridge string
- Interface string
- Name of the interface.
- Auto
Isolate bool - When enabled, prevents a port moving from discarding into forwarding state if no BPDUs are received from the neighboring bridge. The port will change into a forwarding state only when a BPDU is received. This property only has an effect when protocol-mode is set to rstp or mstp and edge is set to no.
- Bpdu
Guard bool - This property has no effect when protocol-mode is set to none.
- Broadcast
Flood bool - When enabled, bridge floods broadcast traffic to all bridge egress ports. When disabled, drops broadcast traffic on egress ports.
- Comment string
- Disabled bool
- Edge string
- Set port as edge port or non-edge port, or enable edge discovery. Edge ports are connected to a LAN that has no other bridges attached.
- Fast
Leave bool - Enables IGMP Fast leave feature on the port.
- Frame
Types string - Specifies allowed ingress frame types on a bridge port. This property only has effect when vlan-filtering is set to yes.
- Horizon string
- Use split horizon bridging to prevent bridging loops. Set the same value for group of ports, to prevent them from sending data to ports with the same horizon value. Split horizon is a software feature that disables hardware offloading. This value is integer '0'..'429496729' or 'none'.
- Hw bool
- Enable or disable Hardware Offloading of the interface.
- Ingress
Filtering bool - Enables or disables VLAN ingress filtering, which checks if the ingress port is a member of the received VLAN ID in the bridge VLAN table. Should be used with frame-types to specify if the ingress traffic should be tagged or untagged. This property only has effect when vlan-filtering is set to yes.
- Interface
Bridge stringPort Id - The ID of this resource.
- Internal
Path doubleCost - Path cost to the interface for MSTI0 inside a region. This property only has effect when protocol-mode is set to mstp.
- Learn string
- Changes MAC learning behaviour on a bridge port
- Multicast
Router string - Changes the state of a bridge port whether IGMP membership reports are going to be forwarded to this port.
- Mvrp
Applicant stringState - MVRP applicant options (available since RouterOS 7.15): - non-participant - port does not send any MRP messages; - normal-participant - port participates normally in MRP exchanges.
- Mvrp
Registrar stringState - MVRP registrar options (available since RouterOS 7.15): - fixed - port ignores all MRP messages, and remains Registered (IN) in all configured vlans. - normal - port receives MRP messages and handles them according to the standard.
- Path
Cost string - Path cost to the interface, used by STP to determine the "best" path, used by MSTP todetermine "best" path between regions. This property has no effect when protocol-mode is set to none.
- Point
To stringPoint - Specifies if a bridge port is connected to a bridge using a point-to-point link for faster convergence in case of failure. This property has no effect when protocol-mode is set to none.
- Priority string
- The priority of the interface, used by STP to determine the root port, used by MSTP to determine root port between regions.
- Pvid double
- ort VLAN ID (pvid) specifies which VLAN the untagged ingress traffic is assigned to. This property only has effect when vlan-filtering is set to yes.
- Restricted
Role bool - Enable the restricted role on a port, used by STP to forbid a port becoming a root port. This property only has effect when protocol-mode is set to mstp.
- Restricted
Tcn bool - Disable topology change notification (TCN) sending on a port, used by STP to forbid network topology changes to propagate. This property only has effect when protocol-mode is set to mstp.
- bool
- Forces all packets to be treated as untagged packets. Packets on ingress port will be tagged with another VLAN tag regardless if a VLAN tag already exists, packets will be tagged with a VLAN ID that matches the pvid value and will use EtherType that is specified in ether-type. This property only has effect when vlan-filtering is set to yes.
- Trusted bool
- When enabled, it allows to forward DHCP packets towards DHCP server through this port. Mainly used to limit unauthorized servers to provide malicious information for users. This property only has effect when dhcp-snooping is set to yes.
- Unknown
Multicast boolFlood - When enabled, bridge floods unknown multicast traffic to all bridge egress ports.
- Unknown
Unicast boolFlood - When enabled, bridge floods unknown unicast traffic to all bridge egress ports.
- ___
id_ double - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ string - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- ___
skip_ string - A set of transformations for field names. This is an internal service field, setting a value is not required.
- Bridge string
- Interface string
- Name of the interface.
- Auto
Isolate bool - When enabled, prevents a port moving from discarding into forwarding state if no BPDUs are received from the neighboring bridge. The port will change into a forwarding state only when a BPDU is received. This property only has an effect when protocol-mode is set to rstp or mstp and edge is set to no.
- Bpdu
Guard bool - This property has no effect when protocol-mode is set to none.
- Broadcast
Flood bool - When enabled, bridge floods broadcast traffic to all bridge egress ports. When disabled, drops broadcast traffic on egress ports.
- Comment string
- Disabled bool
- Edge string
- Set port as edge port or non-edge port, or enable edge discovery. Edge ports are connected to a LAN that has no other bridges attached.
- Fast
Leave bool - Enables IGMP Fast leave feature on the port.
- Frame
Types string - Specifies allowed ingress frame types on a bridge port. This property only has effect when vlan-filtering is set to yes.
- Horizon string
- Use split horizon bridging to prevent bridging loops. Set the same value for group of ports, to prevent them from sending data to ports with the same horizon value. Split horizon is a software feature that disables hardware offloading. This value is integer '0'..'429496729' or 'none'.
- Hw bool
- Enable or disable Hardware Offloading of the interface.
- Ingress
Filtering bool - Enables or disables VLAN ingress filtering, which checks if the ingress port is a member of the received VLAN ID in the bridge VLAN table. Should be used with frame-types to specify if the ingress traffic should be tagged or untagged. This property only has effect when vlan-filtering is set to yes.
- Interface
Bridge stringPort Id - The ID of this resource.
- Internal
Path float64Cost - Path cost to the interface for MSTI0 inside a region. This property only has effect when protocol-mode is set to mstp.
- Learn string
- Changes MAC learning behaviour on a bridge port
- Multicast
Router string - Changes the state of a bridge port whether IGMP membership reports are going to be forwarded to this port.
- Mvrp
Applicant stringState - MVRP applicant options (available since RouterOS 7.15): - non-participant - port does not send any MRP messages; - normal-participant - port participates normally in MRP exchanges.
- Mvrp
Registrar stringState - MVRP registrar options (available since RouterOS 7.15): - fixed - port ignores all MRP messages, and remains Registered (IN) in all configured vlans. - normal - port receives MRP messages and handles them according to the standard.
- Path
Cost string - Path cost to the interface, used by STP to determine the "best" path, used by MSTP todetermine "best" path between regions. This property has no effect when protocol-mode is set to none.
- Point
To stringPoint - Specifies if a bridge port is connected to a bridge using a point-to-point link for faster convergence in case of failure. This property has no effect when protocol-mode is set to none.
- Priority string
- The priority of the interface, used by STP to determine the root port, used by MSTP to determine root port between regions.
- Pvid float64
- ort VLAN ID (pvid) specifies which VLAN the untagged ingress traffic is assigned to. This property only has effect when vlan-filtering is set to yes.
- Restricted
Role bool - Enable the restricted role on a port, used by STP to forbid a port becoming a root port. This property only has effect when protocol-mode is set to mstp.
- Restricted
Tcn bool - Disable topology change notification (TCN) sending on a port, used by STP to forbid network topology changes to propagate. This property only has effect when protocol-mode is set to mstp.
- bool
- Forces all packets to be treated as untagged packets. Packets on ingress port will be tagged with another VLAN tag regardless if a VLAN tag already exists, packets will be tagged with a VLAN ID that matches the pvid value and will use EtherType that is specified in ether-type. This property only has effect when vlan-filtering is set to yes.
- Trusted bool
- When enabled, it allows to forward DHCP packets towards DHCP server through this port. Mainly used to limit unauthorized servers to provide malicious information for users. This property only has effect when dhcp-snooping is set to yes.
- Unknown
Multicast boolFlood - When enabled, bridge floods unknown multicast traffic to all bridge egress ports.
- Unknown
Unicast boolFlood - When enabled, bridge floods unknown unicast traffic to all bridge egress ports.
- ___
id_ float64 - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ string - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- ___
skip_ string - A set of transformations for field names. This is an internal service field, setting a value is not required.
- bridge String
- interface_ String
- Name of the interface.
- ___
id_ Double - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ String - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- ___
skip_ String - A set of transformations for field names. This is an internal service field, setting a value is not required.
- auto
Isolate Boolean - When enabled, prevents a port moving from discarding into forwarding state if no BPDUs are received from the neighboring bridge. The port will change into a forwarding state only when a BPDU is received. This property only has an effect when protocol-mode is set to rstp or mstp and edge is set to no.
- bpdu
Guard Boolean - This property has no effect when protocol-mode is set to none.
- broadcast
Flood Boolean - When enabled, bridge floods broadcast traffic to all bridge egress ports. When disabled, drops broadcast traffic on egress ports.
- comment String
- disabled Boolean
- edge String
- Set port as edge port or non-edge port, or enable edge discovery. Edge ports are connected to a LAN that has no other bridges attached.
- fast
Leave Boolean - Enables IGMP Fast leave feature on the port.
- frame
Types String - Specifies allowed ingress frame types on a bridge port. This property only has effect when vlan-filtering is set to yes.
- horizon String
- Use split horizon bridging to prevent bridging loops. Set the same value for group of ports, to prevent them from sending data to ports with the same horizon value. Split horizon is a software feature that disables hardware offloading. This value is integer '0'..'429496729' or 'none'.
- hw Boolean
- Enable or disable Hardware Offloading of the interface.
- ingress
Filtering Boolean - Enables or disables VLAN ingress filtering, which checks if the ingress port is a member of the received VLAN ID in the bridge VLAN table. Should be used with frame-types to specify if the ingress traffic should be tagged or untagged. This property only has effect when vlan-filtering is set to yes.
- interface
Bridge StringPort Id - The ID of this resource.
- internal
Path DoubleCost - Path cost to the interface for MSTI0 inside a region. This property only has effect when protocol-mode is set to mstp.
- learn String
- Changes MAC learning behaviour on a bridge port
- multicast
Router String - Changes the state of a bridge port whether IGMP membership reports are going to be forwarded to this port.
- mvrp
Applicant StringState - MVRP applicant options (available since RouterOS 7.15): - non-participant - port does not send any MRP messages; - normal-participant - port participates normally in MRP exchanges.
- mvrp
Registrar StringState - MVRP registrar options (available since RouterOS 7.15): - fixed - port ignores all MRP messages, and remains Registered (IN) in all configured vlans. - normal - port receives MRP messages and handles them according to the standard.
- path
Cost String - Path cost to the interface, used by STP to determine the "best" path, used by MSTP todetermine "best" path between regions. This property has no effect when protocol-mode is set to none.
- point
To StringPoint - Specifies if a bridge port is connected to a bridge using a point-to-point link for faster convergence in case of failure. This property has no effect when protocol-mode is set to none.
- priority String
- The priority of the interface, used by STP to determine the root port, used by MSTP to determine root port between regions.
- pvid Double
- ort VLAN ID (pvid) specifies which VLAN the untagged ingress traffic is assigned to. This property only has effect when vlan-filtering is set to yes.
- restricted
Role Boolean - Enable the restricted role on a port, used by STP to forbid a port becoming a root port. This property only has effect when protocol-mode is set to mstp.
- restricted
Tcn Boolean - Disable topology change notification (TCN) sending on a port, used by STP to forbid network topology changes to propagate. This property only has effect when protocol-mode is set to mstp.
- Boolean
- Forces all packets to be treated as untagged packets. Packets on ingress port will be tagged with another VLAN tag regardless if a VLAN tag already exists, packets will be tagged with a VLAN ID that matches the pvid value and will use EtherType that is specified in ether-type. This property only has effect when vlan-filtering is set to yes.
- trusted Boolean
- When enabled, it allows to forward DHCP packets towards DHCP server through this port. Mainly used to limit unauthorized servers to provide malicious information for users. This property only has effect when dhcp-snooping is set to yes.
- unknown
Multicast BooleanFlood - When enabled, bridge floods unknown multicast traffic to all bridge egress ports.
- unknown
Unicast BooleanFlood - When enabled, bridge floods unknown unicast traffic to all bridge egress ports.
- bridge string
- interface string
- Name of the interface.
- ___
id_ number - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ string - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- ___
skip_ string - A set of transformations for field names. This is an internal service field, setting a value is not required.
- auto
Isolate boolean - When enabled, prevents a port moving from discarding into forwarding state if no BPDUs are received from the neighboring bridge. The port will change into a forwarding state only when a BPDU is received. This property only has an effect when protocol-mode is set to rstp or mstp and edge is set to no.
- bpdu
Guard boolean - This property has no effect when protocol-mode is set to none.
- broadcast
Flood boolean - When enabled, bridge floods broadcast traffic to all bridge egress ports. When disabled, drops broadcast traffic on egress ports.
- comment string
- disabled boolean
- edge string
- Set port as edge port or non-edge port, or enable edge discovery. Edge ports are connected to a LAN that has no other bridges attached.
- fast
Leave boolean - Enables IGMP Fast leave feature on the port.
- frame
Types string - Specifies allowed ingress frame types on a bridge port. This property only has effect when vlan-filtering is set to yes.
- horizon string
- Use split horizon bridging to prevent bridging loops. Set the same value for group of ports, to prevent them from sending data to ports with the same horizon value. Split horizon is a software feature that disables hardware offloading. This value is integer '0'..'429496729' or 'none'.
- hw boolean
- Enable or disable Hardware Offloading of the interface.
- ingress
Filtering boolean - Enables or disables VLAN ingress filtering, which checks if the ingress port is a member of the received VLAN ID in the bridge VLAN table. Should be used with frame-types to specify if the ingress traffic should be tagged or untagged. This property only has effect when vlan-filtering is set to yes.
- interface
Bridge stringPort Id - The ID of this resource.
- internal
Path numberCost - Path cost to the interface for MSTI0 inside a region. This property only has effect when protocol-mode is set to mstp.
- learn string
- Changes MAC learning behaviour on a bridge port
- multicast
Router string - Changes the state of a bridge port whether IGMP membership reports are going to be forwarded to this port.
- mvrp
Applicant stringState - MVRP applicant options (available since RouterOS 7.15): - non-participant - port does not send any MRP messages; - normal-participant - port participates normally in MRP exchanges.
- mvrp
Registrar stringState - MVRP registrar options (available since RouterOS 7.15): - fixed - port ignores all MRP messages, and remains Registered (IN) in all configured vlans. - normal - port receives MRP messages and handles them according to the standard.
- path
Cost string - Path cost to the interface, used by STP to determine the "best" path, used by MSTP todetermine "best" path between regions. This property has no effect when protocol-mode is set to none.
- point
To stringPoint - Specifies if a bridge port is connected to a bridge using a point-to-point link for faster convergence in case of failure. This property has no effect when protocol-mode is set to none.
- priority string
- The priority of the interface, used by STP to determine the root port, used by MSTP to determine root port between regions.
- pvid number
- ort VLAN ID (pvid) specifies which VLAN the untagged ingress traffic is assigned to. This property only has effect when vlan-filtering is set to yes.
- restricted
Role boolean - Enable the restricted role on a port, used by STP to forbid a port becoming a root port. This property only has effect when protocol-mode is set to mstp.
- restricted
Tcn boolean - Disable topology change notification (TCN) sending on a port, used by STP to forbid network topology changes to propagate. This property only has effect when protocol-mode is set to mstp.
- boolean
- Forces all packets to be treated as untagged packets. Packets on ingress port will be tagged with another VLAN tag regardless if a VLAN tag already exists, packets will be tagged with a VLAN ID that matches the pvid value and will use EtherType that is specified in ether-type. This property only has effect when vlan-filtering is set to yes.
- trusted boolean
- When enabled, it allows to forward DHCP packets towards DHCP server through this port. Mainly used to limit unauthorized servers to provide malicious information for users. This property only has effect when dhcp-snooping is set to yes.
- unknown
Multicast booleanFlood - When enabled, bridge floods unknown multicast traffic to all bridge egress ports.
- unknown
Unicast booleanFlood - When enabled, bridge floods unknown unicast traffic to all bridge egress ports.
- bridge str
- interface str
- Name of the interface.
- ___
id_ float - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ str - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- ___
skip_ str - A set of transformations for field names. This is an internal service field, setting a value is not required.
- auto_
isolate bool - When enabled, prevents a port moving from discarding into forwarding state if no BPDUs are received from the neighboring bridge. The port will change into a forwarding state only when a BPDU is received. This property only has an effect when protocol-mode is set to rstp or mstp and edge is set to no.
- bpdu_
guard bool - This property has no effect when protocol-mode is set to none.
- broadcast_
flood bool - When enabled, bridge floods broadcast traffic to all bridge egress ports. When disabled, drops broadcast traffic on egress ports.
- comment str
- disabled bool
- edge str
- Set port as edge port or non-edge port, or enable edge discovery. Edge ports are connected to a LAN that has no other bridges attached.
- fast_
leave bool - Enables IGMP Fast leave feature on the port.
- frame_
types str - Specifies allowed ingress frame types on a bridge port. This property only has effect when vlan-filtering is set to yes.
- horizon str
- Use split horizon bridging to prevent bridging loops. Set the same value for group of ports, to prevent them from sending data to ports with the same horizon value. Split horizon is a software feature that disables hardware offloading. This value is integer '0'..'429496729' or 'none'.
- hw bool
- Enable or disable Hardware Offloading of the interface.
- ingress_
filtering bool - Enables or disables VLAN ingress filtering, which checks if the ingress port is a member of the received VLAN ID in the bridge VLAN table. Should be used with frame-types to specify if the ingress traffic should be tagged or untagged. This property only has effect when vlan-filtering is set to yes.
- interface_
bridge_ strport_ id - The ID of this resource.
- internal_
path_ floatcost - Path cost to the interface for MSTI0 inside a region. This property only has effect when protocol-mode is set to mstp.
- learn str
- Changes MAC learning behaviour on a bridge port
- multicast_
router str - Changes the state of a bridge port whether IGMP membership reports are going to be forwarded to this port.
- mvrp_
applicant_ strstate - MVRP applicant options (available since RouterOS 7.15): - non-participant - port does not send any MRP messages; - normal-participant - port participates normally in MRP exchanges.
- mvrp_
registrar_ strstate - MVRP registrar options (available since RouterOS 7.15): - fixed - port ignores all MRP messages, and remains Registered (IN) in all configured vlans. - normal - port receives MRP messages and handles them according to the standard.
- path_
cost str - Path cost to the interface, used by STP to determine the "best" path, used by MSTP todetermine "best" path between regions. This property has no effect when protocol-mode is set to none.
- point_
to_ strpoint - Specifies if a bridge port is connected to a bridge using a point-to-point link for faster convergence in case of failure. This property has no effect when protocol-mode is set to none.
- priority str
- The priority of the interface, used by STP to determine the root port, used by MSTP to determine root port between regions.
- pvid float
- ort VLAN ID (pvid) specifies which VLAN the untagged ingress traffic is assigned to. This property only has effect when vlan-filtering is set to yes.
- restricted_
role bool - Enable the restricted role on a port, used by STP to forbid a port becoming a root port. This property only has effect when protocol-mode is set to mstp.
- restricted_
tcn bool - Disable topology change notification (TCN) sending on a port, used by STP to forbid network topology changes to propagate. This property only has effect when protocol-mode is set to mstp.
- tag_
stacking bool - Forces all packets to be treated as untagged packets. Packets on ingress port will be tagged with another VLAN tag regardless if a VLAN tag already exists, packets will be tagged with a VLAN ID that matches the pvid value and will use EtherType that is specified in ether-type. This property only has effect when vlan-filtering is set to yes.
- trusted bool
- When enabled, it allows to forward DHCP packets towards DHCP server through this port. Mainly used to limit unauthorized servers to provide malicious information for users. This property only has effect when dhcp-snooping is set to yes.
- unknown_
multicast_ boolflood - When enabled, bridge floods unknown multicast traffic to all bridge egress ports.
- unknown_
unicast_ boolflood - When enabled, bridge floods unknown unicast traffic to all bridge egress ports.
- bridge String
- interface String
- Name of the interface.
- ___
id_ Number - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ String - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- ___
skip_ String - A set of transformations for field names. This is an internal service field, setting a value is not required.
- auto
Isolate Boolean - When enabled, prevents a port moving from discarding into forwarding state if no BPDUs are received from the neighboring bridge. The port will change into a forwarding state only when a BPDU is received. This property only has an effect when protocol-mode is set to rstp or mstp and edge is set to no.
- bpdu
Guard Boolean - This property has no effect when protocol-mode is set to none.
- broadcast
Flood Boolean - When enabled, bridge floods broadcast traffic to all bridge egress ports. When disabled, drops broadcast traffic on egress ports.
- comment String
- disabled Boolean
- edge String
- Set port as edge port or non-edge port, or enable edge discovery. Edge ports are connected to a LAN that has no other bridges attached.
- fast
Leave Boolean - Enables IGMP Fast leave feature on the port.
- frame
Types String - Specifies allowed ingress frame types on a bridge port. This property only has effect when vlan-filtering is set to yes.
- horizon String
- Use split horizon bridging to prevent bridging loops. Set the same value for group of ports, to prevent them from sending data to ports with the same horizon value. Split horizon is a software feature that disables hardware offloading. This value is integer '0'..'429496729' or 'none'.
- hw Boolean
- Enable or disable Hardware Offloading of the interface.
- ingress
Filtering Boolean - Enables or disables VLAN ingress filtering, which checks if the ingress port is a member of the received VLAN ID in the bridge VLAN table. Should be used with frame-types to specify if the ingress traffic should be tagged or untagged. This property only has effect when vlan-filtering is set to yes.
- interface
Bridge StringPort Id - The ID of this resource.
- internal
Path NumberCost - Path cost to the interface for MSTI0 inside a region. This property only has effect when protocol-mode is set to mstp.
- learn String
- Changes MAC learning behaviour on a bridge port
- multicast
Router String - Changes the state of a bridge port whether IGMP membership reports are going to be forwarded to this port.
- mvrp
Applicant StringState - MVRP applicant options (available since RouterOS 7.15): - non-participant - port does not send any MRP messages; - normal-participant - port participates normally in MRP exchanges.
- mvrp
Registrar StringState - MVRP registrar options (available since RouterOS 7.15): - fixed - port ignores all MRP messages, and remains Registered (IN) in all configured vlans. - normal - port receives MRP messages and handles them according to the standard.
- path
Cost String - Path cost to the interface, used by STP to determine the "best" path, used by MSTP todetermine "best" path between regions. This property has no effect when protocol-mode is set to none.
- point
To StringPoint - Specifies if a bridge port is connected to a bridge using a point-to-point link for faster convergence in case of failure. This property has no effect when protocol-mode is set to none.
- priority String
- The priority of the interface, used by STP to determine the root port, used by MSTP to determine root port between regions.
- pvid Number
- ort VLAN ID (pvid) specifies which VLAN the untagged ingress traffic is assigned to. This property only has effect when vlan-filtering is set to yes.
- restricted
Role Boolean - Enable the restricted role on a port, used by STP to forbid a port becoming a root port. This property only has effect when protocol-mode is set to mstp.
- restricted
Tcn Boolean - Disable topology change notification (TCN) sending on a port, used by STP to forbid network topology changes to propagate. This property only has effect when protocol-mode is set to mstp.
- Boolean
- Forces all packets to be treated as untagged packets. Packets on ingress port will be tagged with another VLAN tag regardless if a VLAN tag already exists, packets will be tagged with a VLAN ID that matches the pvid value and will use EtherType that is specified in ether-type. This property only has effect when vlan-filtering is set to yes.
- trusted Boolean
- When enabled, it allows to forward DHCP packets towards DHCP server through this port. Mainly used to limit unauthorized servers to provide malicious information for users. This property only has effect when dhcp-snooping is set to yes.
- unknown
Multicast BooleanFlood - When enabled, bridge floods unknown multicast traffic to all bridge egress ports.
- unknown
Unicast BooleanFlood - When enabled, bridge floods unknown unicast traffic to all bridge egress ports.
Outputs
All input properties are implicitly available as output properties. Additionally, the InterfaceBridgePort resource produces the following output properties:
- Designated
Bridge string - Root bridge ID (bridge priority and the bridge MAC address).
- Designated
Cost string - Designated cost.
- Designated
Port doubleNumber - Designated port number.
- Dynamic bool
- Configuration item created by software, not by management interface. It is not exported, and cannot be directly modified.
- Edge
Port bool - Whether port is an edge port or not.
- Edge
Port boolDiscovery - Whether port is set to automatically detect edge ports.
- External
Fdb boolStatus - Whether registration table is used instead of forwarding data base.
- Forwarding bool
- Shows if the port is not blocked by (R/M)STP.
- Hw
Offload bool - Hardware offloading state.
- Hw
Offload stringGroup - Switch chip used by the port.
- Id string
- The provider-assigned unique ID for this managed resource.
- Inactive bool
- Learning bool
- Shows whether the port is capable of learning MAC addresses.
- Nextid string
- Point
To boolPoint Port - Whether the port is connected to a bridge port using full-duplex (true) or half-duplex (false).
- Role string
- (R/M)STP algorithm assigned role of the port
- Root
Path doubleCost - The total cost of the path to the root-bridge.
- Sending
Rstp string - Whether the port is sending RSTP or MSTP BPDU types. A port will transit to STP type when RSTP/MSTP enabled port receives a STP BPDU
- Status string
- Port status ('in-bridge' - port is enabled).
- Designated
Bridge string - Root bridge ID (bridge priority and the bridge MAC address).
- Designated
Cost string - Designated cost.
- Designated
Port float64Number - Designated port number.
- Dynamic bool
- Configuration item created by software, not by management interface. It is not exported, and cannot be directly modified.
- Edge
Port bool - Whether port is an edge port or not.
- Edge
Port boolDiscovery - Whether port is set to automatically detect edge ports.
- External
Fdb boolStatus - Whether registration table is used instead of forwarding data base.
- Forwarding bool
- Shows if the port is not blocked by (R/M)STP.
- Hw
Offload bool - Hardware offloading state.
- Hw
Offload stringGroup - Switch chip used by the port.
- Id string
- The provider-assigned unique ID for this managed resource.
- Inactive bool
- Learning bool
- Shows whether the port is capable of learning MAC addresses.
- Nextid string
- Point
To boolPoint Port - Whether the port is connected to a bridge port using full-duplex (true) or half-duplex (false).
- Role string
- (R/M)STP algorithm assigned role of the port
- Root
Path float64Cost - The total cost of the path to the root-bridge.
- Sending
Rstp string - Whether the port is sending RSTP or MSTP BPDU types. A port will transit to STP type when RSTP/MSTP enabled port receives a STP BPDU
- Status string
- Port status ('in-bridge' - port is enabled).
- designated
Bridge String - Root bridge ID (bridge priority and the bridge MAC address).
- designated
Cost String - Designated cost.
- designated
Port DoubleNumber - Designated port number.
- dynamic Boolean
- Configuration item created by software, not by management interface. It is not exported, and cannot be directly modified.
- edge
Port Boolean - Whether port is an edge port or not.
- edge
Port BooleanDiscovery - Whether port is set to automatically detect edge ports.
- external
Fdb BooleanStatus - Whether registration table is used instead of forwarding data base.
- forwarding Boolean
- Shows if the port is not blocked by (R/M)STP.
- hw
Offload Boolean - Hardware offloading state.
- hw
Offload StringGroup - Switch chip used by the port.
- id String
- The provider-assigned unique ID for this managed resource.
- inactive Boolean
- learning Boolean
- Shows whether the port is capable of learning MAC addresses.
- nextid String
- point
To BooleanPoint Port - Whether the port is connected to a bridge port using full-duplex (true) or half-duplex (false).
- role String
- (R/M)STP algorithm assigned role of the port
- root
Path DoubleCost - The total cost of the path to the root-bridge.
- sending
Rstp String - Whether the port is sending RSTP or MSTP BPDU types. A port will transit to STP type when RSTP/MSTP enabled port receives a STP BPDU
- status String
- Port status ('in-bridge' - port is enabled).
- designated
Bridge string - Root bridge ID (bridge priority and the bridge MAC address).
- designated
Cost string - Designated cost.
- designated
Port numberNumber - Designated port number.
- dynamic boolean
- Configuration item created by software, not by management interface. It is not exported, and cannot be directly modified.
- edge
Port boolean - Whether port is an edge port or not.
- edge
Port booleanDiscovery - Whether port is set to automatically detect edge ports.
- external
Fdb booleanStatus - Whether registration table is used instead of forwarding data base.
- forwarding boolean
- Shows if the port is not blocked by (R/M)STP.
- hw
Offload boolean - Hardware offloading state.
- hw
Offload stringGroup - Switch chip used by the port.
- id string
- The provider-assigned unique ID for this managed resource.
- inactive boolean
- learning boolean
- Shows whether the port is capable of learning MAC addresses.
- nextid string
- point
To booleanPoint Port - Whether the port is connected to a bridge port using full-duplex (true) or half-duplex (false).
- role string
- (R/M)STP algorithm assigned role of the port
- root
Path numberCost - The total cost of the path to the root-bridge.
- sending
Rstp string - Whether the port is sending RSTP or MSTP BPDU types. A port will transit to STP type when RSTP/MSTP enabled port receives a STP BPDU
- status string
- Port status ('in-bridge' - port is enabled).
- designated_
bridge str - Root bridge ID (bridge priority and the bridge MAC address).
- designated_
cost str - Designated cost.
- designated_
port_ floatnumber - Designated port number.
- dynamic bool
- Configuration item created by software, not by management interface. It is not exported, and cannot be directly modified.
- edge_
port bool - Whether port is an edge port or not.
- edge_
port_ booldiscovery - Whether port is set to automatically detect edge ports.
- external_
fdb_ boolstatus - Whether registration table is used instead of forwarding data base.
- forwarding bool
- Shows if the port is not blocked by (R/M)STP.
- hw_
offload bool - Hardware offloading state.
- hw_
offload_ strgroup - Switch chip used by the port.
- id str
- The provider-assigned unique ID for this managed resource.
- inactive bool
- learning bool
- Shows whether the port is capable of learning MAC addresses.
- nextid str
- point_
to_ boolpoint_ port - Whether the port is connected to a bridge port using full-duplex (true) or half-duplex (false).
- role str
- (R/M)STP algorithm assigned role of the port
- root_
path_ floatcost - The total cost of the path to the root-bridge.
- sending_
rstp str - Whether the port is sending RSTP or MSTP BPDU types. A port will transit to STP type when RSTP/MSTP enabled port receives a STP BPDU
- status str
- Port status ('in-bridge' - port is enabled).
- designated
Bridge String - Root bridge ID (bridge priority and the bridge MAC address).
- designated
Cost String - Designated cost.
- designated
Port NumberNumber - Designated port number.
- dynamic Boolean
- Configuration item created by software, not by management interface. It is not exported, and cannot be directly modified.
- edge
Port Boolean - Whether port is an edge port or not.
- edge
Port BooleanDiscovery - Whether port is set to automatically detect edge ports.
- external
Fdb BooleanStatus - Whether registration table is used instead of forwarding data base.
- forwarding Boolean
- Shows if the port is not blocked by (R/M)STP.
- hw
Offload Boolean - Hardware offloading state.
- hw
Offload StringGroup - Switch chip used by the port.
- id String
- The provider-assigned unique ID for this managed resource.
- inactive Boolean
- learning Boolean
- Shows whether the port is capable of learning MAC addresses.
- nextid String
- point
To BooleanPoint Port - Whether the port is connected to a bridge port using full-duplex (true) or half-duplex (false).
- role String
- (R/M)STP algorithm assigned role of the port
- root
Path NumberCost - The total cost of the path to the root-bridge.
- sending
Rstp String - Whether the port is sending RSTP or MSTP BPDU types. A port will transit to STP type when RSTP/MSTP enabled port receives a STP BPDU
- status String
- Port status ('in-bridge' - port is enabled).
Look up Existing InterfaceBridgePort Resource
Get an existing InterfaceBridgePort resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: InterfaceBridgePortState, opts?: CustomResourceOptions): InterfaceBridgePort
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
___id_: Optional[float] = None,
___path_: Optional[str] = None,
___skip_: Optional[str] = None,
auto_isolate: Optional[bool] = None,
bpdu_guard: Optional[bool] = None,
bridge: Optional[str] = None,
broadcast_flood: Optional[bool] = None,
comment: Optional[str] = None,
designated_bridge: Optional[str] = None,
designated_cost: Optional[str] = None,
designated_port_number: Optional[float] = None,
disabled: Optional[bool] = None,
dynamic: Optional[bool] = None,
edge: Optional[str] = None,
edge_port: Optional[bool] = None,
edge_port_discovery: Optional[bool] = None,
external_fdb_status: Optional[bool] = None,
fast_leave: Optional[bool] = None,
forwarding: Optional[bool] = None,
frame_types: Optional[str] = None,
horizon: Optional[str] = None,
hw: Optional[bool] = None,
hw_offload: Optional[bool] = None,
hw_offload_group: Optional[str] = None,
inactive: Optional[bool] = None,
ingress_filtering: Optional[bool] = None,
interface: Optional[str] = None,
interface_bridge_port_id: Optional[str] = None,
internal_path_cost: Optional[float] = None,
learn: Optional[str] = None,
learning: Optional[bool] = None,
multicast_router: Optional[str] = None,
mvrp_applicant_state: Optional[str] = None,
mvrp_registrar_state: Optional[str] = None,
nextid: Optional[str] = None,
path_cost: Optional[str] = None,
point_to_point: Optional[str] = None,
point_to_point_port: Optional[bool] = None,
priority: Optional[str] = None,
pvid: Optional[float] = None,
restricted_role: Optional[bool] = None,
restricted_tcn: Optional[bool] = None,
role: Optional[str] = None,
root_path_cost: Optional[float] = None,
sending_rstp: Optional[str] = None,
status: Optional[str] = None,
tag_stacking: Optional[bool] = None,
trusted: Optional[bool] = None,
unknown_multicast_flood: Optional[bool] = None,
unknown_unicast_flood: Optional[bool] = None) -> InterfaceBridgePort
func GetInterfaceBridgePort(ctx *Context, name string, id IDInput, state *InterfaceBridgePortState, opts ...ResourceOption) (*InterfaceBridgePort, error)
public static InterfaceBridgePort Get(string name, Input<string> id, InterfaceBridgePortState? state, CustomResourceOptions? opts = null)
public static InterfaceBridgePort get(String name, Output<String> id, InterfaceBridgePortState state, CustomResourceOptions options)
resources: _: type: routeros:InterfaceBridgePort get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Auto
Isolate bool - When enabled, prevents a port moving from discarding into forwarding state if no BPDUs are received from the neighboring bridge. The port will change into a forwarding state only when a BPDU is received. This property only has an effect when protocol-mode is set to rstp or mstp and edge is set to no.
- Bpdu
Guard bool - This property has no effect when protocol-mode is set to none.
- Bridge string
- Broadcast
Flood bool - When enabled, bridge floods broadcast traffic to all bridge egress ports. When disabled, drops broadcast traffic on egress ports.
- Comment string
- Designated
Bridge string - Root bridge ID (bridge priority and the bridge MAC address).
- Designated
Cost string - Designated cost.
- Designated
Port doubleNumber - Designated port number.
- Disabled bool
- Dynamic bool
- Configuration item created by software, not by management interface. It is not exported, and cannot be directly modified.
- Edge string
- Set port as edge port or non-edge port, or enable edge discovery. Edge ports are connected to a LAN that has no other bridges attached.
- Edge
Port bool - Whether port is an edge port or not.
- Edge
Port boolDiscovery - Whether port is set to automatically detect edge ports.
- External
Fdb boolStatus - Whether registration table is used instead of forwarding data base.
- Fast
Leave bool - Enables IGMP Fast leave feature on the port.
- Forwarding bool
- Shows if the port is not blocked by (R/M)STP.
- Frame
Types string - Specifies allowed ingress frame types on a bridge port. This property only has effect when vlan-filtering is set to yes.
- Horizon string
- Use split horizon bridging to prevent bridging loops. Set the same value for group of ports, to prevent them from sending data to ports with the same horizon value. Split horizon is a software feature that disables hardware offloading. This value is integer '0'..'429496729' or 'none'.
- Hw bool
- Enable or disable Hardware Offloading of the interface.
- Hw
Offload bool - Hardware offloading state.
- Hw
Offload stringGroup - Switch chip used by the port.
- Inactive bool
- Ingress
Filtering bool - Enables or disables VLAN ingress filtering, which checks if the ingress port is a member of the received VLAN ID in the bridge VLAN table. Should be used with frame-types to specify if the ingress traffic should be tagged or untagged. This property only has effect when vlan-filtering is set to yes.
- Interface string
- Name of the interface.
- Interface
Bridge stringPort Id - The ID of this resource.
- Internal
Path doubleCost - Path cost to the interface for MSTI0 inside a region. This property only has effect when protocol-mode is set to mstp.
- Learn string
- Changes MAC learning behaviour on a bridge port
- Learning bool
- Shows whether the port is capable of learning MAC addresses.
- Multicast
Router string - Changes the state of a bridge port whether IGMP membership reports are going to be forwarded to this port.
- Mvrp
Applicant stringState - MVRP applicant options (available since RouterOS 7.15): - non-participant - port does not send any MRP messages; - normal-participant - port participates normally in MRP exchanges.
- Mvrp
Registrar stringState - MVRP registrar options (available since RouterOS 7.15): - fixed - port ignores all MRP messages, and remains Registered (IN) in all configured vlans. - normal - port receives MRP messages and handles them according to the standard.
- Nextid string
- Path
Cost string - Path cost to the interface, used by STP to determine the "best" path, used by MSTP todetermine "best" path between regions. This property has no effect when protocol-mode is set to none.
- Point
To stringPoint - Specifies if a bridge port is connected to a bridge using a point-to-point link for faster convergence in case of failure. This property has no effect when protocol-mode is set to none.
- Point
To boolPoint Port - Whether the port is connected to a bridge port using full-duplex (true) or half-duplex (false).
- Priority string
- The priority of the interface, used by STP to determine the root port, used by MSTP to determine root port between regions.
- Pvid double
- ort VLAN ID (pvid) specifies which VLAN the untagged ingress traffic is assigned to. This property only has effect when vlan-filtering is set to yes.
- Restricted
Role bool - Enable the restricted role on a port, used by STP to forbid a port becoming a root port. This property only has effect when protocol-mode is set to mstp.
- Restricted
Tcn bool - Disable topology change notification (TCN) sending on a port, used by STP to forbid network topology changes to propagate. This property only has effect when protocol-mode is set to mstp.
- Role string
- (R/M)STP algorithm assigned role of the port
- Root
Path doubleCost - The total cost of the path to the root-bridge.
- Sending
Rstp string - Whether the port is sending RSTP or MSTP BPDU types. A port will transit to STP type when RSTP/MSTP enabled port receives a STP BPDU
- Status string
- Port status ('in-bridge' - port is enabled).
- bool
- Forces all packets to be treated as untagged packets. Packets on ingress port will be tagged with another VLAN tag regardless if a VLAN tag already exists, packets will be tagged with a VLAN ID that matches the pvid value and will use EtherType that is specified in ether-type. This property only has effect when vlan-filtering is set to yes.
- Trusted bool
- When enabled, it allows to forward DHCP packets towards DHCP server through this port. Mainly used to limit unauthorized servers to provide malicious information for users. This property only has effect when dhcp-snooping is set to yes.
- Unknown
Multicast boolFlood - When enabled, bridge floods unknown multicast traffic to all bridge egress ports.
- Unknown
Unicast boolFlood - When enabled, bridge floods unknown unicast traffic to all bridge egress ports.
- ___
id_ double - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ string - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- ___
skip_ string - A set of transformations for field names. This is an internal service field, setting a value is not required.
- Auto
Isolate bool - When enabled, prevents a port moving from discarding into forwarding state if no BPDUs are received from the neighboring bridge. The port will change into a forwarding state only when a BPDU is received. This property only has an effect when protocol-mode is set to rstp or mstp and edge is set to no.
- Bpdu
Guard bool - This property has no effect when protocol-mode is set to none.
- Bridge string
- Broadcast
Flood bool - When enabled, bridge floods broadcast traffic to all bridge egress ports. When disabled, drops broadcast traffic on egress ports.
- Comment string
- Designated
Bridge string - Root bridge ID (bridge priority and the bridge MAC address).
- Designated
Cost string - Designated cost.
- Designated
Port float64Number - Designated port number.
- Disabled bool
- Dynamic bool
- Configuration item created by software, not by management interface. It is not exported, and cannot be directly modified.
- Edge string
- Set port as edge port or non-edge port, or enable edge discovery. Edge ports are connected to a LAN that has no other bridges attached.
- Edge
Port bool - Whether port is an edge port or not.
- Edge
Port boolDiscovery - Whether port is set to automatically detect edge ports.
- External
Fdb boolStatus - Whether registration table is used instead of forwarding data base.
- Fast
Leave bool - Enables IGMP Fast leave feature on the port.
- Forwarding bool
- Shows if the port is not blocked by (R/M)STP.
- Frame
Types string - Specifies allowed ingress frame types on a bridge port. This property only has effect when vlan-filtering is set to yes.
- Horizon string
- Use split horizon bridging to prevent bridging loops. Set the same value for group of ports, to prevent them from sending data to ports with the same horizon value. Split horizon is a software feature that disables hardware offloading. This value is integer '0'..'429496729' or 'none'.
- Hw bool
- Enable or disable Hardware Offloading of the interface.
- Hw
Offload bool - Hardware offloading state.
- Hw
Offload stringGroup - Switch chip used by the port.
- Inactive bool
- Ingress
Filtering bool - Enables or disables VLAN ingress filtering, which checks if the ingress port is a member of the received VLAN ID in the bridge VLAN table. Should be used with frame-types to specify if the ingress traffic should be tagged or untagged. This property only has effect when vlan-filtering is set to yes.
- Interface string
- Name of the interface.
- Interface
Bridge stringPort Id - The ID of this resource.
- Internal
Path float64Cost - Path cost to the interface for MSTI0 inside a region. This property only has effect when protocol-mode is set to mstp.
- Learn string
- Changes MAC learning behaviour on a bridge port
- Learning bool
- Shows whether the port is capable of learning MAC addresses.
- Multicast
Router string - Changes the state of a bridge port whether IGMP membership reports are going to be forwarded to this port.
- Mvrp
Applicant stringState - MVRP applicant options (available since RouterOS 7.15): - non-participant - port does not send any MRP messages; - normal-participant - port participates normally in MRP exchanges.
- Mvrp
Registrar stringState - MVRP registrar options (available since RouterOS 7.15): - fixed - port ignores all MRP messages, and remains Registered (IN) in all configured vlans. - normal - port receives MRP messages and handles them according to the standard.
- Nextid string
- Path
Cost string - Path cost to the interface, used by STP to determine the "best" path, used by MSTP todetermine "best" path between regions. This property has no effect when protocol-mode is set to none.
- Point
To stringPoint - Specifies if a bridge port is connected to a bridge using a point-to-point link for faster convergence in case of failure. This property has no effect when protocol-mode is set to none.
- Point
To boolPoint Port - Whether the port is connected to a bridge port using full-duplex (true) or half-duplex (false).
- Priority string
- The priority of the interface, used by STP to determine the root port, used by MSTP to determine root port between regions.
- Pvid float64
- ort VLAN ID (pvid) specifies which VLAN the untagged ingress traffic is assigned to. This property only has effect when vlan-filtering is set to yes.
- Restricted
Role bool - Enable the restricted role on a port, used by STP to forbid a port becoming a root port. This property only has effect when protocol-mode is set to mstp.
- Restricted
Tcn bool - Disable topology change notification (TCN) sending on a port, used by STP to forbid network topology changes to propagate. This property only has effect when protocol-mode is set to mstp.
- Role string
- (R/M)STP algorithm assigned role of the port
- Root
Path float64Cost - The total cost of the path to the root-bridge.
- Sending
Rstp string - Whether the port is sending RSTP or MSTP BPDU types. A port will transit to STP type when RSTP/MSTP enabled port receives a STP BPDU
- Status string
- Port status ('in-bridge' - port is enabled).
- bool
- Forces all packets to be treated as untagged packets. Packets on ingress port will be tagged with another VLAN tag regardless if a VLAN tag already exists, packets will be tagged with a VLAN ID that matches the pvid value and will use EtherType that is specified in ether-type. This property only has effect when vlan-filtering is set to yes.
- Trusted bool
- When enabled, it allows to forward DHCP packets towards DHCP server through this port. Mainly used to limit unauthorized servers to provide malicious information for users. This property only has effect when dhcp-snooping is set to yes.
- Unknown
Multicast boolFlood - When enabled, bridge floods unknown multicast traffic to all bridge egress ports.
- Unknown
Unicast boolFlood - When enabled, bridge floods unknown unicast traffic to all bridge egress ports.
- ___
id_ float64 - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ string - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- ___
skip_ string - A set of transformations for field names. This is an internal service field, setting a value is not required.
- ___
id_ Double - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ String - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- ___
skip_ String - A set of transformations for field names. This is an internal service field, setting a value is not required.
- auto
Isolate Boolean - When enabled, prevents a port moving from discarding into forwarding state if no BPDUs are received from the neighboring bridge. The port will change into a forwarding state only when a BPDU is received. This property only has an effect when protocol-mode is set to rstp or mstp and edge is set to no.
- bpdu
Guard Boolean - This property has no effect when protocol-mode is set to none.
- bridge String
- broadcast
Flood Boolean - When enabled, bridge floods broadcast traffic to all bridge egress ports. When disabled, drops broadcast traffic on egress ports.
- comment String
- designated
Bridge String - Root bridge ID (bridge priority and the bridge MAC address).
- designated
Cost String - Designated cost.
- designated
Port DoubleNumber - Designated port number.
- disabled Boolean
- dynamic Boolean
- Configuration item created by software, not by management interface. It is not exported, and cannot be directly modified.
- edge String
- Set port as edge port or non-edge port, or enable edge discovery. Edge ports are connected to a LAN that has no other bridges attached.
- edge
Port Boolean - Whether port is an edge port or not.
- edge
Port BooleanDiscovery - Whether port is set to automatically detect edge ports.
- external
Fdb BooleanStatus - Whether registration table is used instead of forwarding data base.
- fast
Leave Boolean - Enables IGMP Fast leave feature on the port.
- forwarding Boolean
- Shows if the port is not blocked by (R/M)STP.
- frame
Types String - Specifies allowed ingress frame types on a bridge port. This property only has effect when vlan-filtering is set to yes.
- horizon String
- Use split horizon bridging to prevent bridging loops. Set the same value for group of ports, to prevent them from sending data to ports with the same horizon value. Split horizon is a software feature that disables hardware offloading. This value is integer '0'..'429496729' or 'none'.
- hw Boolean
- Enable or disable Hardware Offloading of the interface.
- hw
Offload Boolean - Hardware offloading state.
- hw
Offload StringGroup - Switch chip used by the port.
- inactive Boolean
- ingress
Filtering Boolean - Enables or disables VLAN ingress filtering, which checks if the ingress port is a member of the received VLAN ID in the bridge VLAN table. Should be used with frame-types to specify if the ingress traffic should be tagged or untagged. This property only has effect when vlan-filtering is set to yes.
- interface
Bridge StringPort Id - The ID of this resource.
- interface_ String
- Name of the interface.
- internal
Path DoubleCost - Path cost to the interface for MSTI0 inside a region. This property only has effect when protocol-mode is set to mstp.
- learn String
- Changes MAC learning behaviour on a bridge port
- learning Boolean
- Shows whether the port is capable of learning MAC addresses.
- multicast
Router String - Changes the state of a bridge port whether IGMP membership reports are going to be forwarded to this port.
- mvrp
Applicant StringState - MVRP applicant options (available since RouterOS 7.15): - non-participant - port does not send any MRP messages; - normal-participant - port participates normally in MRP exchanges.
- mvrp
Registrar StringState - MVRP registrar options (available since RouterOS 7.15): - fixed - port ignores all MRP messages, and remains Registered (IN) in all configured vlans. - normal - port receives MRP messages and handles them according to the standard.
- nextid String
- path
Cost String - Path cost to the interface, used by STP to determine the "best" path, used by MSTP todetermine "best" path between regions. This property has no effect when protocol-mode is set to none.
- point
To StringPoint - Specifies if a bridge port is connected to a bridge using a point-to-point link for faster convergence in case of failure. This property has no effect when protocol-mode is set to none.
- point
To BooleanPoint Port - Whether the port is connected to a bridge port using full-duplex (true) or half-duplex (false).
- priority String
- The priority of the interface, used by STP to determine the root port, used by MSTP to determine root port between regions.
- pvid Double
- ort VLAN ID (pvid) specifies which VLAN the untagged ingress traffic is assigned to. This property only has effect when vlan-filtering is set to yes.
- restricted
Role Boolean - Enable the restricted role on a port, used by STP to forbid a port becoming a root port. This property only has effect when protocol-mode is set to mstp.
- restricted
Tcn Boolean - Disable topology change notification (TCN) sending on a port, used by STP to forbid network topology changes to propagate. This property only has effect when protocol-mode is set to mstp.
- role String
- (R/M)STP algorithm assigned role of the port
- root
Path DoubleCost - The total cost of the path to the root-bridge.
- sending
Rstp String - Whether the port is sending RSTP or MSTP BPDU types. A port will transit to STP type when RSTP/MSTP enabled port receives a STP BPDU
- status String
- Port status ('in-bridge' - port is enabled).
- Boolean
- Forces all packets to be treated as untagged packets. Packets on ingress port will be tagged with another VLAN tag regardless if a VLAN tag already exists, packets will be tagged with a VLAN ID that matches the pvid value and will use EtherType that is specified in ether-type. This property only has effect when vlan-filtering is set to yes.
- trusted Boolean
- When enabled, it allows to forward DHCP packets towards DHCP server through this port. Mainly used to limit unauthorized servers to provide malicious information for users. This property only has effect when dhcp-snooping is set to yes.
- unknown
Multicast BooleanFlood - When enabled, bridge floods unknown multicast traffic to all bridge egress ports.
- unknown
Unicast BooleanFlood - When enabled, bridge floods unknown unicast traffic to all bridge egress ports.
- ___
id_ number - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ string - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- ___
skip_ string - A set of transformations for field names. This is an internal service field, setting a value is not required.
- auto
Isolate boolean - When enabled, prevents a port moving from discarding into forwarding state if no BPDUs are received from the neighboring bridge. The port will change into a forwarding state only when a BPDU is received. This property only has an effect when protocol-mode is set to rstp or mstp and edge is set to no.
- bpdu
Guard boolean - This property has no effect when protocol-mode is set to none.
- bridge string
- broadcast
Flood boolean - When enabled, bridge floods broadcast traffic to all bridge egress ports. When disabled, drops broadcast traffic on egress ports.
- comment string
- designated
Bridge string - Root bridge ID (bridge priority and the bridge MAC address).
- designated
Cost string - Designated cost.
- designated
Port numberNumber - Designated port number.
- disabled boolean
- dynamic boolean
- Configuration item created by software, not by management interface. It is not exported, and cannot be directly modified.
- edge string
- Set port as edge port or non-edge port, or enable edge discovery. Edge ports are connected to a LAN that has no other bridges attached.
- edge
Port boolean - Whether port is an edge port or not.
- edge
Port booleanDiscovery - Whether port is set to automatically detect edge ports.
- external
Fdb booleanStatus - Whether registration table is used instead of forwarding data base.
- fast
Leave boolean - Enables IGMP Fast leave feature on the port.
- forwarding boolean
- Shows if the port is not blocked by (R/M)STP.
- frame
Types string - Specifies allowed ingress frame types on a bridge port. This property only has effect when vlan-filtering is set to yes.
- horizon string
- Use split horizon bridging to prevent bridging loops. Set the same value for group of ports, to prevent them from sending data to ports with the same horizon value. Split horizon is a software feature that disables hardware offloading. This value is integer '0'..'429496729' or 'none'.
- hw boolean
- Enable or disable Hardware Offloading of the interface.
- hw
Offload boolean - Hardware offloading state.
- hw
Offload stringGroup - Switch chip used by the port.
- inactive boolean
- ingress
Filtering boolean - Enables or disables VLAN ingress filtering, which checks if the ingress port is a member of the received VLAN ID in the bridge VLAN table. Should be used with frame-types to specify if the ingress traffic should be tagged or untagged. This property only has effect when vlan-filtering is set to yes.
- interface string
- Name of the interface.
- interface
Bridge stringPort Id - The ID of this resource.
- internal
Path numberCost - Path cost to the interface for MSTI0 inside a region. This property only has effect when protocol-mode is set to mstp.
- learn string
- Changes MAC learning behaviour on a bridge port
- learning boolean
- Shows whether the port is capable of learning MAC addresses.
- multicast
Router string - Changes the state of a bridge port whether IGMP membership reports are going to be forwarded to this port.
- mvrp
Applicant stringState - MVRP applicant options (available since RouterOS 7.15): - non-participant - port does not send any MRP messages; - normal-participant - port participates normally in MRP exchanges.
- mvrp
Registrar stringState - MVRP registrar options (available since RouterOS 7.15): - fixed - port ignores all MRP messages, and remains Registered (IN) in all configured vlans. - normal - port receives MRP messages and handles them according to the standard.
- nextid string
- path
Cost string - Path cost to the interface, used by STP to determine the "best" path, used by MSTP todetermine "best" path between regions. This property has no effect when protocol-mode is set to none.
- point
To stringPoint - Specifies if a bridge port is connected to a bridge using a point-to-point link for faster convergence in case of failure. This property has no effect when protocol-mode is set to none.
- point
To booleanPoint Port - Whether the port is connected to a bridge port using full-duplex (true) or half-duplex (false).
- priority string
- The priority of the interface, used by STP to determine the root port, used by MSTP to determine root port between regions.
- pvid number
- ort VLAN ID (pvid) specifies which VLAN the untagged ingress traffic is assigned to. This property only has effect when vlan-filtering is set to yes.
- restricted
Role boolean - Enable the restricted role on a port, used by STP to forbid a port becoming a root port. This property only has effect when protocol-mode is set to mstp.
- restricted
Tcn boolean - Disable topology change notification (TCN) sending on a port, used by STP to forbid network topology changes to propagate. This property only has effect when protocol-mode is set to mstp.
- role string
- (R/M)STP algorithm assigned role of the port
- root
Path numberCost - The total cost of the path to the root-bridge.
- sending
Rstp string - Whether the port is sending RSTP or MSTP BPDU types. A port will transit to STP type when RSTP/MSTP enabled port receives a STP BPDU
- status string
- Port status ('in-bridge' - port is enabled).
- boolean
- Forces all packets to be treated as untagged packets. Packets on ingress port will be tagged with another VLAN tag regardless if a VLAN tag already exists, packets will be tagged with a VLAN ID that matches the pvid value and will use EtherType that is specified in ether-type. This property only has effect when vlan-filtering is set to yes.
- trusted boolean
- When enabled, it allows to forward DHCP packets towards DHCP server through this port. Mainly used to limit unauthorized servers to provide malicious information for users. This property only has effect when dhcp-snooping is set to yes.
- unknown
Multicast booleanFlood - When enabled, bridge floods unknown multicast traffic to all bridge egress ports.
- unknown
Unicast booleanFlood - When enabled, bridge floods unknown unicast traffic to all bridge egress ports.
- ___
id_ float - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ str - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- ___
skip_ str - A set of transformations for field names. This is an internal service field, setting a value is not required.
- auto_
isolate bool - When enabled, prevents a port moving from discarding into forwarding state if no BPDUs are received from the neighboring bridge. The port will change into a forwarding state only when a BPDU is received. This property only has an effect when protocol-mode is set to rstp or mstp and edge is set to no.
- bpdu_
guard bool - This property has no effect when protocol-mode is set to none.
- bridge str
- broadcast_
flood bool - When enabled, bridge floods broadcast traffic to all bridge egress ports. When disabled, drops broadcast traffic on egress ports.
- comment str
- designated_
bridge str - Root bridge ID (bridge priority and the bridge MAC address).
- designated_
cost str - Designated cost.
- designated_
port_ floatnumber - Designated port number.
- disabled bool
- dynamic bool
- Configuration item created by software, not by management interface. It is not exported, and cannot be directly modified.
- edge str
- Set port as edge port or non-edge port, or enable edge discovery. Edge ports are connected to a LAN that has no other bridges attached.
- edge_
port bool - Whether port is an edge port or not.
- edge_
port_ booldiscovery - Whether port is set to automatically detect edge ports.
- external_
fdb_ boolstatus - Whether registration table is used instead of forwarding data base.
- fast_
leave bool - Enables IGMP Fast leave feature on the port.
- forwarding bool
- Shows if the port is not blocked by (R/M)STP.
- frame_
types str - Specifies allowed ingress frame types on a bridge port. This property only has effect when vlan-filtering is set to yes.
- horizon str
- Use split horizon bridging to prevent bridging loops. Set the same value for group of ports, to prevent them from sending data to ports with the same horizon value. Split horizon is a software feature that disables hardware offloading. This value is integer '0'..'429496729' or 'none'.
- hw bool
- Enable or disable Hardware Offloading of the interface.
- hw_
offload bool - Hardware offloading state.
- hw_
offload_ strgroup - Switch chip used by the port.
- inactive bool
- ingress_
filtering bool - Enables or disables VLAN ingress filtering, which checks if the ingress port is a member of the received VLAN ID in the bridge VLAN table. Should be used with frame-types to specify if the ingress traffic should be tagged or untagged. This property only has effect when vlan-filtering is set to yes.
- interface str
- Name of the interface.
- interface_
bridge_ strport_ id - The ID of this resource.
- internal_
path_ floatcost - Path cost to the interface for MSTI0 inside a region. This property only has effect when protocol-mode is set to mstp.
- learn str
- Changes MAC learning behaviour on a bridge port
- learning bool
- Shows whether the port is capable of learning MAC addresses.
- multicast_
router str - Changes the state of a bridge port whether IGMP membership reports are going to be forwarded to this port.
- mvrp_
applicant_ strstate - MVRP applicant options (available since RouterOS 7.15): - non-participant - port does not send any MRP messages; - normal-participant - port participates normally in MRP exchanges.
- mvrp_
registrar_ strstate - MVRP registrar options (available since RouterOS 7.15): - fixed - port ignores all MRP messages, and remains Registered (IN) in all configured vlans. - normal - port receives MRP messages and handles them according to the standard.
- nextid str
- path_
cost str - Path cost to the interface, used by STP to determine the "best" path, used by MSTP todetermine "best" path between regions. This property has no effect when protocol-mode is set to none.
- point_
to_ strpoint - Specifies if a bridge port is connected to a bridge using a point-to-point link for faster convergence in case of failure. This property has no effect when protocol-mode is set to none.
- point_
to_ boolpoint_ port - Whether the port is connected to a bridge port using full-duplex (true) or half-duplex (false).
- priority str
- The priority of the interface, used by STP to determine the root port, used by MSTP to determine root port between regions.
- pvid float
- ort VLAN ID (pvid) specifies which VLAN the untagged ingress traffic is assigned to. This property only has effect when vlan-filtering is set to yes.
- restricted_
role bool - Enable the restricted role on a port, used by STP to forbid a port becoming a root port. This property only has effect when protocol-mode is set to mstp.
- restricted_
tcn bool - Disable topology change notification (TCN) sending on a port, used by STP to forbid network topology changes to propagate. This property only has effect when protocol-mode is set to mstp.
- role str
- (R/M)STP algorithm assigned role of the port
- root_
path_ floatcost - The total cost of the path to the root-bridge.
- sending_
rstp str - Whether the port is sending RSTP or MSTP BPDU types. A port will transit to STP type when RSTP/MSTP enabled port receives a STP BPDU
- status str
- Port status ('in-bridge' - port is enabled).
- tag_
stacking bool - Forces all packets to be treated as untagged packets. Packets on ingress port will be tagged with another VLAN tag regardless if a VLAN tag already exists, packets will be tagged with a VLAN ID that matches the pvid value and will use EtherType that is specified in ether-type. This property only has effect when vlan-filtering is set to yes.
- trusted bool
- When enabled, it allows to forward DHCP packets towards DHCP server through this port. Mainly used to limit unauthorized servers to provide malicious information for users. This property only has effect when dhcp-snooping is set to yes.
- unknown_
multicast_ boolflood - When enabled, bridge floods unknown multicast traffic to all bridge egress ports.
- unknown_
unicast_ boolflood - When enabled, bridge floods unknown unicast traffic to all bridge egress ports.
- ___
id_ Number - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ String - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- ___
skip_ String - A set of transformations for field names. This is an internal service field, setting a value is not required.
- auto
Isolate Boolean - When enabled, prevents a port moving from discarding into forwarding state if no BPDUs are received from the neighboring bridge. The port will change into a forwarding state only when a BPDU is received. This property only has an effect when protocol-mode is set to rstp or mstp and edge is set to no.
- bpdu
Guard Boolean - This property has no effect when protocol-mode is set to none.
- bridge String
- broadcast
Flood Boolean - When enabled, bridge floods broadcast traffic to all bridge egress ports. When disabled, drops broadcast traffic on egress ports.
- comment String
- designated
Bridge String - Root bridge ID (bridge priority and the bridge MAC address).
- designated
Cost String - Designated cost.
- designated
Port NumberNumber - Designated port number.
- disabled Boolean
- dynamic Boolean
- Configuration item created by software, not by management interface. It is not exported, and cannot be directly modified.
- edge String
- Set port as edge port or non-edge port, or enable edge discovery. Edge ports are connected to a LAN that has no other bridges attached.
- edge
Port Boolean - Whether port is an edge port or not.
- edge
Port BooleanDiscovery - Whether port is set to automatically detect edge ports.
- external
Fdb BooleanStatus - Whether registration table is used instead of forwarding data base.
- fast
Leave Boolean - Enables IGMP Fast leave feature on the port.
- forwarding Boolean
- Shows if the port is not blocked by (R/M)STP.
- frame
Types String - Specifies allowed ingress frame types on a bridge port. This property only has effect when vlan-filtering is set to yes.
- horizon String
- Use split horizon bridging to prevent bridging loops. Set the same value for group of ports, to prevent them from sending data to ports with the same horizon value. Split horizon is a software feature that disables hardware offloading. This value is integer '0'..'429496729' or 'none'.
- hw Boolean
- Enable or disable Hardware Offloading of the interface.
- hw
Offload Boolean - Hardware offloading state.
- hw
Offload StringGroup - Switch chip used by the port.
- inactive Boolean
- ingress
Filtering Boolean - Enables or disables VLAN ingress filtering, which checks if the ingress port is a member of the received VLAN ID in the bridge VLAN table. Should be used with frame-types to specify if the ingress traffic should be tagged or untagged. This property only has effect when vlan-filtering is set to yes.
- interface String
- Name of the interface.
- interface
Bridge StringPort Id - The ID of this resource.
- internal
Path NumberCost - Path cost to the interface for MSTI0 inside a region. This property only has effect when protocol-mode is set to mstp.
- learn String
- Changes MAC learning behaviour on a bridge port
- learning Boolean
- Shows whether the port is capable of learning MAC addresses.
- multicast
Router String - Changes the state of a bridge port whether IGMP membership reports are going to be forwarded to this port.
- mvrp
Applicant StringState - MVRP applicant options (available since RouterOS 7.15): - non-participant - port does not send any MRP messages; - normal-participant - port participates normally in MRP exchanges.
- mvrp
Registrar StringState - MVRP registrar options (available since RouterOS 7.15): - fixed - port ignores all MRP messages, and remains Registered (IN) in all configured vlans. - normal - port receives MRP messages and handles them according to the standard.
- nextid String
- path
Cost String - Path cost to the interface, used by STP to determine the "best" path, used by MSTP todetermine "best" path between regions. This property has no effect when protocol-mode is set to none.
- point
To StringPoint - Specifies if a bridge port is connected to a bridge using a point-to-point link for faster convergence in case of failure. This property has no effect when protocol-mode is set to none.
- point
To BooleanPoint Port - Whether the port is connected to a bridge port using full-duplex (true) or half-duplex (false).
- priority String
- The priority of the interface, used by STP to determine the root port, used by MSTP to determine root port between regions.
- pvid Number
- ort VLAN ID (pvid) specifies which VLAN the untagged ingress traffic is assigned to. This property only has effect when vlan-filtering is set to yes.
- restricted
Role Boolean - Enable the restricted role on a port, used by STP to forbid a port becoming a root port. This property only has effect when protocol-mode is set to mstp.
- restricted
Tcn Boolean - Disable topology change notification (TCN) sending on a port, used by STP to forbid network topology changes to propagate. This property only has effect when protocol-mode is set to mstp.
- role String
- (R/M)STP algorithm assigned role of the port
- root
Path NumberCost - The total cost of the path to the root-bridge.
- sending
Rstp String - Whether the port is sending RSTP or MSTP BPDU types. A port will transit to STP type when RSTP/MSTP enabled port receives a STP BPDU
- status String
- Port status ('in-bridge' - port is enabled).
- Boolean
- Forces all packets to be treated as untagged packets. Packets on ingress port will be tagged with another VLAN tag regardless if a VLAN tag already exists, packets will be tagged with a VLAN ID that matches the pvid value and will use EtherType that is specified in ether-type. This property only has effect when vlan-filtering is set to yes.
- trusted Boolean
- When enabled, it allows to forward DHCP packets towards DHCP server through this port. Mainly used to limit unauthorized servers to provide malicious information for users. This property only has effect when dhcp-snooping is set to yes.
- unknown
Multicast BooleanFlood - When enabled, bridge floods unknown multicast traffic to all bridge egress ports.
- unknown
Unicast BooleanFlood - When enabled, bridge floods unknown unicast traffic to all bridge egress ports.
Import
#The ID can be found via API or the terminal
#The command for the terminal is -> :put [/interface/bridge/port get [print show-ids]]
$ pulumi import routeros:index/interfaceBridgePort:InterfaceBridgePort bridge_port "*0"
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- routeros terraform-routeros/terraform-provider-routeros
- License
- Notes
- This Pulumi package is based on the
routeros
Terraform Provider.