diff --git a/op-mode-definitions/show-evpn.xml.in b/op-mode-definitions/show-evpn.xml.in
index 0bdb41e7a..9e8d9f2dc 100644
--- a/op-mode-definitions/show-evpn.xml.in
+++ b/op-mode-definitions/show-evpn.xml.in
@@ -1,46 +1,74 @@
 <?xml version="1.0"?>
 <interfaceDefinition>
   <node name="show">
     <children>
       <node name="evpn">
         <properties>
           <help>Show Ethernet VPN (EVPN) information</help>
         </properties>
         <children>
+          <node name="access-vlan">
+            <properties>
+              <help>Access VLANs</help>
+            </properties>
+            <children>
+              #include <include/frr-detail.xml.i>
+            </children>
+            <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
+          </node>
+          <tagNode name="access-vlan">
+            <properties>
+              <help>Access VLANs interface name</help>
+              <completionHelp>
+                <script>${vyos_completion_dir}/list_interfaces --bridgeable</script>
+              </completionHelp>
+            </properties>
+            <children>
+              <node name="node.tag">
+                <properties>
+                  <help>VLAN ID</help>
+                  <completionHelp>
+                    <list>&lt;1-4094&gt;</list>
+                  </completionHelp>
+                </properties>
+                <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
+              </node>
+            </children>
+          </tagNode>
           <node name="arp-cache">
             <properties>
               <help>ARP and ND cache</help>
             </properties>
             <children>
               #include <include/vni-tagnode-all.xml.i>
             </children>
           </node>
           <node name="mac">
             <properties>
               <help>MAC addresses</help>
             </properties>
             <children>
               #include <include/vni-tagnode-all.xml.i>
             </children>
           </node>
           <node name="next-hops">
             <properties>
               <help>Remote VTEPs</help>
             </properties>
             <children>
               #include <include/vni-tagnode-all.xml.i>
             </children>
           </node>
           <node name="rmac">
             <properties>
               <help>RMAC</help>
             </properties>
             <children>
               #include <include/vni-tagnode-all.xml.i>
             </children>
           </node>
         </children>
       </node>
     </children>
   </node>
 </interfaceDefinition>