<?xml version="1.0"?>
<interfaceDefinition>
  <node name="show">
    <children>
      <node name="route-map">
        <properties>
          <help>Show route-map information</help>
        </properties>
        <command>/usr/bin/vtysh -c "show route-map"</command>
      </node>
      <tagNode name="route-map">
        <properties>
          <help>Show specified route-map information</help>
          <completionHelp>
            <path>policy route-map</path>
          </completionHelp>
        </properties>
        <command>/usr/bin/vtysh -c "show route-map $3"</command>
      </tagNode>
    </children>
  </node>
</interfaceDefinition>