summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ospf_metric_propagation/r1/show_ip_route-2.json
blob: 9a3d3d87b75f414b7c9ea82e0e200ff367bc6594 (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":136,
      "installed":true,
      "nexthops":[
        {
          "ip":"10.0.1.2",
          "interfaceName":"r1-eth0",
          "vrf":"default"
        }
      ]
    }
  ]
}