Users Guide

Table Of Contents
VLANs 825
4.
Assign LAG1 to the Payroll VLAN and specify that frames will always be
transmitted untagged with a VLAN ID of 400. By default, all VLANs are
members of a trunk port. VLAN 200 and 300 frames will be transmitted
tagged. This port is removed from VLAN 1 membership.
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. VLAN 200,
300, and 400 frames are transmitted tagged. Native VLAN 1 is still
configured on this port.
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 300
console(config-vlan10)#vlan association mac 00:1C:23:55:E9:8B
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