summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ospf_metric_propagation/r1/show_ip_route-4.json
blob: f312291e8627b70474a64db3fd554b7d383a4bf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "10.0.94.0/24":[
    {
      "prefix":"10.0.94.0/24",
      "protocol":"bgp",
      "vrfName":"green",
      "metric":1218,
      "installed":true,
      "nexthops":[
        {
          "ip":"10.0.1.2",
          "interfaceName":"r1-eth0",
          "vrf":"default"
        }
      ]
    }
  ]
}