Network Card User Manual

C
ONFIGURING
THE
S
WITCH
2-58
Mode – Indicates VLAN membership mode for a port. (Configure via
CLI, see page 3-99.)
Trunk – Specifies a port as an end-point for a VLAN trunk. A
trunk is a direct link between two switches, so the port transmits
and receives tagged frames that identify the source VLAN.
Hybrid – Specifies a hybrid VLAN interface. The port may
receive or transmit tagged or untagged frames. Any frames that
are not tagged will be assigned to the default VLAN.
Web Interface
Click VLAN/VLAN Trunk Configuration or VLAN Port Configuration.
Fill in the required settings for each interface, click “Apply.”
Command Line Interface
This example sets port 1 to accept only tagged frames, assigns PVID 3 as
the native VLAN ID, enables GVRP, sets the GARP timers, and then sets
the switchport mode to hybrid.
Console(config)#interface ethernet 1/1 3-69
Console(config-if)#switchport acceptable-frame-types tagged 3-100
Console(config-if)#switchport ingress-filtering 3-100
Console(config-if)#switchport native vlan 3 3-101
Console(config-if)#switchport gvrp 3-108
Console(config-if)#garp timer join 10 3-110
Console(config-if)#garp timer leave 90 3-110
Console(config-if)#garp timer leaveall 2000 3-110
Console(config-if)#switchport mode hybrid 3-99
Console(config-if)#