summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-ipv6-bgp.xml
blob: 67a8c865888674278a08b31ad298332e99a0faf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="show">
    <children>
      <node name="ipv6">
        <children>
          <node name="bgp">
            <children>
              <tagNode name="route-map">
                <properties>
                  <help>Show BGP routes matching the specified route map</help>
                  <completionHelp>
                    <path>policy route-map</path>
                  </completionHelp>
                </properties>
                <command>/usr/bin/vtysh -c "show bgp ipv6 route-map $5"</command>
              </tagNode>
            </children>
          </node>
        </children>
      </node>
    </children>
  </node>
</interfaceDefinition>