diff --git a/html/images/os/zte.png b/html/images/os/zte.png
new file mode 100644
index 000000000..5d81aafd3
Binary files /dev/null and b/html/images/os/zte.png differ
diff --git a/includes/discovery/os/zxr10.inc.php b/includes/discovery/os/zxr10.inc.php
new file mode 100644
index 000000000..dea79552e
--- /dev/null
+++ b/includes/discovery/os/zxr10.inc.php
@@ -0,0 +1,8 @@
+
diff --git a/includes/polling/os/zxr10.inc.php b/includes/polling/os/zxr10.inc.php
new file mode 100644
index 000000000..fab869660
--- /dev/null
+++ b/includes/polling/os/zxr10.inc.php
@@ -0,0 +1,9 @@
+
diff --git a/includes/static-config.php b/includes/static-config.php
index 4497e94e7..5cf34c683 100644
--- a/includes/static-config.php
+++ b/includes/static-config.php
@@ -268,6 +268,14 @@ $config['os'][$os]['text'] = "Huawei VRP";
$config['os'][$os]['type'] = "network";
$config['os'][$os]['icon'] = "huawei";
+## ZTE
+
+$os = "zxr10";
+$config['os'][$os]['group'] = "zxr10";
+$config['os'][$os]['text'] = "ZTE ZXR10";
+$config['os'][$os]['type'] = "network";
+$config['os'][$os]['icon'] = "zte";
+
# Juniper
$os = "junos";