Skip to content

Commit c74ddba

Browse files
author
Fückert, Oliver
committed
Add example
1 parent f214fe2 commit c74ddba

3 files changed

Lines changed: 217 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
.aci2dot
77
.vscode/*
88
.vscode/settings.json
9+
!/example/*

example/bgp.json

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
{
2+
"polUni": {
3+
"attributes": {
4+
"status": "created,modified"
5+
},
6+
"children": [{
7+
"fabricInst": {
8+
"attributes": {
9+
"status": "created,modified"
10+
},
11+
"children": [{
12+
"bgpInstPol": {
13+
"attributes": {
14+
"status": "created,modified",
15+
"ownerKey": "",
16+
"name": "default",
17+
"descr": "Default BGP Policy",
18+
"nameAlias": "",
19+
"ownerTag": "",
20+
"annotation": ""
21+
},
22+
"children": [{
23+
"bgpAsP": {
24+
"attributes": {
25+
"status": "created,modified",
26+
"name": "",
27+
"descr": "",
28+
"asn": "100",
29+
"nameAlias": "",
30+
"annotation": ""
31+
}
32+
}
33+
}, {
34+
"bgpExtRRP": {
35+
"attributes": {
36+
"status": "created,modified",
37+
"annotation": "",
38+
"name": "",
39+
"descr": "",
40+
"nameAlias": ""
41+
}
42+
}
43+
}, {
44+
"bgpRRP": {
45+
"attributes": {
46+
"status": "created,modified",
47+
"annotation": "",
48+
"name": "",
49+
"descr": "",
50+
"nameAlias": ""
51+
},
52+
"children": [{
53+
"bgpRRNodePEp": {
54+
"attributes": {
55+
"status": "created,modified",
56+
"descr": "",
57+
"podId": "1",
58+
"annotation": "",
59+
"nameAlias": "",
60+
"id": "1101"
61+
}
62+
}
63+
}, {
64+
"bgpRRNodePEp": {
65+
"attributes": {
66+
"status": "created,modified",
67+
"descr": "",
68+
"podId": "1",
69+
"annotation": "",
70+
"nameAlias": "",
71+
"id": "1102"
72+
}
73+
}
74+
}]
75+
}
76+
}]
77+
}
78+
}]
79+
}
80+
}, {
81+
"infraInfra": {
82+
"attributes": {
83+
"status": "created,modified"
84+
}
85+
}
86+
}]
87+
}
88+
}

example/bgp.svg

Lines changed: 128 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)