INS_CWGE10FX2TX8MS_REV– 02/19/21 PAGE 15
INSTALLATION AND OPERATION MANUAL CWGE10FX2TX8MS
TECH SUPPORT: 1.888.678.9427
CLI command concept
Node Command Description
enable show hostname This command displays the system’s network name.
configure reboot This command reboots the system.
eth0 ip address A.B.C.D/M This command configures a static IP and subnet mask for the system.
interface show This command displays the current port configurations.
vlan show This command displays the current VLAN configurations.
The Node type:
» enable
Its command prompt is “CWGE10FX2TX8MS#”.
It means these commands can be executed in this command prompt.
» configure
Its command prompt is “CWGE10FX2TX8MS(config)#”.
It means these commands can be executed in this command prompt.
In Enable code, executing command “configure terminal” enter the configure node.
CWGE10FX2TX8MS# configure terminal
» eth0
Its command prompt is “CWGE10FX2TX8MS(config-if)#”.
It means these commands can be executed in this command prompt.
In Configure code, executing command “interface eth0” enter the eth0 interface node.
CWGE10FX2TX8MS(config)#interface eth0
CWGE10FX2TX8MS(config-if)#
» interface
Its command prompt is “CWGE10FX2TX8MS(config-if)#”.
It means these commands can be executed in this command prompt.
In Configure code, executing command “interface gigaethernet1/0/5” enter the interface port 5.
Or
In Configure code, executing command “interface fastethernet1/0/5” enter the interface port 5.
Note: depend on your port speed, gigaethernet1/0/5 for gigabit Ethernet ports and
fastethernet1/0/5 for fast Ethernet ports.
CWGE10FX2TX8MS(config)#interface gigaethernet1/0/5
CWGE10FX2TX8MS(config-if)#
» vlan
Its command prompt is “CWGE10FX2TX8MS(config-vlan)#”.
It means these commands can be executed in this command prompt.
In Configure code, executing command “vlan 2” enter the vlan 2 node.
Note: where the “2” is the vlan ID.
CWGE10FX2TX8MS(config)#vlan 2
CWGE10FX2TX8MS(config-vlan)#