1
0
Fork 0
frr/tests/topotests/isis_topo1_vrf/r5/r5_route.json

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

95 lines
1.9 KiB
JSON
Raw Normal View History

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