Installation guide

AT-2971 Solaris Sparc
94
VLAN IP interface naming
Example: You have configured two VLANs for instance 0. The values you
have chosen might have been the following:
First VLAN:
ID: 2
Jumbo frame support: OFF
Second VLAN:
ID: 4
Jumbo frame support: ON
The entry in /kernel/drv/skge.conf created with the script will look like
this:
# BEGIN VLAN configuration settings for
instance 0
Vlan_Inst0_Enable="Yes";
Vlan_0_DevNum=0;
Vlan_0_ID=2;
Vlan_0_Jumbo="Off";
Vlan_100_DevNum=100;
Vlan_100_ID=4;
Vlan_100_Jumbo="On";
Vlan_Inst0_Count=2;
# END VLAN configuration settings for instance
0
Note
If you want to disable VLAN support at a later time, only switch
Vlan_Inst<instance>_Enable to "No". It is not necessary to delete all
the settings.
For each VLAN you have to set up one interface. The number of the
interface must be the same as the value of the according
Vlan_X_DevNum parameter. For our example you need the following
two values:
Vlan_0_DevNum=0 This value belongs to the VLAN
with ID 2.
Vlan_100_DevNum=100 This value belongs to the
VLAN with ID 4.
The interface for the first VLAN will be skge0, for the second skge100.