
KSwitch D10 MMT Managed Time Sensitive Ethernet Switch - Preliminary User Guide, Rev. 0.99
// 61
9.5.
Network
9.5.1.
Ethernet Ports - Configuration Commands
Configure Ethernet ports Link speed, max Ethernet packet size and flow control.
9.5.1.1.
Shutdown
Description- Enable/disable Ethernet port.
shutdown no
shutdown
Parameter
Description
Parameter
-
-
Default
N.A
Mode
Port List Interface configuration mode
Usage
Use the command to disable the specified interface and use no form of this command to
enable the interface
Examples
Example#1 (disable port 1)
# configure terminal
(config)# interface GigabitEthernet 1/1
(config-if)# shutdown
Example#2 (disable ports 1 through 8)
# configure terminal
(config)# interface GigabitEthernet 1/1-8
(config-if)# shutdown
Example#3 (enable all ports)
# configure terminal
(config)# interface *
(config-if)# no shutdown
9.5.1.2.
Speed
Description- configure port speed.
speed
{ 1000 | 100 | 10 | auto }
Parameter
Description
Parameter
10
10Mbps
100
100Mbps
1000
1000Mbps (1Gbps)
auto
Auto negotiation
Default
All ports are set to Auto
Mode
Port List Interface Mode
Usage
Use to set the speed of the specified interface
Examples
Example#1 (set speed for port 1 to 100Mbps)
# configure terminal