frr/tests/topotests/ospf_unnumbered/r2/v4_route.json

85 lines
1.6 KiB
JSON
Raw Normal View History

{
"10.0.1.1\/32":[
{
"prefix":"10.0.1.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.4",
"afi":"ipv4",
"interfaceName":"r2-eth1",
"active":true,
"onLink":true
}
]
}
],
"10.0.3.2\/32":[
{
"prefix":"10.0.3.2\/32",
"protocol":"connected",
"selected":true,
"destSelected":true,
"distance":0,
"metric":0,
"installed":true,
"table":254,
"nexthops":[
{
"flags":3,
"fib":true,
"directlyConnected":true,
"interfaceName":"r2-eth1",
"active":true
}
]
}
],
"10.0.20.1\/32":[
{
"prefix":"10.0.20.1\/32",
"protocol":"ospf",
"distance":110,
"metric":10,
"table":254,
"nexthops":[
{
"flags":9,
"ip":"0.0.0.0",
"afi":"ipv4",
"interfaceName":"r2-eth0",
"active":true,
"onLink":true
}
]
},
{
"prefix":"10.0.20.1\/32",
"protocol":"connected",
"selected":true,
"destSelected":true,
"distance":0,
"metric":0,
"installed":true,
"table":254,
"nexthops":[
{
"flags":3,
"fib":true,
"directlyConnected":true,
"interfaceName":"r2-eth0",
"active":true
}
]
}
]
}