Skip to content

Instantly share code, notes, and snippets.

@bile0026
Created July 7, 2020 01:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bile0026/bffca705b0cfa9833cedec662d9dfe17 to your computer and use it in GitHub Desktop.
Save bile0026/bffca705b0cfa9833cedec662d9dfe17 to your computer and use it in GitHub Desktop.
Setting up TR069 with GenieACS for MikroTik Devices.
- components:
- type: "'parameter'"
label: "'Serial number'"
parameter: Device.DeviceInfo.SerialNumber
type: "'device-link'"
- label: "'IDENT'"
parameter: Device.DeviceInfo.X_MIKROTIK_SystemIdentity
- label: "'Product class'"
parameter: Device.DeviceInfo.ProductClass
- label: "'Software version'"
parameter: Device.DeviceInfo.SoftwareVersion
- label: "'Uptime'"
parameter: Device.DeviceInfo.UpTime
- label: "'Ether1 MAC'"
parameter: Device.Ethernet.Interface.1.MACAddress
- label: "'IP'"
parameter: Device.IP.Interface.1.IPv4Address.1.IPAddress
- label: "'Mask'"
parameter: Device.IP.Interface.1.IPv4Address.1.SubnetMask
- label: "'DHCP Client IP'"
parameter: Device.DHCPv4.Client.1.IPAddress
- label: "'DHCP Cline Mask'"
parameter: Device.DHCPv4.Client.1.SubnetMask
- label: "'SSID 1'"
parameter: Device.WiFi.SSID.1.SSID
- label: "'SSID 1 Password'"
parameter: Device.WiFi.AccessPoint.1.Security.KeyPassphrase
- label: "'SSID 2'"
parameter: Device.WiFi.SSID.2.SSID
- label: "'SSID 2 Password'"
parameter: Device.WiFi.AccessPoint.2.Security.KeyPassphrase
- label: "'WiFi Clients'"
parameter: Device.WiFi.AccessPoint.2.AssociatedDeviceNumberOfEntries
- components:
- type: "'parameter'"
- chart: "'online'"
type: "'overview-dot'"
element: "'span.inform'"
label: "'Last inform'"
parameter: DATE_STRING(Events.Inform)
type: "'container'"
- label: "'Tags'"
parameter: Tags
type: "'tags'"
unsortable: true
writable: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment