diff --git a/resources/templates/provision/cisco/8845/{$mac}.xml b/resources/templates/provision/cisco/8845/{$mac}.xml
index 330ed7207a..b03271a46c 100644
--- a/resources/templates/provision/cisco/8845/{$mac}.xml
+++ b/resources/templates/provision/cisco/8845/{$mac}.xml
@@ -306,7 +306,7 @@
{foreach $keys["line"] as $row}
{if $row.device_key_category == "line"}
-{$row.device_key_line}
+{if $row.device_key_type == "disabled"}Disabled{else}{$row.device_key_line}{/if}
{$row.device_key_label}
{if $row.device_key_type == "shared"}shared{else}private{/if}
{$row.device_key_value}