Skip to main content

We've Moved!

Product Documentation has moved to docs.hitachivantara.com
Hitachi Vantara Knowledge

Configuring aggregate Linux interfaces

To view any existing aggregate Linux interfaces, on the command console, enter the following command:

aggregate-linux-interface-show

The interfaces appear as shown in the example below:

$ aggregate-linux-interface-show
eth-ag1
$

Creating a new interface

All new aggregate Linux interfaces must be associated with an existing file serving link aggregation.

To create a new interface, enter the following command:

aggregate-linux-interface-create --interface <interface>

For example:

$ aggregate-linux-interface-create --interface ag1

In this example, the server creates an interface named eth-ag1 which uses ag1 to send and receive management traffic.

Deleting an existing interface

To remove an existing interface, enter the following command:

aggregate-linux-interface-delete <eth-ag-interface>

For example:

$ aggregate-linux-interface-delete eth-ag1

In this example, the server deletes an interface named eth-ag1 but ag1 is not removed.

 

  • Was this article helpful?