You can set up route configuration on the Router using this extension. This extension augments the 'Router' resource by adding a new 'routes' attribute.
You can specify a set of nexthop IPs and destination CIDRs. Note the nexthop IP must be a part of one of the subnets router interfaces are connected to. This is why configuration of route property is allowed only update operation on REST.
Attribute | Type | Required | CRUD[a] | Default Value | Validation Constraints | Notes | |||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
routes | list of dict | No | U | None | List should be in this form. [{'nexthop':IPAddress, 'destination':CIDR}] | Extra route configuration | |||||||||||||||||||||||||||||||||||||||||||
[a]
|