-
Notifications
You must be signed in to change notification settings - Fork 2
/
ex4.xml
51 lines (51 loc) · 1.13 KB
/
ex4.xml
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
<devices xmlns="urn:example:network-manager">
<device>
<name>rtrA</name>
<transport>
<netconf>
<address>2001:db8::2</address>
<authentication>
...
</authentication>
...
</netconf>
</transport>
<root>
<modules-state
xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-library">
<module>
<name>ietf-system</name>
...
</module>
</modules-state>
<system xmlns="urn:ietf:params:xml:ns:yang:ietf-system">
...
</system>
</root>
</device>
<device>
<name>rtrB</name>
<transport>
<restconf>
<address>2001:db8::3</address>
<authentication>
...
</authentication>
...
</restconf>
</transport>
<root>
<modules-state
xmlns="urn:ietf:params:xml:ns:yang:ietf-yang-library">
<module>
<name>ietf-interfaces</name>
...
</module>
</modules-state>
<interfaces
xmlns="urn:ietf:params:xml:ns:yang:ietf-interfaces">
...
</interfaces>
</root>
</device>
</devices>