frr/tests/topotests/bgp_link_bw_ip/r1/v4_route.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

85 lines
1.6 KiB
JSON
Raw Normal View History

{
"10.0.1.1\/32":[
{
"prefix":"10.0.1.1\/32",
"protocol":"ospf",
"distance":110,
"metric":10,
"table":254,
"nexthops":[
{
"flags":9,
"ip":"0.0.0.0",
"afi":"ipv4",
"interfaceName":"r1-eth0",
"active":true,
"onLink":true
}
]
},
{
"prefix":"10.0.1.1\/32",
"protocol":"connected",
"selected":true,
"destSelected":true,
"distance":0,
"metric":0,
"installed":true,
"table":254,
"nexthops":[
{
"flags":3,
"fib":true,
"directlyConnected":true,
"interfaceName":"r1-eth0",
"active":true
}
]
}
],
"10.0.3.4\/32":[
{
"prefix":"10.0.3.4\/32",
"protocol":"connected",
"selected":true,
"destSelected":true,
"distance":0,
"metric":0,
"installed":true,
"table":254,
"nexthops":[
{
"flags":3,
"fib":true,
"directlyConnected":true,
"interfaceName":"r1-eth1",
"active":true
}
]
}
],
"10.0.20.1\/32":[
{
"prefix":"10.0.20.1\/32",
"protocol":"ospf",
"selected":true,
"destSelected":true,
"distance":110,
"metric":20,
"installed":true,
"table":254,
"nexthops":[
{
"flags":11,
"fib":true,
"ip":"10.0.3.2",
"afi":"ipv4",
"interfaceName":"r1-eth1",
"active":true,
"onLink":true
}
]
}
]
}