VOLKTEK NSH-580 MANAGED 24-PORT 10/100 + 4 G COMBO L3 SWITCH
Example:
Switch
(config)#interface fastethernet1/0/2
Switch
(config-if)#duplex full
This example shows how to use the duplex configuration command on the switch to set
full-duplex on the interface.
8.3.4.3 Interface flow control
Use the flow control configuration command on the switch to set flow control status of
the port.
CLI Syntax:
flowcontrol (rx| tx | both) (on|off)
Example:
Switch
(config)#interface fastethernet1/0/2
Switch
(config-if)#flowcontrol both on
This example shows how to use the flow control configuration command on the switch to
set ‘flow control both on’.
8.3.4.4 Show L2 interface
Use the show l2_interface command on the switch to show l2 interface status.
CLI Syntax:
show l2_interfaces IFNAME
Example:
Switch#show l2_interface fastethernet1/0/2
8.3.5 IP
interface
8.3.5.1 Show vlan name string
Use the show vlan user EXEC command to display the parameters for all configured
VLANs or one VLAN (if the VLAN ID or name is specified) on the Switch.
CLI Syntax: show vlan name string
Example:
Switch#show vlan name VLAN1
Note: VLAN1 is for system purposes like firmware upgrade, management, etc.
8.3.5.2 Create a vlan entry
Use the vlan id command to create a vlan entry on the Switch. Use the name string
command to create a vlan entry with a string on the Switch.
CLI Syntax: vlan id
Example:
Switch(config)#vlan 3
Switch(config-vlan)#name vlan3
84