DELL N3000 User Manual

Page of 1460
Configuring VLANs
707
4. Assign LAG1 to the Payroll VLAN and specify that frames will always be 
transmitted tagged with a VLAN ID of 400. By default, all VLANs are 
members of a trunk port.
console(config)#interface port-channel 1
console(config-if-Po1)#switchport mode trunk
console(config-if-Po1)#switchport trunk native 
vlan 400
console(config-if-Po1)#exit
5. Configure port 1 as a trunk port and add VLAN 200, VLAN 300, and 
VLAN 400 as members. All VLANs are added to trunk ports by default, 
including those created after the trunk port has been created.
console(config)#interface tengigabitEthernet 1/0/1
console(config-if-Te1/0/1)#switchport mode trunk
console(config-if-Te1/0/1)#exit
6. Configure the MAC-based VLAN information.
The following commands show how to associate a system with a MAC 
address of 00:1C:23:55:E9:8B with VLAN 300. Repeat the 
vlan association 
mac command to associate additional MAC addresses with VLAN 300.
console(config)#vlan 10
console(config-vlan10)#vlan association mac 
00:1C:23:55:E9:8B 300
console(config-vlan10)#exit
console(config)#exit
7. To save the configuration so that it persists across a system reset, use the 
following command:
console#copy running-config startup-config