A10E/A28E/A28F Configuration Guide
Alpha-A28E#config
Alpha-A28E(config)#create vlan 10 active
Alpha-A28E(config)#interface port 2
Alpha-A28E(config-port)#switchport mode access
Alpha-A28E(config-port)#exit
Step 2 Configure a static unicast MAC address on Port 2, and set its VLAN to VLAN 10.
Alpha-A28E(config)#mac-address-table static unicast 0001.0203.0405 vlan
10 port 2
Step 3 Set the aging time to 500s.
Alpha-A28E(config)#mac-address-table aging-time 500
Checking results
Show MAC address configuration by the command of show mac-address-table l2-address
port port-id.
Alpha-A28E#show mac-address-table l2-address port 2
Aging time: 500 seconds
Mac Address Port Vlan Flags
-------------------------------------------------------
0001.0203.0405 2 10 Static
2.2 VLAN
2.2.1 Introduction
Overview
Virtual Local Area Network (VLAN) is a protocol to solve Ethernet broadcast and security
problems. It is a Layer 2 isolation technique that divides a LAN into different broadcast
domains logically rather than physically, and then the different broadcast domains can work as
virtual groups without any influence from one another. As for the function, VLAN has the
same features as LAN, but members in one VLAN can access one another without restriction
by physical location.