diff --git a/op-mode-definitions/show-interfaces-macsec.xml.in b/op-mode-definitions/show-interfaces-macsec.xml.in
index a264ff22e..28264d252 100644
--- a/op-mode-definitions/show-interfaces-macsec.xml.in
+++ b/op-mode-definitions/show-interfaces-macsec.xml.in
@@ -1,29 +1,37 @@
 <?xml version="1.0"?>
 <interfaceDefinition>
   <node name="show">
     <children>
       <node name="interfaces">
         <children>
           <node name="macsec">
             <properties>
               <help>Show MACsec interface information</help>
               <completionHelp>
                 <path>interfaces macsec</path>
               </completionHelp>
             </properties>
             <command>ip macsec show</command>
+            <children>
+              <leafNode name="detail">
+                <properties>
+                  <help>Show detailed MACsec interface information</help>
+                </properties>
+                <command>ip -s macsec show</command>
+              </leafNode>
+            </children>      
           </node>
           <tagNode name="macsec">
             <properties>
               <help>Show specified MACsec interface information</help>
               <completionHelp>
                 <path>interfaces macsec</path>
               </completionHelp>
             </properties>
             <command>ip macsec show $4</command>
           </tagNode>
         </children>
       </node>
     </children>
   </node>
 </interfaceDefinition>