blob: 7e679e38a81629d4fb3fba16526312ec9c18c48f (
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
|
<!-- include start from isis/redistribute-ipv6.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>u32:0-16777215</format>
<description>ISIS default metric</description>
</valueHelp>
<constraint>
<validator name="numeric" argument="--range 0-16777215"/>
</constraint>
</properties>
</leafNode>
#include <include/route-map.xml.i>
</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>u32:0-16777215</format>
<description>ISIS default metric</description>
</valueHelp>
<constraint>
<validator name="numeric" argument="--range 0-16777215"/>
</constraint>
</properties>
</leafNode>
#include <include/route-map.xml.i>
</children>
</node>
<!-- include end -->
|