1. Packages
  2. Routeros Provider
  3. API Docs
  4. InterfaceW60g
routeros 1.83.1 published on Monday, Apr 28, 2025 by terraform-routeros

routeros.InterfaceW60g

Explore with Pulumi AI

routeros logo
routeros 1.83.1 published on Monday, Apr 28, 2025 by terraform-routeros

    Example Usage

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    resources:
      test:
        type: routeros:InterfaceW60g
        properties:
          disabled: false
          make: wlan60-1
          mode: ap-bridge
          password: put_your_safe_password_here
          ssid: put_your_new_ssid_here
    

    Create InterfaceW60g Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new InterfaceW60g(name: string, args?: InterfaceW60gArgs, opts?: CustomResourceOptions);
    @overload
    def InterfaceW60g(resource_name: str,
                      args: Optional[InterfaceW60gArgs] = None,
                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def InterfaceW60g(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      ___id_: Optional[float] = None,
                      ___path_: Optional[str] = None,
                      ___skip_: Optional[str] = None,
                      arp: Optional[str] = None,
                      arp_timeout: Optional[str] = None,
                      comment: Optional[str] = None,
                      disabled: Optional[bool] = None,
                      frequency: Optional[str] = None,
                      interface_w60g_id: Optional[str] = None,
                      isolate_stations: Optional[bool] = None,
                      l2mtu: Optional[float] = None,
                      mac_address: Optional[str] = None,
                      mdmg_fix: Optional[bool] = None,
                      mode: Optional[str] = None,
                      mtu: Optional[str] = None,
                      name: Optional[str] = None,
                      password: Optional[str] = None,
                      put_stations_in_bridge: Optional[str] = None,
                      region: Optional[str] = None,
                      scan_lists: Optional[Sequence[str]] = None,
                      ssid: Optional[str] = None,
                      tx_sector: Optional[float] = None)
    func NewInterfaceW60g(ctx *Context, name string, args *InterfaceW60gArgs, opts ...ResourceOption) (*InterfaceW60g, error)
    public InterfaceW60g(string name, InterfaceW60gArgs? args = null, CustomResourceOptions? opts = null)
    public InterfaceW60g(String name, InterfaceW60gArgs args)
    public InterfaceW60g(String name, InterfaceW60gArgs args, CustomResourceOptions options)
    
    type: routeros:InterfaceW60g
    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 InterfaceW60gArgs
    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 InterfaceW60gArgs
    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 InterfaceW60gArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args InterfaceW60gArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args InterfaceW60gArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    InterfaceW60g 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 InterfaceW60g resource accepts the following input properties:

    Arp string
    Address Resolution Protocol mode: * disabled - the interface will not use ARP * enabled - the interface will use ARP * local-proxy-arp - the router performs proxy ARP on the interface and sends replies to the same interface * proxy-arp - the router performs proxy ARP on the interface and sends replies to other interfaces * reply-only - the interface will only reply to requests originated from matching IP address/MAC address combinations which are entered as static entries in the ARP table. No dynamic entries will be automatically stored in the ARP table. Therefore for communications to be successful, a valid static entry must already exist.
    ArpTimeout string
    ARP timeout is time how long ARP record is kept in ARP table after no packets are received from IP. Value auto equals to the value of arp-timeout in IP/Settings, default is 30s. Can use postfix ms, s, m, h, d for milliseconds, seconds, minutes, hours or days. If no postfix is set then seconds (s) is used.
    Comment string
    Disabled bool
    Frequency string
    Frequency used in communication (Only active on bridge device).
    InterfaceW60gId string
    IsolateStations bool
    Don't allow communication between connected clients (from RouterOS 6.41).
    L2mtu double
    Layer2 Maximum transmission unit. See.
    MacAddress string
    MAC address of the radio interface.
    MdmgFix bool
    Experimental feature working only on wAP60Gx3 devices, providing better point to multi point stability in some cases.
    Mode string
    Operation mode.
    Mtu string
    Layer3 Maximum transmission unit ('auto', 0 .. 65535)
    Name string
    Name of the interface.
    Password string
    Password used for AES encryption.
    PutStationsInBridge string
    Put newly created station device interfaces in this bridge.
    Region string
    Parameter to limit frequency use.
    ScanLists List<string>
    Scan list to limit connectivity over frequencies in station mode.
    Ssid string
    SSID (service set identifier) is a name that identifies wireless network (0..32 char).
    TxSector double
    Disables beamforming and locks to selected radiation pattern.
    ___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.
    Arp string
    Address Resolution Protocol mode: * disabled - the interface will not use ARP * enabled - the interface will use ARP * local-proxy-arp - the router performs proxy ARP on the interface and sends replies to the same interface * proxy-arp - the router performs proxy ARP on the interface and sends replies to other interfaces * reply-only - the interface will only reply to requests originated from matching IP address/MAC address combinations which are entered as static entries in the ARP table. No dynamic entries will be automatically stored in the ARP table. Therefore for communications to be successful, a valid static entry must already exist.
    ArpTimeout string
    ARP timeout is time how long ARP record is kept in ARP table after no packets are received from IP. Value auto equals to the value of arp-timeout in IP/Settings, default is 30s. Can use postfix ms, s, m, h, d for milliseconds, seconds, minutes, hours or days. If no postfix is set then seconds (s) is used.
    Comment string
    Disabled bool
    Frequency string
    Frequency used in communication (Only active on bridge device).
    InterfaceW60gId string
    IsolateStations bool
    Don't allow communication between connected clients (from RouterOS 6.41).
    L2mtu float64
    Layer2 Maximum transmission unit. See.
    MacAddress string
    MAC address of the radio interface.
    MdmgFix bool
    Experimental feature working only on wAP60Gx3 devices, providing better point to multi point stability in some cases.
    Mode string
    Operation mode.
    Mtu string
    Layer3 Maximum transmission unit ('auto', 0 .. 65535)
    Name string
    Name of the interface.
    Password string
    Password used for AES encryption.
    PutStationsInBridge string
    Put newly created station device interfaces in this bridge.
    Region string
    Parameter to limit frequency use.
    ScanLists []string
    Scan list to limit connectivity over frequencies in station mode.
    Ssid string
    SSID (service set identifier) is a name that identifies wireless network (0..32 char).
    TxSector float64
    Disables beamforming and locks to selected radiation pattern.
    ___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.
    arp String
    Address Resolution Protocol mode: * disabled - the interface will not use ARP * enabled - the interface will use ARP * local-proxy-arp - the router performs proxy ARP on the interface and sends replies to the same interface * proxy-arp - the router performs proxy ARP on the interface and sends replies to other interfaces * reply-only - the interface will only reply to requests originated from matching IP address/MAC address combinations which are entered as static entries in the ARP table. No dynamic entries will be automatically stored in the ARP table. Therefore for communications to be successful, a valid static entry must already exist.
    arpTimeout String
    ARP timeout is time how long ARP record is kept in ARP table after no packets are received from IP. Value auto equals to the value of arp-timeout in IP/Settings, default is 30s. Can use postfix ms, s, m, h, d for milliseconds, seconds, minutes, hours or days. If no postfix is set then seconds (s) is used.
    comment String
    disabled Boolean
    frequency String
    Frequency used in communication (Only active on bridge device).
    interfaceW60gId String
    isolateStations Boolean
    Don't allow communication between connected clients (from RouterOS 6.41).
    l2mtu Double
    Layer2 Maximum transmission unit. See.
    macAddress String
    MAC address of the radio interface.
    mdmgFix Boolean
    Experimental feature working only on wAP60Gx3 devices, providing better point to multi point stability in some cases.
    mode String
    Operation mode.
    mtu String
    Layer3 Maximum transmission unit ('auto', 0 .. 65535)
    name String
    Name of the interface.
    password String
    Password used for AES encryption.
    putStationsInBridge String
    Put newly created station device interfaces in this bridge.
    region String
    Parameter to limit frequency use.
    scanLists List<String>
    Scan list to limit connectivity over frequencies in station mode.
    ssid String
    SSID (service set identifier) is a name that identifies wireless network (0..32 char).
    txSector Double
    Disables beamforming and locks to selected radiation pattern.
    ___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.
    arp string
    Address Resolution Protocol mode: * disabled - the interface will not use ARP * enabled - the interface will use ARP * local-proxy-arp - the router performs proxy ARP on the interface and sends replies to the same interface * proxy-arp - the router performs proxy ARP on the interface and sends replies to other interfaces * reply-only - the interface will only reply to requests originated from matching IP address/MAC address combinations which are entered as static entries in the ARP table. No dynamic entries will be automatically stored in the ARP table. Therefore for communications to be successful, a valid static entry must already exist.
    arpTimeout string
    ARP timeout is time how long ARP record is kept in ARP table after no packets are received from IP. Value auto equals to the value of arp-timeout in IP/Settings, default is 30s. Can use postfix ms, s, m, h, d for milliseconds, seconds, minutes, hours or days. If no postfix is set then seconds (s) is used.
    comment string
    disabled boolean
    frequency string
    Frequency used in communication (Only active on bridge device).
    interfaceW60gId string
    isolateStations boolean
    Don't allow communication between connected clients (from RouterOS 6.41).
    l2mtu number
    Layer2 Maximum transmission unit. See.
    macAddress string
    MAC address of the radio interface.
    mdmgFix boolean
    Experimental feature working only on wAP60Gx3 devices, providing better point to multi point stability in some cases.
    mode string
    Operation mode.
    mtu string
    Layer3 Maximum transmission unit ('auto', 0 .. 65535)
    name string
    Name of the interface.
    password string
    Password used for AES encryption.
    putStationsInBridge string
    Put newly created station device interfaces in this bridge.
    region string
    Parameter to limit frequency use.
    scanLists string[]
    Scan list to limit connectivity over frequencies in station mode.
    ssid string
    SSID (service set identifier) is a name that identifies wireless network (0..32 char).
    txSector number
    Disables beamforming and locks to selected radiation pattern.
    ___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.
    arp str
    Address Resolution Protocol mode: * disabled - the interface will not use ARP * enabled - the interface will use ARP * local-proxy-arp - the router performs proxy ARP on the interface and sends replies to the same interface * proxy-arp - the router performs proxy ARP on the interface and sends replies to other interfaces * reply-only - the interface will only reply to requests originated from matching IP address/MAC address combinations which are entered as static entries in the ARP table. No dynamic entries will be automatically stored in the ARP table. Therefore for communications to be successful, a valid static entry must already exist.
    arp_timeout str
    ARP timeout is time how long ARP record is kept in ARP table after no packets are received from IP. Value auto equals to the value of arp-timeout in IP/Settings, default is 30s. Can use postfix ms, s, m, h, d for milliseconds, seconds, minutes, hours or days. If no postfix is set then seconds (s) is used.
    comment str
    disabled bool
    frequency str
    Frequency used in communication (Only active on bridge device).
    interface_w60g_id str
    isolate_stations bool
    Don't allow communication between connected clients (from RouterOS 6.41).
    l2mtu float
    Layer2 Maximum transmission unit. See.
    mac_address str
    MAC address of the radio interface.
    mdmg_fix bool
    Experimental feature working only on wAP60Gx3 devices, providing better point to multi point stability in some cases.
    mode str
    Operation mode.
    mtu str
    Layer3 Maximum transmission unit ('auto', 0 .. 65535)
    name str
    Name of the interface.
    password str
    Password used for AES encryption.
    put_stations_in_bridge str
    Put newly created station device interfaces in this bridge.
    region str
    Parameter to limit frequency use.
    scan_lists Sequence[str]
    Scan list to limit connectivity over frequencies in station mode.
    ssid str
    SSID (service set identifier) is a name that identifies wireless network (0..32 char).
    tx_sector float
    Disables beamforming and locks to selected radiation pattern.
    ___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.
    arp String
    Address Resolution Protocol mode: * disabled - the interface will not use ARP * enabled - the interface will use ARP * local-proxy-arp - the router performs proxy ARP on the interface and sends replies to the same interface * proxy-arp - the router performs proxy ARP on the interface and sends replies to other interfaces * reply-only - the interface will only reply to requests originated from matching IP address/MAC address combinations which are entered as static entries in the ARP table. No dynamic entries will be automatically stored in the ARP table. Therefore for communications to be successful, a valid static entry must already exist.
    arpTimeout String
    ARP timeout is time how long ARP record is kept in ARP table after no packets are received from IP. Value auto equals to the value of arp-timeout in IP/Settings, default is 30s. Can use postfix ms, s, m, h, d for milliseconds, seconds, minutes, hours or days. If no postfix is set then seconds (s) is used.
    comment String
    disabled Boolean
    frequency String
    Frequency used in communication (Only active on bridge device).
    interfaceW60gId String
    isolateStations Boolean
    Don't allow communication between connected clients (from RouterOS 6.41).
    l2mtu Number
    Layer2 Maximum transmission unit. See.
    macAddress String
    MAC address of the radio interface.
    mdmgFix Boolean
    Experimental feature working only on wAP60Gx3 devices, providing better point to multi point stability in some cases.
    mode String
    Operation mode.
    mtu String
    Layer3 Maximum transmission unit ('auto', 0 .. 65535)
    name String
    Name of the interface.
    password String
    Password used for AES encryption.
    putStationsInBridge String
    Put newly created station device interfaces in this bridge.
    region String
    Parameter to limit frequency use.
    scanLists List<String>
    Scan list to limit connectivity over frequencies in station mode.
    ssid String
    SSID (service set identifier) is a name that identifies wireless network (0..32 char).
    txSector Number
    Disables beamforming and locks to selected radiation pattern.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the InterfaceW60g resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Running bool
    Id string
    The provider-assigned unique ID for this managed resource.
    Running bool
    id String
    The provider-assigned unique ID for this managed resource.
    running Boolean
    id string
    The provider-assigned unique ID for this managed resource.
    running boolean
    id str
    The provider-assigned unique ID for this managed resource.
    running bool
    id String
    The provider-assigned unique ID for this managed resource.
    running Boolean

    Look up Existing InterfaceW60g Resource

    Get an existing InterfaceW60g 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?: InterfaceW60gState, opts?: CustomResourceOptions): InterfaceW60g
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            ___id_: Optional[float] = None,
            ___path_: Optional[str] = None,
            ___skip_: Optional[str] = None,
            arp: Optional[str] = None,
            arp_timeout: Optional[str] = None,
            comment: Optional[str] = None,
            disabled: Optional[bool] = None,
            frequency: Optional[str] = None,
            interface_w60g_id: Optional[str] = None,
            isolate_stations: Optional[bool] = None,
            l2mtu: Optional[float] = None,
            mac_address: Optional[str] = None,
            mdmg_fix: Optional[bool] = None,
            mode: Optional[str] = None,
            mtu: Optional[str] = None,
            name: Optional[str] = None,
            password: Optional[str] = None,
            put_stations_in_bridge: Optional[str] = None,
            region: Optional[str] = None,
            running: Optional[bool] = None,
            scan_lists: Optional[Sequence[str]] = None,
            ssid: Optional[str] = None,
            tx_sector: Optional[float] = None) -> InterfaceW60g
    func GetInterfaceW60g(ctx *Context, name string, id IDInput, state *InterfaceW60gState, opts ...ResourceOption) (*InterfaceW60g, error)
    public static InterfaceW60g Get(string name, Input<string> id, InterfaceW60gState? state, CustomResourceOptions? opts = null)
    public static InterfaceW60g get(String name, Output<String> id, InterfaceW60gState state, CustomResourceOptions options)
    resources:  _:    type: routeros:InterfaceW60g    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.
    The following state arguments are supported:
    Arp string
    Address Resolution Protocol mode: * disabled - the interface will not use ARP * enabled - the interface will use ARP * local-proxy-arp - the router performs proxy ARP on the interface and sends replies to the same interface * proxy-arp - the router performs proxy ARP on the interface and sends replies to other interfaces * reply-only - the interface will only reply to requests originated from matching IP address/MAC address combinations which are entered as static entries in the ARP table. No dynamic entries will be automatically stored in the ARP table. Therefore for communications to be successful, a valid static entry must already exist.
    ArpTimeout string
    ARP timeout is time how long ARP record is kept in ARP table after no packets are received from IP. Value auto equals to the value of arp-timeout in IP/Settings, default is 30s. Can use postfix ms, s, m, h, d for milliseconds, seconds, minutes, hours or days. If no postfix is set then seconds (s) is used.
    Comment string
    Disabled bool
    Frequency string
    Frequency used in communication (Only active on bridge device).
    InterfaceW60gId string
    IsolateStations bool
    Don't allow communication between connected clients (from RouterOS 6.41).
    L2mtu double
    Layer2 Maximum transmission unit. See.
    MacAddress string
    MAC address of the radio interface.
    MdmgFix bool
    Experimental feature working only on wAP60Gx3 devices, providing better point to multi point stability in some cases.
    Mode string
    Operation mode.
    Mtu string
    Layer3 Maximum transmission unit ('auto', 0 .. 65535)
    Name string
    Name of the interface.
    Password string
    Password used for AES encryption.
    PutStationsInBridge string
    Put newly created station device interfaces in this bridge.
    Region string
    Parameter to limit frequency use.
    Running bool
    ScanLists List<string>
    Scan list to limit connectivity over frequencies in station mode.
    Ssid string
    SSID (service set identifier) is a name that identifies wireless network (0..32 char).
    TxSector double
    Disables beamforming and locks to selected radiation pattern.
    ___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.
    Arp string
    Address Resolution Protocol mode: * disabled - the interface will not use ARP * enabled - the interface will use ARP * local-proxy-arp - the router performs proxy ARP on the interface and sends replies to the same interface * proxy-arp - the router performs proxy ARP on the interface and sends replies to other interfaces * reply-only - the interface will only reply to requests originated from matching IP address/MAC address combinations which are entered as static entries in the ARP table. No dynamic entries will be automatically stored in the ARP table. Therefore for communications to be successful, a valid static entry must already exist.
    ArpTimeout string
    ARP timeout is time how long ARP record is kept in ARP table after no packets are received from IP. Value auto equals to the value of arp-timeout in IP/Settings, default is 30s. Can use postfix ms, s, m, h, d for milliseconds, seconds, minutes, hours or days. If no postfix is set then seconds (s) is used.
    Comment string
    Disabled bool
    Frequency string
    Frequency used in communication (Only active on bridge device).
    InterfaceW60gId string
    IsolateStations bool
    Don't allow communication between connected clients (from RouterOS 6.41).
    L2mtu float64
    Layer2 Maximum transmission unit. See.
    MacAddress string
    MAC address of the radio interface.
    MdmgFix bool
    Experimental feature working only on wAP60Gx3 devices, providing better point to multi point stability in some cases.
    Mode string
    Operation mode.
    Mtu string
    Layer3 Maximum transmission unit ('auto', 0 .. 65535)
    Name string
    Name of the interface.
    Password string
    Password used for AES encryption.
    PutStationsInBridge string
    Put newly created station device interfaces in this bridge.
    Region string
    Parameter to limit frequency use.
    Running bool
    ScanLists []string
    Scan list to limit connectivity over frequencies in station mode.
    Ssid string
    SSID (service set identifier) is a name that identifies wireless network (0..32 char).
    TxSector float64
    Disables beamforming and locks to selected radiation pattern.
    ___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.
    arp String
    Address Resolution Protocol mode: * disabled - the interface will not use ARP * enabled - the interface will use ARP * local-proxy-arp - the router performs proxy ARP on the interface and sends replies to the same interface * proxy-arp - the router performs proxy ARP on the interface and sends replies to other interfaces * reply-only - the interface will only reply to requests originated from matching IP address/MAC address combinations which are entered as static entries in the ARP table. No dynamic entries will be automatically stored in the ARP table. Therefore for communications to be successful, a valid static entry must already exist.
    arpTimeout String
    ARP timeout is time how long ARP record is kept in ARP table after no packets are received from IP. Value auto equals to the value of arp-timeout in IP/Settings, default is 30s. Can use postfix ms, s, m, h, d for milliseconds, seconds, minutes, hours or days. If no postfix is set then seconds (s) is used.
    comment String
    disabled Boolean
    frequency String
    Frequency used in communication (Only active on bridge device).
    interfaceW60gId String
    isolateStations Boolean
    Don't allow communication between connected clients (from RouterOS 6.41).
    l2mtu Double
    Layer2 Maximum transmission unit. See.
    macAddress String
    MAC address of the radio interface.
    mdmgFix Boolean
    Experimental feature working only on wAP60Gx3 devices, providing better point to multi point stability in some cases.
    mode String
    Operation mode.
    mtu String
    Layer3 Maximum transmission unit ('auto', 0 .. 65535)
    name String
    Name of the interface.
    password String
    Password used for AES encryption.
    putStationsInBridge String
    Put newly created station device interfaces in this bridge.
    region String
    Parameter to limit frequency use.
    running Boolean
    scanLists List<String>
    Scan list to limit connectivity over frequencies in station mode.
    ssid String
    SSID (service set identifier) is a name that identifies wireless network (0..32 char).
    txSector Double
    Disables beamforming and locks to selected radiation pattern.
    ___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.
    arp string
    Address Resolution Protocol mode: * disabled - the interface will not use ARP * enabled - the interface will use ARP * local-proxy-arp - the router performs proxy ARP on the interface and sends replies to the same interface * proxy-arp - the router performs proxy ARP on the interface and sends replies to other interfaces * reply-only - the interface will only reply to requests originated from matching IP address/MAC address combinations which are entered as static entries in the ARP table. No dynamic entries will be automatically stored in the ARP table. Therefore for communications to be successful, a valid static entry must already exist.
    arpTimeout string
    ARP timeout is time how long ARP record is kept in ARP table after no packets are received from IP. Value auto equals to the value of arp-timeout in IP/Settings, default is 30s. Can use postfix ms, s, m, h, d for milliseconds, seconds, minutes, hours or days. If no postfix is set then seconds (s) is used.
    comment string
    disabled boolean
    frequency string
    Frequency used in communication (Only active on bridge device).
    interfaceW60gId string
    isolateStations boolean
    Don't allow communication between connected clients (from RouterOS 6.41).
    l2mtu number
    Layer2 Maximum transmission unit. See.
    macAddress string
    MAC address of the radio interface.
    mdmgFix boolean
    Experimental feature working only on wAP60Gx3 devices, providing better point to multi point stability in some cases.
    mode string
    Operation mode.
    mtu string
    Layer3 Maximum transmission unit ('auto', 0 .. 65535)
    name string
    Name of the interface.
    password string
    Password used for AES encryption.
    putStationsInBridge string
    Put newly created station device interfaces in this bridge.
    region string
    Parameter to limit frequency use.
    running boolean
    scanLists string[]
    Scan list to limit connectivity over frequencies in station mode.
    ssid string
    SSID (service set identifier) is a name that identifies wireless network (0..32 char).
    txSector number
    Disables beamforming and locks to selected radiation pattern.
    ___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.
    arp str
    Address Resolution Protocol mode: * disabled - the interface will not use ARP * enabled - the interface will use ARP * local-proxy-arp - the router performs proxy ARP on the interface and sends replies to the same interface * proxy-arp - the router performs proxy ARP on the interface and sends replies to other interfaces * reply-only - the interface will only reply to requests originated from matching IP address/MAC address combinations which are entered as static entries in the ARP table. No dynamic entries will be automatically stored in the ARP table. Therefore for communications to be successful, a valid static entry must already exist.
    arp_timeout str
    ARP timeout is time how long ARP record is kept in ARP table after no packets are received from IP. Value auto equals to the value of arp-timeout in IP/Settings, default is 30s. Can use postfix ms, s, m, h, d for milliseconds, seconds, minutes, hours or days. If no postfix is set then seconds (s) is used.
    comment str
    disabled bool
    frequency str
    Frequency used in communication (Only active on bridge device).
    interface_w60g_id str
    isolate_stations bool
    Don't allow communication between connected clients (from RouterOS 6.41).
    l2mtu float
    Layer2 Maximum transmission unit. See.
    mac_address str
    MAC address of the radio interface.
    mdmg_fix bool
    Experimental feature working only on wAP60Gx3 devices, providing better point to multi point stability in some cases.
    mode str
    Operation mode.
    mtu str
    Layer3 Maximum transmission unit ('auto', 0 .. 65535)
    name str
    Name of the interface.
    password str
    Password used for AES encryption.
    put_stations_in_bridge str
    Put newly created station device interfaces in this bridge.
    region str
    Parameter to limit frequency use.
    running bool
    scan_lists Sequence[str]
    Scan list to limit connectivity over frequencies in station mode.
    ssid str
    SSID (service set identifier) is a name that identifies wireless network (0..32 char).
    tx_sector float
    Disables beamforming and locks to selected radiation pattern.
    ___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.
    arp String
    Address Resolution Protocol mode: * disabled - the interface will not use ARP * enabled - the interface will use ARP * local-proxy-arp - the router performs proxy ARP on the interface and sends replies to the same interface * proxy-arp - the router performs proxy ARP on the interface and sends replies to other interfaces * reply-only - the interface will only reply to requests originated from matching IP address/MAC address combinations which are entered as static entries in the ARP table. No dynamic entries will be automatically stored in the ARP table. Therefore for communications to be successful, a valid static entry must already exist.
    arpTimeout String
    ARP timeout is time how long ARP record is kept in ARP table after no packets are received from IP. Value auto equals to the value of arp-timeout in IP/Settings, default is 30s. Can use postfix ms, s, m, h, d for milliseconds, seconds, minutes, hours or days. If no postfix is set then seconds (s) is used.
    comment String
    disabled Boolean
    frequency String
    Frequency used in communication (Only active on bridge device).
    interfaceW60gId String
    isolateStations Boolean
    Don't allow communication between connected clients (from RouterOS 6.41).
    l2mtu Number
    Layer2 Maximum transmission unit. See.
    macAddress String
    MAC address of the radio interface.
    mdmgFix Boolean
    Experimental feature working only on wAP60Gx3 devices, providing better point to multi point stability in some cases.
    mode String
    Operation mode.
    mtu String
    Layer3 Maximum transmission unit ('auto', 0 .. 65535)
    name String
    Name of the interface.
    password String
    Password used for AES encryption.
    putStationsInBridge String
    Put newly created station device interfaces in this bridge.
    region String
    Parameter to limit frequency use.
    running Boolean
    scanLists List<String>
    Scan list to limit connectivity over frequencies in station mode.
    ssid String
    SSID (service set identifier) is a name that identifies wireless network (0..32 char).
    txSector Number
    Disables beamforming and locks to selected radiation pattern.

    Import

    #The ID can be found via API or the terminal

    #The command for the terminal is -> :put [/interface/w60g get [print show-ids]]

    $ pulumi import routeros:index/interfaceW60g:InterfaceW60g test *3
    

    #Or you can import a resource using one of its attributes

    $ pulumi import routeros:index/interfaceW60g:InterfaceW60g test "name=xxx"
    

    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.
    routeros logo
    routeros 1.83.1 published on Monday, Apr 28, 2025 by terraform-routeros