Installation guide

AT-2971 Solaris Sparc
102
For details refer to the description in Dual Net Operation Mode on page
86.
VLAN
Configuration
in Dual Net
Mode
In Dual Net mode, one or both ports can be configured for VLANs.
VLAN configuration on one port
VLAN configuration for each port has to be enabled separately. This is
executed in skge.conf with the following parameter:
Vlan_?_InstX_Enable="Yes";
'?' stands for the port for which you want to configure VLANs (A or B), 'X'
stands for the instance number of the adapter.
If you want to enable VLANs on port A of instance 1, you have to add the
following entry:
Vlan_A_Inst1_Enable="Yes";
The configuration and naming of the VLANs for port A is the same as
described in section 6.2.1. The only difference for port B is that the VLAN
numbers do not start with the instance number of the adapter. An offset
of 50000 is added to the instance number instead to create the VLAN
and device numbers. The offset of 50000 is added in order to provide
enough numbers to configure VLANs for port A.
VLAN configuration on two ports
Assumption: Configuration of a Dual Net adapter for VLANs on both
ports. Each port should have two VLANs bound to it.
Thus the entry for instance 1 in skge.conf could look like the following:
Vlan_A_Inst1_Enable="Yes";
Vlan_1_DevNum=1;
Vlan_1_ID=2;
Vlan_101_DevNum=101;
Vlan_101_ID=4;
Vlan_A_Inst1_Count=2;
Vlan_B_Inst1_Enable="Yes";
Vlan_50001_DevNum=50001;
Vlan_50001_ID=6;
Vlan_50101_DevNum=50101;
Vlan_50101_ID=8;
Vlan_B_Inst1_Count=2;