# #Vlan Configuration file #interface vlan_id ip_addr net_mask # # # Name type for vlan interfaces. The Name type indicates # the format in which the Vlan devices have to be named. # Supported types are indicated below. # For Ex: If a VLAN of ID=5 is created over an # eth0 interface, the names of the interfaces # for each type are shown in brackets. # # VLAN_PLUS_VID (vlan0005) # VLAN_PLUS_VID_NO_PAD (vlan5) # DEV_PLUS_VID (eth0.0005) # DEV_PLUS_VID_NO_PAD (eth0.5) - Default name type. #nametype DEV_PLUS_VID_NO_PAD # Sample Entry for vlan created with VLANID=4090 # over the eth0 interface #eth0 4090 10.10.5.1 255.255.255.0 # Sample Entry for 2 vlan's created with VLAN_ID=4092 # and VLAN_ID=4093 over a bonding interface bond0 #bond0 4092 10.10.10.1 255.255.255.0 #bond0 4093 10.10.20.1 255.255.255.0