Dell 34XX Switch User Manual


 
Configuring Switch Information 309
The following is an example of the CLI commands:
switchport general allowed vlan
add
vlan-list
[
tagged
|
untagged
]
Adds or removes VLANs from a general LAG.
switchport general acceptable-
frame-type tagged-only
Discards untagged packets at ingress.
switchport access vlan dynamic
Binds the MAC address to the VLAN.
switchport general ingress-
filtering disable
Disables LAG ingress filtering.
console(config)# interface port-channel 1
console(config-if)# switchport mode access
console(config-if)# switchport access vlan 2
console(config-if)# exit
console(config)# interface port-channel 2
console(config-if)# switchport mode general
console(config-if)# switchport general allowed vlan add 2-3
tagged
console(config-if)# switchport general pvid 2
console(config-if)# switchport general acceptable-frame-type
tagged-only
console(config-if)# switchport general ingress-filtering
disable
console(config-if)# exit
console(config)# interface port-channel 3
console(config-if)# switchport mode trunk
console(config-if)# switchport trunk native vlan 3
console(config-if)# switchport trunk allowed vlan add 2
Table 7-83. LAG VLAN Assignments CLI Commands (continued)
CLI Command Description