54 lines
1,015 B
JSON
54 lines
1,015 B
JSON
{
|
|
"red": {
|
|
"vrfName": "red",
|
|
"192.168.0.1/32": {
|
|
"routeType": "N",
|
|
"transit": false,
|
|
"cost": 0,
|
|
"area": "0.0.0.0",
|
|
"nexthops": [
|
|
{
|
|
"ip": " ",
|
|
"directlyAttachedTo": "red"
|
|
}
|
|
]
|
|
},
|
|
"192.168.0.12/32": {
|
|
"routeType": "N",
|
|
"transit": false,
|
|
"cost": 10,
|
|
"area": "0.0.0.0",
|
|
"nexthops": [
|
|
{
|
|
"ip": "192.168.101.12",
|
|
"via": "r1-eth3",
|
|
"advertisedRouter": "192.168.0.12"
|
|
}
|
|
]
|
|
},
|
|
"192.168.100.0/24": {
|
|
"routeType": "N",
|
|
"transit": false,
|
|
"cost": 10,
|
|
"area": "0.0.0.0",
|
|
"nexthops": [
|
|
{
|
|
"ip": " ",
|
|
"directlyAttachedTo": "r1-eth2"
|
|
}
|
|
]
|
|
},
|
|
"192.168.101.0/24": {
|
|
"routeType": "N",
|
|
"transit": true,
|
|
"cost": 10,
|
|
"area": "0.0.0.0",
|
|
"nexthops": [
|
|
{
|
|
"ip": " ",
|
|
"directlyAttachedTo": "r1-eth3"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|