beautypg.com

Figure 3-104 configuring vlans per port – SMC Networks SMC Tiger 10/100 SMC6128PL2 User Manual

Page 226

background image

Configuring the Switch

3-174

3

or LeaveAll message has been issued, the applicants can rejoin before the port
actually leaves the group. (Range: 60-3000 centiseconds; Default: 60)

GARP LeaveAll Timer

9

– The interval between sending out a LeaveAll query

message for VLAN group participants and the port leaving the group. This interval
should be considerably larger than the Leave Time to minimize the amount of traffic
generated by nodes rejoining the group.
(Range: 500-18000 centiseconds; Default: 1000)

Mode – Indicates VLAN membership mode for an interface. (Default: Hybrid)

- 1Q 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 tagged frames that identify the
source VLAN. Note that frames 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 3-104 Configuring VLANs per Port

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

4-166

Console(config-if)#switchport acceptable-frame-types tagged

4-227

Console(config-if)#switchport ingress-filtering

4-228

Console(config-if)#switchport native vlan 3

4-229

Console(config-if)#switchport gvrp

4-221

Console(config-if)#garp timer join 20

4-222

Console(config-if)#garp timer leave 90
Console(config-if)#garp timer leaveall 2000
Console(config-if)#switchport mode hybrid

4-227

Console(config-if)#