summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-ip-access-paths-prefix-community-lists.xml.in
blob: d7222516a2717383cb97e7548ba7147a2769098b (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
105
106
107
108
109
110
111
112
113
114
115
116
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="show">
    <children>
      <node name="ip">
        <properties>
          <help>Show IPv4 routing information</help>
        </properties>
        <children>
          <leafNode name="access-list">
            <properties>
              <help>Show all IP access-lists</help>
            </properties>
            <command>vtysh -c "show ip access-list"</command>
          </leafNode>
          <tagNode name="access-list">
            <properties>
              <help>Show all IP access-lists</help>
              <completionHelp>
                <path>policy access-list</path>
              </completionHelp>
            </properties>
            <command>vtysh -c "show ip access-list $4"</command>
          </tagNode>
          <leafNode name="as-path-access-list">
            <properties>
              <help>Show all as-path-access-lists</help>
            </properties>
            <command>vtysh -c "show ip as-path-access-list"</command>
          </leafNode>
          <tagNode name="as-path-access-list">
            <properties>
              <help>Show all as-path-access-lists</help>
              <completionHelp>
                <path>policy as-path-list</path>
              </completionHelp>
            </properties>
            <command>vtysh -c "show ip as-path-access-list $4"</command>
          </tagNode>
          <leafNode name="community-list">
            <properties>
              <help>Show IP community-lists</help>
            </properties>
            <command>vtysh -c "show bgp community-list"</command>
          </leafNode>
          <tagNode name="community-list">
            <properties>
              <help>Show IP community-lists</help>
              <completionHelp>
                <path>policy community-list</path>
              </completionHelp>
            </properties>
            <command>vtysh -c "show bgp community-list $4 detail"</command>
          </tagNode>
          <leafNode name="extcommunity-list">
            <properties>
              <help>Show extended IP community-lists</help>
            </properties>
            <command>vtysh -c "show bgp extcommunity-list"</command>
          </leafNode>
          <tagNode name="extcommunity-list">
            <properties>
              <help>Show extended IP community-lists</help>
              <completionHelp>
                <path>policy extcommunity-list</path>
              </completionHelp>
            </properties>
            <command>vtysh -c "show bgp extcommunity-list $4 detail"</command>
          </tagNode>
          <leafNode name="forwarding">
            <properties>
              <help>Show IP forwarding status</help>
            </properties>
            <command>vtysh -c "show ip forwarding"</command>
          </leafNode>
          <leafNode name="large-community-list">
            <properties>
              <help>Show IP large-community-lists</help>
            </properties>
            <command>vtysh -c "show bgp large-community-list"</command>
          </leafNode>
          <tagNode name="large-community-list">
            <properties>
              <help>Show IP large-community-lists</help>
              <completionHelp>
                <path>policy large-community-list</path>
              </completionHelp>
            </properties>
            <command>vtysh -c "show bgp large-community-list $4 detail"</command>
          </tagNode>
          <leafNode name="prefix-list">
            <properties>
              <help>Show all IP prefix-lists</help>
            </properties>
            <command>vtysh -c "show ip prefix-list"</command>
          </leafNode>
          <tagNode name="prefix-list">
            <properties>
              <help>Show all IP prefix-lists</help>
              <completionHelp>
                <path>policy prefix-list</path>
              </completionHelp>
            </properties>
            <command>vtysh -c "show ip prefix-list $4"</command>
          </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>