frr/tests/topotests/ldp_vpls_topo1/r2/show_ip_route.ref
Daniel Baumann 3124f89aed
Adding upstream version 10.1.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 10:03:58 +01:00

147 lines
2.7 KiB
Text

{
"1.1.1.1/32":[
{
"prefix":"1.1.1.1/32",
"protocol":"ospf",
"selected":true,
"distance":110,
"metric":10,
"nexthops":[
{
"fib":true,
"ip":"10.0.1.1",
"afi":"ipv4",
"interfaceName":"r2-eth1",
"active":true
}
]
}
],
"2.2.2.2/32":[
{
"prefix":"2.2.2.2/32",
"protocol":"ospf",
"distance":110,
"metric":0,
"nexthops":[
{
"directlyConnected":true,
"interfaceName":"lo",
"active":true
}
]
},
{
"prefix":"2.2.2.2/32",
"protocol":"connected",
"selected":true,
"nexthops":[
{
"fib":true,
"directlyConnected":true,
"interfaceName":"lo",
"active":true
}
]
}
],
"3.3.3.3/32":[
{
"prefix":"3.3.3.3/32",
"protocol":"ospf",
"selected":true,
"distance":110,
"metric":10,
"nexthops":[
{
"fib":true,
"ip":"10.0.3.3",
"afi":"ipv4",
"interfaceName":"r2-eth2",
"active":true
}
]
}
],
"10.0.1.0/24":[
{
"prefix":"10.0.1.0/24",
"protocol":"ospf",
"distance":110,
"metric":10,
"nexthops":[
{
"directlyConnected":true,
"interfaceName":"r2-eth1",
"active":true
}
]
},
{
"prefix":"10.0.1.0/24",
"protocol":"connected",
"selected":true,
"nexthops":[
{
"fib":true,
"directlyConnected":true,
"interfaceName":"r2-eth1",
"active":true
}
]
}
],
"10.0.2.0/24":[
{
"prefix":"10.0.2.0/24",
"protocol":"ospf",
"selected":true,
"distance":110,
"metric":20,
"nexthops":[
{
"fib":true,
"ip":"10.0.1.1",
"afi":"ipv4",
"interfaceName":"r2-eth1",
"active":true
},
{
"fib":true,
"ip":"10.0.3.3",
"afi":"ipv4",
"interfaceName":"r2-eth2",
"active":true
}
]
}
],
"10.0.3.0/24":[
{
"prefix":"10.0.3.0/24",
"protocol":"ospf",
"distance":110,
"metric":10,
"nexthops":[
{
"directlyConnected":true,
"interfaceName":"r2-eth2",
"active":true
}
]
},
{
"prefix":"10.0.3.0/24",
"protocol":"connected",
"selected":true,
"nexthops":[
{
"fib":true,
"directlyConnected":true,
"interfaceName":"r2-eth2",
"active":true
}
]
}
]
}