38 lines
725 B
JSON
38 lines
725 B
JSON
|
{
|
||
|
"10.0.10.0/24": [
|
||
|
{
|
||
|
"distance": 115,
|
||
|
"metric": 10,
|
||
|
"nexthops": [
|
||
|
{
|
||
|
"active": true,
|
||
|
"afi": "ipv4",
|
||
|
"fib": true,
|
||
|
"interfaceName": "r1-eth0",
|
||
|
"ip": "10.0.20.1"
|
||
|
}
|
||
|
],
|
||
|
"prefix": "10.0.10.0/24",
|
||
|
"protocol": "isis",
|
||
|
"selected": true,
|
||
|
"vrfName": "r1-cust1"
|
||
|
}
|
||
|
],
|
||
|
"10.0.20.0/24": [
|
||
|
{
|
||
|
"nexthops": [
|
||
|
{
|
||
|
"active": true,
|
||
|
"directlyConnected": true,
|
||
|
"fib": true,
|
||
|
"interfaceName": "r1-eth0"
|
||
|
}
|
||
|
],
|
||
|
"prefix": "10.0.20.0/24",
|
||
|
"protocol": "connected",
|
||
|
"selected": true,
|
||
|
"vrfName": "r1-cust1"
|
||
|
}
|
||
|
]
|
||
|
}
|