summaryrefslogtreecommitdiffstats
path: root/tests/topotests/nhrp_redundancy/r1/nhrp_cache.json
blob: a94dd9fecfb133b5dc64d7d48589e12e759c6c6b (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
{
    "attr": {
        "entriesCount": 3
    },
    "table": [
        {
            "interface": "r1-gre0",
            "type": "dynamic",
            "protocol": "176.16.1.4",
            "nbma": "192.168.2.4",
            "claimed_nbma": "192.168.2.4",
            "used": false,
            "timeout": true,
            "auth": false,
            "identity": ""
        },
        {
            "interface": "r1-gre0",
            "type": "local",
            "protocol": "176.16.1.1",
            "nbma": "192.168.1.1",
            "claimed_nbma": "192.168.1.1",
            "used": false,
            "timeout": false,
            "auth": false,
            "identity": "-"
        },
        {
            "interface": "r1-gre0",
            "type": "dynamic",
            "protocol": "176.16.1.5",
            "nbma": "192.168.2.5",
            "claimed_nbma": "192.168.2.5",
            "used": false,
            "timeout": true,
            "auth": false,
            "identity": ""
        }
    ]
}