routeros.InterfaceWirelessConnectList
Explore with Pulumi AI
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as routeros from "@pulumi/routeros";
const test = new routeros.InterfaceWirelessConnectList("test", {
"interface": "wlan0",
securityProfile: "test-secp",
});
import pulumi
import pulumi_routeros as routeros
test = routeros.InterfaceWirelessConnectList("test",
interface="wlan0",
security_profile="test-secp")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/routeros/routeros"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := routeros.NewInterfaceWirelessConnectList(ctx, "test", &routeros.InterfaceWirelessConnectListArgs{
Interface: pulumi.String("wlan0"),
SecurityProfile: pulumi.String("test-secp"),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Routeros = Pulumi.Routeros;
return await Deployment.RunAsync(() =>
{
var test = new Routeros.InterfaceWirelessConnectList("test", new()
{
Interface = "wlan0",
SecurityProfile = "test-secp",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.routeros.InterfaceWirelessConnectList;
import com.pulumi.routeros.InterfaceWirelessConnectListArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var test = new InterfaceWirelessConnectList("test", InterfaceWirelessConnectListArgs.builder()
.interface_("wlan0")
.securityProfile("test-secp")
.build());
}
}
resources:
test:
type: routeros:InterfaceWirelessConnectList
properties:
interface: wlan0
securityProfile: test-secp
Create InterfaceWirelessConnectList Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new InterfaceWirelessConnectList(name: string, args: InterfaceWirelessConnectListArgs, opts?: CustomResourceOptions);
@overload
def InterfaceWirelessConnectList(resource_name: str,
args: InterfaceWirelessConnectListArgs,
opts: Optional[ResourceOptions] = None)
@overload
def InterfaceWirelessConnectList(resource_name: str,
opts: Optional[ResourceOptions] = None,
interface: Optional[str] = None,
iw_hotspot20: Optional[str] = None,
iw_hotspot20_dgaf: Optional[str] = None,
allow_signal_out_of_range: Optional[str] = None,
area_prefix: Optional[str] = None,
comment: Optional[str] = None,
connect: Optional[bool] = None,
disabled: Optional[bool] = None,
___path_: Optional[str] = None,
interface_wireless_connect_list_id: Optional[str] = None,
interworking: Optional[str] = None,
iw_asra: Optional[str] = None,
iw_authentication_types: Optional[str] = None,
iw_connection_capabilities: Optional[str] = None,
iw_esr: Optional[str] = None,
___ts_: Optional[str] = None,
iw_hessid: Optional[str] = None,
iw_ipv4_availability: Optional[str] = None,
iw_internet: Optional[str] = None,
___id_: Optional[float] = None,
iw_ipv6_availability: Optional[str] = None,
iw_network_type: Optional[str] = None,
iw_realms: Optional[str] = None,
iw_roaming_ois: Optional[str] = None,
iw_uesa: Optional[str] = None,
iw_venue: Optional[str] = None,
mac_address: Optional[str] = None,
security_profile: Optional[str] = None,
signal_range: Optional[str] = None,
ssid: Optional[str] = None,
three_gpp: Optional[str] = None,
wireless_protocol: Optional[str] = None)
func NewInterfaceWirelessConnectList(ctx *Context, name string, args InterfaceWirelessConnectListArgs, opts ...ResourceOption) (*InterfaceWirelessConnectList, error)
public InterfaceWirelessConnectList(string name, InterfaceWirelessConnectListArgs args, CustomResourceOptions? opts = null)
public InterfaceWirelessConnectList(String name, InterfaceWirelessConnectListArgs args)
public InterfaceWirelessConnectList(String name, InterfaceWirelessConnectListArgs args, CustomResourceOptions options)
type: routeros:InterfaceWirelessConnectList
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 InterfaceWirelessConnectListArgs
- 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 InterfaceWirelessConnectListArgs
- 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 InterfaceWirelessConnectListArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args InterfaceWirelessConnectListArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args InterfaceWirelessConnectListArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
InterfaceWirelessConnectList 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 InterfaceWirelessConnectList resource accepts the following input properties:
- Interface string
- Name of the interface.
- Allow
Signal stringOut Of Range - Area
Prefix string - Rule matches if area value of AP (a proprietary extension) begins with specified value.area value is a proprietary extension.
- Comment string
- Connect bool
- Available options: yes - Connect to access point that matches this rule. no - Do not connect to any access point that matches this rule.
- Disabled bool
- Interface
Wireless stringConnect List Id - Interworking string
- Iw
Asra string - Additional Steps Required for Access. Set to yes, if a user should take additional steps to access the internet, like the walled garden.
- Iw
Authentication stringTypes - This property is only effective when
asra
is set toyes
. Value ofurl
is optional and not needed ifdns-redirection
oronline-enrollment
is selected. To set the value ofurl
to empty string use double quotes. For example:authentication-types=online-enrollment:""
- Iw
Connection stringCapabilities - This option allows to provide information about the allowed IP protocols and ports. This information can be provided in
ANQP response. The first number represents the IP protocol number, the second number represents a port number. * closed
- set if protocol and port combination is not allowed; * open - set if protocol and port combination is allowed; *
unknown - set if protocol and port combination is either open or closed. Example:
connection-capabilities=6:80:open,17:5060:closed
Setting such a value on an Access Point informs the Wireless client, which is connecting to the Access Point, that HTTP (6 - TCP, 80 - HTTP) is allowed and VoIP (17 - UDP; 5060 - VoIP) is not allowed. This property does not restrict or allow usage of these protocols and ports, it only gives information to station device which is connecting to Access Point.
- set if protocol and port combination is not allowed; * open - set if protocol and port combination is allowed; *
unknown - set if protocol and port combination is either open or closed. Example:
- Iw
Esr string - Emergency services reachable (ESR). Set to yes in order to indicate that emergency services are reachable through the access point.
- Iw
Hessid string - Homogenous extended service set identifier (HESSID). Devices that provide access to same external networks are in one homogenous extended service set. This service set can be identified by HESSID that is the same on all access points in this set. 6-byte value of HESSID is represented as MAC address. It should be globally unique, therefore it is advised to use one of the MAC address of access point in the service set.
- Iw
Hotspot20 string - Indicate Hotspot 2.0 capability of the Access Point.
- Iw
Hotspot20Dgaf string - Downstream Group-Addressed Forwarding (DGAF). Sets value of DGAF bit to indicate whether multicast and broadcast frames
to clients are disabled or enabled. * yes - multicast and broadcast frames to clients are enabled; * no - multicast and
broadcast frames to clients are disabled. To disable multicast and broadcast frames set
multicast-helper=full
. - Iw
Internet string - Whether the internet is available through this connection or not. This information is included in the Interworking element.
- Iw
Ipv4Availability string - Information about what IPv4 address and access are available. * not-available - Address type not available; * public - public IPv4 address available; * port-restricted - port-restricted IPv4 address available; * single-nated - single NATed private IPv4 address available; * double-nated - double NATed private IPv4 address available; * port-restricted-single-nated -port-restricted IPv4 address and single NATed IPv4 address available; * port-restricted-double-nated - port-restricted IPv4 address and double NATed IPv4 address available; * unknown - availability of the address type is not known.
- Iw
Ipv6Availability string - Information about what IPv6 address and access are available. * not-available - Address type not available; * available
- address type available; * unknown - availability of the address type is not known.
- Iw
Network stringType - Information about network access type. * emergency-only - a network dedicated and limited to accessing emergency services; * personal-device - a network of personal devices. An example of this type of network is a camera that is attached to a printer, thereby forming a network for the purpose of printing pictures; * private - network for users with user accounts. Usually used in enterprises for employees, not guests; * private-with-guest - same as private, but guest accounts are available; * public-chargeable - a network that is available to anyone willing to pay. For example, a subscription to Hotspot 2.0 service or in-room internet access in a hotel; * public-free - network is available to anyone without any fee. For example, municipal network in city or airport Hotspot; * test - network used for testing and experimental uses. Not used in production; * wildcard - is used on Wireless clients. Sending probe request with a wildcard as network type value will make all Interworking Access Points respond despite their actual network-type setting. A client sends a probe request frame with network-type set to value it is interested in. It will receive replies only from access points with the same value (except the case of wildcard).
- Iw
Realms string - Information about supported realms and the corresponding EAP method.
realms=example.com:eap-tls,foo.ba:not-specified
- Iw
Roaming stringOis - Organization identifier (OI) usually are 24-bit is unique identifiers like organizationally unique identifier (OUI) or
company identifier (CID). In some cases, OI is longer for example OUI-36.A subscription service provider (SSP) can be
specified by its OI. roaming-ois property can contain zero or more SSPs OIs whose networks are accessible via this AP.
Length of OI should be specified before OI itself. For example, to set E4-8D-8C and 6C-3B-6B:
roaming-ois=03E48D8C036C3B6B
- Iw
Uesa string - Unauthenticated emergency service accessible (UESA). * no - indicates that no unauthenticated emergency services are reachable through this Access Point; * yes - indicates that higher layer unauthenticated emergency services are reachable through this Access Point.
- Iw
Venue string - Specify the venue in which the Access Point is located. Choose the value from available ones. Some examples:
venue=business-bank venue=mercantile-shopping-mall venue=educational-university-or-college
- Mac
Address string - Rule matches only AP with the specified MAC address.
- Security
Profile string - Name of security profile that is used when connecting to matching access points, If value of this property is none, then security profile specified in the interface configuration will be used. In station mode, rule will match only access points that can support specified security profile. Value none will match access point that supports security profile that is specified in the interface configuration. In access point mode value of this property will not be used to match remote devices.
- Signal
Range string - Rule matches if signal strength of the access point is within the range. If station establishes connection to access point that is matched by this rule, it will disconnect from that access point when signal strength goes out of the specified range.
- Ssid string
- Rule matches access points that have this SSID. Empty value matches any SSID. This property has effect only when station mode interface ssid is empty, or when access point mode interface has wds-ignore-ssid=yes.
- Three
Gpp string - Wireless
Protocol string - ___
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.
- ___
ts_ string - A set of transformations for field names. This is an internal service field, setting a value is not required.
- Interface string
- Name of the interface.
- Allow
Signal stringOut Of Range - Area
Prefix string - Rule matches if area value of AP (a proprietary extension) begins with specified value.area value is a proprietary extension.
- Comment string
- Connect bool
- Available options: yes - Connect to access point that matches this rule. no - Do not connect to any access point that matches this rule.
- Disabled bool
- Interface
Wireless stringConnect List Id - Interworking string
- Iw
Asra string - Additional Steps Required for Access. Set to yes, if a user should take additional steps to access the internet, like the walled garden.
- Iw
Authentication stringTypes - This property is only effective when
asra
is set toyes
. Value ofurl
is optional and not needed ifdns-redirection
oronline-enrollment
is selected. To set the value ofurl
to empty string use double quotes. For example:authentication-types=online-enrollment:""
- Iw
Connection stringCapabilities - This option allows to provide information about the allowed IP protocols and ports. This information can be provided in
ANQP response. The first number represents the IP protocol number, the second number represents a port number. * closed
- set if protocol and port combination is not allowed; * open - set if protocol and port combination is allowed; *
unknown - set if protocol and port combination is either open or closed. Example:
connection-capabilities=6:80:open,17:5060:closed
Setting such a value on an Access Point informs the Wireless client, which is connecting to the Access Point, that HTTP (6 - TCP, 80 - HTTP) is allowed and VoIP (17 - UDP; 5060 - VoIP) is not allowed. This property does not restrict or allow usage of these protocols and ports, it only gives information to station device which is connecting to Access Point.
- set if protocol and port combination is not allowed; * open - set if protocol and port combination is allowed; *
unknown - set if protocol and port combination is either open or closed. Example:
- Iw
Esr string - Emergency services reachable (ESR). Set to yes in order to indicate that emergency services are reachable through the access point.
- Iw
Hessid string - Homogenous extended service set identifier (HESSID). Devices that provide access to same external networks are in one homogenous extended service set. This service set can be identified by HESSID that is the same on all access points in this set. 6-byte value of HESSID is represented as MAC address. It should be globally unique, therefore it is advised to use one of the MAC address of access point in the service set.
- Iw
Hotspot20 string - Indicate Hotspot 2.0 capability of the Access Point.
- Iw
Hotspot20Dgaf string - Downstream Group-Addressed Forwarding (DGAF). Sets value of DGAF bit to indicate whether multicast and broadcast frames
to clients are disabled or enabled. * yes - multicast and broadcast frames to clients are enabled; * no - multicast and
broadcast frames to clients are disabled. To disable multicast and broadcast frames set
multicast-helper=full
. - Iw
Internet string - Whether the internet is available through this connection or not. This information is included in the Interworking element.
- Iw
Ipv4Availability string - Information about what IPv4 address and access are available. * not-available - Address type not available; * public - public IPv4 address available; * port-restricted - port-restricted IPv4 address available; * single-nated - single NATed private IPv4 address available; * double-nated - double NATed private IPv4 address available; * port-restricted-single-nated -port-restricted IPv4 address and single NATed IPv4 address available; * port-restricted-double-nated - port-restricted IPv4 address and double NATed IPv4 address available; * unknown - availability of the address type is not known.
- Iw
Ipv6Availability string - Information about what IPv6 address and access are available. * not-available - Address type not available; * available
- address type available; * unknown - availability of the address type is not known.
- Iw
Network stringType - Information about network access type. * emergency-only - a network dedicated and limited to accessing emergency services; * personal-device - a network of personal devices. An example of this type of network is a camera that is attached to a printer, thereby forming a network for the purpose of printing pictures; * private - network for users with user accounts. Usually used in enterprises for employees, not guests; * private-with-guest - same as private, but guest accounts are available; * public-chargeable - a network that is available to anyone willing to pay. For example, a subscription to Hotspot 2.0 service or in-room internet access in a hotel; * public-free - network is available to anyone without any fee. For example, municipal network in city or airport Hotspot; * test - network used for testing and experimental uses. Not used in production; * wildcard - is used on Wireless clients. Sending probe request with a wildcard as network type value will make all Interworking Access Points respond despite their actual network-type setting. A client sends a probe request frame with network-type set to value it is interested in. It will receive replies only from access points with the same value (except the case of wildcard).
- Iw
Realms string - Information about supported realms and the corresponding EAP method.
realms=example.com:eap-tls,foo.ba:not-specified
- Iw
Roaming stringOis - Organization identifier (OI) usually are 24-bit is unique identifiers like organizationally unique identifier (OUI) or
company identifier (CID). In some cases, OI is longer for example OUI-36.A subscription service provider (SSP) can be
specified by its OI. roaming-ois property can contain zero or more SSPs OIs whose networks are accessible via this AP.
Length of OI should be specified before OI itself. For example, to set E4-8D-8C and 6C-3B-6B:
roaming-ois=03E48D8C036C3B6B
- Iw
Uesa string - Unauthenticated emergency service accessible (UESA). * no - indicates that no unauthenticated emergency services are reachable through this Access Point; * yes - indicates that higher layer unauthenticated emergency services are reachable through this Access Point.
- Iw
Venue string - Specify the venue in which the Access Point is located. Choose the value from available ones. Some examples:
venue=business-bank venue=mercantile-shopping-mall venue=educational-university-or-college
- Mac
Address string - Rule matches only AP with the specified MAC address.
- Security
Profile string - Name of security profile that is used when connecting to matching access points, If value of this property is none, then security profile specified in the interface configuration will be used. In station mode, rule will match only access points that can support specified security profile. Value none will match access point that supports security profile that is specified in the interface configuration. In access point mode value of this property will not be used to match remote devices.
- Signal
Range string - Rule matches if signal strength of the access point is within the range. If station establishes connection to access point that is matched by this rule, it will disconnect from that access point when signal strength goes out of the specified range.
- Ssid string
- Rule matches access points that have this SSID. Empty value matches any SSID. This property has effect only when station mode interface ssid is empty, or when access point mode interface has wds-ignore-ssid=yes.
- Three
Gpp string - Wireless
Protocol string - ___
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.
- ___
ts_ string - A set of transformations for field names. This is an internal service field, setting a value is not required.
- interface_ String
- Name of the interface.
- ___
id_ Double - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ String - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- ___
ts_ String - A set of transformations for field names. This is an internal service field, setting a value is not required.
- allow
Signal StringOut Of Range - area
Prefix String - Rule matches if area value of AP (a proprietary extension) begins with specified value.area value is a proprietary extension.
- comment String
- connect Boolean
- Available options: yes - Connect to access point that matches this rule. no - Do not connect to any access point that matches this rule.
- disabled Boolean
- interface
Wireless StringConnect List Id - interworking String
- iw
Asra String - Additional Steps Required for Access. Set to yes, if a user should take additional steps to access the internet, like the walled garden.
- iw
Authentication StringTypes - This property is only effective when
asra
is set toyes
. Value ofurl
is optional and not needed ifdns-redirection
oronline-enrollment
is selected. To set the value ofurl
to empty string use double quotes. For example:authentication-types=online-enrollment:""
- iw
Connection StringCapabilities - This option allows to provide information about the allowed IP protocols and ports. This information can be provided in
ANQP response. The first number represents the IP protocol number, the second number represents a port number. * closed
- set if protocol and port combination is not allowed; * open - set if protocol and port combination is allowed; *
unknown - set if protocol and port combination is either open or closed. Example:
connection-capabilities=6:80:open,17:5060:closed
Setting such a value on an Access Point informs the Wireless client, which is connecting to the Access Point, that HTTP (6 - TCP, 80 - HTTP) is allowed and VoIP (17 - UDP; 5060 - VoIP) is not allowed. This property does not restrict or allow usage of these protocols and ports, it only gives information to station device which is connecting to Access Point.
- set if protocol and port combination is not allowed; * open - set if protocol and port combination is allowed; *
unknown - set if protocol and port combination is either open or closed. Example:
- iw
Esr String - Emergency services reachable (ESR). Set to yes in order to indicate that emergency services are reachable through the access point.
- iw
Hessid String - Homogenous extended service set identifier (HESSID). Devices that provide access to same external networks are in one homogenous extended service set. This service set can be identified by HESSID that is the same on all access points in this set. 6-byte value of HESSID is represented as MAC address. It should be globally unique, therefore it is advised to use one of the MAC address of access point in the service set.
- iw
Hotspot20 String - Indicate Hotspot 2.0 capability of the Access Point.
- iw
Hotspot20Dgaf String - Downstream Group-Addressed Forwarding (DGAF). Sets value of DGAF bit to indicate whether multicast and broadcast frames
to clients are disabled or enabled. * yes - multicast and broadcast frames to clients are enabled; * no - multicast and
broadcast frames to clients are disabled. To disable multicast and broadcast frames set
multicast-helper=full
. - iw
Internet String - Whether the internet is available through this connection or not. This information is included in the Interworking element.
- iw
Ipv4Availability String - Information about what IPv4 address and access are available. * not-available - Address type not available; * public - public IPv4 address available; * port-restricted - port-restricted IPv4 address available; * single-nated - single NATed private IPv4 address available; * double-nated - double NATed private IPv4 address available; * port-restricted-single-nated -port-restricted IPv4 address and single NATed IPv4 address available; * port-restricted-double-nated - port-restricted IPv4 address and double NATed IPv4 address available; * unknown - availability of the address type is not known.
- iw
Ipv6Availability String - Information about what IPv6 address and access are available. * not-available - Address type not available; * available
- address type available; * unknown - availability of the address type is not known.
- iw
Network StringType - Information about network access type. * emergency-only - a network dedicated and limited to accessing emergency services; * personal-device - a network of personal devices. An example of this type of network is a camera that is attached to a printer, thereby forming a network for the purpose of printing pictures; * private - network for users with user accounts. Usually used in enterprises for employees, not guests; * private-with-guest - same as private, but guest accounts are available; * public-chargeable - a network that is available to anyone willing to pay. For example, a subscription to Hotspot 2.0 service or in-room internet access in a hotel; * public-free - network is available to anyone without any fee. For example, municipal network in city or airport Hotspot; * test - network used for testing and experimental uses. Not used in production; * wildcard - is used on Wireless clients. Sending probe request with a wildcard as network type value will make all Interworking Access Points respond despite their actual network-type setting. A client sends a probe request frame with network-type set to value it is interested in. It will receive replies only from access points with the same value (except the case of wildcard).
- iw
Realms String - Information about supported realms and the corresponding EAP method.
realms=example.com:eap-tls,foo.ba:not-specified
- iw
Roaming StringOis - Organization identifier (OI) usually are 24-bit is unique identifiers like organizationally unique identifier (OUI) or
company identifier (CID). In some cases, OI is longer for example OUI-36.A subscription service provider (SSP) can be
specified by its OI. roaming-ois property can contain zero or more SSPs OIs whose networks are accessible via this AP.
Length of OI should be specified before OI itself. For example, to set E4-8D-8C and 6C-3B-6B:
roaming-ois=03E48D8C036C3B6B
- iw
Uesa String - Unauthenticated emergency service accessible (UESA). * no - indicates that no unauthenticated emergency services are reachable through this Access Point; * yes - indicates that higher layer unauthenticated emergency services are reachable through this Access Point.
- iw
Venue String - Specify the venue in which the Access Point is located. Choose the value from available ones. Some examples:
venue=business-bank venue=mercantile-shopping-mall venue=educational-university-or-college
- mac
Address String - Rule matches only AP with the specified MAC address.
- security
Profile String - Name of security profile that is used when connecting to matching access points, If value of this property is none, then security profile specified in the interface configuration will be used. In station mode, rule will match only access points that can support specified security profile. Value none will match access point that supports security profile that is specified in the interface configuration. In access point mode value of this property will not be used to match remote devices.
- signal
Range String - Rule matches if signal strength of the access point is within the range. If station establishes connection to access point that is matched by this rule, it will disconnect from that access point when signal strength goes out of the specified range.
- ssid String
- Rule matches access points that have this SSID. Empty value matches any SSID. This property has effect only when station mode interface ssid is empty, or when access point mode interface has wds-ignore-ssid=yes.
- three
Gpp String - wireless
Protocol String
- interface string
- Name of the interface.
- ___
id_ number - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ string - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- ___
ts_ string - A set of transformations for field names. This is an internal service field, setting a value is not required.
- allow
Signal stringOut Of Range - area
Prefix string - Rule matches if area value of AP (a proprietary extension) begins with specified value.area value is a proprietary extension.
- comment string
- connect boolean
- Available options: yes - Connect to access point that matches this rule. no - Do not connect to any access point that matches this rule.
- disabled boolean
- interface
Wireless stringConnect List Id - interworking string
- iw
Asra string - Additional Steps Required for Access. Set to yes, if a user should take additional steps to access the internet, like the walled garden.
- iw
Authentication stringTypes - This property is only effective when
asra
is set toyes
. Value ofurl
is optional and not needed ifdns-redirection
oronline-enrollment
is selected. To set the value ofurl
to empty string use double quotes. For example:authentication-types=online-enrollment:""
- iw
Connection stringCapabilities - This option allows to provide information about the allowed IP protocols and ports. This information can be provided in
ANQP response. The first number represents the IP protocol number, the second number represents a port number. * closed
- set if protocol and port combination is not allowed; * open - set if protocol and port combination is allowed; *
unknown - set if protocol and port combination is either open or closed. Example:
connection-capabilities=6:80:open,17:5060:closed
Setting such a value on an Access Point informs the Wireless client, which is connecting to the Access Point, that HTTP (6 - TCP, 80 - HTTP) is allowed and VoIP (17 - UDP; 5060 - VoIP) is not allowed. This property does not restrict or allow usage of these protocols and ports, it only gives information to station device which is connecting to Access Point.
- set if protocol and port combination is not allowed; * open - set if protocol and port combination is allowed; *
unknown - set if protocol and port combination is either open or closed. Example:
- iw
Esr string - Emergency services reachable (ESR). Set to yes in order to indicate that emergency services are reachable through the access point.
- iw
Hessid string - Homogenous extended service set identifier (HESSID). Devices that provide access to same external networks are in one homogenous extended service set. This service set can be identified by HESSID that is the same on all access points in this set. 6-byte value of HESSID is represented as MAC address. It should be globally unique, therefore it is advised to use one of the MAC address of access point in the service set.
- iw
Hotspot20 string - Indicate Hotspot 2.0 capability of the Access Point.
- iw
Hotspot20Dgaf string - Downstream Group-Addressed Forwarding (DGAF). Sets value of DGAF bit to indicate whether multicast and broadcast frames
to clients are disabled or enabled. * yes - multicast and broadcast frames to clients are enabled; * no - multicast and
broadcast frames to clients are disabled. To disable multicast and broadcast frames set
multicast-helper=full
. - iw
Internet string - Whether the internet is available through this connection or not. This information is included in the Interworking element.
- iw
Ipv4Availability string - Information about what IPv4 address and access are available. * not-available - Address type not available; * public - public IPv4 address available; * port-restricted - port-restricted IPv4 address available; * single-nated - single NATed private IPv4 address available; * double-nated - double NATed private IPv4 address available; * port-restricted-single-nated -port-restricted IPv4 address and single NATed IPv4 address available; * port-restricted-double-nated - port-restricted IPv4 address and double NATed IPv4 address available; * unknown - availability of the address type is not known.
- iw
Ipv6Availability string - Information about what IPv6 address and access are available. * not-available - Address type not available; * available
- address type available; * unknown - availability of the address type is not known.
- iw
Network stringType - Information about network access type. * emergency-only - a network dedicated and limited to accessing emergency services; * personal-device - a network of personal devices. An example of this type of network is a camera that is attached to a printer, thereby forming a network for the purpose of printing pictures; * private - network for users with user accounts. Usually used in enterprises for employees, not guests; * private-with-guest - same as private, but guest accounts are available; * public-chargeable - a network that is available to anyone willing to pay. For example, a subscription to Hotspot 2.0 service or in-room internet access in a hotel; * public-free - network is available to anyone without any fee. For example, municipal network in city or airport Hotspot; * test - network used for testing and experimental uses. Not used in production; * wildcard - is used on Wireless clients. Sending probe request with a wildcard as network type value will make all Interworking Access Points respond despite their actual network-type setting. A client sends a probe request frame with network-type set to value it is interested in. It will receive replies only from access points with the same value (except the case of wildcard).
- iw
Realms string - Information about supported realms and the corresponding EAP method.
realms=example.com:eap-tls,foo.ba:not-specified
- iw
Roaming stringOis - Organization identifier (OI) usually are 24-bit is unique identifiers like organizationally unique identifier (OUI) or
company identifier (CID). In some cases, OI is longer for example OUI-36.A subscription service provider (SSP) can be
specified by its OI. roaming-ois property can contain zero or more SSPs OIs whose networks are accessible via this AP.
Length of OI should be specified before OI itself. For example, to set E4-8D-8C and 6C-3B-6B:
roaming-ois=03E48D8C036C3B6B
- iw
Uesa string - Unauthenticated emergency service accessible (UESA). * no - indicates that no unauthenticated emergency services are reachable through this Access Point; * yes - indicates that higher layer unauthenticated emergency services are reachable through this Access Point.
- iw
Venue string - Specify the venue in which the Access Point is located. Choose the value from available ones. Some examples:
venue=business-bank venue=mercantile-shopping-mall venue=educational-university-or-college
- mac
Address string - Rule matches only AP with the specified MAC address.
- security
Profile string - Name of security profile that is used when connecting to matching access points, If value of this property is none, then security profile specified in the interface configuration will be used. In station mode, rule will match only access points that can support specified security profile. Value none will match access point that supports security profile that is specified in the interface configuration. In access point mode value of this property will not be used to match remote devices.
- signal
Range string - Rule matches if signal strength of the access point is within the range. If station establishes connection to access point that is matched by this rule, it will disconnect from that access point when signal strength goes out of the specified range.
- ssid string
- Rule matches access points that have this SSID. Empty value matches any SSID. This property has effect only when station mode interface ssid is empty, or when access point mode interface has wds-ignore-ssid=yes.
- three
Gpp string - wireless
Protocol string
- interface str
- Name of the interface.
- ___
id_ float - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ str - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- ___
ts_ str - A set of transformations for field names. This is an internal service field, setting a value is not required.
- allow_
signal_ strout_ of_ range - area_
prefix str - Rule matches if area value of AP (a proprietary extension) begins with specified value.area value is a proprietary extension.
- comment str
- connect bool
- Available options: yes - Connect to access point that matches this rule. no - Do not connect to any access point that matches this rule.
- disabled bool
- interface_
wireless_ strconnect_ list_ id - interworking str
- iw_
asra str - Additional Steps Required for Access. Set to yes, if a user should take additional steps to access the internet, like the walled garden.
- iw_
authentication_ strtypes - This property is only effective when
asra
is set toyes
. Value ofurl
is optional and not needed ifdns-redirection
oronline-enrollment
is selected. To set the value ofurl
to empty string use double quotes. For example:authentication-types=online-enrollment:""
- iw_
connection_ strcapabilities - This option allows to provide information about the allowed IP protocols and ports. This information can be provided in
ANQP response. The first number represents the IP protocol number, the second number represents a port number. * closed
- set if protocol and port combination is not allowed; * open - set if protocol and port combination is allowed; *
unknown - set if protocol and port combination is either open or closed. Example:
connection-capabilities=6:80:open,17:5060:closed
Setting such a value on an Access Point informs the Wireless client, which is connecting to the Access Point, that HTTP (6 - TCP, 80 - HTTP) is allowed and VoIP (17 - UDP; 5060 - VoIP) is not allowed. This property does not restrict or allow usage of these protocols and ports, it only gives information to station device which is connecting to Access Point.
- set if protocol and port combination is not allowed; * open - set if protocol and port combination is allowed; *
unknown - set if protocol and port combination is either open or closed. Example:
- iw_
esr str - Emergency services reachable (ESR). Set to yes in order to indicate that emergency services are reachable through the access point.
- iw_
hessid str - Homogenous extended service set identifier (HESSID). Devices that provide access to same external networks are in one homogenous extended service set. This service set can be identified by HESSID that is the same on all access points in this set. 6-byte value of HESSID is represented as MAC address. It should be globally unique, therefore it is advised to use one of the MAC address of access point in the service set.
- iw_
hotspot20 str - Indicate Hotspot 2.0 capability of the Access Point.
- iw_
hotspot20_ strdgaf - Downstream Group-Addressed Forwarding (DGAF). Sets value of DGAF bit to indicate whether multicast and broadcast frames
to clients are disabled or enabled. * yes - multicast and broadcast frames to clients are enabled; * no - multicast and
broadcast frames to clients are disabled. To disable multicast and broadcast frames set
multicast-helper=full
. - iw_
internet str - Whether the internet is available through this connection or not. This information is included in the Interworking element.
- iw_
ipv4_ stravailability - Information about what IPv4 address and access are available. * not-available - Address type not available; * public - public IPv4 address available; * port-restricted - port-restricted IPv4 address available; * single-nated - single NATed private IPv4 address available; * double-nated - double NATed private IPv4 address available; * port-restricted-single-nated -port-restricted IPv4 address and single NATed IPv4 address available; * port-restricted-double-nated - port-restricted IPv4 address and double NATed IPv4 address available; * unknown - availability of the address type is not known.
- iw_
ipv6_ stravailability - Information about what IPv6 address and access are available. * not-available - Address type not available; * available
- address type available; * unknown - availability of the address type is not known.
- iw_
network_ strtype - Information about network access type. * emergency-only - a network dedicated and limited to accessing emergency services; * personal-device - a network of personal devices. An example of this type of network is a camera that is attached to a printer, thereby forming a network for the purpose of printing pictures; * private - network for users with user accounts. Usually used in enterprises for employees, not guests; * private-with-guest - same as private, but guest accounts are available; * public-chargeable - a network that is available to anyone willing to pay. For example, a subscription to Hotspot 2.0 service or in-room internet access in a hotel; * public-free - network is available to anyone without any fee. For example, municipal network in city or airport Hotspot; * test - network used for testing and experimental uses. Not used in production; * wildcard - is used on Wireless clients. Sending probe request with a wildcard as network type value will make all Interworking Access Points respond despite their actual network-type setting. A client sends a probe request frame with network-type set to value it is interested in. It will receive replies only from access points with the same value (except the case of wildcard).
- iw_
realms str - Information about supported realms and the corresponding EAP method.
realms=example.com:eap-tls,foo.ba:not-specified
- iw_
roaming_ strois - Organization identifier (OI) usually are 24-bit is unique identifiers like organizationally unique identifier (OUI) or
company identifier (CID). In some cases, OI is longer for example OUI-36.A subscription service provider (SSP) can be
specified by its OI. roaming-ois property can contain zero or more SSPs OIs whose networks are accessible via this AP.
Length of OI should be specified before OI itself. For example, to set E4-8D-8C and 6C-3B-6B:
roaming-ois=03E48D8C036C3B6B
- iw_
uesa str - Unauthenticated emergency service accessible (UESA). * no - indicates that no unauthenticated emergency services are reachable through this Access Point; * yes - indicates that higher layer unauthenticated emergency services are reachable through this Access Point.
- iw_
venue str - Specify the venue in which the Access Point is located. Choose the value from available ones. Some examples:
venue=business-bank venue=mercantile-shopping-mall venue=educational-university-or-college
- mac_
address str - Rule matches only AP with the specified MAC address.
- security_
profile str - Name of security profile that is used when connecting to matching access points, If value of this property is none, then security profile specified in the interface configuration will be used. In station mode, rule will match only access points that can support specified security profile. Value none will match access point that supports security profile that is specified in the interface configuration. In access point mode value of this property will not be used to match remote devices.
- signal_
range str - Rule matches if signal strength of the access point is within the range. If station establishes connection to access point that is matched by this rule, it will disconnect from that access point when signal strength goes out of the specified range.
- ssid str
- Rule matches access points that have this SSID. Empty value matches any SSID. This property has effect only when station mode interface ssid is empty, or when access point mode interface has wds-ignore-ssid=yes.
- three_
gpp str - wireless_
protocol str
- interface String
- Name of the interface.
- ___
id_ Number - Resource ID type (.id / name). This is an internal service field, setting a value is not required.
- ___
path_ String - Resource path for CRUD operations. This is an internal service field, setting a value is not required.
- ___
ts_ String - A set of transformations for field names. This is an internal service field, setting a value is not required.
- allow
Signal StringOut Of Range - area
Prefix String - Rule matches if area value of AP (a proprietary extension) begins with specified value.area value is a proprietary extension.
- comment String
- connect Boolean
- Available options: yes - Connect to access point that matches this rule. no - Do not connect to any access point that matches this rule.
- disabled Boolean
- interface
Wireless StringConnect List Id - interworking String
- iw
Asra String - Additional Steps Required for Access. Set to yes, if a user should take additional steps to access the internet, like the walled garden.
- iw
Authentication StringTypes - This property is only effective when
asra
is set toyes
. Value ofurl
is optional and not needed ifdns-redirection
oronline-enrollment
is selected. To set the value ofurl
to empty string use double quotes. For example:authentication-types=online-enrollment:""
- iw
Connection StringCapabilities - This option allows to provide information about the allowed IP protocols and ports. This information can be provided in
ANQP response. The first number represents the IP protocol number, the second number represents a port number. * closed
- set if protocol and port combination is not allowed; * open - set if protocol and port combination is allowed; *
unknown - set if protocol and port combination is either open or closed. Example:
connection-capabilities=6:80:open,17:5060:closed
Setting such a value on an Access Point informs the Wireless client, which is connecting to the Access Point, that HTTP (6 - TCP, 80 - HTTP) is allowed and VoIP (17 - UDP; 5060 - VoIP) is not allowed. This property does not restrict or allow usage of these protocols and ports, it only gives information to station device which is connecting to Access Point.
- set if protocol and port combination is not allowed; * open - set if protocol and port combination is allowed; *
unknown - set if protocol and port combination is either open or closed. Example:
- iw
Esr String - Emergency services reachable (ESR). Set to yes in order to indicate that emergency services are reachable through the access point.
- iw
Hessid String - Homogenous extended service set identifier (HESSID). Devices that provide access to same external networks are in one homogenous extended service set. This service set can be identified by HESSID that is the same on all access points in this set. 6-byte value of HESSID is represented as MAC address. It should be globally unique, therefore it is advised to use one of the MAC address of access point in the service set.
- iw
Hotspot20 String - Indicate Hotspot 2.0 capability of the Access Point.
- iw
Hotspot20Dgaf String - Downstream Group-Addressed Forwarding (DGAF). Sets value of DGAF bit to indicate whether multicast and broadcast frames
to clients are disabled or enabled. * yes - multicast and broadcast frames to clients are enabled; * no - multicast and
broadcast frames to clients are disabled. To disable multicast and broadcast frames set
multicast-helper=full
. - iw
Internet String - Whether the internet is available through this connection or not. This information is included in the Interworking element.
- iw
Ipv4Availability String - Information about what IPv4 address and access are available. * not-available - Address type not available; * public - public IPv4 address available; * port-restricted - port-restricted IPv4 address available; * single-nated - single NATed private IPv4 address available; * double-nated - double NATed private IPv4 address available; * port-restricted-single-nated -port-restricted IPv4 address and single NATed IPv4 address available; * port-restricted-double-nated - port-restricted IPv4 address and double NATed IPv4 address available; * unknown - availability of the address type is not known.
- iw
Ipv6Availability String - Information about what IPv6 address and access are available. * not-available - Address type not available; * available
- address type available; * unknown - availability of the address type is not known.
- iw
Network StringType - Information about network access type. * emergency-only - a network dedicated and limited to accessing emergency services; * personal-device - a network of personal devices. An example of this type of network is a camera that is attached to a printer, thereby forming a network for the purpose of printing pictures; * private - network for users with user accounts. Usually used in enterprises for employees, not guests; * private-with-guest - same as private, but guest accounts are available; * public-chargeable - a network that is available to anyone willing to pay. For example, a subscription to Hotspot 2.0 service or in-room internet access in a hotel; * public-free - network is available to anyone without any fee. For example, municipal network in city or airport Hotspot; * test - network used for testing and experimental uses. Not used in production; * wildcard - is used on Wireless clients. Sending probe request with a wildcard as network type value will make all Interworking Access Points respond despite their actual network-type setting. A client sends a probe request frame with network-type set to value it is interested in. It will receive replies only from access points with the same value (except the case of wildcard).
- iw
Realms String - Information about supported realms and the corresponding EAP method.
realms=example.com:eap-tls,foo.ba:not-specified
- iw
Roaming StringOis - Organization identifier (OI) usually are 24-bit is unique identifiers like organizationally unique identifier (OUI) or
company identifier (CID). In some cases, OI is longer for example OUI-36.A subscription service provider (SSP) can be
specified by its OI. roaming-ois property can contain zero or more SSPs OIs whose networks are accessible via this AP.
Length of OI should be specified before OI itself. For example, to set E4-8D-8C and 6C-3B-6B:
roaming-ois=03E48D8C036C3B6B
- iw
Uesa String - Unauthenticated emergency service accessible (UESA). * no - indicates that no unauthenticated emergency services are reachable through this Access Point; * yes - indicates that higher layer unauthenticated emergency services are reachable through this Access Point.
- iw
Venue String - Specify the venue in which the Access Point is located. Choose the value from available ones. Some examples:
venue=business-bank venue=mercantile-shopping-mall venue=educational-university-or-college
- mac
Address String - Rule matches only AP with the specified MAC address.
- security
Profile String - Name of security profile that is used when connecting to matching access points, If value of this property is none, then security profile specified in the interface configuration will be used. In station mode, rule will match only access points that can support specified security profile. Value none will match access point that supports security profile that is specified in the interface configuration. In access point mode value of this property will not be used to match remote devices.
- signal
Range String - Rule matches if signal strength of the access point is within the range. If station establishes connection to access point that is matched by this rule, it will disconnect from that access point when signal strength goes out of the specified range.
- ssid String
- Rule matches access points that have this SSID. Empty value matches any SSID. This property has effect only when station mode interface ssid is empty, or when access point mode interface has wds-ignore-ssid=yes.
- three
Gpp String - wireless
Protocol String
Outputs
All input properties are implicitly available as output properties. Additionally, the InterfaceWirelessConnectList resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing InterfaceWirelessConnectList Resource
Get an existing InterfaceWirelessConnectList 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?: InterfaceWirelessConnectListState, opts?: CustomResourceOptions): InterfaceWirelessConnectList
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
___id_: Optional[float] = None,
___path_: Optional[str] = None,
___ts_: Optional[str] = None,
allow_signal_out_of_range: Optional[str] = None,
area_prefix: Optional[str] = None,
comment: Optional[str] = None,
connect: Optional[bool] = None,
disabled: Optional[bool] = None,
interface: Optional[str] = None,
interface_wireless_connect_list_id: Optional[str] = None,
interworking: Optional[str] = None,
iw_asra: Optional[str] = None,
iw_authentication_types: Optional[str] = None,
iw_connection_capabilities: Optional[str] = None,
iw_esr: Optional[str] = None,
iw_hessid: Optional[str] = None,
iw_hotspot20: Optional[str] = None,
iw_hotspot20_dgaf: Optional[str] = None,
iw_internet: Optional[str] = None,
iw_ipv4_availability: Optional[str] = None,
iw_ipv6_availability: Optional[str] = None,
iw_network_type: Optional[str] = None,
iw_realms: Optional[str] = None,
iw_roaming_ois: Optional[str] = None,
iw_uesa: Optional[str] = None,
iw_venue: Optional[str] = None,
mac_address: Optional[str] = None,
security_profile: Optional[str] = None,
signal_range: Optional[str] = None,
ssid: Optional[str] = None,
three_gpp: Optional[str] = None,
wireless_protocol: Optional[str] = None) -> InterfaceWirelessConnectList
func GetInterfaceWirelessConnectList(ctx *Context, name string, id IDInput, state *InterfaceWirelessConnectListState, opts ...ResourceOption) (*InterfaceWirelessConnectList, error)
public static InterfaceWirelessConnectList Get(string name, Input<string> id, InterfaceWirelessConnectListState? state, CustomResourceOptions? opts = null)
public static InterfaceWirelessConnectList get(String name, Output<String> id, InterfaceWirelessConnectListState state, CustomResourceOptions options)
resources: _: type: routeros:InterfaceWirelessConnectList 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.
- Allow
Signal stringOut Of Range - Area
Prefix string - Rule matches if area value of AP (a proprietary extension) begins with specified value.area value is a proprietary extension.
- Comment string
- Connect bool
- Available options: yes - Connect to access point that matches this rule. no - Do not connect to any access point that matches this rule.
- Disabled bool
- Interface string
- Name of the interface.
- Interface
Wireless stringConnect List Id - Interworking string
- Iw
Asra string - Additional Steps Required for Access. Set to yes, if a user should take additional steps to access the internet, like the walled garden.
- Iw
Authentication stringTypes - This property is only effective when
asra
is set toyes
. Value ofurl
is optional and not needed ifdns-redirection
oronline-enrollment
is selected. To set the value ofurl
to empty string use double quotes. For example:authentication-types=online-enrollment:""
- Iw
Connection stringCapabilities - This option allows to provide information about the allowed IP protocols and ports. This information can be provided in
ANQP response. The first number represents the IP protocol number, the second number represents a port number. * closed
- set if protocol and port combination is not allowed; * open - set if protocol and port combination is allowed; *
unknown - set if protocol and port combination is either open or closed. Example:
connection-capabilities=6:80:open,17:5060:closed
Setting such a value on an Access Point informs the Wireless client, which is connecting to the Access Point, that HTTP (6 - TCP, 80 - HTTP) is allowed and VoIP (17 - UDP; 5060 - VoIP) is not allowed. This property does not restrict or allow usage of these protocols and ports, it only gives information to station device which is connecting to Access Point.
- set if protocol and port combination is not allowed; * open - set if protocol and port combination is allowed; *
unknown - set if protocol and port combination is either open or closed. Example:
- Iw
Esr string - Emergency services reachable (ESR). Set to yes in order to indicate that emergency services are reachable through the access point.
- Iw
Hessid string - Homogenous extended service set identifier (HESSID). Devices that provide access to same external networks are in one homogenous extended service set. This service set can be identified by HESSID that is the same on all access points in this set. 6-byte value of HESSID is represented as MAC address. It should be globally unique, therefore it is advised to use one of the MAC address of access point in the service set.
- Iw
Hotspot20 string - Indicate Hotspot 2.0 capability of the Access Point.
- Iw
Hotspot20Dgaf string - Downstream Group-Addressed Forwarding (DGAF). Sets value of DGAF bit to indicate whether multicast and broadcast frames
to clients are disabled or enabled. * yes - multicast and broadcast frames to clients are enabled; * no - multicast and
broadcast frames to clients are disabled. To disable multicast and broadcast frames set
multicast-helper=full
. - Iw
Internet string - Whether the internet is available through this connection or not. This information is included in the Interworking element.
- Iw
Ipv4Availability string - Information about what IPv4 address and access are available. * not-available - Address type not available; * public - public IPv4 address available; * port-restricted - port-restricted IPv4 address available; * single-nated - single NATed private IPv4 address available; * double-nated - double NATed private IPv4 address available; * port-restricted-single-nated -port-restricted IPv4 address and single NATed IPv4 address available; * port-restricted-double-nated - port-restricted IPv4 address and double NATed IPv4 address available; * unknown - availability of the address type is not known.
- Iw
Ipv6Availability string - Information about what IPv6 address and access are available. * not-available - Address type not available; * available
- address type available; * unknown - availability of the address type is not known.
- Iw
Network stringType - Information about network access type. * emergency-only - a network dedicated and limited to accessing emergency services; * personal-device - a network of personal devices. An example of this type of network is a camera that is attached to a printer, thereby forming a network for the purpose of printing pictures; * private - network for users with user accounts. Usually used in enterprises for employees, not guests; * private-with-guest - same as private, but guest accounts are available; * public-chargeable - a network that is available to anyone willing to pay. For example, a subscription to Hotspot 2.0 service or in-room internet access in a hotel; * public-free - network is available to anyone without any fee. For example, municipal network in city or airport Hotspot; * test - network used for testing and experimental uses. Not used in production; * wildcard - is used on Wireless clients. Sending probe request with a wildcard as network type value will make all Interworking Access Points respond despite their actual network-type setting. A client sends a probe request frame with network-type set to value it is interested in. It will receive replies only from access points with the same value (except the case of wildcard).
- Iw
Realms string - Information about supported realms and the corresponding EAP method.
realms=example.com:eap-tls,foo.ba:not-specified
- Iw
Roaming stringOis - Organization identifier (OI) usually are 24-bit is unique identifiers like organizationally unique identifier (OUI) or
company identifier (CID). In some cases, OI is longer for example OUI-36.A subscription service provider (SSP) can be
specified by its OI. roaming-ois property can contain zero or more SSPs OIs whose networks are accessible via this AP.
Length of OI should be specified before OI itself. For example, to set E4-8D-8C and 6C-3B-6B:
roaming-ois=03E48D8C036C3B6B
- Iw
Uesa string - Unauthenticated emergency service accessible (UESA). * no - indicates that no unauthenticated emergency services are reachable through this Access Point; * yes - indicates that higher layer unauthenticated emergency services are reachable through this Access Point.
- Iw
Venue string - Specify the venue in which the Access Point is located. Choose the value from available ones. Some examples:
venue=business-bank venue=mercantile-shopping-mall venue=educational-university-or-college
- Mac
Address string - Rule matches only AP with the specified MAC address.
- Security
Profile string - Name of security profile that is used when connecting to matching access points, If value of this property is none, then security profile specified in the interface configuration will be used. In station mode, rule will match only access points that can support specified security profile. Value none will match access point that supports security profile that is specified in the interface configuration. In access point mode value of this property will not be used to match remote devices.
- Signal
Range string - Rule matches if signal strength of the access point is within the range. If station establishes connection to access point that is matched by this rule, it will disconnect from that access point when signal strength goes out of the specified range.
- Ssid string
- Rule matches access points that have this SSID. Empty value matches any SSID. This property has effect only when station mode interface ssid is empty, or when access point mode interface has wds-ignore-ssid=yes.
- Three
Gpp string - Wireless
Protocol string - ___
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.
- ___
ts_ string - A set of transformations for field names. This is an internal service field, setting a value is not required.
- Allow
Signal stringOut Of Range - Area
Prefix string - Rule matches if area value of AP (a proprietary extension) begins with specified value.area value is a proprietary extension.
- Comment string
- Connect bool
- Available options: yes - Connect to access point that matches this rule. no - Do not connect to any access point that matches this rule.
- Disabled bool
- Interface string
- Name of the interface.
- Interface
Wireless stringConnect List Id - Interworking string
- Iw
Asra string - Additional Steps Required for Access. Set to yes, if a user should take additional steps to access the internet, like the walled garden.
- Iw
Authentication stringTypes - This property is only effective when
asra
is set toyes
. Value ofurl
is optional and not needed ifdns-redirection
oronline-enrollment
is selected. To set the value ofurl
to empty string use double quotes. For example:authentication-types=online-enrollment:""
- Iw
Connection stringCapabilities - This option allows to provide information about the allowed IP protocols and ports. This information can be provided in
ANQP response. The first number represents the IP protocol number, the second number represents a port number. * closed
- set if protocol and port combination is not allowed; * open - set if protocol and port combination is allowed; *
unknown - set if protocol and port combination is either open or closed. Example:
connection-capabilities=6:80:open,17:5060:closed
Setting such a value on an Access Point informs the Wireless client, which is connecting to the Access Point, that HTTP (6 - TCP, 80 - HTTP) is allowed and VoIP (17 - UDP; 5060 - VoIP) is not allowed. This property does not restrict or allow usage of these protocols and ports, it only gives information to station device which is connecting to Access Point.
- set if protocol and port combination is not allowed; * open - set if protocol and port combination is allowed; *
unknown - set if protocol and port combination is either open or closed. Example:
- Iw
Esr string - Emergency services reachable (ESR). Set to yes in order to indicate that emergency services are reachable through the access point.
- Iw
Hessid string - Homogenous extended service set identifier (HESSID). Devices that provide access to same external networks are in one homogenous extended service set. This service set can be identified by HESSID that is the same on all access points in this set. 6-byte value of HESSID is represented as MAC address. It should be globally unique, therefore it is advised to use one of the MAC address of access point in the service set.
- Iw
Hotspot20 string - Indicate Hotspot 2.0 capability of the Access Point.
- Iw
Hotspot20Dgaf string - Downstream Group-Addressed Forwarding (DGAF). Sets value of DGAF bit to indicate whether multicast and broadcast frames
to clients are disabled or enabled. * yes - multicast and broadcast frames to clients are enabled; * no - multicast and
broadcast frames to clients are disabled. To disable multicast and broadcast frames set
multicast-helper=full
. - Iw
Internet string - Whether the internet is available through this connection or not. This information is included in the Interworking element.
- Iw
Ipv4Availability string - Information about what IPv4 address and access are available. * not-available - Address type not available; * public - public IPv4 address available; * port-restricted - port-restricted IPv4 address available; * single-nated - single NATed private IPv4 address available; * double-nated - double NATed private IPv4 address available; * port-restricted-single-nated -port-restricted IPv4 address and single NATed IPv4 address available; * port-restricted-double-nated - port-restricted IPv4 address and double NATed IPv4 address available; * unknown - availability of the address type is not known.
- Iw
Ipv6Availability string - Information about what IPv6 address and access are available. * not-available - Address type not available; * available
- address type available; * unknown - availability of the address type is not known.
- Iw
Network stringType - Information about network access type. * emergency-only - a network dedicated and limited to accessing emergency services; * personal-device - a network of personal devices. An example of this type of network is a camera that is attached to a printer, thereby forming a network for the purpose of printing pictures; * private - network for users with user accounts. Usually used in enterprises for employees, not guests; * private-with-guest - same as private, but guest accounts are available; * public-chargeable - a network that is available to anyone willing to pay. For example, a subscription to Hotspot 2.0 service or in-room internet access in a hotel; * public-free - network is available to anyone without any fee. For example, municipal network in city or airport Hotspot; * test - network used for testing and experimental uses. Not used in production; * wildcard - is used on Wireless clients. Sending probe request with a wildcard as network type value will make all Interworking Access Points respond despite their actual network-type setting. A client sends a probe request frame with network-type set to value it is interested in. It will receive replies only from access points with the same value (except the case of wildcard).
- Iw
Realms string - Information about supported realms and the corresponding EAP method.
realms=example.com:eap-tls,foo.ba:not-specified
- Iw
Roaming stringOis - Organization identifier (OI) usually are 24-bit is unique identifiers like organizationally unique identifier (OUI) or
company identifier (CID). In some cases, OI is longer for example OUI-36.A subscription service provider (SSP) can be
specified by its OI. roaming-ois property can contain zero or more SSPs OIs whose networks are accessible via this AP.
Length of OI should be specified before OI itself. For example, to set E4-8D-8C and 6C-3B-6B:
roaming-ois=03E48D8C036C3B6B
- Iw
Uesa string - Unauthenticated emergency service accessible (UESA). * no - indicates that no unauthenticated emergency services are reachable through this Access Point; * yes - indicates that higher layer unauthenticated emergency services are reachable through this Access Point.
- Iw
Venue string - Specify the venue in which the Access Point is located. Choose the value from available ones. Some examples:
venue=business-bank venue=mercantile-shopping-mall venue=educational-university-or-college
- Mac
Address string - Rule matches only AP with the specified MAC address.
- Security
Profile string - Name of security profile that is used when connecting to matching access points, If value of this property is none, then security profile specified in the interface configuration will be used. In station mode, rule will match only access points that can support specified security profile. Value none will match access point that supports security profile that is specified in the interface configuration. In access point mode value of this property will not be used to match remote devices.
- Signal
Range string - Rule matches if signal strength of the access point is within the range. If station establishes connection to access point that is matched by this rule, it will disconnect from that access point when signal strength goes out of the specified range.
- Ssid string
- Rule matches access points that have this SSID. Empty value matches any SSID. This property has effect only when station mode interface ssid is empty, or when access point mode interface has wds-ignore-ssid=yes.
- Three
Gpp string - Wireless
Protocol string - ___
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.
- ___
ts_ 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.
- ___
ts_ String - A set of transformations for field names. This is an internal service field, setting a value is not required.
- allow
Signal StringOut Of Range - area
Prefix String - Rule matches if area value of AP (a proprietary extension) begins with specified value.area value is a proprietary extension.
- comment String
- connect Boolean
- Available options: yes - Connect to access point that matches this rule. no - Do not connect to any access point that matches this rule.
- disabled Boolean
- interface
Wireless StringConnect List Id - interface_ String
- Name of the interface.
- interworking String
- iw
Asra String - Additional Steps Required for Access. Set to yes, if a user should take additional steps to access the internet, like the walled garden.
- iw
Authentication StringTypes - This property is only effective when
asra
is set toyes
. Value ofurl
is optional and not needed ifdns-redirection
oronline-enrollment
is selected. To set the value ofurl
to empty string use double quotes. For example:authentication-types=online-enrollment:""
- iw
Connection StringCapabilities - This option allows to provide information about the allowed IP protocols and ports. This information can be provided in
ANQP response. The first number represents the IP protocol number, the second number represents a port number. * closed
- set if protocol and port combination is not allowed; * open - set if protocol and port combination is allowed; *
unknown - set if protocol and port combination is either open or closed. Example:
connection-capabilities=6:80:open,17:5060:closed
Setting such a value on an Access Point informs the Wireless client, which is connecting to the Access Point, that HTTP (6 - TCP, 80 - HTTP) is allowed and VoIP (17 - UDP; 5060 - VoIP) is not allowed. This property does not restrict or allow usage of these protocols and ports, it only gives information to station device which is connecting to Access Point.
- set if protocol and port combination is not allowed; * open - set if protocol and port combination is allowed; *
unknown - set if protocol and port combination is either open or closed. Example:
- iw
Esr String - Emergency services reachable (ESR). Set to yes in order to indicate that emergency services are reachable through the access point.
- iw
Hessid String - Homogenous extended service set identifier (HESSID). Devices that provide access to same external networks are in one homogenous extended service set. This service set can be identified by HESSID that is the same on all access points in this set. 6-byte value of HESSID is represented as MAC address. It should be globally unique, therefore it is advised to use one of the MAC address of access point in the service set.
- iw
Hotspot20 String - Indicate Hotspot 2.0 capability of the Access Point.
- iw
Hotspot20Dgaf String - Downstream Group-Addressed Forwarding (DGAF). Sets value of DGAF bit to indicate whether multicast and broadcast frames
to clients are disabled or enabled. * yes - multicast and broadcast frames to clients are enabled; * no - multicast and
broadcast frames to clients are disabled. To disable multicast and broadcast frames set
multicast-helper=full
. - iw
Internet String - Whether the internet is available through this connection or not. This information is included in the Interworking element.
- iw
Ipv4Availability String - Information about what IPv4 address and access are available. * not-available - Address type not available; * public - public IPv4 address available; * port-restricted - port-restricted IPv4 address available; * single-nated - single NATed private IPv4 address available; * double-nated - double NATed private IPv4 address available; * port-restricted-single-nated -port-restricted IPv4 address and single NATed IPv4 address available; * port-restricted-double-nated - port-restricted IPv4 address and double NATed IPv4 address available; * unknown - availability of the address type is not known.
- iw
Ipv6Availability String - Information about what IPv6 address and access are available. * not-available - Address type not available; * available
- address type available; * unknown - availability of the address type is not known.
- iw
Network StringType - Information about network access type. * emergency-only - a network dedicated and limited to accessing emergency services; * personal-device - a network of personal devices. An example of this type of network is a camera that is attached to a printer, thereby forming a network for the purpose of printing pictures; * private - network for users with user accounts. Usually used in enterprises for employees, not guests; * private-with-guest - same as private, but guest accounts are available; * public-chargeable - a network that is available to anyone willing to pay. For example, a subscription to Hotspot 2.0 service or in-room internet access in a hotel; * public-free - network is available to anyone without any fee. For example, municipal network in city or airport Hotspot; * test - network used for testing and experimental uses. Not used in production; * wildcard - is used on Wireless clients. Sending probe request with a wildcard as network type value will make all Interworking Access Points respond despite their actual network-type setting. A client sends a probe request frame with network-type set to value it is interested in. It will receive replies only from access points with the same value (except the case of wildcard).
- iw
Realms String - Information about supported realms and the corresponding EAP method.
realms=example.com:eap-tls,foo.ba:not-specified
- iw
Roaming StringOis - Organization identifier (OI) usually are 24-bit is unique identifiers like organizationally unique identifier (OUI) or
company identifier (CID). In some cases, OI is longer for example OUI-36.A subscription service provider (SSP) can be
specified by its OI. roaming-ois property can contain zero or more SSPs OIs whose networks are accessible via this AP.
Length of OI should be specified before OI itself. For example, to set E4-8D-8C and 6C-3B-6B:
roaming-ois=03E48D8C036C3B6B
- iw
Uesa String - Unauthenticated emergency service accessible (UESA). * no - indicates that no unauthenticated emergency services are reachable through this Access Point; * yes - indicates that higher layer unauthenticated emergency services are reachable through this Access Point.
- iw
Venue String - Specify the venue in which the Access Point is located. Choose the value from available ones. Some examples:
venue=business-bank venue=mercantile-shopping-mall venue=educational-university-or-college
- mac
Address String - Rule matches only AP with the specified MAC address.
- security
Profile String - Name of security profile that is used when connecting to matching access points, If value of this property is none, then security profile specified in the interface configuration will be used. In station mode, rule will match only access points that can support specified security profile. Value none will match access point that supports security profile that is specified in the interface configuration. In access point mode value of this property will not be used to match remote devices.
- signal
Range String - Rule matches if signal strength of the access point is within the range. If station establishes connection to access point that is matched by this rule, it will disconnect from that access point when signal strength goes out of the specified range.
- ssid String
- Rule matches access points that have this SSID. Empty value matches any SSID. This property has effect only when station mode interface ssid is empty, or when access point mode interface has wds-ignore-ssid=yes.
- three
Gpp String - wireless
Protocol String
- ___
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.
- ___
ts_ string - A set of transformations for field names. This is an internal service field, setting a value is not required.
- allow
Signal stringOut Of Range - area
Prefix string - Rule matches if area value of AP (a proprietary extension) begins with specified value.area value is a proprietary extension.
- comment string
- connect boolean
- Available options: yes - Connect to access point that matches this rule. no - Do not connect to any access point that matches this rule.
- disabled boolean
- interface string
- Name of the interface.
- interface
Wireless stringConnect List Id - interworking string
- iw
Asra string - Additional Steps Required for Access. Set to yes, if a user should take additional steps to access the internet, like the walled garden.
- iw
Authentication stringTypes - This property is only effective when
asra
is set toyes
. Value ofurl
is optional and not needed ifdns-redirection
oronline-enrollment
is selected. To set the value ofurl
to empty string use double quotes. For example:authentication-types=online-enrollment:""
- iw
Connection stringCapabilities - This option allows to provide information about the allowed IP protocols and ports. This information can be provided in
ANQP response. The first number represents the IP protocol number, the second number represents a port number. * closed
- set if protocol and port combination is not allowed; * open - set if protocol and port combination is allowed; *
unknown - set if protocol and port combination is either open or closed. Example:
connection-capabilities=6:80:open,17:5060:closed
Setting such a value on an Access Point informs the Wireless client, which is connecting to the Access Point, that HTTP (6 - TCP, 80 - HTTP) is allowed and VoIP (17 - UDP; 5060 - VoIP) is not allowed. This property does not restrict or allow usage of these protocols and ports, it only gives information to station device which is connecting to Access Point.
- set if protocol and port combination is not allowed; * open - set if protocol and port combination is allowed; *
unknown - set if protocol and port combination is either open or closed. Example:
- iw
Esr string - Emergency services reachable (ESR). Set to yes in order to indicate that emergency services are reachable through the access point.
- iw
Hessid string - Homogenous extended service set identifier (HESSID). Devices that provide access to same external networks are in one homogenous extended service set. This service set can be identified by HESSID that is the same on all access points in this set. 6-byte value of HESSID is represented as MAC address. It should be globally unique, therefore it is advised to use one of the MAC address of access point in the service set.
- iw
Hotspot20 string - Indicate Hotspot 2.0 capability of the Access Point.
- iw
Hotspot20Dgaf string - Downstream Group-Addressed Forwarding (DGAF). Sets value of DGAF bit to indicate whether multicast and broadcast frames
to clients are disabled or enabled. * yes - multicast and broadcast frames to clients are enabled; * no - multicast and
broadcast frames to clients are disabled. To disable multicast and broadcast frames set
multicast-helper=full
. - iw
Internet string - Whether the internet is available through this connection or not. This information is included in the Interworking element.
- iw
Ipv4Availability string - Information about what IPv4 address and access are available. * not-available - Address type not available; * public - public IPv4 address available; * port-restricted - port-restricted IPv4 address available; * single-nated - single NATed private IPv4 address available; * double-nated - double NATed private IPv4 address available; * port-restricted-single-nated -port-restricted IPv4 address and single NATed IPv4 address available; * port-restricted-double-nated - port-restricted IPv4 address and double NATed IPv4 address available; * unknown - availability of the address type is not known.
- iw
Ipv6Availability string - Information about what IPv6 address and access are available. * not-available - Address type not available; * available
- address type available; * unknown - availability of the address type is not known.
- iw
Network stringType - Information about network access type. * emergency-only - a network dedicated and limited to accessing emergency services; * personal-device - a network of personal devices. An example of this type of network is a camera that is attached to a printer, thereby forming a network for the purpose of printing pictures; * private - network for users with user accounts. Usually used in enterprises for employees, not guests; * private-with-guest - same as private, but guest accounts are available; * public-chargeable - a network that is available to anyone willing to pay. For example, a subscription to Hotspot 2.0 service or in-room internet access in a hotel; * public-free - network is available to anyone without any fee. For example, municipal network in city or airport Hotspot; * test - network used for testing and experimental uses. Not used in production; * wildcard - is used on Wireless clients. Sending probe request with a wildcard as network type value will make all Interworking Access Points respond despite their actual network-type setting. A client sends a probe request frame with network-type set to value it is interested in. It will receive replies only from access points with the same value (except the case of wildcard).
- iw
Realms string - Information about supported realms and the corresponding EAP method.
realms=example.com:eap-tls,foo.ba:not-specified
- iw
Roaming stringOis - Organization identifier (OI) usually are 24-bit is unique identifiers like organizationally unique identifier (OUI) or
company identifier (CID). In some cases, OI is longer for example OUI-36.A subscription service provider (SSP) can be
specified by its OI. roaming-ois property can contain zero or more SSPs OIs whose networks are accessible via this AP.
Length of OI should be specified before OI itself. For example, to set E4-8D-8C and 6C-3B-6B:
roaming-ois=03E48D8C036C3B6B
- iw
Uesa string - Unauthenticated emergency service accessible (UESA). * no - indicates that no unauthenticated emergency services are reachable through this Access Point; * yes - indicates that higher layer unauthenticated emergency services are reachable through this Access Point.
- iw
Venue string - Specify the venue in which the Access Point is located. Choose the value from available ones. Some examples:
venue=business-bank venue=mercantile-shopping-mall venue=educational-university-or-college
- mac
Address string - Rule matches only AP with the specified MAC address.
- security
Profile string - Name of security profile that is used when connecting to matching access points, If value of this property is none, then security profile specified in the interface configuration will be used. In station mode, rule will match only access points that can support specified security profile. Value none will match access point that supports security profile that is specified in the interface configuration. In access point mode value of this property will not be used to match remote devices.
- signal
Range string - Rule matches if signal strength of the access point is within the range. If station establishes connection to access point that is matched by this rule, it will disconnect from that access point when signal strength goes out of the specified range.
- ssid string
- Rule matches access points that have this SSID. Empty value matches any SSID. This property has effect only when station mode interface ssid is empty, or when access point mode interface has wds-ignore-ssid=yes.
- three
Gpp string - wireless
Protocol string
- ___
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.
- ___
ts_ str - A set of transformations for field names. This is an internal service field, setting a value is not required.
- allow_
signal_ strout_ of_ range - area_
prefix str - Rule matches if area value of AP (a proprietary extension) begins with specified value.area value is a proprietary extension.
- comment str
- connect bool
- Available options: yes - Connect to access point that matches this rule. no - Do not connect to any access point that matches this rule.
- disabled bool
- interface str
- Name of the interface.
- interface_
wireless_ strconnect_ list_ id - interworking str
- iw_
asra str - Additional Steps Required for Access. Set to yes, if a user should take additional steps to access the internet, like the walled garden.
- iw_
authentication_ strtypes - This property is only effective when
asra
is set toyes
. Value ofurl
is optional and not needed ifdns-redirection
oronline-enrollment
is selected. To set the value ofurl
to empty string use double quotes. For example:authentication-types=online-enrollment:""
- iw_
connection_ strcapabilities - This option allows to provide information about the allowed IP protocols and ports. This information can be provided in
ANQP response. The first number represents the IP protocol number, the second number represents a port number. * closed
- set if protocol and port combination is not allowed; * open - set if protocol and port combination is allowed; *
unknown - set if protocol and port combination is either open or closed. Example:
connection-capabilities=6:80:open,17:5060:closed
Setting such a value on an Access Point informs the Wireless client, which is connecting to the Access Point, that HTTP (6 - TCP, 80 - HTTP) is allowed and VoIP (17 - UDP; 5060 - VoIP) is not allowed. This property does not restrict or allow usage of these protocols and ports, it only gives information to station device which is connecting to Access Point.
- set if protocol and port combination is not allowed; * open - set if protocol and port combination is allowed; *
unknown - set if protocol and port combination is either open or closed. Example:
- iw_
esr str - Emergency services reachable (ESR). Set to yes in order to indicate that emergency services are reachable through the access point.
- iw_
hessid str - Homogenous extended service set identifier (HESSID). Devices that provide access to same external networks are in one homogenous extended service set. This service set can be identified by HESSID that is the same on all access points in this set. 6-byte value of HESSID is represented as MAC address. It should be globally unique, therefore it is advised to use one of the MAC address of access point in the service set.
- iw_
hotspot20 str - Indicate Hotspot 2.0 capability of the Access Point.
- iw_
hotspot20_ strdgaf - Downstream Group-Addressed Forwarding (DGAF). Sets value of DGAF bit to indicate whether multicast and broadcast frames
to clients are disabled or enabled. * yes - multicast and broadcast frames to clients are enabled; * no - multicast and
broadcast frames to clients are disabled. To disable multicast and broadcast frames set
multicast-helper=full
. - iw_
internet str - Whether the internet is available through this connection or not. This information is included in the Interworking element.
- iw_
ipv4_ stravailability - Information about what IPv4 address and access are available. * not-available - Address type not available; * public - public IPv4 address available; * port-restricted - port-restricted IPv4 address available; * single-nated - single NATed private IPv4 address available; * double-nated - double NATed private IPv4 address available; * port-restricted-single-nated -port-restricted IPv4 address and single NATed IPv4 address available; * port-restricted-double-nated - port-restricted IPv4 address and double NATed IPv4 address available; * unknown - availability of the address type is not known.
- iw_
ipv6_ stravailability - Information about what IPv6 address and access are available. * not-available - Address type not available; * available
- address type available; * unknown - availability of the address type is not known.
- iw_
network_ strtype - Information about network access type. * emergency-only - a network dedicated and limited to accessing emergency services; * personal-device - a network of personal devices. An example of this type of network is a camera that is attached to a printer, thereby forming a network for the purpose of printing pictures; * private - network for users with user accounts. Usually used in enterprises for employees, not guests; * private-with-guest - same as private, but guest accounts are available; * public-chargeable - a network that is available to anyone willing to pay. For example, a subscription to Hotspot 2.0 service or in-room internet access in a hotel; * public-free - network is available to anyone without any fee. For example, municipal network in city or airport Hotspot; * test - network used for testing and experimental uses. Not used in production; * wildcard - is used on Wireless clients. Sending probe request with a wildcard as network type value will make all Interworking Access Points respond despite their actual network-type setting. A client sends a probe request frame with network-type set to value it is interested in. It will receive replies only from access points with the same value (except the case of wildcard).
- iw_
realms str - Information about supported realms and the corresponding EAP method.
realms=example.com:eap-tls,foo.ba:not-specified
- iw_
roaming_ strois - Organization identifier (OI) usually are 24-bit is unique identifiers like organizationally unique identifier (OUI) or
company identifier (CID). In some cases, OI is longer for example OUI-36.A subscription service provider (SSP) can be
specified by its OI. roaming-ois property can contain zero or more SSPs OIs whose networks are accessible via this AP.
Length of OI should be specified before OI itself. For example, to set E4-8D-8C and 6C-3B-6B:
roaming-ois=03E48D8C036C3B6B
- iw_
uesa str - Unauthenticated emergency service accessible (UESA). * no - indicates that no unauthenticated emergency services are reachable through this Access Point; * yes - indicates that higher layer unauthenticated emergency services are reachable through this Access Point.
- iw_
venue str - Specify the venue in which the Access Point is located. Choose the value from available ones. Some examples:
venue=business-bank venue=mercantile-shopping-mall venue=educational-university-or-college
- mac_
address str - Rule matches only AP with the specified MAC address.
- security_
profile str - Name of security profile that is used when connecting to matching access points, If value of this property is none, then security profile specified in the interface configuration will be used. In station mode, rule will match only access points that can support specified security profile. Value none will match access point that supports security profile that is specified in the interface configuration. In access point mode value of this property will not be used to match remote devices.
- signal_
range str - Rule matches if signal strength of the access point is within the range. If station establishes connection to access point that is matched by this rule, it will disconnect from that access point when signal strength goes out of the specified range.
- ssid str
- Rule matches access points that have this SSID. Empty value matches any SSID. This property has effect only when station mode interface ssid is empty, or when access point mode interface has wds-ignore-ssid=yes.
- three_
gpp str - wireless_
protocol str
- ___
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.
- ___
ts_ String - A set of transformations for field names. This is an internal service field, setting a value is not required.
- allow
Signal StringOut Of Range - area
Prefix String - Rule matches if area value of AP (a proprietary extension) begins with specified value.area value is a proprietary extension.
- comment String
- connect Boolean
- Available options: yes - Connect to access point that matches this rule. no - Do not connect to any access point that matches this rule.
- disabled Boolean
- interface String
- Name of the interface.
- interface
Wireless StringConnect List Id - interworking String
- iw
Asra String - Additional Steps Required for Access. Set to yes, if a user should take additional steps to access the internet, like the walled garden.
- iw
Authentication StringTypes - This property is only effective when
asra
is set toyes
. Value ofurl
is optional and not needed ifdns-redirection
oronline-enrollment
is selected. To set the value ofurl
to empty string use double quotes. For example:authentication-types=online-enrollment:""
- iw
Connection StringCapabilities - This option allows to provide information about the allowed IP protocols and ports. This information can be provided in
ANQP response. The first number represents the IP protocol number, the second number represents a port number. * closed
- set if protocol and port combination is not allowed; * open - set if protocol and port combination is allowed; *
unknown - set if protocol and port combination is either open or closed. Example:
connection-capabilities=6:80:open,17:5060:closed
Setting such a value on an Access Point informs the Wireless client, which is connecting to the Access Point, that HTTP (6 - TCP, 80 - HTTP) is allowed and VoIP (17 - UDP; 5060 - VoIP) is not allowed. This property does not restrict or allow usage of these protocols and ports, it only gives information to station device which is connecting to Access Point.
- set if protocol and port combination is not allowed; * open - set if protocol and port combination is allowed; *
unknown - set if protocol and port combination is either open or closed. Example:
- iw
Esr String - Emergency services reachable (ESR). Set to yes in order to indicate that emergency services are reachable through the access point.
- iw
Hessid String - Homogenous extended service set identifier (HESSID). Devices that provide access to same external networks are in one homogenous extended service set. This service set can be identified by HESSID that is the same on all access points in this set. 6-byte value of HESSID is represented as MAC address. It should be globally unique, therefore it is advised to use one of the MAC address of access point in the service set.
- iw
Hotspot20 String - Indicate Hotspot 2.0 capability of the Access Point.
- iw
Hotspot20Dgaf String - Downstream Group-Addressed Forwarding (DGAF). Sets value of DGAF bit to indicate whether multicast and broadcast frames
to clients are disabled or enabled. * yes - multicast and broadcast frames to clients are enabled; * no - multicast and
broadcast frames to clients are disabled. To disable multicast and broadcast frames set
multicast-helper=full
. - iw
Internet String - Whether the internet is available through this connection or not. This information is included in the Interworking element.
- iw
Ipv4Availability String - Information about what IPv4 address and access are available. * not-available - Address type not available; * public - public IPv4 address available; * port-restricted - port-restricted IPv4 address available; * single-nated - single NATed private IPv4 address available; * double-nated - double NATed private IPv4 address available; * port-restricted-single-nated -port-restricted IPv4 address and single NATed IPv4 address available; * port-restricted-double-nated - port-restricted IPv4 address and double NATed IPv4 address available; * unknown - availability of the address type is not known.
- iw
Ipv6Availability String - Information about what IPv6 address and access are available. * not-available - Address type not available; * available
- address type available; * unknown - availability of the address type is not known.
- iw
Network StringType - Information about network access type. * emergency-only - a network dedicated and limited to accessing emergency services; * personal-device - a network of personal devices. An example of this type of network is a camera that is attached to a printer, thereby forming a network for the purpose of printing pictures; * private - network for users with user accounts. Usually used in enterprises for employees, not guests; * private-with-guest - same as private, but guest accounts are available; * public-chargeable - a network that is available to anyone willing to pay. For example, a subscription to Hotspot 2.0 service or in-room internet access in a hotel; * public-free - network is available to anyone without any fee. For example, municipal network in city or airport Hotspot; * test - network used for testing and experimental uses. Not used in production; * wildcard - is used on Wireless clients. Sending probe request with a wildcard as network type value will make all Interworking Access Points respond despite their actual network-type setting. A client sends a probe request frame with network-type set to value it is interested in. It will receive replies only from access points with the same value (except the case of wildcard).
- iw
Realms String - Information about supported realms and the corresponding EAP method.
realms=example.com:eap-tls,foo.ba:not-specified
- iw
Roaming StringOis - Organization identifier (OI) usually are 24-bit is unique identifiers like organizationally unique identifier (OUI) or
company identifier (CID). In some cases, OI is longer for example OUI-36.A subscription service provider (SSP) can be
specified by its OI. roaming-ois property can contain zero or more SSPs OIs whose networks are accessible via this AP.
Length of OI should be specified before OI itself. For example, to set E4-8D-8C and 6C-3B-6B:
roaming-ois=03E48D8C036C3B6B
- iw
Uesa String - Unauthenticated emergency service accessible (UESA). * no - indicates that no unauthenticated emergency services are reachable through this Access Point; * yes - indicates that higher layer unauthenticated emergency services are reachable through this Access Point.
- iw
Venue String - Specify the venue in which the Access Point is located. Choose the value from available ones. Some examples:
venue=business-bank venue=mercantile-shopping-mall venue=educational-university-or-college
- mac
Address String - Rule matches only AP with the specified MAC address.
- security
Profile String - Name of security profile that is used when connecting to matching access points, If value of this property is none, then security profile specified in the interface configuration will be used. In station mode, rule will match only access points that can support specified security profile. Value none will match access point that supports security profile that is specified in the interface configuration. In access point mode value of this property will not be used to match remote devices.
- signal
Range String - Rule matches if signal strength of the access point is within the range. If station establishes connection to access point that is matched by this rule, it will disconnect from that access point when signal strength goes out of the specified range.
- ssid String
- Rule matches access points that have this SSID. Empty value matches any SSID. This property has effect only when station mode interface ssid is empty, or when access point mode interface has wds-ignore-ssid=yes.
- three
Gpp String - wireless
Protocol String
Import
#The ID can be found via API or the terminal
#The command for the terminal is -> :put [/interface/wireless/connect-list get [print show-ids]]
$ pulumi import routeros:index/interfaceWirelessConnectList:InterfaceWirelessConnectList test *3
#Or you can import a resource using one of its attributes
$ pulumi import routeros:index/interfaceWirelessConnectList:InterfaceWirelessConnectList 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.