summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-ip-pim.xml.in
blob: 9deba1f07324bdf074baf4da5c5a82ccbf31a3a2 (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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="show">
    <children>
      <node name="ip">
        <children>
          <node name="pim">
            <properties>
              <help>Show PIM (Protocol Independent Multicast) information</help>
            </properties>
            <children>
              <leafNode name="assert">
                <properties>
                  <help>PIM interfaces assert</help>
                </properties>
                <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
              </leafNode>
              <leafNode name="assert-internal">
                <properties>
                  <help>PIM interface internal assert state</help>
                </properties>
                <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
              </leafNode>
              <leafNode name="assert-metric">
                <properties>
                  <help>PIM interface assert metric</help>
                </properties>
                <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
              </leafNode>
              <leafNode name="assert-winner-metric">
                <properties>
                  <help>PIM interface assert winner metric</help>
                </properties>
                <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
              </leafNode>
              <leafNode name="bsm-database">
                <properties>
                  <help>PIM cached bsm packets information</help>
                </properties>
                <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
              </leafNode>
              <leafNode name="bsr">
                <properties>
                  <help>PIM boot-strap router information</help>
                </properties>
                <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
              </leafNode>
              <leafNode name="bsrp-info">
                <properties>
                  <help>PIM cached group-rp mappings information</help>
                </properties>
                <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
              </leafNode>
              <leafNode name="channel">
                <properties>
                  <help>PIM downstream channel info</help>
                </properties>
                <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
              </leafNode>
              <leafNode name="group-type">
                <properties>
                  <help>PIM multicast group type</help>
                </properties>
                <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
              </leafNode>
              <leafNode name="interface">
                <properties>
                  <help>PIM interfaces information</help>
                </properties>
                <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
              </leafNode>
              <leafNode name="join">
                <properties>
                  <help>PIM join information</help>
                </properties>
                <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
              </leafNode>
              <leafNode name="local-membership">
                <properties>
                  <help>PIM interface local-membership</help>
                </properties>
                <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
              </leafNode>
              <leafNode name="neighbor">
                <properties>
                  <help>PIM neighbor information</help>
                </properties>
                <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
              </leafNode>
              <leafNode name="nexthop">
                <properties>
                  <help>PIM cached nexthop rpf information</help>
                </properties>
                <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
              </leafNode>
              <leafNode name="rp-info">
                <properties>
                  <help>PIM rendezvous point information</help>
                </properties>
                <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
              </leafNode>
              <leafNode name="rpf">
                <properties>
                  <help>PIM reverse path forwarding information</help>
                </properties>
                <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
              </leafNode>
              <leafNode name="secondary">
                <properties>
                  <help>PIM neighbor addresses</help>
                </properties>
                <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
              </leafNode>
              <leafNode name="state">
                <properties>
                  <help>PIM state information</help>
                </properties>
                <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
              </leafNode>
              <leafNode name="statistics">
                <properties>
                  <help>PIM statistics</help>
                </properties>
                <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
              </leafNode>
              <leafNode name="upstream">
                <properties>
                  <help>PIM upstream information</help>
                </properties>
                <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
              </leafNode>
              <leafNode name="upstream-join-desired">
                <properties>
                  <help>PIM upstream join-desired</help>
                </properties>
                <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
              </leafNode>
              <leafNode name="upstream-rpf">
                <properties>
                  <help>PIM upstream source reverse path forwarding</help>
                </properties>
                <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
              </leafNode>
              <leafNode name="vxlan-groups">
                <properties>
                  <help>VXLAN BUM groups</help>
                </properties>
                <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
              </leafNode>
            </children>
          </node>
        </children>
      </node>
    </children>
  </node>
</interfaceDefinition>