User's Guide

© Copyright 2018 TRENDnet. All Rights Reserved.
TRENDnet User’s Guide
Managed Industrial L2 Switch
25
The Node type:
enable
Its command prompt is “[DEVICE_NAME]#”.
It means these commands can be executed in this command prompt.
configure
Its command prompt is “[DEVICE_NAME](config)#”.
It means these commands can be executed in this command prompt.
In Enable code, executing command configure terminalenter the configure
node.
[DEVICE_NAME]# configure terminal
eth0
Its command prompt is “[DEVICE_NAME](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.
[DEVICE_NAME](config)#interface eth0
[DEVICE_NAME](config-if)#
interface
Its command prompt is “[DEVICE_NAME](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 node.
Or
In Configure code, executing command interface fastethernet1/0/5 enter
the interface port 5 node.
Note: depend on your port speed, gigaethernet1/0/5 for gigabit Ethernet
ports and fastethernet1/0/5 for fast Ethernet ports.
[DEVICE_NAME](config)#interface gigaethernet1/0/5
[DEVICE_NAME](config-if)#
vlan
Its command prompt is “[DEVICE_NAME](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.
[DEVICE_NAME](config)#vlan 2
[DEVICE_NAME](config-vlan)#