6 port description, Port description – Siemens S223 User Manual
Page 77
User Manual UMN:CLI
SURPASS hiD 6615 S223/S323 R1.5
A50010-Y3-C150-2-7619 77
To configure flow control of the Ethernet port, use the following command.
Command Mode
Description
port flow-control
PORTS {on |
off
}
Bridge
Configures flow control for a specified port, enter the
port number. (default: off)
The following is an example of configuring flow control to port 25.
SWITCH(bridge)# show port 25
------------------------------------------------------------------------
NO TYPE PVID STATUS MODE FLOWCTRL INSTALLED
(ADMIN/OPER)
------------------------------------------------------------------------
25 Ethernet 1 Up/Down Auto/Half/0 Off Y
SWITCH(bridge)# port flow-control 25 on
SWITCH(bridge)# show port 25
-------------------------------------------------------------------
NO TYPE PVID STATUS MODE FLOWCTRL INSTALLED
(ADMIN/OPER)
-------------------------------------------------------------------
25: Ethernet 1 Up/Down Auto/Half/0 On Y
SWITCH(bridge)#
5.2.6 Port
Description
To specify a description of an Ethernet port, use the following command.
Command Mode
Description
port
description PORTS
DESCRIPTION
Specifies a description of an Ethernet port.
no port
description PORTS
Bridge
Deletes description of specified port.
To view description of port, use the following command.
Command Mode
Description
show port description PORTS
Enable
Global
Bridge
Interface
Shows description of one port or more.
The following is an example of making description of port 1 and viewing it.
SWITCH(bridge)# port description 1 test1
SWITCH(bridge)# show port description 1
------------------------------------------------------------
NO TYPE STATE LINK DESCRIPTION
(ADM/OPR)
------------------------------------------------------------
1 Unknown Up/Down 0HDX test1
SWITCH(bridge)#