UG56 Default Profile

This topic provides the default Profile template of UG56.

Background information

When you add and apply Auto Provision for a device, a complete Profile template is required. A Profile template includes all configurable settings for the device, however, only the active parameters will be applied for Auto Provision. This topic outlines the active parameters within the default Profile template, helping you determine if the default template is suitable for your Auto Provisioning needs.

Note: If the default Profile template does NOT meet your needs, you can create a custom Profile template .

Default Profile template

{
    "version": "v1.0",
    "values": [
        {
            "key": "dm_enable", // Platform Connection
            "value": 1
        },
        {
            "key": "dm_type", // Connecting Platforms Enum: 0-Milesight Development Platform 1-DeviceHub 2.0
            "value": 0
        },
        {
            "key": "dm_mip_addr", // Milesight Development Platform Server Address
            "value": "https://milesight.com"
        },
        {
            "key": "dm_dh_addr", // Milesight DeviceHub Server Address
            "value": ""
        },
        {
            "key": "autop_enable",
            "value": 1
        },
        {
            "key": "region_freq", //3-CN470 0-EU868 8-IN865 9-RU864 1-US915 2-AU915 4-AS923-1 10-AS923-2 11-AS923-3 12-AS923-4 5-KR920
            "value": 0
        },
        {
            "key": "pkt_enable", // Enable
            "value": 1
        },
        {
            "key": "pkt_type", //0-Embedded NS 1-Semtech 2-Basics Station 3-Chirpstack-Generic 4-Chirpstack-V4 5-Remoted Embedded NS 6-DeviceHub LNS 7-Milesight Development Platform LNS 8-Everynet
            "value": 7
        },
        {
            "key": "semtech_addr", // Server Address
            "value": "eu1.cloud.thethings.network"
        },
        {
            "key": "semtech_up_port", // Port Up
            "value": 1700
        },
        {
            "key": "semtech_down_port", // Port Down
            "value": 1700
        },
        {
            "key": "station_lns_uri", // LNS  URI
            "value": ""
        },
        {
            "key": "station_lns_trust", // LNS CA File(*.trust)
            "value": "",
            "fileSize": "",
            "crc32": "",
            "md5": ""
        },
        {
            "key": "station_lns_crt", // LNS Client Certificate File(*.crt)
            "value": "",
            "fileSize": "",
            "crc32": "",
            "md5": ""
        },
        {
            "key": "station_lns_key", // LNS Client Key File(*.key)
            "value": "",
            "fileSize": "",
            "crc32": "",
            "md5": ""
        },
        {
            "key": "station_cups_uri", // CUPS  URI
            "value": ""
        },
        {
            "key": "station_cups_trust", // CUPS CA File(*.trust)
            "value": "",
            "fileSize": "",
            "crc32": "",
            "md5": ""
        },
        {
            "key": "station_cups_crt", // CUPS Client Certificate File(*.crt)
            "value": "",
            "fileSize": "",
            "crc32": "",
            "md5": ""
        },
        {
            "key": "station_cups_key", // CUPS Client Key File(*.key)
            "value": "",
            "fileSize": "",
            "crc32": "",
            "md5": ""
        },
        {
            "key": "chirpstack_addr", // Server Address
            "value": ""
        },
        {
            "key": "chirpstack_port", // MQTT Port
            "value": 1883
        },
        {
            "key": "chirpstack_crd", // User Credentials
            "value": 0
        },
        {
            "key": "chirpstack_name", // Username
            "value": ""
        },
        {
            "key": "chirpstack_pwd", // Password
            "value": ""
        },
        {
            "key": "chirpstack_tls", // TLS Authentication
            "value": 0
        },
        {
            "key": "chirpstack_mode", // Mode Enum: 0-CA signed server certificate 1-Self signed certificates
            "value": 0
        },
        {
            "key": "chirpstack_ca", // CA File
            "value": "",
            "fileSize": "",
            "crc32": "",
            "md5": ""
        },
        {
            "key": "chirpstack_client", // Client Certificate File
            "value": "",
            "fileSize": "",
            "crc32": "",
            "md5": ""
        },
        {
            "key": "chirpstack_key", // Client Key File
            "value": "",
            "fileSize": "",
            "crc32": "",
            "md5": ""
        },
        {
            "key": "rens_addr", // Server Address
            "value": ""
        },
        {
            "key": "rens_port", // MQTT Port
            "value": 18883
        },
        {
            "key": "everynet_name", // Everynet Username (RAN)
            "value": ""
        },
        {
            "key": "everynet_pwd", // Everynet Password (RAN)
            "value": ""
        },
        {
            "key": "everynet_reg", // Region Enum: eu-EU(Europe) us-US(USA) ap-AP(Asia Pacific) atc-ATC(Brazil)
            "value": "eu"
        },
        {
            "key": "everynet_band", // Band Enum: cn470a eu868 ru868 us915 us915a us915b us915c br915a la915a au915ab as923-1 as923-2
            "value": "eu868"
        },
        {
            "key": "linkwan_conf_file",
            "value": "",
            "fileSize": "",
            "crc32": "",
            "md5": ""
        },
        {
            "key": "net_id_mode", // NetID Filtering Mode Enum: 0-White 1-Black
            "value": 0
        },
        {
            "key": "net_id_list", // NetID Filtering List
            "value": ""
        },
        {
            "key": "join_mode", // JoinEUI Filtering Mode Enum: 0-White 1-Black
            "value": 0
        },
        {
            "key": "join_list", // JoinEUI Filtering List
            "value": ""
        },
        {
            "key": "eui_mode", // DevEUI Filtering Mode Enum: 0-White 1-Black
            "value": 0
        },
        {
            "key": "eui_list", // DevEUI Filter List
            "value": ""
        },
        {
            "key": "pkt_keepalive_intv",
            "value": 10
        },
        {
            "key": "pkt_stat_intv",
            "value": 30
        },
        {
            "key": "pkt_push_ms",
            "value": 100
        },
        {
            "key": "beacon_period", // Beacon Period Enum: 0 128
            "value": 0
        },
        {
            "key": "beacon_time_offset", // Beacon Time Offset
            "value": 0
        },
        {
            "key": "expert_enable",
            "value": ""
        },
        {
            "key": "expert_content",
            "value": ""
        },
        {
            "key": "main_link", // Main Interface Enum: 0-WAN 1-Cellular 2-WLAN
            "value": 1
        },
        {
            "key": "sec_link", // Secondary Interface Enum: 0-WAN 1-Cellular 2-WLAN
            "value": 0
        },
        {
            "key": "wan_protocol", // Connection Type Enum: 0-Static IP 1-DHCP Client 2-PPPoE
            "value": 1
        },
        {
            "key": "wan_dhcp_use_peer_dns", // Use Peer DNS
            "value": 0
        },
        {
            "key": "wan_ip", // IP Address
            "value": "192.168.23.150"
        },
        {
            "key": "wan_mask", // Netmask
            "value": "255.255.255.0"
        },
        {
            "key": "wan_gw", // Gateway
            "value": "192.168.23.1"
        },
        {
            "key": "wan_pppoe_name", // Username
            "value": ""
        },
        {
            "key": "wan_pppoe_pwd", // Password
            "value": ""
        },
        {
            "key": "wan_pppoe_inter", // Link Detection Interval
            "value": 60
        },
        {
            "key": "wan_pppoe_retries", // Max Retries
            "value": 0
        },
        {
            "key": "wan_pppoe_dns", // Use Peer DNS
            "value": 0
        },
        {
            "key": "wan_pri_dns", // Primary DNS Server
            "value": "8.8.8.8"
        },
        {
            "key": "wan_sec_dns", // Secondary DNS Server
            "value": "223.5.5.5"
        },
        {
            "key": "wan_mtu", // MTU
            "value": 1500
        },
        {
            "key": "wan_nat", // NAT
            "value": 1
        },
        {
            "key": "cell_apn", // APN
            "value": ""
        },
        {
            "key": "cell_name", // Username
            "value": ""
        },
        {
            "key": "cell_pwd", // Password
            "value": ""
        },
        {
            "key": "cell_auth", // Authentication Type Enum: 0-None 1-pap 2-chap
            "value": 0
        },
        {
            "key": "cell_pin", // PIN Code
            "value": ""
        },
        {
            "key": "ap_enable", // Enable
            "value": 1
        },
        {
            "key": "ap_mode", // Work Mode Enum: 0-AP  1-Client
            "value": 0
        },
        {
            "key": "ap_broadcast", // SSID Broadcast
            "value": 1
        },
        {
            "key": "ap_ssid", // SSID
            "value": ""
        },
        {
            "key": "ap_auth", //0-No Encryption 1-WEP Open System 2-WEP Shared Key 3-WPA-PSK 4-WPA2-PSK 5-WPA-PSK/WPA2-PSK
            "value": 5
        },
        {
            "key": "ap_pwd", // Key
            "value": "iotpassword"
        },
        {
            "key": "sta_ssid", // SSID
            "value": ""
        },
        {
            "key": "sta_bssid", // BSSID
            "value": ""
        },
        {
            "key": "sta_encryp", //0-No Encryption 1-WEP Open System 2-WEP Shared Key 3-WPA-PSK 4-WPA2-PSK 5-WPA&WPA2-PSK 6-WPA-Enterprise 7-WPA2-Enterprise 8-WPA&WPA2-Enterprise
            "value": 0
        },
        {
            "key": "sta_user", // User
            "value": ""
        },
        {
            "key": "sta_key", // Key
            "value": ""
        },
        {
            "key": "system_name", // Username
            "value": ""
        },
        {
            "key": "system_new_pwd", // Password
            "value": ""
        },
        {
            "key": "timezone", // Time Zone, refer to time_zone Value
            "value": 127
        },
        {
            "key": "time_sync_type", // Sync Type Enum: 0-Sync with NTP Server 2-Set up Manually
            "value": 0
        },
        {
            "key": "ntp", // NTP Server Address
            "value": "pool.ntp.org"
        },
        {
            "key": "set_data", // Date
            "value": ""
        },
        {
            "key": "set_time", // Time
            "value": ""
        },
        {
            "key": "http_enable",
            "value": 1
        },
        {
            "key": "http_port",
            "value": 80
        },
        {
            "key": "https_enable",
            "value": 1
        },
        {
            "key": "https_port",
            "value": 443
        },
        {
            "key": "telnet_enable",
            "value": 0
        },
        {
            "key": "telnet_port",
            "value": 23
        },
        {
            "key": "ssh_enable",
            "value": 0
        },
        {
            "key": "ssh_port",
            "value": 22
        }
    ]
}