Virtual Local Area Network (VLAN) Commands
Cisco Sx350 Ph. 2.2.5 Devices - Command Line Interface Reference Guide 1270
67
Command Mode
Interface (Ethernet, Port Channel) Configuration mode
Examples
Example 1 - The following example sets the gi12 PVID to 234.
switchxxxxxx(config)#
interface
gi12
switchxxxxxx(config-if)#
switchport general pvid
234
Example 2 - The following example performs the following:
• Adds VLANs 2&3 as tagged, and VLAN 100 as untagged to gi14
• Defines VID 100 as the PVID
switchxxxxxx(config)#
interface
gi14
switchxxxxxx(config-if)#
switchport mode general
switchxxxxxx(config-if)#
switchport general allowed vlan
add
2-3
tagged
switchxxxxxx(config-if)#
switchport general allowed vlan add
100
untagged
switchxxxxxx(config-if)#
switchport general pvid
100
switchxxxxxx(config-if)#
exit
67.16 switchport general ingress-filtering
disable
Use the switchport general ingress-filtering disable Interface Configuration mode
command to disable port ingress filtering (no packets are discarded at the ingress)
on a general port. Use the no form of this command to restore the default
configuration.
Syntax
switchport general ingress-filtering disable
no switchport general ingress-filtering disable
Parameters
N/A