You apply interface settings at the network interface level.
12.6.2.1. Adapter settings¶
Network adapters are configured at the network interface adapter level.
You cannot create a network adapter. To update an existing adapter, use the following command:
Admin@UGOS# set network interface adapter
Provide the following network adapter parameters:
Parameter |
Description |
---|---|
enabled |
Enable/disable a network interface:
|
description |
Network interface description. |
iface-type |
Interface type:
|
zone |
Zone to which the interface belongs. |
link-info |
Settings for network interface parameters:
To specify them, use the following format:
Admin@UGOS# create network interface <iface-type> ... link-info [ key/value ] where key is the parameter name. The name can consist of lowercase Latin letters (a-z) and an underscore (_). value is the parameter value. Parameter values can only be integers. For example, to enable the Proxy ARP mechanism, use the following key/value: proxy_arp/1; to disable: proxy_arp/0. The link-info field is displayed only when adding parameters. Important! You cannot delete the specified parameters. |
netflow-profile |
The Netflow profile to send statistical data to the Netflow collector. For more details on Netflow profile settings, see Configuring Netflow Profiles. |
lldp-profile |
Profile to send data using Link Layer Discovery Protocol (LLDP). For more details on configuring Netflow profiles, see Configuring LLDP Profiles. |
iface-mode |
IP address assignment mode:
Static mode is set automatically when an IP address is assigned to the interface. |
ip-addresses |
Assign a static IP address to the interface. IP address should be specified in the following formats: [ <ip_address/mask> ] or [ <ip_address/mask> <ip_address/mask> ] if you want to assign several addresses (they should be listed using space); use decimal format to specify network mask. Important! Square brackets should be separated by spaces on both sides. |
mac |
Interface MAC address. |
mtu |
Specify the MTU size. |
dhcp-relay |
Settings for the DHCP relay on the interface. You need to specify the following:
|
To delete an adapter or its parameters, use the following command:
Admin@UGOS# delete network interface adapter <adapter-name>
You can delete the following parameters:
Parameter |
Description |
---|---|
ip-addresses |
Specified IP address. |
dhcp-relay server-address |
DHCP server IP address. |
To display information about all network adapters, use the following command:
Admin@UGOS# show network interface adapter
To display the adapter information, use the following command:
Admin@UGOS# show network interface adapter <adapter-name>
12.6.2.2. Configuring a VLAN¶
VLAN interfaces are configured at the network interface vlan level.
To add a new VLAN interface, use the following command:
Admin@UGOS# create network interface vlan
Parameters:
Parameter |
Description |
---|---|
enabled |
Enable/disable a VLAN interface:
|
description |
Interface description. |
iface-type |
Interface type:
|
tag |
VLAN tag. Up to 4094 interfaces can be created. |
node-name |
Cluster node name where the VLAN is created. |
interface |
The physical interface on which the VLAN is being created. |
zone |
Zone to which the interface belongs. |
link-info |
Settings for network interface parameters:
To specify them, use the following format:
Admin@UGOS# create network interface <iface-type> ... link-info [ key/value ] where key is the parameter name. The name can consist of lowercase Latin letters (a-z) and an underscore (_). value is the parameter value. Parameter values can only be integers. For example, to enable the Proxy ARP mechanism, use the following key/value: proxy_arp/1; to disable: proxy_arp/0. The link-info field is displayed only when adding parameters. Important! You cannot delete the specified parameters. |
netflow-profile |
The Netflow profile to send statistical data to the Netflow collector. For more details on Netflow profile settings, see Configuring Netflow Profiles. |
iface-mode |
IP address assignment mode:
Static mode is set automatically when an IP address is assigned to the interface. |
ip-addresses |
Assign a static IP address to the interface. IP address should be specified in the following formats: [ <ip_address/mask> ] or [ <ip_address/mask> <ip_address/mask> ] if you want to assign several addresses (they should be listed using space); use decimal format to specify network mask. Important! Square brackets should be separated by spaces on both sides. |
mac |
Interface MAC address. |
mtu |
Specify the MTU size. |
dhcp-relay |
Settings for the DHCP relay on the interface. You need to specify the following:
|
To update an existing VLAN, use the following command:
Admin@UGOS# set network interface vlan <vlan-name>
The parameters available to update are the same as those for creating a VLAN, except for tag, node-name, and interface (you cannot change these parameter values).
To delete a VLAN interface or its parameters, use the following command:
Admin@UGOS# delete network interface vlan <vlan-name>
You can delete the following parameters:
Parameter |
Description |
---|---|
ip-addresses |
Specified IP address. |
dhcp-relay server-address |
DHCP server IP address. |
To display information about all VLAN interfaces, use the following command:
Admin@UGOS# show network interface vlan
To display information about a single interface, use the following command:
Admin@UGOS# show network interface vlan <vlan-name>
12.6.2.3. Properties of bond interfaces¶
You configure bond interface properties at the network interface bond level.
To create a bond interface, use the following command:
Admin@UGOS# create network interface bond
You need to specify the following parameters:
Parameter |
Description |
---|---|
enabled |
Enable/disable the interface:
|
description |
Interface description. |
node-name |
Cluster node where the bond interface is created. |
zone |
Zone to which the bond belongs. |
link-info |
Settings for network interface parameters:
To specify them, use the following format:
Admin@UGOS# create network interface <iface-type> ... link-info [ key/value ] where key is the parameter name. The name can consist of lowercase Latin letters (a-z) and an underscore (_). value is the parameter value. Parameter values can only be integers. For example, to enable the Proxy ARP mechanism, use the following key/value: proxy_arp/1; to disable: proxy_arp/0. The link-info field is displayed only when adding parameters. Important! You cannot delete the specified parameters. |
netflow-profile |
The Netflow profile to send statistical data to the Netflow collector. For more details on Netflow profile settings, see Configuring Netflow Profiles. |
interface-name |
Enter a number to include in the interface name (for example, if you enter 1 the interface name will be bond1). |
bonding |
Additional bond interface parameters:
|
iface-mode |
IP address assignment mode:
Static mode is set automatically when an IP address is assigned to the interface. |
ip-addresses |
Assign a static IP address to the interface. IP address should be specified in the following formats: [ <ip_address/mask> ] or [ <ip_address/mask> <ip_address/mask> ] if you want to assign several addresses (they should be listed using space); use decimal format to specify network mask. Important! Square brackets should be separated by spaces on both sides. |
mac |
Interface MAC address. |
mtu |
Specify the MTU size. |
dhcp-relay |
Settings for the DHCP relay on the interface. You need to specify the following:
|
To update an existing bond interface, use the following command:
Admin@UGOS# set network interface bond <bond-name>
The parameters available to update are the same as those for creating a bond interface, except for interface-name, and node-name (you cannot change the values of these parameters).
To delete a bond interface or its parameters, use the following command:
Admin@UGOS# delete network interface bond <bond-name>
You can delete the following parameters:
Parameter |
Description |
---|---|
ip-addresses |
Specified IP address. |
dhcp-relay server-address |
DHCP server IP address. |
bonding interface |
Bonded interfaces. |
To display information about all bond interfaces, use the following command:
Admin@UGOS# show network interface bond
To display information about a single interface, use the following command:
Admin@UGOS# show network interface bond <bond-name>
12.6.2.4. Bridge Interface Settings¶
You configure a bridge at the network interface bridge level.
To add a new bridge interface:
Admin@UGOS# create network interface bridge
You need to specify the following parameters:
Parameter |
Description |
---|---|
enabled |
Enable/disable a bridge:
|
interface-name |
Enter a number to include in the interface name (for example, if you enter 1 the interface name will be bridge1). |
description |
Bridge interface description. |
node-name |
Node name of the cluster where the bridge is created. |
zone |
Zone to which the bridge belongs. |
link-info |
Settings for network interface parameters:
To specify them, use the following format:
Admin@UGOS# create network interface <iface-type> ... link-info [ key/value ] where key is the parameter name. The name can consist of lowercase Latin letters (a-z) and an underscore (_). value is the parameter value. Parameter values can only be integers. For example, to enable the Proxy ARP mechanism, use the following key/value: proxy_arp/1; to disable: proxy_arp/0. The link-info field is displayed only when adding parameters. Important! You cannot delete the specified parameters. |
netflow-profile |
The Netflow profile to send statistical data to the Netflow collector. For more details on Netflow profile settings, see Configuring Netflow Profiles. |
bridging |
Additional bridge parameters:
|
iface-mode |
IP address assignment mode:
Static mode is set automatically when an IP address is assigned to the interface. |
ip-addresses |
Assign a static IP address to the interface. IP address should be specified in the following formats: [ <ip_address/mask> ] or [ <ip_address/mask> <ip_address/mask> ] if you want to assign several addresses (they should be listed using space); use decimal format to specify network mask. Important! Square brackets should be separated by spaces on both sides. |
mac |
Interface MAC address. |
mtu |
Specify the MTU size. |
dhcp-relay |
Settings for the DHCP relay on the interface. You need to specify the following:
|
To update an existing bridge interface, use the following command:
Admin@UGOS# set network interface bridge <bridge-name>
The parameters available to update are the same as those for creating a bridge, except for interface-name, and** node-name** (you cannot change the values of these parameters).
To delete a bridge interface or its parameters, use the following command:
Admin@UGOS# delete network interface bridge <bridge-name>
You can delete the following parameters:
Parameter |
Description |
---|---|
ip-addresses |
Specified IP address. |
dhcp-relay server-address |
DHCP server IP address. |
To display information about all bridge interfaces, use the following command:
Admin@UGOS# show network interface bridge
To display information about a single interface, use the following command:
Admin@UGOS# show network interface bridge <bridge-name>
12.6.2.5. PPPoE configuration¶
PPPoE is configured at the network interface PPPoE level.
To create a PPPoE interface, use the following command:
Admin@UGOS# network interface PPPoE
Parameters:
Parameter |
Description |
---|---|
enabled |
Enable/disable a PPPoE interface:
|
interface-name |
Enter a number to include in the interface name (for example, if you enter 1 the interface name will be ppp1). |
description |
PPPoE interface description. |
node-name |
Cluster node name where the interface is created. |
zone |
Zone to which the interface belongs. |
link-info |
Settings for network interface parameters:
To specify them, use the following format:
Admin@UGOS# create network interface <iface-type> ... link-info [ key/value ] where key is the parameter name. The name can consist of lowercase Latin letters (a-z) and an underscore (_). value is the parameter value. Parameter values can only be integers. For example, to enable the Proxy ARP mechanism, use the following key/value: proxy_arp/1; to disable: proxy_arp/0. The link-info field is displayed only when adding parameters. Important! You cannot delete the specified parameters. |
netflow-profile |
The Netflow profile to send statistical data to the Netflow collector. For more details on Netflow profile settings, see Configuring Netflow Profiles. |
pppoe-config |
Additional PPPoE interface parameters:
|
mtu |
Specify the MTU size. Set by default to a value of 1492 bytes compatible with the standard Ethernet frame size. |
To update an existing PPPoE interface, use the following command:
Admin@UGOS# set network interface PPPoE <PPPoE-name>
The parameters available for updating are the same as those for creating an interface, except for interface-name (you cannot change this parameter value).
To delete a PPPoE interface, use the following command:
Admin@UGOS# delete network interface PPPoE <PPPoE-name>
To display information about all PPPoE interfaces, use the following command:
Admin@UGOS# show network interface PPPoE
To display information about a single interface, use the following command:
Admin@UGOS# show network interface PPPoE <PPPoE-name>
12.6.2.6. Configuring a VPN device¶
You configure VPN devices at the network interface vpn level.
To create a VPN device, use the following command:
Admin@UGOS# network interface vpn
Parameters:
Parameter |
Description |
---|---|
enabled |
Enable/disable a VPN interface:
|
interface-name |
Enter a number to include in the interface name (for example, if you enter 1 the interface name will be tunnel1). |
description |
VPN interface description. |
zone |
Zone to which the interface belongs. |
link-info |
Settings for network interface parameters:
To specify them, use the following format:
Admin@UGOS# create network interface <iface-type> ... link-info [ key/value ] where key is the parameter name. The name can consist of lowercase Latin letters (a-z) and an underscore (_). value is the parameter value. Parameter values can only be integers. For example, to enable the Proxy ARP mechanism, use the following key/value: proxy_arp/1; to disable: proxy_arp/0. The link-info field is displayed only when adding parameters. Important! You cannot delete the specified parameters. |
netflow-profile |
The Netflow profile to send statistical data to the Netflow collector. For more details on Netflow profile settings, see Configuring Netflow Profiles. |
iface-mode |
IP address assignment mode:
Static mode is set automatically when an IP address is assigned to the interface. If the interface is to be used for accepting VPN connections (Site-2-Site VPN or Remote access VPN), a static IP address must be used. To use an interface as a client, select the dynamic mode. |
ip-addresses |
Assign a static IP address to the interface. IP address should be specified in the following formats: [ <ip_address/mask> ] or [ <ip_address/mask> <ip_address/mask> ] if you want to assign several addresses (they should be listed using space); use decimal format to specify network mask. Important! Square brackets should be separated by spaces on both sides. |
mtu |
Specify the MTU size for the selected interface. |
To update an existing VPN interface, use the following command:
Admin@UGOS# set network interface vpn <vpn-name>
The parameters available for updating are the same as those for creating an interface, except for interface-name (you cannot change this parameter value).
To delete a VPN interface or its parameters, use the following command:
Admin@UGOS# delete network interface vpn <vpn-name>
You can delete the following parameters: ip-addresses.
To display information about all VPN interfaces, use the following command:
Admin@UGOS# show network interface vpn
To display information about a single interface, use the following command:
Admin@UGOS# show network interface vpn <vpn-name>
12.6.2.7. Configuring tunnels¶
You create and configure tunnels at the network interface tunnel level.
To create a tunnel, use the following command:
Admin@UGOS# network interface tunnel
Parameters:
Parameter |
Description |
---|---|
enabled |
Enable/disable the tunnel:
|
interface-name |
Enter a number to include in the tunnel name (for example, if you enter 1 the interface name will be gre1). |
description |
Tunnel description. |
node-name |
Cluster node where the tunnel is created. |
zone |
Zone to which the interface belongs. |
link-info |
Settings for network interface parameters:
To specify them, use the following format:
Admin@UGOS# create network interface <iface-type> ... link-info [ key/value ] where key is the parameter name. The name can consist of lowercase Latin letters (a-z) and an underscore (_). value is the parameter value. Parameter values can only be integers. For example, to enable the Proxy ARP mechanism, use the following key/value: proxy_arp/1; to disable: proxy_arp/0. The link-info field is displayed only when adding parameters. Important! You cannot delete the specified parameters. |
mtu |
The MTU size for the selected interface. |
tunnel-config |
Additional interface parameters:
|
ip-addresses |
The IP address assigned to the tunnel interface. IP address should be specified in the following formats: [ <ip_address/mask> ] or [ <ip_address/mask> <ip_address/mask> ] if you want to assign several addresses (they should be listed using space); use decimal format to specify network mask. Important! Square brackets should be separated by spaces on both sides. |
To update an existing tunnel, use the following command:
Admin@UGOS# set network interface tunnel <tunnel-name>
The parameters available for update are the same as those for creating a tunnel, except for interface-name, and node-name (you cannot change these parameter values).
To delete a tunnel interface or its parameters, use the following command:
Admin@UGOS# delete network interface tunnel <tunnel-name>
You can delete the following parameters: ip-addresses.
To display information about all tunnels, use the following command:
Admin@UGOS# show network interface tunnel
To display information about a single interface, use the following command:
Admin@UGOS# show network interface tunnel <tunnel-name>