1
0
Fork 0
frr/tests/topotests/isis_topo1_vrf/r3/r3_route.json
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

86 lines
1.7 KiB
JSON

{
"10.0.10.0/24": [
{
"distance": 115,
"metric": 10,
"nexthops": [
{
"afi": "ipv4",
"interfaceName": "r3-eth1",
"ip": "10.0.10.1"
}
],
"prefix": "10.0.10.0/24",
"protocol": "isis",
"vrfName": "r3-cust1"
},
{
"nexthops": [
{
"active": true,
"directlyConnected": true,
"fib": true,
"interfaceName": "r3-eth1"
}
],
"prefix": "10.0.10.0/24",
"protocol": "connected",
"selected": true,
"vrfName": "r3-cust1"
}
],
"10.0.11.0/24": [
{
"distance": 115,
"metric": 10,
"nexthops": [
{
"active": true,
"afi": "ipv4",
"fib": true,
"interfaceName": "r3-eth1",
"ip": "10.0.10.1"
}
],
"prefix": "10.0.11.0/24",
"protocol": "isis",
"selected": true,
"vrfName": "r3-cust1"
}
],
"10.0.20.0/24": [
{
"nexthops": [
{
"active": true,
"directlyConnected": true,
"fib": true,
"interfaceName": "r3-eth0"
}
],
"prefix": "10.0.20.0/24",
"protocol": "connected",
"selected": true,
"vrfName": "r3-cust1"
}
],
"10.0.21.0/24": [
{
"distance": 115,
"metric": 20,
"nexthops": [
{
"active": true,
"afi": "ipv4",
"fib": true,
"interfaceName": "r3-eth1",
"ip": "10.0.10.1"
}
],
"prefix": "10.0.21.0/24",
"protocol": "isis",
"selected": true,
"vrfName": "r3-cust1"
}
]
}