![]() This object is used to configure static IP routes for the management interfaces. A static route indicates the nextHop gateway and management interface that is used for a particular peer network IP prefix. |
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
![]() ![]() | destinationIpAddress | M | ip-address | The destination IP address. | |
![]() ![]() | prefix | M | uint32 | The IP prefix of this static route entry. | |
![]() ![]() | nextHop | M | ip-address | The address of the next system enroute to the destination. | |
![]() ![]() | ipInterfaceGroupName | M | reference | The name of the IP interface group for this entry. | |
![]() ![]() | ipInterfaceName | M | reference | The name of the IP interface for this entry. | |
![]() | preference | O | int32 | 10 | route preference value |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/system/mgmtStaticRoute/{destinationIpAddress},{prefix},{nextHop},{ipInterfaceGroupName},{ipInterfaceName} |
REST API: POST Example |
---|
curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/system --data ' |
REST API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/system/mgmtStaticRoute/{destinationIpAddress},{prefix},{nextHop},{ipInterfaceGroupName},{ipInterfaceName} |