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
|
{
"area": {
"2": {
"area-type": { "normal": {} },
"network": "192.0.2.0/24"
},
"3": {
"area-type": { "nssa": {} }
},
"4": {
"area-type": { "stub": { "default-cost": "20" } },
"range": {
"192.0.3.0/24": { "cost": "10" },
"192.0.4.0/24": {}
}
}
},
"auto-cost": { "reference-bandwidth": "2" },
"interface": { "eth1": { "passive": {} }, "eth2": { "passive": {} } },
"log-adjacency-changes": { "detail": {} },
"neighbor": {
"192.0.11.12": { "priority": "2", "poll-interval": "10" }
},
"parameters": {
"router-id": "192.0.1.1",
"abr-type": "cisco",
"opaque-lsa": {},
"rfc1583-compatibility": {}
},
"redistribute": {
"bgp": { "metric": "10", "metric-type": "2" },
"connected": {}
},
"default-information": {
"originate": {
"always": {},
"metric": "10",
"metric-type": "2",
"route-map": "ingress"
}
}
}
|