Specifications

Management Guide CLI
TigerAccess™ EE
SMC7824M/VSW 69
The following is an example of setting transmit rate on the Ethernet port 25 to 10 Mbps.
SWITCH(bridge)# show port 25
------------------------------------------------------------------------
NO TYPE PVID STATUS MODE FLOWCTRL INSTALLED
(ADMIN/OPER) (ADMIN/OPER)
------------------------------------------------------------------------
25 Ethernet 2 Up/Up Auto/Full/1000 Off/ Off Y
SWITCH(bridge)# port speed 25 10
SWITCH(bridge)# show port 25
------------------------------------------------------------------------
NO TYPE PVID STATUS MODE FLOWCTRL INSTALLED
(ADMIN/OPER) (ADMIN/OPER)
------------------------------------------------------------------------
25 Ethernet 2 Up/Up Auto/Full/10 Off/ Off Y
SWITCH(bridge)#
5.2.4 Duplex Mode
Ethernet operates in either half-duplex or full-duplex mode. In full-duplex mode, frames
travel in both directions simultaneously over two channels on the same connection for an
aggregate bandwidth of twice that of half-duplex mode. Full duplex networks are very effi-
cient since data can be sent and received simultaneously.
To set the duplex mode on an Ethernet port, use the following command.
Command Mode Description
port duplex PORTS {full | half} Bridge
Sets full-duplex or half-duplex mode on a specified
port, enter a port number.
The following is an example of setting the duplex mode on the Ethernet port 25 to half-
duplex mode.
SWITCH(bridge)# show port 25
------------------------------------------------------------------------
NO TYPE PVID STATUS MODE FLOWCTRL INSTALLED
(ADMIN/OPER) (ADMIN/OPER)
------------------------------------------------------------------------
25 Ethernet 2 Up/Up Auto/Full/1000 Off/ Off Y
SWITCH(bridge)# port duplex 25 half
SWITCH(bridge)# show port 25
------------------------------------------------------------------------
NO TYPE PVID STATUS MODE FLOWCTRL INSTALLED
(ADMIN/OPER) (ADMIN/OPER)
------------------------------------------------------------------------
25 Ethernet 2 Up/Up Auto/Half/1000 Off/ Off Y
SWITCH(bridge)#