This section has configuration procedures and examples for defining different types of interfaces on a Gaia platform.
Gaia automatically identifies physical interfaces (NICs) installed on the computer. You cannot add or delete a physical interface using the Gaia Portal, or the Gaia Clish. You cannot add, change or remove physical interface cards while the Gaia computer is running.
To add or remove an interface card:
Step |
Description |
---|---|
1 |
Turn off the Gaia computer:
|
2 |
Add, remove, or replace the interface cards. |
3 |
Turn on the Gaia computer. |
Gaia automatically identifies the new or changed physical interfaces and assigns an interface name. The physical interfaces show in the list in the Gaia Portal.
This section includes procedures for changing physical interface parameters using the Gaia Portal.
To configure a physical interface:
Step |
Description |
---|---|
1 |
In the navigation tree, click Network Management > Network Interfaces. |
2 |
Select an interface from the list and click Edit. |
3 |
Select the Enable option to set the interface status to UP. |
4 |
In the Comment field, enter the applicable comment text (up to 100 characters). |
5 |
On the IPv4 tab, do one of these:
|
6 |
On the IPv6 tab (optional), do one of these:
Important - First, you must enable the IPv6 Support and reboot. R80.20 does not support IPv6 Address on Gaia Management Interface (Known Limitation 01622840). |
7 |
On the Ethernet tab:
|
8 |
Click OK. |
Description
Configure and show physical interfaces.
Syntax
set interface <Name of Physical Interface> auto-negotiation {on | off} comments "Text" ipv4-address <IPv4 Address> {subnet-mask <Mask> | mask-length <Mask Length>} ipv6-address <IPv6 Address> mask-length <Mask Length> ipv6-autoconfig {on | off} link-speed {10M/half | 10M/full | 100M/half | 100M/full | 1000M/full | 10000M/full} mac-addr <MAC Address> monitor-mode {on | off} mtu <68-16000 | 1280-16000> rx-ringsize <0-4096> state {on | off} tx-ringsize <0-4096> |
show interfaces all |
show interface <Name of Physical Interface> |
show interface <Name of Physical Interface><SPACE><TAB> |
Important - After you add, configure, or delete features, run the save config
command to save the settings permanently.
Parameters
Parameter |
Description |
---|---|
|
Specifies a physical interface. |
|
Configures automatic negotiation of interface link speed and duplex settings:
|
|
Configures an optional free text comment.
|
|
Configures the IPv4 address. |
|
Configures the IPv6 address. Important - First, you must enable the IPv6 Support and reboot. R80.20 does not support IPv6 Address on Gaia Management Interface (Known Limitation 01622840). |
|
Configures the IPv4 subnet mask using dotted decimal notation (X.X.X.X). |
|
Configures the IPv4 or IPv6 subnet mask length using the CIDR notation (integer between 2 and 32). |
|
Configures if this interface gets an IPv6 address from a DHCPv6 Server:
Important - First, you must enable the IPv6 Support and reboot. |
|
Configures the interface link speed and duplex status. Available speed and duplex combinations are:
|
|
Configures the hardware MAC address. |
|
Configures Monitor Mode on this interface:
Default: For configuration procedure, see the R80.20 Installation and Upgrade Guide. |
|
Configures the Maximum Transmission Unit size for an interface. For IPv4:
For IPv6:
|
|
Configures the receive buffer size.
|
|
Sets the interface state:
|
|
Configures the transmit buffer size.
|
Example
gaia> set interface eth2 ipv4-address 40.40.40.1 subnet-mask 255.255.255.0
gaia> set interface eth2 mtu 1400
gaia> set interface eth2 state on
gaia> set interface eth2 link-speed 100M/full |
Note - There are some command options and parameters that you cannot configure in the Gaia Portal.