The Web UI allows you to add and delete routes, and edit the source (src) IP address for existing routes. You can add IP routes to any of the Ethernet interfaces on any of the VMs (with the exception of the Ethernet interface that is shared between the Routing and Management VM1 and VM2) as long as the Ethernet interface to which you are adding the IP route is configured.

  • Adding an IP route on mgt0 or mgt1 adds the respective route on all Routing and Management VMs.
  • Adding a IP route on pkt0, pkt1, pkt2, and pkt3 adds the respective route on all Routing VMs. 

Any IP routes that you add through the Web UI are stored in the /etc/sysconfig/static-routes file or /etc/sysconfig/static-routes-ipv6 file. 

Note

The IPv4-mapped-IPv6 addresses are not supported on Linux.

Prerequisites

Caution

Before changing the IP addresses on the system, delete all related static routes.

Start

  1. From the Main Menu, click IP Networking.
  2. Click Routes.
  3. Using the Kernel IP Routing Table on drop-down list for IPv4 or IPv6, select a Routing and Management VM or Routing VM to which you want to add an IP route.


  4. Click Update to get a current view of the already configured IP routes. The following IP Route Screen Fields table provides information about the attributes that should be configured.

    FieldDescription
    DestinationEnter the address on the remote system.
    Gateway

    Enter the gateway IP address to use for your particular interface. The IP address of the gateway (that is router, and others) is the first hop to the IP network for that Ethernet interface on the local system.

    Note: Contact your System Administrator for the gateway IP address.

    Prefix LengthAn integer value that defines the size of the subnet and the number of ‘1’ bits in the netmask.
    InterfaceSelect interface from the drop-down list.
  5. Do one of the following:
    1. If you are adding an IP Route on a Routing and Management VM (mgt0 or mgt1), configure the required attributes for the new route and click Add.
    2. If you want to add an IP route on all Routing VMs (pkt0, pkt1, pkt2, and pkt3), configure the attributes as required for the new route and click Add.
    3. If you want to add an IP route only on a specific Routing VM (pkt0, pkt1, pkt2, and pkt3), configure the attributes as required and click Add to Selected.


  • No labels