blob: f90900da1147f40695b3ac83b354cfbab21e7226 (
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
|
<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><0-16777215></format>
<description>ISIS default metric</description>
</valueHelp>
<constraint>
<validator name="numeric" argument="--range 0-16777215"/>
</constraint>
</properties>
</leafNode>
<tagNode name="route-map">
<properties>
<help>Route map reference</help>
<completionHelp>
<path>policy route-map</path>
</completionHelp>
</properties>
<children>
<leafNode name="metric">
<properties>
<help>Metric for redistributed routes</help>
<valueHelp>
<format><0-16777215></format>
<description>ISIS default metric</description>
</valueHelp>
<constraint>
<validator name="numeric" argument="--range 0-16777215"/>
</constraint>
</properties>
</leafNode>
</children>
</tagNode>
</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><0-16777215></format>
<description>ISIS default metric</description>
</valueHelp>
<constraint>
<validator name="numeric" argument="--range 0-16777215"/>
</constraint>
</properties>
</leafNode>
<tagNode name="route-map">
<properties>
<help>Route map reference</help>
<completionHelp>
<path>policy route-map</path>
</completionHelp>
</properties>
<children>
<leafNode name="metric">
<properties>
<help>Metric for redistributed routes</help>
<valueHelp>
<format><0-16777215></format>
<description>ISIS default metric</description>
</valueHelp>
<constraint>
<validator name="numeric" argument="--range 0-16777215"/>
</constraint>
</properties>
</leafNode>
</children>
</tagNode>
</children>
</node>
|