summaryrefslogtreecommitdiff
path: root/op-mode-definitions/monitor-bridge.xml.in
blob: 712a924f1fba2dfd2ac6d84f5c67f21ed6cd4a84 (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
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="monitor">
    <children>
      <node name="bridge">
        <properties>
          <help>Monitoring bridge database generated objects and address changes</help>
        </properties>
        <command>sudo bridge monitor all</command>
        <children>
          <node name="link">
            <command>sudo bridge monitor link</command>
            <properties>
              <help>Monitoring bridge database generated connection interface changes</help>
            </properties>
          </node>
          <node name="fdb">
            <command>sudo bridge monitor fdb</command>
            <properties>
              <help>Monitor the forwarding database changes generated by the bridge database</help>
            </properties>
          </node>
          <node name="mdb">
            <command>sudo bridge monitor mdb</command>
            <properties>
              <help>Monitor the multicast database changes generated by the bridge database</help>
            </properties>
          </node>
        </children>
      </node>
    </children>
  </node>
</interfaceDefinition>