frr/tests/topotests/ospf_gr_topo1/rt7/show_ip_route.json

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

211 lines
3.6 KiB
JSON
Raw Normal View History

{
"0.0.0.0\/0":[
{
"prefix":"0.0.0.0\/0",
"protocol":"ospf",
"distance":110,
"metric":11,
"nexthops":[
{
"ip":"10.0.6.6",
"afi":"ipv4",
"interfaceName":"eth-rt6"
}
]
}
],
"1.1.1.1\/32":[
{
"prefix":"1.1.1.1\/32",
"protocol":"ospf",
"distance":110,
"metric":40,
"nexthops":[
{
"ip":"10.0.6.6",
"afi":"ipv4",
"interfaceName":"eth-rt6"
}
]
}
],
"2.2.2.2\/32":[
{
"prefix":"2.2.2.2\/32",
"protocol":"ospf",
"distance":110,
"metric":30,
"nexthops":[
{
"ip":"10.0.6.6",
"afi":"ipv4",
"interfaceName":"eth-rt6"
}
]
}
],
"3.3.3.3\/32":[
{
"prefix":"3.3.3.3\/32",
"protocol":"ospf",
"distance":110,
"metric":20,
"nexthops":[
{
"ip":"10.0.6.6",
"afi":"ipv4",
"interfaceName":"eth-rt6"
}
]
}
],
"4.4.4.4\/32":[
{
"prefix":"4.4.4.4\/32",
"protocol":"ospf",
"distance":110,
"metric":30,
"nexthops":[
{
"ip":"10.0.6.6",
"afi":"ipv4",
"interfaceName":"eth-rt6"
}
]
}
],
"5.5.5.5\/32":[
{
"prefix":"5.5.5.5\/32",
"protocol":"ospf",
"distance":110,
"metric":40,
"nexthops":[
{
"ip":"10.0.6.6",
"afi":"ipv4",
"interfaceName":"eth-rt6"
}
]
}
],
"6.6.6.6\/32":[
{
"prefix":"6.6.6.6\/32",
"protocol":"ospf",
"distance":110,
"metric":10,
"nexthops":[
{
"ip":"10.0.6.6",
"afi":"ipv4",
"interfaceName":"eth-rt6"
}
]
}
],
"7.7.7.7\/32":[
{
"prefix":"7.7.7.7\/32",
"protocol":"ospf",
"distance":110,
"metric":0,
"nexthops":[
{
"directlyConnected":true,
"interfaceName":"lo"
}
]
}
],
"10.0.1.0\/24":[
{
"prefix":"10.0.1.0\/24",
"protocol":"ospf",
"distance":110,
"metric":40,
"nexthops":[
{
"ip":"10.0.6.6",
"afi":"ipv4",
"interfaceName":"eth-rt6"
}
]
}
],
"10.0.2.0\/24":[
{
"prefix":"10.0.2.0\/24",
"protocol":"ospf",
"distance":110,
"metric":30,
"nexthops":[
{
"ip":"10.0.6.6",
"afi":"ipv4",
"interfaceName":"eth-rt6"
}
]
}
],
"10.0.3.0\/24":[
{
"prefix":"10.0.3.0\/24",
"protocol":"ospf",
"distance":110,
"metric":30,
"nexthops":[
{
"ip":"10.0.6.6",
"afi":"ipv4",
"interfaceName":"eth-rt6"
}
]
}
],
"10.0.4.0\/24":[
{
"prefix":"10.0.4.0\/24",
"protocol":"ospf",
"distance":110,
"metric":20,
"nexthops":[
{
"ip":"10.0.6.6",
"afi":"ipv4",
"interfaceName":"eth-rt6"
}
]
}
],
"10.0.5.0\/24":[
{
"prefix":"10.0.5.0\/24",
"protocol":"ospf",
"distance":110,
"metric":40,
"nexthops":[
{
"ip":"10.0.6.6",
"afi":"ipv4",
"interfaceName":"eth-rt6"
}
]
}
],
"10.0.6.0\/24":[
{
"prefix":"10.0.6.0\/24",
"protocol":"ospf",
"distance":110,
"metric":10,
"nexthops":[
{
"directlyConnected":true,
"interfaceName":"eth-rt6"
}
]
}
]
}