summaryrefslogtreecommitdiffstats
path: root/tests/topotests/nhrp_topo/r1/sharp_route4.json
blob: 4c4b8eaccdb4543bcfe97a2d90e9c9f7f6309132 (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
{
  "4.4.4.1\/32":[
    {
      "prefix":"4.4.4.1\/32",
      "prefixLen":32,
      "protocol":"sharp",
      "vrfId":0,
      "vrfName":"default",
      "selected":true,
      "destSelected":true,
      "installed":true,
      "internalNextHopNum":1,
      "internalNextHopActiveNum":1,
      "nexthops":[
        {
          "fib":true,
          "ip":"10.255.255.2",
          "interfaceName":"r1-gre0",
          "active":true
        }
      ]
    }
  ],
  "5.5.5.1\/32":[
    {
      "prefix":"5.5.5.1\/32",
      "prefixLen":32,
      "protocol":"sharp",
      "vrfId":0,
      "vrfName":"default",
      "selected":true,
      "destSelected":true,
      "installed":true,
      "internalNextHopNum":1,
      "internalNextHopActiveNum":1,
      "nexthops":[
        {
          "fib":true,
          "ip":"10.255.255.2",
          "interfaceName":"r1-gre0",
          "active":true
        }
      ]
    }
  ]
}