summaryrefslogtreecommitdiff
path: root/interface-definitions/include/isis-redistribute-ipv4.xml.i
blob: fd5e759184890111fb6e35b456139b5be6012fe8 (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
<!-- included start from isis-redistribute-ipv4.xml.i -->
<node name="level-1">
  <properties>
    <help>Redistribute into level-1</help>
  </properties>
  <children>
    <leafNode name="metric">
      <properties>
        <help>Metric for redistributed routes</help>
        <valueHelp>
          <format>&lt;0-16777215&gt;</format>
          <description>ISIS default metric</description>
        </valueHelp>
        <constraint>
          <validator name="numeric" argument="--range 0-16777215"/>
        </constraint>
      </properties>
    </leafNode>
    <leafNode name="route-map">
      <properties>
        <help>Route map reference</help>
        <completionHelp>
          <path>policy route-map</path>
        </completionHelp>
      </properties>
    </leafNode>
  </children>
</node>
<node name="level-2">
  <properties>
    <help>Redistribute into level-2</help>
  </properties>
  <children>
    <leafNode name="metric">
      <properties>
        <help>Metric for redistributed routes</help>
        <valueHelp>
          <format>&lt;0-16777215&gt;</format>
          <description>ISIS default metric</description>
        </valueHelp>
        <constraint>
          <validator name="numeric" argument="--range 0-16777215"/>
        </constraint>
      </properties>
    </leafNode>
    <leafNode name="route-map">
      <properties>
        <help>Route map reference</help>
        <completionHelp>
          <path>policy route-map</path>
        </completionHelp>
      </properties>
    </leafNode>
  </children>
</node>
<!-- included end -->