About this Resource

Defines Static Route Managed Object.
Note

When a Logical Interface is configured to use dynamic addressing, all default routes (i.e. 0.0.0.0/0) will be removed in order to maintain consistency in the system.

REST API Methods for this Resource

Resource Schema

Configuration

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
ipDestinationAddrYesYesstringnone45 - Max Length Is the IP or IPv6 address of the destination host or subnet. In dotted-decimal notation for IPv4, and colon-hex notation for IPv6.

If this is an IPv4 route and the Destination IP Address field and Mask field are both set to 0.0.0.0, then the static route is called the IPv4 default static route.

If this is an IPv6 route and the Destination IP Address field is set to :: and the prefix/mask is set to 0 then the static route is called the IPv6 default static route.

ipDestinationMaskYesYesstringnone23 - Max Length IPv4: Is the network mask of the destination host or subnet, in dotted notation.

If Destination IP Address field and Mask field are both set to 0.0.0.0, then the static route is called default static route.

IPv6: Is the network prefix length for the destination host or subnet (i.e. 0-128).

If Destination IP Address field is set to :: and the prefix is 0, then the static route is called default static route.

ipGatewayTypeNoNoEnum0Possible values:
  • 0 - ROUTE_ENTRY_INDIRECT
  • 1 - ROUTE_ENTRY_DIRECT
Specifies the route type (Global/Indirect or Link Local/Direct) for this IPv6 Static Route. Note: This option only applies to IPv6 static routes.
ipNexthopAddressYesYesstringnone45 - Max Length Is the IP or IPv6 address of the next-hop router. In dotted-decimal notation for IPv4, and colon-hex notation for IPv6.
ifNameYesYesstringnone20 - Max Length Applicable to IPv6 Link Local routes only. This specifies the interface to use.
ipLinkMonitorEnabledNoNoEnum0Possible values:
  • 0 - btFalse
  • 1 - btTrue
Specifies if this next-hop router is monitored by the link monitor. This field is automatically enabled when the link monitor selects this next-hop router as the gateway for monitoring.
ipStaticRouteMetricYesYesint1Possible values:
  • 1 - Minimum
  • 255 - Maximum
Is the routing cost of this route and hence indirectly specifies the preference of the route. Lower values indicate more preferred routes. Typical value is 1 for most static routes indicating that static routes are preferred to dynamic routes.
ipAddressingModeNoNoEnum0Possible values:
  • 0 - IPV4_ADDR_MODE
  • 1 - IPV6_ADDR_MODE
  • 2 - IPV4_AND_IPV6
Specifies the address mode for this Static Route. Note only IPv4 and IPv6 are valid.
  • No labels