
KSwitch D10 MMT Managed Time Sensitive Ethernet Switch - Preliminary User Guide, Rev. 0.99
// 56
9.4.
General Maintenance Commands
9.4.1.
Configure Terminal
Description – Start switch configuration. Terminal display will switch from # to (
config
)#.
Configure Terminal
Parameter
Description
Parameter
-
N/A
Default
NA
N.A
EXEC
Mode
Enter configuration mode whenever starting switch configuration
Example
# configure terminal.
NOTE - You may also use the shortcut # conf t
9.4.2.
Interface
Description – Start interface (port) configuration. Terminal display will switch from (
config
)# to (
config- if
)#.
It is possible to configure same parameter for multiple interface by using syntax as 1/1-8
(configure same value for ports 1-8) as described in the command example.
Interface
<port_type> [ <port_type_list> ]
Parameter
Description
Parameter
<port_type>
Port type Gigabit Ethernet, vlan
ALM
[ <port_type_list> ]
List of Port ID, ex. 1/1,3-5 1/1-8 1/1,2,4
Default
N.A
Mode
Global Configuration
Usage
Enter interface configuration mode to start configuring port parameters
Example
Example#1 (enter configuration mode for ports 1, 3,4 and 5):
(config)# interface GigabitEthernet 1/1,3-5 (config-if)#
Example#2 (enter configuration mode for ports 1 through 8)
(config)# interface GigabitEthernet 1/1-8 (config-if)#