diff --git a/checks/cisco_eigrp_interface b/checks/cisco_eigrp_interface
index aa8ccc6d5cbf0f484561f5f39f48f94c11f6eb35..cad0be223e8e03fb5e2ab889682bee3ac3224475 100644
--- a/checks/cisco_eigrp_interface
+++ b/checks/cisco_eigrp_interface
@@ -168,6 +168,7 @@ def parse_cisco_eigrp_interface(info):
                  'hundredgigabitethernet': 'Hu',
                  'port-channel': 'Po',
                  'tunnel': 'Tu',
+                 'loopback': 'Lo',
                  }
         for item in names.keys():
             if st.lower().startswith(item):
diff --git a/cisco_eigrp.mkp b/cisco_eigrp.mkp
index e68d950eaf68f36d6aa9a95d27de0ff0b40cac01..e50fd2110cca5ed7957a66f1cbb43932101b6137 100644
Binary files a/cisco_eigrp.mkp and b/cisco_eigrp.mkp differ