diff --git a/ansible/templates/minigraph_device.j2 b/ansible/templates/minigraph_device.j2
index c7cd5aca285..73547abdb89 100644
--- a/ansible/templates/minigraph_device.j2
+++ b/ansible/templates/minigraph_device.j2
@@ -14,6 +14,9 @@
false
0
0
+{% if subtype is defined and subtype == 'SmartSwitch' and index > 27 %}
+ Dpc
+{% endif %}
{% if port_speed[port_alias[index]] is defined %}
{{ port_speed[port_alias[index]] }}
{% elif (breakout_speed is defined) and (hwsku in breakout_speed) and (port_alias[index] in breakout_speed[hwsku].keys()) %}