blob: 0963e5cc0b605d7714d2358c03d0624868731cf6 (
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
|
<!-- included start from ospf-authentication.xml.i -->
<node name="authentication">
<properties>
<help>Authentication</help>
</properties>
<children>
<node name="md5">
<properties>
<help>MD5 key id</help>
</properties>
<children>
<tagNode name="key-id">
<properties>
<help>MD5 key id</help>
<valueHelp>
<format>u32:1-255</format>
<description>MD5 key id</description>
</valueHelp>
</properties>
<children>
<leafNode name="md5-key">
<properties>
<help>MD5 authentication type</help>
<valueHelp>
<format>txt</format>
<description>MD5 Key (16 characters or less)</description>
</valueHelp>
</properties>
</leafNode>
</children>
</tagNode>
</children>
</node>
<leafNode name="plaintext-password">
<properties>
<help>Plain text password</help>
<valueHelp>
<format>txt</format>
<description>Plain text password (8 characters or less)</description>
</valueHelp>
</properties>
</leafNode>
</children>
</node>
<!-- included end -->
|