Dell 3348 Switch User Manual


 
Configuring Switch Information 267
The following is an example of the CLI commands:
Console (config)# interface port channel 1 1/e8
Console (config-if)# switchport mode access
console (config-if)# switchport LAG native vlan 123
Console (config-if)# switchport general pvid 234
Console (config-if)# switchport general allowed vlan add 1,2,5,6
tagged
Console (config-if)# switchport general acceptable-frame-types
tagged-only
Console (config-if)# switchport general ingress-filtering
disable
Configuring GVRP
The GARP VLAN Registration Protocol (GVRP) protocol is specifically provided for
automatic distribution of VLAN membership information among VLAN-aware bridges.
GVRP allows VLAN-aware bridges to automatically learn VLANs to bridge ports mapping,
without having to individually configure each bridge, and to register VLAN membership.
To minimize the memory requirements when running the GVRP protocol, two proprietary
tuning variables have been added to the standard variables:
Maximum number of GVRP VLANs—Displays the number of GVRP VLANs allowed
to participate in GVRP operation.
switchport general pvid
vlan-id
Configure the Port VLAN ID (PVID) when
the interface is in general mode.
switchport general allowed
vlan add vlan-list
[tagged | untagged]
Adds VLANs to a general port.
switchport general allowed
vlan remove vlan-list
[tagged | untagged]
Removes VLANs from a general port.
switchport general
acceptable-frame-types
tagged-only
Discards untagged frames at ingress.
switchport general ingress-
filtering off
Disables port ingress filtering.
CLI Command Description