HP StorageWorks Fabric OS 6.1.2_cee1 release notes (5697-0045, June 2009)
DescriptionTopic
The switchport mode command has been extended and the switchport
converged command introduced in the 6.1.2_cee1 Fabric OS release.
switchport mode - sets the mode of the Layer 2 interface
Synopsis
switchport mode {access | trunk | converged}
Operands
access Sets the Layer 2 interface as access
trunk Sets the Layer 2 interface as trunk
converged Sets the layer 2 interface as converged
Defaults
There are no defaults for this command.
Command Modes
Interface Configuration Mode
Description
Use this command to set the mode of the Layer 2 interface.
Usage Guidelines
There are no usage guidelines for this command.
Examples
To set the mode of the interface to access:
switch(conf-if-te-0/19)#switchport mode access
To set the mode of the interface to trunk:
switch(conf-if-te-0/19)#switchport mode trunk
To set the mode of the interface to converged:
switch(conf-if-te-0/19)#switchport mode converged
See Also
show vlan brief, show interface switchport, switchport trunk
switchport converged - adds or removes native and tagged VLANs on a Layer 2
interface
Synopsis
switchport converged {vlan vlan_id | allowed vlan {add vlan_id | all | except
vlan_id | none | remove vlan_id} }
no switchport converged
Operands
vlan vlan_id Sets the default native VLAN for the Layer 2 interface.
allowed vlan Sets the VLANs that will transmit and receive through the Layer 2
interface.
add vlan_id Adds a VLAN to transmit and receive through the Layer2
interface. The range of valid values is 2-3583.
all Allows all VLANs to transmit and receive through the Layer 2 interface.
except vlan_id Allows all VLANs except the VLAN ID to transmit and receive
through the Layer 2 interface. The range of valid values is 2-3583.
none Allows no VLANs to transmit and receive through the Layer 2 interface.
remove vlan_id Removes a VLAN that transmits and receives through the Layer
2
interface. The range of valid values is 2-3583.
Defaults
The default native VLAN for a converged interface is 1.
12