© Copyright 2019 TRENDnet. All Rights Reserved.
Industrial Managed Switch Series
Basic Settings
General Settings
System
Management VLAN
To specify a VLAN group which can access the Switch.
The valid VLAN range is from 1 to 4094.
If you want to configure a management VLAN, the management VLAN should
be created first and the management VLAN should have at least one member
port.
Host Name
The hostname is same as the SNMP system name. Its length is up to 64 characters.
The first 16 characters of the hostname will be configured as the CLI prompt.
Default Settings
The default Hostname is [YOUR_DEVICE_NAME]
The default DHCP client is disabled.
The default Static IP is 192.168.10.200
Subnet Mask is 255.255.255.0
Default Gateway is 0.0.0.0
Management VLAN is 1.
CLI Commands
This command reboots the system.
This command sets the system's network
name.
This command enters the eth0 interface
node to configure the system IP.
This command displays the eth0
configurations.
This command configures a static IP and
subnet mask for the system.
ip address default-
gateway A.B.C.D
This command configures the system
default gateway.
ip dhcp client
(disable|enable|renew)
This command configures a DHCP client
function for the system.
Disable: Use a static IP address on the
switch.
Enable & Renew: Use DHCP client to get an
IP address from DHCP server.
This command configures the management
vlan.
Example: The procedures to configure an IP address for the Switch.
To enter the configure node.
[DEVICE_NAME]#configure terminal
[DEVICE_NAME](config)#
To enter the ETH0 interface node.
[DEVICE_NAME](config)#interface eth0
[DEVICE_NAME](config-if)#
To get an IP address from a DHCP server.
[DEVICE_NAME](config-if)#ip dhcp client enable
To configure a static IP address and a gateway for the Switch.
[DEVICE_NAME](config-if)#ip address 192.168.202.111/24
[DEVICE_NAME](config-if)#ip address default-gateway 192.168.202.1