# routeros.InterfaceEthernetSwitchCrs (Resource)
Resource for managing CRS (Cloud Router Switch) series device properties.
Example Usage
Example coming soon!
Example coming soon!
Example coming soon!
Example coming soon!
Example coming soon!
resources:
sw0:
type: routeros:InterfaceEthernetSwitchCrs
properties:
switchId: 0
name: new switch
dropIfInvalidOrSrcPortNotMemberOfVlanOnPorts:
- ether1
- ether2
- ether3
Create InterfaceEthernetSwitchCrs Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new InterfaceEthernetSwitchCrs(name: string, args?: InterfaceEthernetSwitchCrsArgs, opts?: CustomResourceOptions);@overload
def InterfaceEthernetSwitchCrs(resource_name: str,
args: Optional[InterfaceEthernetSwitchCrsArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def InterfaceEthernetSwitchCrs(resource_name: str,
opts: Optional[ResourceOptions] = None,
___id_: Optional[float] = None,
___path_: Optional[str] = None,
bridge_type: Optional[str] = None,
bypass_ingress_port_policing_fors: Optional[Sequence[str]] = None,
bypass_l2_security_check_filter_fors: Optional[Sequence[str]] = None,
bypass_vlan_ingress_filter_fors: Optional[Sequence[str]] = None,
drop_if_invalid_or_src_port_not_member_of_vlan_on_ports: Optional[Sequence[str]] = None,
drop_if_no_vlan_assignment_on_ports: Optional[Sequence[str]] = None,
egress_mirror0s: Optional[Sequence[str]] = None,
egress_mirror1s: Optional[Sequence[str]] = None,
egress_mirror_ratio: Optional[str] = None,
fdb_uses: Optional[str] = None,
forward_unknown_vlan: Optional[bool] = None,
ingress_mirror0s: Optional[Sequence[str]] = None,
ingress_mirror1s: Optional[Sequence[str]] = None,
ingress_mirror_ratio: Optional[str] = None,
interface_ethernet_switch_crs_id: Optional[str] = None,
mac_level_isolation: Optional[bool] = None,
mirror_egress_if_ingress_mirrored: Optional[bool] = None,
mirror_tx_on_mirror_port: Optional[bool] = None,
mirrored_packet_drop_precedence: Optional[str] = None,
mirrored_packet_qos_priority: Optional[float] = None,
multicast_lookup_mode: Optional[str] = None,
name: Optional[str] = None,
override_existing_when_ufdb_full: Optional[bool] = None,
unicast_fdb_timeout: Optional[str] = None,
unknown_vlan_lookup_mode: Optional[str] = None,
use_cvid_in_one2one_vlan_lookup: Optional[bool] = None,
use_svid_in_one2one_vlan_lookup: Optional[bool] = None,
vlan_uses: Optional[str] = None)func NewInterfaceEthernetSwitchCrs(ctx *Context, name string, args *InterfaceEthernetSwitchCrsArgs, opts ...ResourceOption) (*InterfaceEthernetSwitchCrs, error)public InterfaceEthernetSwitchCrs(string name, InterfaceEthernetSwitchCrsArgs? args = null, CustomResourceOptions? opts = null)
public InterfaceEthernetSwitchCrs(String name, InterfaceEthernetSwitchCrsArgs args)
public InterfaceEthernetSwitchCrs(String name, InterfaceEthernetSwitchCrsArgs args, CustomResourceOptions options)
type: routeros:InterfaceEthernetSwitchCrs
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 InterfaceEthernetSwitchCrsArgs
- 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 InterfaceEthernetSwitchCrsArgs
- 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 InterfaceEthernetSwitchCrsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args InterfaceEthernetSwitchCrsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args InterfaceEthernetSwitchCrsArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
InterfaceEthernetSwitchCrs 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 InterfaceEthernetSwitchCrs resource accepts the following input properties:
- Bridge
Type string - The bridge type defines which VLAN tag is used as Lookup-VID. Lookup-VID serves as the VLAN key for all VLAN-based lookups.
- Bypass
Ingress List<string>Port Policing Fors - Protocols that are excluded from Ingress Port Policing. (arp, dhcpv4, dhcpv6, eapol, igmp, mld, nd, pppoe-discovery, ripv1).
- Bypass
L2Security List<string>Check Filter Fors - Protocols that are excluded from Policy rule security check. (arp, dhcpv4, dhcpv6, eapol, igmp, mld, nd, pppoe-discovery, ripv1).
- Bypass
Vlan List<string>Ingress Filter Fors - Protocols that are excluded from Ingress VLAN filtering. These protocols are not dropped if they have invalid VLAN. (arp, dhcpv4, dhcpv6,eapol, igmp, mld, nd, pppoe-discovery, ripv1).
- Drop
If List<string>Invalid Or Src Port Not Member Of Vlan On Ports - Ports that drop invalid and other port VLAN ID frames.
- Drop
If List<string>No Vlan Assignment On Ports - Ports which drop frames if no MAC-based, Protocol-based VLAN assignment or Ingress VLAN Translation is applied.
- Egress
Mirror0s List<string> - The first egress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- Egress
Mirror1s List<string> - The second egress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- Egress
Mirror stringRatio - Proportion of egress mirrored packets compared to all packets.
- Fdb
Uses string - Analyzer port used for FDB-based mirroring.
- Forward
Unknown boolVlan - Whether to allow forwarding VLANs that are not members of the VLAN table.
- Ingress
Mirror0s List<string> - The first ingress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- Ingress
Mirror1s List<string> - The second ingress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- Ingress
Mirror stringRatio - The proportion of ingress mirrored packets compared to all packets.
- Interface
Ethernet stringSwitch Crs Id - The ID of this resource.
- Mac
Level boolIsolation - Globally enables or disables MAC level isolation. Once enabled, the switch will check the source and destination MAC address entries and their isolation-profile from the unicast forwarding table. By default, the switch will learn MAC addresses and place them into a promiscuous isolation profile. Other isolation profiles can be used when creating static unicast entries. If the source or destination MAC address is located on a promiscuous isolation profile, the packet is forwarded. If both source and destination MAC addresses are located on the same community1 or community2 isolation profile, the packet is forwarded. The packet is dropped when the source and destination MAC address isolation profile is isolated, or when the source and destination MAC address isolation profiles are from different communities (e.g. source MAC address is community1 and destination MAC address is community2). When MAC level isolation is globally disabled, the isolation is bypassed.
- Mirror
Egress boolIf Ingress Mirrored - When a packet is applied to both ingress and egress mirroring, only ingress mirroring is performed on the packet, if this setting is disabled. If this setting is enabled both mirroring types are applied.
- Mirror
Tx boolOn Mirror Port - Mirrored
Packet stringDrop Precedence - Remarked drop precedence in mirrored packets. This QoS attribute is used for mirrored packet enqueuing or dropping.
- Mirrored
Packet doubleQos Priority - Remarked priority in mirrored packets.
- Multicast
Lookup stringMode - Lookup mode for IPv4 multicast bridging.dst-mac-and-vid-always - For all packet types lookup key is the destination MAC and VLAN ID.dst-ip-and-vid-for-ipv4 - For IPv4 packets lookup key is the destination IP and VLAN ID. For other packet types, the lookup key is the destination MAC and VLAN ID.
- Name string
- Name of the switch.
- Override
Existing boolWhen Ufdb Full - Enable or disable to override existing entry which has the lowest aging value when UFDB is full.
- Unicast
Fdb stringTimeout - Timeout for Unicast FDB entries.
- Unknown
Vlan stringLookup Mode - Lookup and learning mode for packets with invalid VLAN.
- Use
Cvid boolIn One2one Vlan Lookup - Whether to use customer VLAN ID for 1:1 VLAN switching lookup.
- Use
Svid boolIn One2one Vlan Lookup - Whether to use service VLAN ID for 1:1 VLAN switching lookup.
- Vlan
Uses string - Analyzer port used for VLAN-based mirroring.
- ___
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.
- Bridge
Type string - The bridge type defines which VLAN tag is used as Lookup-VID. Lookup-VID serves as the VLAN key for all VLAN-based lookups.
- Bypass
Ingress []stringPort Policing Fors - Protocols that are excluded from Ingress Port Policing. (arp, dhcpv4, dhcpv6, eapol, igmp, mld, nd, pppoe-discovery, ripv1).
- Bypass
L2Security []stringCheck Filter Fors - Protocols that are excluded from Policy rule security check. (arp, dhcpv4, dhcpv6, eapol, igmp, mld, nd, pppoe-discovery, ripv1).
- Bypass
Vlan []stringIngress Filter Fors - Protocols that are excluded from Ingress VLAN filtering. These protocols are not dropped if they have invalid VLAN. (arp, dhcpv4, dhcpv6,eapol, igmp, mld, nd, pppoe-discovery, ripv1).
- Drop
If []stringInvalid Or Src Port Not Member Of Vlan On Ports - Ports that drop invalid and other port VLAN ID frames.
- Drop
If []stringNo Vlan Assignment On Ports - Ports which drop frames if no MAC-based, Protocol-based VLAN assignment or Ingress VLAN Translation is applied.
- Egress
Mirror0s []string - The first egress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- Egress
Mirror1s []string - The second egress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- Egress
Mirror stringRatio - Proportion of egress mirrored packets compared to all packets.
- Fdb
Uses string - Analyzer port used for FDB-based mirroring.
- Forward
Unknown boolVlan - Whether to allow forwarding VLANs that are not members of the VLAN table.
- Ingress
Mirror0s []string - The first ingress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- Ingress
Mirror1s []string - The second ingress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- Ingress
Mirror stringRatio - The proportion of ingress mirrored packets compared to all packets.
- Interface
Ethernet stringSwitch Crs Id - The ID of this resource.
- Mac
Level boolIsolation - Globally enables or disables MAC level isolation. Once enabled, the switch will check the source and destination MAC address entries and their isolation-profile from the unicast forwarding table. By default, the switch will learn MAC addresses and place them into a promiscuous isolation profile. Other isolation profiles can be used when creating static unicast entries. If the source or destination MAC address is located on a promiscuous isolation profile, the packet is forwarded. If both source and destination MAC addresses are located on the same community1 or community2 isolation profile, the packet is forwarded. The packet is dropped when the source and destination MAC address isolation profile is isolated, or when the source and destination MAC address isolation profiles are from different communities (e.g. source MAC address is community1 and destination MAC address is community2). When MAC level isolation is globally disabled, the isolation is bypassed.
- Mirror
Egress boolIf Ingress Mirrored - When a packet is applied to both ingress and egress mirroring, only ingress mirroring is performed on the packet, if this setting is disabled. If this setting is enabled both mirroring types are applied.
- Mirror
Tx boolOn Mirror Port - Mirrored
Packet stringDrop Precedence - Remarked drop precedence in mirrored packets. This QoS attribute is used for mirrored packet enqueuing or dropping.
- Mirrored
Packet float64Qos Priority - Remarked priority in mirrored packets.
- Multicast
Lookup stringMode - Lookup mode for IPv4 multicast bridging.dst-mac-and-vid-always - For all packet types lookup key is the destination MAC and VLAN ID.dst-ip-and-vid-for-ipv4 - For IPv4 packets lookup key is the destination IP and VLAN ID. For other packet types, the lookup key is the destination MAC and VLAN ID.
- Name string
- Name of the switch.
- Override
Existing boolWhen Ufdb Full - Enable or disable to override existing entry which has the lowest aging value when UFDB is full.
- Unicast
Fdb stringTimeout - Timeout for Unicast FDB entries.
- Unknown
Vlan stringLookup Mode - Lookup and learning mode for packets with invalid VLAN.
- Use
Cvid boolIn One2one Vlan Lookup - Whether to use customer VLAN ID for 1:1 VLAN switching lookup.
- Use
Svid boolIn One2one Vlan Lookup - Whether to use service VLAN ID for 1:1 VLAN switching lookup.
- Vlan
Uses string - Analyzer port used for VLAN-based mirroring.
- ___
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.
- ___
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.
- bridge
Type String - The bridge type defines which VLAN tag is used as Lookup-VID. Lookup-VID serves as the VLAN key for all VLAN-based lookups.
- bypass
Ingress List<String>Port Policing Fors - Protocols that are excluded from Ingress Port Policing. (arp, dhcpv4, dhcpv6, eapol, igmp, mld, nd, pppoe-discovery, ripv1).
- bypass
L2Security List<String>Check Filter Fors - Protocols that are excluded from Policy rule security check. (arp, dhcpv4, dhcpv6, eapol, igmp, mld, nd, pppoe-discovery, ripv1).
- bypass
Vlan List<String>Ingress Filter Fors - Protocols that are excluded from Ingress VLAN filtering. These protocols are not dropped if they have invalid VLAN. (arp, dhcpv4, dhcpv6,eapol, igmp, mld, nd, pppoe-discovery, ripv1).
- drop
If List<String>Invalid Or Src Port Not Member Of Vlan On Ports - Ports that drop invalid and other port VLAN ID frames.
- drop
If List<String>No Vlan Assignment On Ports - Ports which drop frames if no MAC-based, Protocol-based VLAN assignment or Ingress VLAN Translation is applied.
- egress
Mirror0s List<String> - The first egress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- egress
Mirror1s List<String> - The second egress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- egress
Mirror StringRatio - Proportion of egress mirrored packets compared to all packets.
- fdb
Uses String - Analyzer port used for FDB-based mirroring.
- forward
Unknown BooleanVlan - Whether to allow forwarding VLANs that are not members of the VLAN table.
- ingress
Mirror0s List<String> - The first ingress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- ingress
Mirror1s List<String> - The second ingress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- ingress
Mirror StringRatio - The proportion of ingress mirrored packets compared to all packets.
- interface
Ethernet StringSwitch Crs Id - The ID of this resource.
- mac
Level BooleanIsolation - Globally enables or disables MAC level isolation. Once enabled, the switch will check the source and destination MAC address entries and their isolation-profile from the unicast forwarding table. By default, the switch will learn MAC addresses and place them into a promiscuous isolation profile. Other isolation profiles can be used when creating static unicast entries. If the source or destination MAC address is located on a promiscuous isolation profile, the packet is forwarded. If both source and destination MAC addresses are located on the same community1 or community2 isolation profile, the packet is forwarded. The packet is dropped when the source and destination MAC address isolation profile is isolated, or when the source and destination MAC address isolation profiles are from different communities (e.g. source MAC address is community1 and destination MAC address is community2). When MAC level isolation is globally disabled, the isolation is bypassed.
- mirror
Egress BooleanIf Ingress Mirrored - When a packet is applied to both ingress and egress mirroring, only ingress mirroring is performed on the packet, if this setting is disabled. If this setting is enabled both mirroring types are applied.
- mirror
Tx BooleanOn Mirror Port - mirrored
Packet StringDrop Precedence - Remarked drop precedence in mirrored packets. This QoS attribute is used for mirrored packet enqueuing or dropping.
- mirrored
Packet DoubleQos Priority - Remarked priority in mirrored packets.
- multicast
Lookup StringMode - Lookup mode for IPv4 multicast bridging.dst-mac-and-vid-always - For all packet types lookup key is the destination MAC and VLAN ID.dst-ip-and-vid-for-ipv4 - For IPv4 packets lookup key is the destination IP and VLAN ID. For other packet types, the lookup key is the destination MAC and VLAN ID.
- name String
- Name of the switch.
- override
Existing BooleanWhen Ufdb Full - Enable or disable to override existing entry which has the lowest aging value when UFDB is full.
- unicast
Fdb StringTimeout - Timeout for Unicast FDB entries.
- unknown
Vlan StringLookup Mode - Lookup and learning mode for packets with invalid VLAN.
- use
Cvid BooleanIn One2one Vlan Lookup - Whether to use customer VLAN ID for 1:1 VLAN switching lookup.
- use
Svid BooleanIn One2one Vlan Lookup - Whether to use service VLAN ID for 1:1 VLAN switching lookup.
- vlan
Uses String - Analyzer port used for VLAN-based mirroring.
- ___
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.
- bridge
Type string - The bridge type defines which VLAN tag is used as Lookup-VID. Lookup-VID serves as the VLAN key for all VLAN-based lookups.
- bypass
Ingress string[]Port Policing Fors - Protocols that are excluded from Ingress Port Policing. (arp, dhcpv4, dhcpv6, eapol, igmp, mld, nd, pppoe-discovery, ripv1).
- bypass
L2Security string[]Check Filter Fors - Protocols that are excluded from Policy rule security check. (arp, dhcpv4, dhcpv6, eapol, igmp, mld, nd, pppoe-discovery, ripv1).
- bypass
Vlan string[]Ingress Filter Fors - Protocols that are excluded from Ingress VLAN filtering. These protocols are not dropped if they have invalid VLAN. (arp, dhcpv4, dhcpv6,eapol, igmp, mld, nd, pppoe-discovery, ripv1).
- drop
If string[]Invalid Or Src Port Not Member Of Vlan On Ports - Ports that drop invalid and other port VLAN ID frames.
- drop
If string[]No Vlan Assignment On Ports - Ports which drop frames if no MAC-based, Protocol-based VLAN assignment or Ingress VLAN Translation is applied.
- egress
Mirror0s string[] - The first egress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- egress
Mirror1s string[] - The second egress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- egress
Mirror stringRatio - Proportion of egress mirrored packets compared to all packets.
- fdb
Uses string - Analyzer port used for FDB-based mirroring.
- forward
Unknown booleanVlan - Whether to allow forwarding VLANs that are not members of the VLAN table.
- ingress
Mirror0s string[] - The first ingress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- ingress
Mirror1s string[] - The second ingress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- ingress
Mirror stringRatio - The proportion of ingress mirrored packets compared to all packets.
- interface
Ethernet stringSwitch Crs Id - The ID of this resource.
- mac
Level booleanIsolation - Globally enables or disables MAC level isolation. Once enabled, the switch will check the source and destination MAC address entries and their isolation-profile from the unicast forwarding table. By default, the switch will learn MAC addresses and place them into a promiscuous isolation profile. Other isolation profiles can be used when creating static unicast entries. If the source or destination MAC address is located on a promiscuous isolation profile, the packet is forwarded. If both source and destination MAC addresses are located on the same community1 or community2 isolation profile, the packet is forwarded. The packet is dropped when the source and destination MAC address isolation profile is isolated, or when the source and destination MAC address isolation profiles are from different communities (e.g. source MAC address is community1 and destination MAC address is community2). When MAC level isolation is globally disabled, the isolation is bypassed.
- mirror
Egress booleanIf Ingress Mirrored - When a packet is applied to both ingress and egress mirroring, only ingress mirroring is performed on the packet, if this setting is disabled. If this setting is enabled both mirroring types are applied.
- mirror
Tx booleanOn Mirror Port - mirrored
Packet stringDrop Precedence - Remarked drop precedence in mirrored packets. This QoS attribute is used for mirrored packet enqueuing or dropping.
- mirrored
Packet numberQos Priority - Remarked priority in mirrored packets.
- multicast
Lookup stringMode - Lookup mode for IPv4 multicast bridging.dst-mac-and-vid-always - For all packet types lookup key is the destination MAC and VLAN ID.dst-ip-and-vid-for-ipv4 - For IPv4 packets lookup key is the destination IP and VLAN ID. For other packet types, the lookup key is the destination MAC and VLAN ID.
- name string
- Name of the switch.
- override
Existing booleanWhen Ufdb Full - Enable or disable to override existing entry which has the lowest aging value when UFDB is full.
- unicast
Fdb stringTimeout - Timeout for Unicast FDB entries.
- unknown
Vlan stringLookup Mode - Lookup and learning mode for packets with invalid VLAN.
- use
Cvid booleanIn One2one Vlan Lookup - Whether to use customer VLAN ID for 1:1 VLAN switching lookup.
- use
Svid booleanIn One2one Vlan Lookup - Whether to use service VLAN ID for 1:1 VLAN switching lookup.
- vlan
Uses string - Analyzer port used for VLAN-based mirroring.
- ___
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.
- bridge_
type str - The bridge type defines which VLAN tag is used as Lookup-VID. Lookup-VID serves as the VLAN key for all VLAN-based lookups.
- bypass_
ingress_ Sequence[str]port_ policing_ fors - Protocols that are excluded from Ingress Port Policing. (arp, dhcpv4, dhcpv6, eapol, igmp, mld, nd, pppoe-discovery, ripv1).
- bypass_
l2_ Sequence[str]security_ check_ filter_ fors - Protocols that are excluded from Policy rule security check. (arp, dhcpv4, dhcpv6, eapol, igmp, mld, nd, pppoe-discovery, ripv1).
- bypass_
vlan_ Sequence[str]ingress_ filter_ fors - Protocols that are excluded from Ingress VLAN filtering. These protocols are not dropped if they have invalid VLAN. (arp, dhcpv4, dhcpv6,eapol, igmp, mld, nd, pppoe-discovery, ripv1).
- drop_
if_ Sequence[str]invalid_ or_ src_ port_ not_ member_ of_ vlan_ on_ ports - Ports that drop invalid and other port VLAN ID frames.
- drop_
if_ Sequence[str]no_ vlan_ assignment_ on_ ports - Ports which drop frames if no MAC-based, Protocol-based VLAN assignment or Ingress VLAN Translation is applied.
- egress_
mirror0s Sequence[str] - The first egress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- egress_
mirror1s Sequence[str] - The second egress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- egress_
mirror_ strratio - Proportion of egress mirrored packets compared to all packets.
- fdb_
uses str - Analyzer port used for FDB-based mirroring.
- forward_
unknown_ boolvlan - Whether to allow forwarding VLANs that are not members of the VLAN table.
- ingress_
mirror0s Sequence[str] - The first ingress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- ingress_
mirror1s Sequence[str] - The second ingress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- ingress_
mirror_ strratio - The proportion of ingress mirrored packets compared to all packets.
- interface_
ethernet_ strswitch_ crs_ id - The ID of this resource.
- mac_
level_ boolisolation - Globally enables or disables MAC level isolation. Once enabled, the switch will check the source and destination MAC address entries and their isolation-profile from the unicast forwarding table. By default, the switch will learn MAC addresses and place them into a promiscuous isolation profile. Other isolation profiles can be used when creating static unicast entries. If the source or destination MAC address is located on a promiscuous isolation profile, the packet is forwarded. If both source and destination MAC addresses are located on the same community1 or community2 isolation profile, the packet is forwarded. The packet is dropped when the source and destination MAC address isolation profile is isolated, or when the source and destination MAC address isolation profiles are from different communities (e.g. source MAC address is community1 and destination MAC address is community2). When MAC level isolation is globally disabled, the isolation is bypassed.
- mirror_
egress_ boolif_ ingress_ mirrored - When a packet is applied to both ingress and egress mirroring, only ingress mirroring is performed on the packet, if this setting is disabled. If this setting is enabled both mirroring types are applied.
- mirror_
tx_ boolon_ mirror_ port - mirrored_
packet_ strdrop_ precedence - Remarked drop precedence in mirrored packets. This QoS attribute is used for mirrored packet enqueuing or dropping.
- mirrored_
packet_ floatqos_ priority - Remarked priority in mirrored packets.
- multicast_
lookup_ strmode - Lookup mode for IPv4 multicast bridging.dst-mac-and-vid-always - For all packet types lookup key is the destination MAC and VLAN ID.dst-ip-and-vid-for-ipv4 - For IPv4 packets lookup key is the destination IP and VLAN ID. For other packet types, the lookup key is the destination MAC and VLAN ID.
- name str
- Name of the switch.
- override_
existing_ boolwhen_ ufdb_ full - Enable or disable to override existing entry which has the lowest aging value when UFDB is full.
- unicast_
fdb_ strtimeout - Timeout for Unicast FDB entries.
- unknown_
vlan_ strlookup_ mode - Lookup and learning mode for packets with invalid VLAN.
- use_
cvid_ boolin_ one2one_ vlan_ lookup - Whether to use customer VLAN ID for 1:1 VLAN switching lookup.
- use_
svid_ boolin_ one2one_ vlan_ lookup - Whether to use service VLAN ID for 1:1 VLAN switching lookup.
- vlan_
uses str - Analyzer port used for VLAN-based mirroring.
- ___
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.
- bridge
Type String - The bridge type defines which VLAN tag is used as Lookup-VID. Lookup-VID serves as the VLAN key for all VLAN-based lookups.
- bypass
Ingress List<String>Port Policing Fors - Protocols that are excluded from Ingress Port Policing. (arp, dhcpv4, dhcpv6, eapol, igmp, mld, nd, pppoe-discovery, ripv1).
- bypass
L2Security List<String>Check Filter Fors - Protocols that are excluded from Policy rule security check. (arp, dhcpv4, dhcpv6, eapol, igmp, mld, nd, pppoe-discovery, ripv1).
- bypass
Vlan List<String>Ingress Filter Fors - Protocols that are excluded from Ingress VLAN filtering. These protocols are not dropped if they have invalid VLAN. (arp, dhcpv4, dhcpv6,eapol, igmp, mld, nd, pppoe-discovery, ripv1).
- drop
If List<String>Invalid Or Src Port Not Member Of Vlan On Ports - Ports that drop invalid and other port VLAN ID frames.
- drop
If List<String>No Vlan Assignment On Ports - Ports which drop frames if no MAC-based, Protocol-based VLAN assignment or Ingress VLAN Translation is applied.
- egress
Mirror0s List<String> - The first egress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- egress
Mirror1s List<String> - The second egress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- egress
Mirror StringRatio - Proportion of egress mirrored packets compared to all packets.
- fdb
Uses String - Analyzer port used for FDB-based mirroring.
- forward
Unknown BooleanVlan - Whether to allow forwarding VLANs that are not members of the VLAN table.
- ingress
Mirror0s List<String> - The first ingress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- ingress
Mirror1s List<String> - The second ingress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- ingress
Mirror StringRatio - The proportion of ingress mirrored packets compared to all packets.
- interface
Ethernet StringSwitch Crs Id - The ID of this resource.
- mac
Level BooleanIsolation - Globally enables or disables MAC level isolation. Once enabled, the switch will check the source and destination MAC address entries and their isolation-profile from the unicast forwarding table. By default, the switch will learn MAC addresses and place them into a promiscuous isolation profile. Other isolation profiles can be used when creating static unicast entries. If the source or destination MAC address is located on a promiscuous isolation profile, the packet is forwarded. If both source and destination MAC addresses are located on the same community1 or community2 isolation profile, the packet is forwarded. The packet is dropped when the source and destination MAC address isolation profile is isolated, or when the source and destination MAC address isolation profiles are from different communities (e.g. source MAC address is community1 and destination MAC address is community2). When MAC level isolation is globally disabled, the isolation is bypassed.
- mirror
Egress BooleanIf Ingress Mirrored - When a packet is applied to both ingress and egress mirroring, only ingress mirroring is performed on the packet, if this setting is disabled. If this setting is enabled both mirroring types are applied.
- mirror
Tx BooleanOn Mirror Port - mirrored
Packet StringDrop Precedence - Remarked drop precedence in mirrored packets. This QoS attribute is used for mirrored packet enqueuing or dropping.
- mirrored
Packet NumberQos Priority - Remarked priority in mirrored packets.
- multicast
Lookup StringMode - Lookup mode for IPv4 multicast bridging.dst-mac-and-vid-always - For all packet types lookup key is the destination MAC and VLAN ID.dst-ip-and-vid-for-ipv4 - For IPv4 packets lookup key is the destination IP and VLAN ID. For other packet types, the lookup key is the destination MAC and VLAN ID.
- name String
- Name of the switch.
- override
Existing BooleanWhen Ufdb Full - Enable or disable to override existing entry which has the lowest aging value when UFDB is full.
- unicast
Fdb StringTimeout - Timeout for Unicast FDB entries.
- unknown
Vlan StringLookup Mode - Lookup and learning mode for packets with invalid VLAN.
- use
Cvid BooleanIn One2one Vlan Lookup - Whether to use customer VLAN ID for 1:1 VLAN switching lookup.
- use
Svid BooleanIn One2one Vlan Lookup - Whether to use service VLAN ID for 1:1 VLAN switching lookup.
- vlan
Uses String - Analyzer port used for VLAN-based mirroring.
Outputs
All input properties are implicitly available as output properties. Additionally, the InterfaceEthernetSwitchCrs resource produces the following output properties:
Look up Existing InterfaceEthernetSwitchCrs Resource
Get an existing InterfaceEthernetSwitchCrs 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?: InterfaceEthernetSwitchCrsState, opts?: CustomResourceOptions): InterfaceEthernetSwitchCrs@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
___id_: Optional[float] = None,
___path_: Optional[str] = None,
bridge_type: Optional[str] = None,
bypass_ingress_port_policing_fors: Optional[Sequence[str]] = None,
bypass_l2_security_check_filter_fors: Optional[Sequence[str]] = None,
bypass_vlan_ingress_filter_fors: Optional[Sequence[str]] = None,
drop_if_invalid_or_src_port_not_member_of_vlan_on_ports: Optional[Sequence[str]] = None,
drop_if_no_vlan_assignment_on_ports: Optional[Sequence[str]] = None,
egress_mirror0s: Optional[Sequence[str]] = None,
egress_mirror1s: Optional[Sequence[str]] = None,
egress_mirror_ratio: Optional[str] = None,
fdb_uses: Optional[str] = None,
forward_unknown_vlan: Optional[bool] = None,
ingress_mirror0s: Optional[Sequence[str]] = None,
ingress_mirror1s: Optional[Sequence[str]] = None,
ingress_mirror_ratio: Optional[str] = None,
interface_ethernet_switch_crs_id: Optional[str] = None,
mac_level_isolation: Optional[bool] = None,
mirror_egress_if_ingress_mirrored: Optional[bool] = None,
mirror_tx_on_mirror_port: Optional[bool] = None,
mirrored_packet_drop_precedence: Optional[str] = None,
mirrored_packet_qos_priority: Optional[float] = None,
multicast_lookup_mode: Optional[str] = None,
name: Optional[str] = None,
override_existing_when_ufdb_full: Optional[bool] = None,
type: Optional[str] = None,
unicast_fdb_timeout: Optional[str] = None,
unknown_vlan_lookup_mode: Optional[str] = None,
use_cvid_in_one2one_vlan_lookup: Optional[bool] = None,
use_svid_in_one2one_vlan_lookup: Optional[bool] = None,
vlan_uses: Optional[str] = None) -> InterfaceEthernetSwitchCrsfunc GetInterfaceEthernetSwitchCrs(ctx *Context, name string, id IDInput, state *InterfaceEthernetSwitchCrsState, opts ...ResourceOption) (*InterfaceEthernetSwitchCrs, error)public static InterfaceEthernetSwitchCrs Get(string name, Input<string> id, InterfaceEthernetSwitchCrsState? state, CustomResourceOptions? opts = null)public static InterfaceEthernetSwitchCrs get(String name, Output<String> id, InterfaceEthernetSwitchCrsState state, CustomResourceOptions options)resources: _: type: routeros:InterfaceEthernetSwitchCrs 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.
- Bridge
Type string - The bridge type defines which VLAN tag is used as Lookup-VID. Lookup-VID serves as the VLAN key for all VLAN-based lookups.
- Bypass
Ingress List<string>Port Policing Fors - Protocols that are excluded from Ingress Port Policing. (arp, dhcpv4, dhcpv6, eapol, igmp, mld, nd, pppoe-discovery, ripv1).
- Bypass
L2Security List<string>Check Filter Fors - Protocols that are excluded from Policy rule security check. (arp, dhcpv4, dhcpv6, eapol, igmp, mld, nd, pppoe-discovery, ripv1).
- Bypass
Vlan List<string>Ingress Filter Fors - Protocols that are excluded from Ingress VLAN filtering. These protocols are not dropped if they have invalid VLAN. (arp, dhcpv4, dhcpv6,eapol, igmp, mld, nd, pppoe-discovery, ripv1).
- Drop
If List<string>Invalid Or Src Port Not Member Of Vlan On Ports - Ports that drop invalid and other port VLAN ID frames.
- Drop
If List<string>No Vlan Assignment On Ports - Ports which drop frames if no MAC-based, Protocol-based VLAN assignment or Ingress VLAN Translation is applied.
- Egress
Mirror0s List<string> - The first egress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- Egress
Mirror1s List<string> - The second egress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- Egress
Mirror stringRatio - Proportion of egress mirrored packets compared to all packets.
- Fdb
Uses string - Analyzer port used for FDB-based mirroring.
- Forward
Unknown boolVlan - Whether to allow forwarding VLANs that are not members of the VLAN table.
- Ingress
Mirror0s List<string> - The first ingress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- Ingress
Mirror1s List<string> - The second ingress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- Ingress
Mirror stringRatio - The proportion of ingress mirrored packets compared to all packets.
- Interface
Ethernet stringSwitch Crs Id - The ID of this resource.
- Mac
Level boolIsolation - Globally enables or disables MAC level isolation. Once enabled, the switch will check the source and destination MAC address entries and their isolation-profile from the unicast forwarding table. By default, the switch will learn MAC addresses and place them into a promiscuous isolation profile. Other isolation profiles can be used when creating static unicast entries. If the source or destination MAC address is located on a promiscuous isolation profile, the packet is forwarded. If both source and destination MAC addresses are located on the same community1 or community2 isolation profile, the packet is forwarded. The packet is dropped when the source and destination MAC address isolation profile is isolated, or when the source and destination MAC address isolation profiles are from different communities (e.g. source MAC address is community1 and destination MAC address is community2). When MAC level isolation is globally disabled, the isolation is bypassed.
- Mirror
Egress boolIf Ingress Mirrored - When a packet is applied to both ingress and egress mirroring, only ingress mirroring is performed on the packet, if this setting is disabled. If this setting is enabled both mirroring types are applied.
- Mirror
Tx boolOn Mirror Port - Mirrored
Packet stringDrop Precedence - Remarked drop precedence in mirrored packets. This QoS attribute is used for mirrored packet enqueuing or dropping.
- Mirrored
Packet doubleQos Priority - Remarked priority in mirrored packets.
- Multicast
Lookup stringMode - Lookup mode for IPv4 multicast bridging.dst-mac-and-vid-always - For all packet types lookup key is the destination MAC and VLAN ID.dst-ip-and-vid-for-ipv4 - For IPv4 packets lookup key is the destination IP and VLAN ID. For other packet types, the lookup key is the destination MAC and VLAN ID.
- Name string
- Name of the switch.
- Override
Existing boolWhen Ufdb Full - Enable or disable to override existing entry which has the lowest aging value when UFDB is full.
- Type string
- Switch-chip type.
- Unicast
Fdb stringTimeout - Timeout for Unicast FDB entries.
- Unknown
Vlan stringLookup Mode - Lookup and learning mode for packets with invalid VLAN.
- Use
Cvid boolIn One2one Vlan Lookup - Whether to use customer VLAN ID for 1:1 VLAN switching lookup.
- Use
Svid boolIn One2one Vlan Lookup - Whether to use service VLAN ID for 1:1 VLAN switching lookup.
- Vlan
Uses string - Analyzer port used for VLAN-based mirroring.
- ___
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.
- Bridge
Type string - The bridge type defines which VLAN tag is used as Lookup-VID. Lookup-VID serves as the VLAN key for all VLAN-based lookups.
- Bypass
Ingress []stringPort Policing Fors - Protocols that are excluded from Ingress Port Policing. (arp, dhcpv4, dhcpv6, eapol, igmp, mld, nd, pppoe-discovery, ripv1).
- Bypass
L2Security []stringCheck Filter Fors - Protocols that are excluded from Policy rule security check. (arp, dhcpv4, dhcpv6, eapol, igmp, mld, nd, pppoe-discovery, ripv1).
- Bypass
Vlan []stringIngress Filter Fors - Protocols that are excluded from Ingress VLAN filtering. These protocols are not dropped if they have invalid VLAN. (arp, dhcpv4, dhcpv6,eapol, igmp, mld, nd, pppoe-discovery, ripv1).
- Drop
If []stringInvalid Or Src Port Not Member Of Vlan On Ports - Ports that drop invalid and other port VLAN ID frames.
- Drop
If []stringNo Vlan Assignment On Ports - Ports which drop frames if no MAC-based, Protocol-based VLAN assignment or Ingress VLAN Translation is applied.
- Egress
Mirror0s []string - The first egress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- Egress
Mirror1s []string - The second egress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- Egress
Mirror stringRatio - Proportion of egress mirrored packets compared to all packets.
- Fdb
Uses string - Analyzer port used for FDB-based mirroring.
- Forward
Unknown boolVlan - Whether to allow forwarding VLANs that are not members of the VLAN table.
- Ingress
Mirror0s []string - The first ingress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- Ingress
Mirror1s []string - The second ingress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- Ingress
Mirror stringRatio - The proportion of ingress mirrored packets compared to all packets.
- Interface
Ethernet stringSwitch Crs Id - The ID of this resource.
- Mac
Level boolIsolation - Globally enables or disables MAC level isolation. Once enabled, the switch will check the source and destination MAC address entries and their isolation-profile from the unicast forwarding table. By default, the switch will learn MAC addresses and place them into a promiscuous isolation profile. Other isolation profiles can be used when creating static unicast entries. If the source or destination MAC address is located on a promiscuous isolation profile, the packet is forwarded. If both source and destination MAC addresses are located on the same community1 or community2 isolation profile, the packet is forwarded. The packet is dropped when the source and destination MAC address isolation profile is isolated, or when the source and destination MAC address isolation profiles are from different communities (e.g. source MAC address is community1 and destination MAC address is community2). When MAC level isolation is globally disabled, the isolation is bypassed.
- Mirror
Egress boolIf Ingress Mirrored - When a packet is applied to both ingress and egress mirroring, only ingress mirroring is performed on the packet, if this setting is disabled. If this setting is enabled both mirroring types are applied.
- Mirror
Tx boolOn Mirror Port - Mirrored
Packet stringDrop Precedence - Remarked drop precedence in mirrored packets. This QoS attribute is used for mirrored packet enqueuing or dropping.
- Mirrored
Packet float64Qos Priority - Remarked priority in mirrored packets.
- Multicast
Lookup stringMode - Lookup mode for IPv4 multicast bridging.dst-mac-and-vid-always - For all packet types lookup key is the destination MAC and VLAN ID.dst-ip-and-vid-for-ipv4 - For IPv4 packets lookup key is the destination IP and VLAN ID. For other packet types, the lookup key is the destination MAC and VLAN ID.
- Name string
- Name of the switch.
- Override
Existing boolWhen Ufdb Full - Enable or disable to override existing entry which has the lowest aging value when UFDB is full.
- Type string
- Switch-chip type.
- Unicast
Fdb stringTimeout - Timeout for Unicast FDB entries.
- Unknown
Vlan stringLookup Mode - Lookup and learning mode for packets with invalid VLAN.
- Use
Cvid boolIn One2one Vlan Lookup - Whether to use customer VLAN ID for 1:1 VLAN switching lookup.
- Use
Svid boolIn One2one Vlan Lookup - Whether to use service VLAN ID for 1:1 VLAN switching lookup.
- Vlan
Uses string - Analyzer port used for VLAN-based mirroring.
- ___
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.
- ___
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.
- bridge
Type String - The bridge type defines which VLAN tag is used as Lookup-VID. Lookup-VID serves as the VLAN key for all VLAN-based lookups.
- bypass
Ingress List<String>Port Policing Fors - Protocols that are excluded from Ingress Port Policing. (arp, dhcpv4, dhcpv6, eapol, igmp, mld, nd, pppoe-discovery, ripv1).
- bypass
L2Security List<String>Check Filter Fors - Protocols that are excluded from Policy rule security check. (arp, dhcpv4, dhcpv6, eapol, igmp, mld, nd, pppoe-discovery, ripv1).
- bypass
Vlan List<String>Ingress Filter Fors - Protocols that are excluded from Ingress VLAN filtering. These protocols are not dropped if they have invalid VLAN. (arp, dhcpv4, dhcpv6,eapol, igmp, mld, nd, pppoe-discovery, ripv1).
- drop
If List<String>Invalid Or Src Port Not Member Of Vlan On Ports - Ports that drop invalid and other port VLAN ID frames.
- drop
If List<String>No Vlan Assignment On Ports - Ports which drop frames if no MAC-based, Protocol-based VLAN assignment or Ingress VLAN Translation is applied.
- egress
Mirror0s List<String> - The first egress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- egress
Mirror1s List<String> - The second egress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- egress
Mirror StringRatio - Proportion of egress mirrored packets compared to all packets.
- fdb
Uses String - Analyzer port used for FDB-based mirroring.
- forward
Unknown BooleanVlan - Whether to allow forwarding VLANs that are not members of the VLAN table.
- ingress
Mirror0s List<String> - The first ingress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- ingress
Mirror1s List<String> - The second ingress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- ingress
Mirror StringRatio - The proportion of ingress mirrored packets compared to all packets.
- interface
Ethernet StringSwitch Crs Id - The ID of this resource.
- mac
Level BooleanIsolation - Globally enables or disables MAC level isolation. Once enabled, the switch will check the source and destination MAC address entries and their isolation-profile from the unicast forwarding table. By default, the switch will learn MAC addresses and place them into a promiscuous isolation profile. Other isolation profiles can be used when creating static unicast entries. If the source or destination MAC address is located on a promiscuous isolation profile, the packet is forwarded. If both source and destination MAC addresses are located on the same community1 or community2 isolation profile, the packet is forwarded. The packet is dropped when the source and destination MAC address isolation profile is isolated, or when the source and destination MAC address isolation profiles are from different communities (e.g. source MAC address is community1 and destination MAC address is community2). When MAC level isolation is globally disabled, the isolation is bypassed.
- mirror
Egress BooleanIf Ingress Mirrored - When a packet is applied to both ingress and egress mirroring, only ingress mirroring is performed on the packet, if this setting is disabled. If this setting is enabled both mirroring types are applied.
- mirror
Tx BooleanOn Mirror Port - mirrored
Packet StringDrop Precedence - Remarked drop precedence in mirrored packets. This QoS attribute is used for mirrored packet enqueuing or dropping.
- mirrored
Packet DoubleQos Priority - Remarked priority in mirrored packets.
- multicast
Lookup StringMode - Lookup mode for IPv4 multicast bridging.dst-mac-and-vid-always - For all packet types lookup key is the destination MAC and VLAN ID.dst-ip-and-vid-for-ipv4 - For IPv4 packets lookup key is the destination IP and VLAN ID. For other packet types, the lookup key is the destination MAC and VLAN ID.
- name String
- Name of the switch.
- override
Existing BooleanWhen Ufdb Full - Enable or disable to override existing entry which has the lowest aging value when UFDB is full.
- type String
- Switch-chip type.
- unicast
Fdb StringTimeout - Timeout for Unicast FDB entries.
- unknown
Vlan StringLookup Mode - Lookup and learning mode for packets with invalid VLAN.
- use
Cvid BooleanIn One2one Vlan Lookup - Whether to use customer VLAN ID for 1:1 VLAN switching lookup.
- use
Svid BooleanIn One2one Vlan Lookup - Whether to use service VLAN ID for 1:1 VLAN switching lookup.
- vlan
Uses String - Analyzer port used for VLAN-based mirroring.
- ___
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.
- bridge
Type string - The bridge type defines which VLAN tag is used as Lookup-VID. Lookup-VID serves as the VLAN key for all VLAN-based lookups.
- bypass
Ingress string[]Port Policing Fors - Protocols that are excluded from Ingress Port Policing. (arp, dhcpv4, dhcpv6, eapol, igmp, mld, nd, pppoe-discovery, ripv1).
- bypass
L2Security string[]Check Filter Fors - Protocols that are excluded from Policy rule security check. (arp, dhcpv4, dhcpv6, eapol, igmp, mld, nd, pppoe-discovery, ripv1).
- bypass
Vlan string[]Ingress Filter Fors - Protocols that are excluded from Ingress VLAN filtering. These protocols are not dropped if they have invalid VLAN. (arp, dhcpv4, dhcpv6,eapol, igmp, mld, nd, pppoe-discovery, ripv1).
- drop
If string[]Invalid Or Src Port Not Member Of Vlan On Ports - Ports that drop invalid and other port VLAN ID frames.
- drop
If string[]No Vlan Assignment On Ports - Ports which drop frames if no MAC-based, Protocol-based VLAN assignment or Ingress VLAN Translation is applied.
- egress
Mirror0s string[] - The first egress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- egress
Mirror1s string[] - The second egress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- egress
Mirror stringRatio - Proportion of egress mirrored packets compared to all packets.
- fdb
Uses string - Analyzer port used for FDB-based mirroring.
- forward
Unknown booleanVlan - Whether to allow forwarding VLANs that are not members of the VLAN table.
- ingress
Mirror0s string[] - The first ingress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- ingress
Mirror1s string[] - The second ingress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- ingress
Mirror stringRatio - The proportion of ingress mirrored packets compared to all packets.
- interface
Ethernet stringSwitch Crs Id - The ID of this resource.
- mac
Level booleanIsolation - Globally enables or disables MAC level isolation. Once enabled, the switch will check the source and destination MAC address entries and their isolation-profile from the unicast forwarding table. By default, the switch will learn MAC addresses and place them into a promiscuous isolation profile. Other isolation profiles can be used when creating static unicast entries. If the source or destination MAC address is located on a promiscuous isolation profile, the packet is forwarded. If both source and destination MAC addresses are located on the same community1 or community2 isolation profile, the packet is forwarded. The packet is dropped when the source and destination MAC address isolation profile is isolated, or when the source and destination MAC address isolation profiles are from different communities (e.g. source MAC address is community1 and destination MAC address is community2). When MAC level isolation is globally disabled, the isolation is bypassed.
- mirror
Egress booleanIf Ingress Mirrored - When a packet is applied to both ingress and egress mirroring, only ingress mirroring is performed on the packet, if this setting is disabled. If this setting is enabled both mirroring types are applied.
- mirror
Tx booleanOn Mirror Port - mirrored
Packet stringDrop Precedence - Remarked drop precedence in mirrored packets. This QoS attribute is used for mirrored packet enqueuing or dropping.
- mirrored
Packet numberQos Priority - Remarked priority in mirrored packets.
- multicast
Lookup stringMode - Lookup mode for IPv4 multicast bridging.dst-mac-and-vid-always - For all packet types lookup key is the destination MAC and VLAN ID.dst-ip-and-vid-for-ipv4 - For IPv4 packets lookup key is the destination IP and VLAN ID. For other packet types, the lookup key is the destination MAC and VLAN ID.
- name string
- Name of the switch.
- override
Existing booleanWhen Ufdb Full - Enable or disable to override existing entry which has the lowest aging value when UFDB is full.
- type string
- Switch-chip type.
- unicast
Fdb stringTimeout - Timeout for Unicast FDB entries.
- unknown
Vlan stringLookup Mode - Lookup and learning mode for packets with invalid VLAN.
- use
Cvid booleanIn One2one Vlan Lookup - Whether to use customer VLAN ID for 1:1 VLAN switching lookup.
- use
Svid booleanIn One2one Vlan Lookup - Whether to use service VLAN ID for 1:1 VLAN switching lookup.
- vlan
Uses string - Analyzer port used for VLAN-based mirroring.
- ___
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.
- bridge_
type str - The bridge type defines which VLAN tag is used as Lookup-VID. Lookup-VID serves as the VLAN key for all VLAN-based lookups.
- bypass_
ingress_ Sequence[str]port_ policing_ fors - Protocols that are excluded from Ingress Port Policing. (arp, dhcpv4, dhcpv6, eapol, igmp, mld, nd, pppoe-discovery, ripv1).
- bypass_
l2_ Sequence[str]security_ check_ filter_ fors - Protocols that are excluded from Policy rule security check. (arp, dhcpv4, dhcpv6, eapol, igmp, mld, nd, pppoe-discovery, ripv1).
- bypass_
vlan_ Sequence[str]ingress_ filter_ fors - Protocols that are excluded from Ingress VLAN filtering. These protocols are not dropped if they have invalid VLAN. (arp, dhcpv4, dhcpv6,eapol, igmp, mld, nd, pppoe-discovery, ripv1).
- drop_
if_ Sequence[str]invalid_ or_ src_ port_ not_ member_ of_ vlan_ on_ ports - Ports that drop invalid and other port VLAN ID frames.
- drop_
if_ Sequence[str]no_ vlan_ assignment_ on_ ports - Ports which drop frames if no MAC-based, Protocol-based VLAN assignment or Ingress VLAN Translation is applied.
- egress_
mirror0s Sequence[str] - The first egress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- egress_
mirror1s Sequence[str] - The second egress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- egress_
mirror_ strratio - Proportion of egress mirrored packets compared to all packets.
- fdb_
uses str - Analyzer port used for FDB-based mirroring.
- forward_
unknown_ boolvlan - Whether to allow forwarding VLANs that are not members of the VLAN table.
- ingress_
mirror0s Sequence[str] - The first ingress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- ingress_
mirror1s Sequence[str] - The second ingress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- ingress_
mirror_ strratio - The proportion of ingress mirrored packets compared to all packets.
- interface_
ethernet_ strswitch_ crs_ id - The ID of this resource.
- mac_
level_ boolisolation - Globally enables or disables MAC level isolation. Once enabled, the switch will check the source and destination MAC address entries and their isolation-profile from the unicast forwarding table. By default, the switch will learn MAC addresses and place them into a promiscuous isolation profile. Other isolation profiles can be used when creating static unicast entries. If the source or destination MAC address is located on a promiscuous isolation profile, the packet is forwarded. If both source and destination MAC addresses are located on the same community1 or community2 isolation profile, the packet is forwarded. The packet is dropped when the source and destination MAC address isolation profile is isolated, or when the source and destination MAC address isolation profiles are from different communities (e.g. source MAC address is community1 and destination MAC address is community2). When MAC level isolation is globally disabled, the isolation is bypassed.
- mirror_
egress_ boolif_ ingress_ mirrored - When a packet is applied to both ingress and egress mirroring, only ingress mirroring is performed on the packet, if this setting is disabled. If this setting is enabled both mirroring types are applied.
- mirror_
tx_ boolon_ mirror_ port - mirrored_
packet_ strdrop_ precedence - Remarked drop precedence in mirrored packets. This QoS attribute is used for mirrored packet enqueuing or dropping.
- mirrored_
packet_ floatqos_ priority - Remarked priority in mirrored packets.
- multicast_
lookup_ strmode - Lookup mode for IPv4 multicast bridging.dst-mac-and-vid-always - For all packet types lookup key is the destination MAC and VLAN ID.dst-ip-and-vid-for-ipv4 - For IPv4 packets lookup key is the destination IP and VLAN ID. For other packet types, the lookup key is the destination MAC and VLAN ID.
- name str
- Name of the switch.
- override_
existing_ boolwhen_ ufdb_ full - Enable or disable to override existing entry which has the lowest aging value when UFDB is full.
- type str
- Switch-chip type.
- unicast_
fdb_ strtimeout - Timeout for Unicast FDB entries.
- unknown_
vlan_ strlookup_ mode - Lookup and learning mode for packets with invalid VLAN.
- use_
cvid_ boolin_ one2one_ vlan_ lookup - Whether to use customer VLAN ID for 1:1 VLAN switching lookup.
- use_
svid_ boolin_ one2one_ vlan_ lookup - Whether to use service VLAN ID for 1:1 VLAN switching lookup.
- vlan_
uses str - Analyzer port used for VLAN-based mirroring.
- ___
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.
- bridge
Type String - The bridge type defines which VLAN tag is used as Lookup-VID. Lookup-VID serves as the VLAN key for all VLAN-based lookups.
- bypass
Ingress List<String>Port Policing Fors - Protocols that are excluded from Ingress Port Policing. (arp, dhcpv4, dhcpv6, eapol, igmp, mld, nd, pppoe-discovery, ripv1).
- bypass
L2Security List<String>Check Filter Fors - Protocols that are excluded from Policy rule security check. (arp, dhcpv4, dhcpv6, eapol, igmp, mld, nd, pppoe-discovery, ripv1).
- bypass
Vlan List<String>Ingress Filter Fors - Protocols that are excluded from Ingress VLAN filtering. These protocols are not dropped if they have invalid VLAN. (arp, dhcpv4, dhcpv6,eapol, igmp, mld, nd, pppoe-discovery, ripv1).
- drop
If List<String>Invalid Or Src Port Not Member Of Vlan On Ports - Ports that drop invalid and other port VLAN ID frames.
- drop
If List<String>No Vlan Assignment On Ports - Ports which drop frames if no MAC-based, Protocol-based VLAN assignment or Ingress VLAN Translation is applied.
- egress
Mirror0s List<String> - The first egress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- egress
Mirror1s List<String> - The second egress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- egress
Mirror StringRatio - Proportion of egress mirrored packets compared to all packets.
- fdb
Uses String - Analyzer port used for FDB-based mirroring.
- forward
Unknown BooleanVlan - Whether to allow forwarding VLANs that are not members of the VLAN table.
- ingress
Mirror0s List<String> - The first ingress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- ingress
Mirror1s List<String> - The second ingress mirroring analyzer port or trunk and mirroring format:analyzer-configured - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the analyzer port.modified - The packet is the same as the packet to the destination. VLAN format is modified based on the VLAN configurations of the egress port.original - Traffic is mirrored without any change to the original incoming packet format. But the service VLAN tag is stripped in the edge port.
- ingress
Mirror StringRatio - The proportion of ingress mirrored packets compared to all packets.
- interface
Ethernet StringSwitch Crs Id - The ID of this resource.
- mac
Level BooleanIsolation - Globally enables or disables MAC level isolation. Once enabled, the switch will check the source and destination MAC address entries and their isolation-profile from the unicast forwarding table. By default, the switch will learn MAC addresses and place them into a promiscuous isolation profile. Other isolation profiles can be used when creating static unicast entries. If the source or destination MAC address is located on a promiscuous isolation profile, the packet is forwarded. If both source and destination MAC addresses are located on the same community1 or community2 isolation profile, the packet is forwarded. The packet is dropped when the source and destination MAC address isolation profile is isolated, or when the source and destination MAC address isolation profiles are from different communities (e.g. source MAC address is community1 and destination MAC address is community2). When MAC level isolation is globally disabled, the isolation is bypassed.
- mirror
Egress BooleanIf Ingress Mirrored - When a packet is applied to both ingress and egress mirroring, only ingress mirroring is performed on the packet, if this setting is disabled. If this setting is enabled both mirroring types are applied.
- mirror
Tx BooleanOn Mirror Port - mirrored
Packet StringDrop Precedence - Remarked drop precedence in mirrored packets. This QoS attribute is used for mirrored packet enqueuing or dropping.
- mirrored
Packet NumberQos Priority - Remarked priority in mirrored packets.
- multicast
Lookup StringMode - Lookup mode for IPv4 multicast bridging.dst-mac-and-vid-always - For all packet types lookup key is the destination MAC and VLAN ID.dst-ip-and-vid-for-ipv4 - For IPv4 packets lookup key is the destination IP and VLAN ID. For other packet types, the lookup key is the destination MAC and VLAN ID.
- name String
- Name of the switch.
- override
Existing BooleanWhen Ufdb Full - Enable or disable to override existing entry which has the lowest aging value when UFDB is full.
- type String
- Switch-chip type.
- unicast
Fdb StringTimeout - Timeout for Unicast FDB entries.
- unknown
Vlan StringLookup Mode - Lookup and learning mode for packets with invalid VLAN.
- use
Cvid BooleanIn One2one Vlan Lookup - Whether to use customer VLAN ID for 1:1 VLAN switching lookup.
- use
Svid BooleanIn One2one Vlan Lookup - Whether to use service VLAN ID for 1:1 VLAN switching lookup.
- vlan
Uses String - Analyzer port used for VLAN-based mirroring.
Import
$ pulumi import routeros:index/interfaceEthernetSwitchCrs:InterfaceEthernetSwitchCrs sw0 .
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
routerosTerraform Provider.
