Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. NetBackup™ Flex Scale Administrator's Guide
  3. NetBackup Flex Scale network management
  4. Configuring static routes on a NetBackup Flex Scale cluster
NetBackup™ Flex Scale Administrator's Guide

Configuring static routes on a NetBackup Flex Scale cluster

You can configure static routes on a NetBackup Flex Scale cluster to communicate with remote clients who are on a different subnet, if the default route is not suitable.

A static route is a normal Linux route which appears in the output of the ip route show command on the Linux server. You must specify the destination IP address, netmask, gateway IP and device to configure the new route. Once you configure static routes for the cluster nodes and NetBackup services, the NetBackup services can reach clients who are part of another data network.

You can view, add and delete static routes using both the GUI and RESTful APIs.

You can manage static routes using the NBFS GUI by navigating to Settings > Network > Static routes.

To add a new static route

  1. In the Network > Static routes page, Click Add.
  2. In the Add static route window, specify the destination IP address, netmask, gateway IP and device. Click Save.

    Note:

    You can only add one static route at a time.

  3. The newly added static route will be visible in the list of static routes displayed.

You can either delete a specific static route or delete multiple static routes at the same time.

  • To remove a particular static route, in the static route row, click on the vertical ellipsis button from the right side of the UI and then select Delete.

  • To remove multiple static routes, select all the routes that you want to delete and select Delete. A confirmation dialog box appears. Select Delete.

Notification events are raised when new static routes are added to the cluster or when static routes are deleted from the cluster.

The following RESTful APIs are available to configure and manage the static routes:

  • GET /api/appliance/v1.0/network/static-routes: Get the available static route.

  • PATCH /api/appliance/v1.0/network/static-routes: Payload for updating static routes to network configurations.

  • GET /api/appliance/v1.0/tasks/{taskId}: Get the progress of add/delete static routes operations

  • GET /api/appliance/v1.0/network/interfaces: Get the list of public device interfaces

Feedback

Was this page helpful?
Previous

Support for multiple VLAN when disaster recovery is configured

Next

NetBackup Flex Scale infrastructure monitoring

Feedback

Was this page helpful?