Property
rip
| Property Name |
Type |
Description |
Required |
| addresses |
array of
RipAddress
|
|
Yes
|
| auth |
RipAuthentication
|
|
|
| command |
integer
|
|
Yes
|
| version |
integer
|
|
Yes
|
RipAddress
| Property Name |
Type |
Description |
Required |
| addr |
string
|
|
Yes
|
| family |
string
|
|
Yes
|
| metric |
integer
|
|
Yes
|
| next_hop |
string
|
|
|
| subnet |
string
|
|
|
| tag |
integer
|
|
|
RipAuthentication
| Property Name |
Type |
Description |
Required |
| password |
string
|
|
Yes
|
| type |
integer
|
|
Yes
|
{
"version": 1,
"command": 2,
"addresses": [
{
"subnet": null,
"next_hop": null,
"addr": "94.183.255.102",
"family": "IPv4",
"metric": 1,
"tag": null
},
{
"subnet": null,
"next_hop": null,
"addr": "94.183.255.176",
"family": "IPv4",
"metric": 1,
"tag": null
}
]
}