Skip to content

Instantly share code, notes, and snippets.

@bile0026
Created July 7, 2020 01:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bile0026/9235b8ec797b08fdd75e4766bbaa41bc to your computer and use it in GitHub Desktop.
Save bile0026/9235b8ec797b08fdd75e4766bbaa41bc to your computer and use it in GitHub Desktop.
setting up TR096 with GenieACS for MikroTik Devices
- type: "'tags'"
- type: "'ping'"
- parameters:
- components:
- type: "'parameter'"
- chart: "'online'"
type: "'overview-dot'"
- parameters:
- Device.DeviceInfo.X_MIKROTIK_SystemIdentity
- Device.DeviceInfo.SerialNumber
- Device.DeviceInfo.ProductClass
- Device.DeviceInfo.SoftwareVersion
- Device.DeviceInfo.UpTime
- Device.Ethernet.Interface.1.MACAddress
- Device.IP.Interface.1.IPv4Address.1.IPAddress
- Device.IP.Interface.1.IPv4Address.1.SubnetMask
- Device.DHCPv4.Client.1.IPAddress
- Device.DHCPv4.Client.1.SubnetMask
- Device.WiFi.SSID.1.SSID
- Device.WiFi.AccessPoint.1.Security.KeyPassphrase
- Device.WiFi.AccessPoint.1.AssociatedDeviceNumberOfEntries
- Device.WiFi.SSID.2.SSID
- Device.WiFi.AccessPoint.2.Security.KeyPassphrase
- Device.WiFi.AccessPoint.2.AssociatedDeviceNumberOfEntries
- InternetGatewayDevice.DeviceInfo.HardwareVersion
- InternetGatewayDevice.DeviceInfo.SoftwareVersion
- InternetGatewayDevice.WANDevice.*.WANConnectionDevice.*.WANIPConnection.*.MACAddress
- InternetGatewayDevice.WANDevice.*.WANConnectionDevice.*.WANIPConnection.*.ExternalIPAddress
- InternetGatewayDevice.LANDevice.*.WLANConfiguration.*.SSID
- InternetGatewayDevice.LANDevice.*.WLANConfiguration.*.KeyPassphrase
- InternetGatewayDevice.LANDevice.*.Hosts.Host.*.HostName
- InternetGatewayDevice.LANDevice.*.Hosts.Host.*.IPAddress
- InternetGatewayDevice.LANDevice.*.Hosts.Host.*.MACAddress
type: "'summon-button'"
element: "'span.inform'"
label: "'Last inform'"
parameter: DATE_STRING(Events.Inform)
type: "'container'"
- label: "'Serial number'"
parameter: DeviceID.SerialNumber
- label: "'Product class'"
parameter: DeviceID.ProductClass
- label: "'OUI'"
parameter: DeviceID.OUI
- label: "'Manufacturer'"
parameter: DeviceID.Manufacturer
- label: "'Hardware version'"
parameter: InternetGatewayDevice.DeviceInfo.HardwareVersion
- label: "'Software version'"
parameter: InternetGatewayDevice.DeviceInfo.SoftwareVersion
- label: "'MAC'"
parameter: InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.MACAddress
- label: "'IP'"
parameter: InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.ExternalIPAddress
- label: "'WLAN SSID'"
parameter: InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.SSID
- label: "'WLAN passphrase'"
parameter: InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.KeyPassphrase
type: "'parameter-list'"
- childParameters:
- label: "'Host name'"
parameter: HostName
- label: "'IP address'"
parameter: IPAddress
- label: "'MAC address'"
parameter: MACAddress
label: "'WLAN hosts'"
parameter: InternetGatewayDevice.LANDevice.1.Hosts.Host
type: "'parameter-table'"
- components:
- components:
- "'Faults'"
element: "'h3'"
type: "'container'"
- type: "'device-faults'"
element: "'div'"
type: "'container'"
- components:
- components:
- "'All parameters'"
element: "'h3'"
type: "'container'"
- type: "'all-parameters'"
element: "'div.container-full-width'"
type: "'container'"
- type: "'device-actions'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment