frr/tests/topotests/babel_topo1/r3/show_ip_route.json_ref

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

82 lines
1.5 KiB
Text
Raw Normal View History

{
"192.168.1.0/24":[
{
"prefix":"192.168.1.0/24",
"protocol":"babel",
"selected":true,
"nexthops":[
{
"fib":true,
"ip":"193.1.2.1",
"afi":"ipv4",
"interfaceName":"r3-eth1",
"active":true
}
]
}
],
"192.168.2.0/24":[
{
"prefix":"192.168.2.0/24",
"protocol":"static",
"selected":true,
"distance":1,
"nexthops":[
{
"fib":true,
"ip":"192.168.3.10",
"afi":"ipv4",
"interfaceName":"r3-eth0",
"active":true
}
]
}
],
"192.168.3.0/24":[
{
"prefix":"192.168.3.0/24",
"protocol":"connected",
"selected":true,
"nexthops":[
{
"fib":true,
"directlyConnected":true,
"interfaceName":"r3-eth0",
"active":true
}
]
}
],
"193.1.1.0/26":[
{
"prefix":"193.1.1.0/26",
"protocol":"babel",
"selected":true,
"nexthops":[
{
"fib":true,
"ip":"193.1.2.1",
"afi":"ipv4",
"interfaceName":"r3-eth1",
"active":true
}
]
}
],
"193.1.2.0/24":[
{
"prefix":"193.1.2.0/24",
"protocol":"connected",
"selected":true,
"nexthops":[
{
"fib":true,
"directlyConnected":true,
"interfaceName":"r3-eth1",
"active":true
}
]
}
]
}