summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-ip-access-paths-prefix-community-lists.xml.in
blob: 7a466d8c11e10dd3aa159beb06050e8718f8f99a (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="show">
    <children>
      <node name="ip">
        <properties>
          <help>Show IPv4 routing information</help>
        </properties>
        <children>
          <tagNode name="access-list">
            <properties>
              <help>Show IP access-list</help>
              <completionHelp>
                <path>policy access-list</path>
              </completionHelp>
            </properties>
            <command>vtysh -c "show ip access-list $4"</command>
            <standalone>
              <help>Show all IP access lists</help>
              <command>vtysh -c "show ip access-list"</command>
            </standalone>
          </tagNode>
          <tagNode name="as-path-access-list">
            <properties>
              <help>Show as-path-access-list</help>
              <completionHelp>
                <path>policy as-path-list</path>
              </completionHelp>
            </properties>
            <command>vtysh -c "show ip as-path-access-list $4"</command>
            <standalone>
              <help>Show all AS path access lists</help>
              <command>vtysh -c "show ip as-path-access-list"</command>
            </standalone>
          </tagNode>
          <tagNode name="community-list">
            <properties>
              <help>Show BGP community-list</help>
              <completionHelp>
                <path>policy community-list</path>
              </completionHelp>
            </properties>
            <command>vtysh -c "show bgp community-list $4 detail"</command>
            <standalone>
              <help>Show all BGP community lists</help>
              <command>vtysh -c "show bgp community-list"</command>
            </standalone>
          </tagNode>
          <tagNode name="extcommunity-list">
            <properties>
              <help>Show extended BGP community list</help>
              <completionHelp>
                <path>policy extcommunity-list</path>
              </completionHelp>
            </properties>
            <command>vtysh -c "show bgp extcommunity-list $4 detail"</command>
            <standalone>
              <help>Show all extended BGP community lists</help>
              <command>vtysh -c "show bgp extcommunity-list"</command>
            </standalone>
          </tagNode>
          <leafNode name="forwarding">
            <properties>
              <help>Show IP forwarding status</help>
            </properties>
            <command>vtysh -c "show ip forwarding"</command>
          </leafNode>
          <tagNode name="large-community-list">
            <properties>
              <help>Show BGP large-community-list</help>
              <completionHelp>
                <path>policy large-community-list</path>
              </completionHelp>
            </properties>
            <command>vtysh -c "show bgp large-community-list $4 detail"</command>
            <standalone>
              <help>Show all BGP large community lists</help>
              <command>vtysh -c "show bgp large-community-list"</command>
            </standalone>
          </tagNode>
          <tagNode name="prefix-list">
            <properties>
              <help>Show IP prefix-list</help>
              <completionHelp>
                <path>policy prefix-list</path>
              </completionHelp>
            </properties>
            <command>vtysh -c "show ip prefix-list $4"</command>
            <standalone>
              <help>Show all IP prefix lists</help>
              <command>vtysh -c "show ip prefix-list"</command>
            </standalone>
          </tagNode>
          <leafNode name="protocol">
            <properties>
              <help>Show IP route-maps per protocol</help>
            </properties>
            <command>vtysh -c "show ip protocol"</command>
          </leafNode>
         </children>
      </node>
    </children>
  </node>
</interfaceDefinition>