Comments
 
posted on April 17th 2015, at 15:07
by lunarg

Dell Networking switches introduce a new port mode called switchport general. This type is a multi-purpose mode, combining access and trunk in one.

Access mode

The following gets written as:

switchport mode access
switchport access vlan 99
=
switchport mode general
switchport general allowed vlan add 99 untagged
switchport general pvid 99

Trunk mode

The following gets written as:

switchport mode trunk
switchport trunk allowed vlan add 99,100
=
switchport mode general
switchport general allowed vlan add 99,110 tagged
switchport general pvid 4095         (this is is the drop vlan)
 
 
 
« March 2024»
SunMonTueWedThuFriSat
     12
3456789
10111213141516
17181920212223
24252627282930
31      
 
Links
 
Quote
« Smith & Wesson - the original point and click interface »