aboutsummaryrefslogtreecommitdiffstats
path: root/ctrl/sysrepo-plugins/yang/hicn/rpc_call_samples.xml
blob: db79fd4efcf65dfdda75501178aa7a93e4ebd169 (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
<node-params-get xmlns="urn:sysrepo:hicn"/>

<node-stat-get xmlns="urn:sysrepo:hicn"/>

<strategy-get xmlns="urn:sysrepo:hicn">
    <strategy_id>0</strategy_id>
</strategy-get>

<strategies-get xmlns="urn:sysrepo:hicn"/>


<route-get xmlns="urn:sysrepo:hicn">
    <ip4>192.168.1.1</ip4>
    <ip6>-1</ip6>
    <len>24</len>
</route-get>

<route-del xmlns="urn:sysrepo:hicn">
    <ip4>192.168.1.1</ip4>
    <ip6>-1</ip6>
    <len>30</len>
</route-del>

<route-nhops-add xmlns="urn:sysrepo:hicn">
    <ip4>192.168.1.1</ip4>
    <ip6>-1</ip6>
    <len>24</len>
    <face_ids0>0</face_ids0>
    <face_ids1>0</face_ids1>
    <face_ids2>0</face_ids2>
    <face_ids3>0</face_ids3>
    <face_ids4>0</face_ids4>
    <face_ids5>0</face_ids5>
    <face_ids6>0</face_ids6>
    <n_faces>1</n_faces>
</route-nhops-add>

<route-nhops-del xmlns="urn:sysrepo:hicn">
    <ip4>192.168.1.1</ip4>
    <ip6>-1</ip6>
    <len>24</len>
    <faceid>0</faceid>
</route-nhops-del>


<face-ip-params-get xmlns="urn:sysrepo:hicn">
    <faceid>10</faceid>
</face-ip-params-get>

<face-ip-add xmlns="urn:sysrepo:hicn">
    <lip4>192.168.1.10</lip4>
    <lip6>-1</lip6>
    <rip4>192.168.1.1</rip4>
    <rip6>-1</rip6>
    <swif>0</swif>
</face-ip-add>


<face-ip-del xmlns="urn:sysrepo:hicn">
    <faceid>0</faceid>
</face-ip-del>

<punting-add xmlns="urn:sysrepo:hicn">
    <ip4>192.168.0.1</ip4>
    <ip6>-1</ip6>
    <len>24</len>
    <swif>0</swif>
</punting-add>


<punting-del xmlns="urn:sysrepo:hicn">
    <ip4>192.168.0.1</ip4>
    <ip6>-1</ip6>
    <len>24</len>
    <swif>0</swif>
</punting-del>

<face-stats-details xmlns="urn:sysrepo:hicn"/>