Figure 13-8 vlan port configuration -17, Ieee 802.1q vlan – SMC Networks TigerAccess SMC7816M User Manual
Page 347
IEEE 802.1Q VLAN
S
13-17
belonging to the port’s default VLAN (i.e., associated with the PVID)
are also transmitted as tagged frames.
- Hybrid – Specifies a hybrid VLAN interface. The port may transmit
tagged or untagged frames.
• Trunk Member – Indicates if a port is a member of a trunk. To add a
trunk to the selected VLAN, use the last table on the VLAN Static Table
page.
Web – Click VLAN, 802.1Q VLAN, Port Configuration or Trunk
Configuration. Fill in the required settings for each interface, click Apply.
Figure 13-8 VLAN Port Configuration
CLI – This example sets port 3 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/3
Console(config-if)#switchport acceptable-frame-types tagged
Console(config-if)#switchport ingress-filtering
Console(config-if)#switchport native vlan 3
Console(config-if)#switchport gvrp
Console(config-if)#garp timer join 20
Console(config-if)#garp timer leave 90
Console(config-if)#garp timer leaveall 2000
Console(config-if)#switchport mode hybrid
Console(config-if)#