-
Notifications
You must be signed in to change notification settings - Fork 17
/
yangconfigrep.json
48 lines (48 loc) · 922 Bytes
/
yangconfigrep.json
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
{
"Cisco-IOS-XR-ifmgr-cfg:interface-configurations": {
"interface-configuration": [
{
"active": "act",
"interface-name": "Loopback201",
"interface-virtual": [
null
],
"description": "New Loopback 221",
"Cisco-IOS-XR-ipv6-ma-cfg:ipv6-network": {
"addresses": {
"regular-addresses": {
"regular-address": [
{
"address": "2001:db8:22::2",
"prefix-length": 128,
"zone": 0
}
]
}
}
}
},
{
"active": "act",
"interface-name": "Loopback301",
"interface-virtual": [
null
],
"description": "New Loopback 331",
"Cisco-IOS-XR-ipv6-ma-cfg:ipv6-network": {
"addresses": {
"regular-addresses": {
"regular-address": [
{
"address": "2001:db8:33::3",
"prefix-length": 128,
"zone": 0
}
]
}
}
}
}
]
}
}