Veritas Access Appliance Initial Configuration Guide
- Getting to know the Access Appliance
- Preparing to configure the appliance
- Configuring the appliance for the first time
- Getting started with the Veritas Access GUI
- Network connection management
- Monitoring the appliance
- Resetting the appliance to factory settings
- Appliance security
- About Access appliance user account privileges
- About the Access Appliance intrusion detection system
- About Access appliance operating system security
- Recommended IPMI settings on the Access appliance
Configuring VLAN settings on the appliance nodes
You can configure the VLAN settings for the eth1 network interface of an appliance node. Only one VLAN can be configured for the eth1 management network interface. You cannot change the settings from the Access Appliance shell menu when the node is a part of the cluster.
- Log on to the Access Appliance shell menu of the node on which you want to configure the settings.
- Enter the following command to configure the VLAN settings:
set network vlan gateway=gateway-ipaddress ip=ipadddress netmask=netmask vlanid=vlanid
ipaddress: The new IPv4 address that you want to assign to the network interface.
netmask: The subnet mask (IPv4) or prefix length (IPv6).
gateway-ipaddress: The default gateway for the VLAN.
vlanid: VLAN identifier [1-4095]
ip, gateway, netmask, and vlanid are required parameters.
For example, set network vlan gateway=10.182.1.1 ip=10.182.20.255 netmask=255.255.224.0 vlanid=340
Note:
Do not use both IPv4 and IPv6 addresses in the same command. For example:
set network interface gateway=1.1.1.1 ip=9ffe::9 netmask=255.255.255.0 vlanid=340