summaryrefslogtreecommitdiffstats
path: root/tests/topotests/nhrp_redundancy/r4/nhrp_cache.json
blob: f87ebcf5fc7e460f51983c059f8390ec039850b1 (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
{
    "attr": {
        "entriesCount": 4
    },
    "table": [
        {
            "interface": "r4-gre0",
            "type": "nhs",
            "protocol": "176.16.1.2",
            "nbma": "192.168.1.2",
            "claimed_nbma": "192.168.1.2",
            "used": false,
            "timeout": true,
            "auth": false,
            "identity": ""
        },
        {
            "interface": "r4-gre0",
            "type": "local",
            "protocol": "176.16.1.4",
            "nbma": "192.168.2.4",
            "claimed_nbma": "192.168.2.4",
            "used": false,
            "timeout": false,
            "auth": false,
            "identity": "-"
        },
        {
            "interface": "r4-gre0",
            "type": "nhs",
            "protocol": "176.16.1.3",
            "nbma": "192.168.1.3",
            "claimed_nbma": "192.168.1.3",
            "used": false,
            "timeout": true,
            "auth": false,
            "identity": ""
        },
        {
            "interface": "r4-gre0",
            "type": "nhs",
            "protocol": "176.16.1.1",
            "nbma": "192.168.1.1",
            "claimed_nbma": "192.168.1.1",
            "used": false,
            "timeout": true,
            "auth": false,
            "identity": ""
        }
    ]
}