summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ospf_metric_propagation/r1/show_ip_route-1.json
blob: 2392b40fa9859f9de50de24e84363ca3ae4eef9d (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":34,
      "installed":true,
      "nexthops":[
        {
          "ip":"10.0.10.5",
          "interfaceName":"r1-eth1",
          "vrf":"blue"
        }
      ]
    }
  ]
}