A static route is a manually configured path that defines how network traffic should travel to a specific destination. Unlike dynamic routing, which automatically adjusts based on network conditions, static routes offer fixed paths that require manual configuration. This provides more control and predictability in traffic flow.
• Access your cloud account and navigate to the networking category.
• click on Static Route item that is inside Networking category from the side menu navigation.

• Select “Create” from the static route page.
• Environment: Input the target Environment.
• VPC: Input the target VPC.
• Subnet: Input the target Subnet. This subnet needs to be part of an existing Cloud Subnet specified in the Subnet Page.
• Next Hop Gateway: Define the next hop, such as another VM or VPC gateway.
• Description: Optional free text field for your description and comments.

• Verify all route details before applying the configuration. Once confirmed, the static route will be applied immediately.
• Regularly review your static routes to ensure they align with your network architecture and any infrastructure changes.
• Use descriptive names for static routes to simplify future troubleshooting and management.
• Be mindful of the precedence rule for the oldest environment when setting up or modifying routes.