summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bfd_topo2/r3/ipv4_routes.json
blob: e96fdc0b158fd088b48abb692ac3cbdc9a76d506 (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
  "10.0.3.0/24": [
    {
      "distance": 110,
      "protocol": "ospf",
      "metric": 10,
      "prefix": "10.0.3.0/24",
      "nexthops": [
        {
          "active": true,
          "directlyConnected": true,
          "interfaceName": "r3-eth0"
        }
      ]
    },
    {
      "distance": 0,
      "protocol": "connected",
      "metric": 0,
      "selected": true,
      "installed": true,
      "prefix": "10.0.3.0/24",
      "nexthops": [
        {
          "directlyConnected": true,
          "interfaceName": "r3-eth0",
          "fib": true,
          "flags": 3,
          "active": true
        }
      ]
    }
  ],
  "10.254.254.3/32": [
    {
      "distance": 0,
      "protocol": "connected",
      "metric": 0,
      "selected": true,
      "installed": true,
      "prefix": "10.254.254.3/32",
      "nexthops": [
        {
          "directlyConnected": true,
          "interfaceName": "lo",
          "fib": true,
          "flags": 3,
          "active": true
        }
      ]
    }
  ],
  "10.254.254.2/32": [
    {
      "distance": 110,
      "protocol": "ospf",
      "metric": 20,
      "selected": true,
      "installed": true,
      "prefix": "10.254.254.2/32",
      "nexthops": [
        {
          "interfaceName": "r3-eth0",
          "ip": "10.0.3.2",
          "fib": true,
          "flags": 3,
          "active": true,
          "afi": "ipv4"
        }
      ]
    }
  ],
  "10.254.254.1/32": [
    {
      "distance": 110,
      "protocol": "ospf",
      "metric": 20,
      "selected": true,
      "installed": true,
      "prefix": "10.254.254.1/32",
      "nexthops": [
        {
          "interfaceName": "r3-eth0",
          "ip": "10.0.3.2",
          "fib": true,
          "flags": 3,
          "active": true,
          "afi": "ipv4"
        }
      ]
    }
  ]
}