User Manual
EKI-7700 Series
Command Line Interface
Copyright
The documentation and the software included with this product are copyrighted 2016
by Advantech Co., Ltd. All rights are reserved. Advantech Co., Ltd. reserves the right
to make improvements in the products described in this manual at any time without
notice. No part of this manual may be reproduced, copied, translated or transmitted
in any form or by any means without the prior written permission of Advantech Co.,
Ltd. Information provided in this manual is intended to be accurate and reliable. How-
ever, Advantech Co., Ltd. assumes no responsibility for its use, nor for any infringe-
ments of the rights of third parties, which may result from its use.
Acknowledgements
Intel and Pentium are trademarks of Intel Corporation.
Microsoft Windows and MS-DOS are registered trademarks of Microsoft Corp.
All other product names or trademarks are properties of their respective owners.
Technical Support and Assistance
1. Visit the Advantech web site at www.advantech.com/support where you can find
the latest information about the product.
2. Contact your distributor, sales representative, or Advantech's customer service
center for technical support if you need additional assistance. Please have the
following information ready before you call:
– Product name and serial number
– Description of your peripheral attachments
– Description of your software (operating system, version, application software,
etc.)
– A complete description of the problem
– The exact wording of any error messages
Firmware Compatibility
This document contains references to information regarding the CLI interface. The
intent of this document is to provide guidance on identifying the CLI functions for the
following firmware version.
Firmware version: 1.00.79
Part No. Edition1
Printed in Taiwan June 2019
EKI-7700 Series User Manual ii
Warnings, Cautions and Notes
Warning! Warnings indicate conditions, which if not observed, can cause personal
injury!
Caution! Cautions are included to help you avoid damaging hardware or losing
data. e.g.
There is a danger of a new battery exploding if it is incorrectly installed.
Do not attempt to recharge, force open, or heat the battery. Replace the
battery only with the same or equivalent type recommended by the man-
ufacturer. Discard used batteries according to the manufacturer's
instructions.
Note! Notes provide optional additional information.
Document Feedback
To assist us in making improvements to this manual, we would welcome comments
and constructive criticism. Please send all such - in writing to: support@advant-
ech.com
iii EKI-7700 Series User Manual
Contents
Chapter 1 Command Line Interface .................... 1
1.1 Using the Command-Line Interface .......................................................... 2
1.1.1 Initially Configuring a Device ........................................................ 2
1.1.2 Understanding Command Syntax................................................. 2
1.1.3 Understanding Enable and Enable Secret Passwords ................. 2
1.1.4 Abbreviating Commands .............................................................. 3
1.2 L2 Features............................................................................................... 3
1.2.1 Port Configuration......................................................................... 3
1.2.2 MAC Address Table...................................................................... 4
1.2.3 Jumbo Frame................................................................................ 5
1.2.4 Flow Control.................................................................................. 5
1.2.5 Spanning Tree .............................................................................. 5
1.2.6 VLAN ............................................................................................ 9
1.2.7 Q-in-Q ......................................................................................... 11
1.2.8 Link Aggregation......................................................................... 11
1.2.9 GARP.......................................................................................... 12
1.2.10 GVRP.......................................................................................... 13
1.2.11 Port Mirror................................................................................... 13
1.2.12 LLDP........................................................................................... 14
1.3 Multicast.................................................................................................. 16
1.3.1 IGMP Snooping .......................................................................... 16
1.3.2 MLD Snooping ............................................................................ 19
1.4 Redundancy............................................................................................ 22
1.4.1 X-Ring......................................................................................... 22
1.5 QoS......................................................................................................... 23
1.5.1 Rate Limit.................................................................................... 23
1.5.2 QoS............................................................................................. 23
1.6 Security ................................................................................................... 25
1.6.1 Loop Detection / Prevention ....................................................... 25
1.6.2 Storm Control.............................................................................. 25
1.6.3 Port Security ............................................................................... 26
1.6.4 802.1X ........................................................................................ 26
1.6.5 Remote Authentication ............................................................... 27
1.6.6 One Time Password ................................................................... 28
1.6.7 Account Manager........................................................................ 28
1.6.8 DoS Attack Prevention................................................................ 29
1.6.9 IP Security .................................................................................. 29
1.7 Management ........................................................................................... 30
1.7.1 IP Management .......................................................................... 30
1.7.2 SNMP ......................................................................................... 31
1.7.3 Configuration Management ........................................................ 32
1.7.4 Firmware Management............................................................... 33
1.7.5 DHCP Server .............................................................................. 33
1.7.6 DHCP Client ............................................................................... 34
1.7.7 System Log (SYSLOG)............................................................... 35
1.7.8 System Time............................................................................... 35
1.7.9 SMTP.......................................................................................... 37
1.7.10 NTP Server ................................................................................. 38
1.7.11 RMON......................................................................................... 39
1.7.12 IP Configuration .......................................................................... 40
1.7.13 TELNET ...................................................................................... 41
1.7.14 SSH ............................................................................................ 41
1.7.15 HTTP .......................................................................................... 41
1.7.16 Modbus TCP............................................................................... 41
EKI-7700 Series User Manual iv
1.7.17 IXM.............................................................................................. 42
1.8 Diagnostic ............................................................................................... 42
1.8.1 Cable Diagnostic......................................................................... 42
1.8.2 DMI ............................................................................................. 42
1.8.3 IP-based Diagnostic.................................................................... 43
1.8.4 PoE ............................................................................................. 43
1.8.5 LED ............................................................................................. 45
1.8.6 System ........................................................................................ 45
v EKI-7700 Series User Manual
Chapter 1
Command Line
1
Interface
1.1 Using the Command-Line Interface
The Advantech IOS command-line interface (CLI) is the primary user interface used
to configure, monitor, and maintain Advantech devices. The user interface allows you
to directly execute CLI commands.
This chapter describes the basic features of the Advantech IOS CLI and how to use
them. Topics covered include the following:
Layer 2 features
Multicast
IGMP Snooping
MLD Snooping
Redundancy
QoS
Security
Management
Diagnostic
1.1.1 Initially Configuring a Device
The initial configuration of a device varies by platform. This document provides con-
figuration information for the listed devices.
After initially configuring and connecting the device to the network, you can configure
the device by using the remote access method, such as Telnet or Secure Shell
(SSH), to access the CLI or by using the configuration method provided on the
device, such as Security Device Manager.
1.1.2 Understanding Command Syntax
The command syntax is the format used for entering CLI commands. The commands
are derived from the use of the command, keywords, and arguments. The keywords
are alphanumeric strings used literally, while arguments are used as placeholders for
required values.
1.1.3 Understanding Enable and Enable Secret Passwords
Some privileged EXEC commands are used for actions that impact the system, and it
is recommended that you set a password for these commands to prevent unautho-
rized use. Two types of passwords, enable (not encrypted) and enable secret
(encrypted), can be set.
The following commands set these passwords and are issued in global configuration
mode:
enable password
enable secret password
2 EKI-7700 Series User Manual
1.1.4 Abbreviating Commands
The CLI commands can be used in an abbreviated form to execute. The CLI recog-
nizes the abbreviates uniquely identifying the command. In the following example the
show version command is used to illustrate the correct usage:
Full command: show version
Correct abbreviation: sh ver
However, attempting to execute the show command by using the single letter s
would be invalid as s may refer to the commands show or save. For the same rea-
son the variable version cannot be abbreviated to a single v as it may represent
the variable vlan, etc.
Full command: show version
Incorrect abbreviation: s version, s ver, sh v
1.2 L2 Features
1.2.1 Port Configuration
Table 1.1: Port Configuration
Function Privilege Description Example
[no] shutdown Admin EXEC Use "shutdown" command This example shows how to
to disable port and use "no modify port duplex configura-
shutdown" to enable port. If tion.
port is error disabled for any switch(config)# interface fa1
reason, use "no shutdown" switch(config-if)# shutdown"
command to recover the
port manually.
speed (10|100) Admin EXEC Use "speed" command to This example shows how to
speed (1000|) Admin EXEC change port speed configu- modify port speed configura-
ration. The speed is only tion.
speed auto Admin EXEC
able to configure to the switch(config)# interface fa2
[(10|100|10/100)]
physical maximum speed. switch(config-if)# speed auto
speed auto Admin EXEC For example, in fast Ether- 10/100
[(1000|)] net port, speed 1000 is not
available.
duplex Admin EXEC Use "duplex" command to This example shows how to
(auto|full|half) change port duplex configu- modify port duplex configura-
ration. tion.
switch(config)# interface fa1
switch(config-if)# duplex full
switch(config-if)# exit
switch(config)# interface fa2
switch(config-if)# duplex half
description Admin EXEC Use "description" com- This example shows how to
WORD<1-" mand to give the port a modify port descriptions.
SYS_STR_CONST(SYS_ name to identify it easily. switch(config)# interface fa2
PORTDESC_STR_LEN) If description includes switch(config-if)# description
"> space character, please use "uplink port"
double quotes to wrap it.
no description Admin EXEC Use no form to restore
description to empty string.
EKI-7700 Series User Manual 3
Table 1.1: Port Configuration (Continued)
Function Privilege Description Example
[no] protected Admin EXEC Use "protected" command This example shows how to
to protect port. Protected configure ports fa1 and fa2 as
port is only allowed to com- protected ports.
municate with unprotected switch(config)# interface range
port. In other words, pro- fa1-2
tected port is not allowed to switch(config-if-range)# pro-
communicate with another tected
protected port.
Use no form to make port
unprotected
1.2.2 MAC Address Table
Table 1.2: MAC Address Table
Function Privilege Description Example
show mac address- User EXEC View the aging time of the switch# show mac address-
table aging-time address table. table aging-time
show mac address- User EXEC Displays entries for a spe- switch# show mac address-
table A:B:C:D:E:F cific MAC address (for all or table 0:1:2:3:4:5 vlan 1
[vlan <1-4094>] VLAN).
show mac address- User EXEC View MAC entry on speci- switch# show mac address-
table [vlan <1- fied interface or VLAN or all table vlan 1 interface fa5
4094>] [inter- dynamic MAC entries in
faces IF_PORTS] MAC address table.
show mac address- User EXEC View static MAC entry on switch# show mac address-
table static [vlan specified interface or VLAN table static vlan 1 interface fa5
<1-4094>] [inter- or all dynamic MAC entries
faces IF_PORTS] in MAC address table.
show mac address- User EXEC View dynamic MACentry on switch# show mac address-
table dynamic specified interface or VLAN table dynamic vlan 1 interface
[vlan <1-4094>] or all dynamic MAC entries fa5
[interfaces in MAC address table.
IF_PORTS]
show mac address- User EXEC Display the number of switch# show mac address-
table counters addresses present in MAC table counters
address table.
clear mac address- Admin EXEC Delete dynamic MAC entry switch(config)# clear mac
table dynamic on specified interface or all address-table dynamic inter-
[interfaces dynamic MAC entries in faces fa5
IF_PORTS] MAC address table.
clear mac address- Admin EXEC Delete dynamic MAC entry switch(config)# clear mac
table dynamic vlan on specified VLAN dynamic address-table dynamic vlan 1
<1-4094> MAC entry in MAC address
table.
mac address-table Admin EXEC Set the aging time of the switch(config)# mac address-
aging-time <10- address table. table aging-time 300
630>
mac address-table Admin EXEC Add static addresses to the switch(config)# mac address-
static A:B:C:D:E:F MAC address table. table static 0:1:2:3:4:5 vlan 1
vlan <1-4094> interfaces fa5
interfaces
IF_PORTS
4 EKI-7700 Series User Manual
Table 1.2: MAC Address Table (Continued)
Function Privilege Description Example
no mac address- Admin EXEC Delete static addresses switch(config)# no mac
table static from the MAC address address-table static 0:1:2:3:4:5
A:B:C:D:E:F vlan table. vlan 1 interfaces fa5
<1-4094>
1.2.3 Jumbo Frame
Table 1.3: Jumbo Frame
Function Privilege Description Example
jumbo-frame <1518- Admin EXEC Use "jumbo-frame" com- This example shows how to
9216> mand to modify maximum modify maximum frame size to
frame size. 9216 bytes.
The only way to show this switch(config)# jumbo-frame
configuration is by using 9216
"show running-config" com-
mand.
no jumbo-frame Admin EXEC Use no form to disable switch(config)# no jumbo-
jumbo-frame. frame
1.2.4 Flow Control
Table 1.4: Flow Control
Function Privilege Description Example
[no] back-pressure Admin EXEC Use "back-pressure" com- This example shows how to
mand to change port back- modify port duplex configura-
pressure configuration. tion.
Use no form to restore switch(config)# interface fa1
back-pressure to default switch(config-if)# back-pres-
(off) configuration. sure
switch(config-if)# no back-
pressure
flowcontrol Admin EXEC Use "flow-control" com- This example shows how to
(off|on) mand to change port flow modify port duplex configura-
control configuration. tion.
Use off form to restore flow switch(config)# interface fa1
control to default (off) con- switch(config-if)# flow-control
figuration. on
switch(config-if)# flow-control
off
1.2.5 Spanning Tree
Table 1.5: Spanning Tree
Function Privilege Description Example
show spanning-tree User EXEC Show spanning-tree switch# show spanning-tree
[instance <0-15>] instance information. instance 10
show spanning-tree User EXEC Show spanning-tree switch# show spanning-tree
interfaces instance information per interface gi1 instance 10
IF_PORTS [instance port.
<0-15>]
EKI-7700 Series User Manual 5
Table 1.5: Spanning Tree (Continued)
Function Privilege Description Example
show spanning-tree User EXEC Show spanning-tree infor- switch# show spanning-tree
mation.
show spanning-tree User EXEC Show spanning-tree state of switch# show spanning-tree
interfaces one port. interface gi1
IF_PORTS
show spanning-tree User EXEC Show spanning-tree statis- switch# show spanning-tree
interfaces tics of one port. interface gi1 statistic
IF_PORTS statistic
[no] spanning-tree Admin EXEC Enable or Disable Span- switch# configure
ning-Tree Protocol. switch(config)# spanning-tree
switch(config)# exit
spanning-tree bpdu Admin EXEC Specify the forwarding switch# configure
(filtering|flood- action of BPDU to filtering switch(config)# spanning-tree
ing) or flooding. bpdu filtering
switch(config)# exit
no spanning-tree Admin EXEC Restore to default BPDU switch# configure
bpdu action. Default action is switch(config)# no spanning-
flooding. tree bpdu
switch(config)# exit"
spanning-tree mode Admin EXEC Specify the mode to Span- switch# configure
(stp|rstp|mstp) ning Tree Protocol. switch(config)# spanning-tree
Specify the mode to Rapid mode stp
Spanning Tree Protocol. switch(config)# exit
Specify the mode to Multi-
ple Spanning Tree Protocol.
no spanning-tree Admin EXEC Restore to default stp ver- switch# configure
force-version sion. Default stp version is switch(config)# no spanning-
rstp. tree force-version
switch(config)# exit
spanning-tree pri- Admin EXEC Specify the bridge priority; switch# configure
ority <0-61440> must use multiples of 4096. switch(config)# spanning-tree
priority 16384
switch(config)# exit
no spanning-tree Admin EXEC Restore to default priority. switch# configure
priority Default priority is 32768. switch(config)# no spanning-
tree priority
switch(config)# exit
spanning-tree Admin EXEC Specify the hello-time inter- switch# configure
hello-time <1-10> val (seconds). switch(config)# spanning-tree
hello-time 5
switch(config)# exit
no spanning-tree Admin EXEC Restore to default hello- switch# configure
hello-time time. Default hello-time is 2. switch(config)# no spanning-
tree hello-time
switch(config)# exit
spanning-tree for- Admin EXEC Specify the forward-delay switch# configure
ward-delay <4-30> interval (seconds). switch(config)# spanning-tree
forward-delay 30
switch(config)# exit
no spanning-tree Admin EXEC Restore to default forward- switch# configure
forward-delay delay. Default forward-delay switch(config)# no spanning-
is 15. tree forward-delay
switch(config)# exit
6 EKI-7700 Series User Manual
Table 1.5: Spanning Tree (Continued)
Function Privilege Description Example
spanning-tree max- Admin EXEC Specify the maximum-age switch# configure
imum-age <6-40> time (seconds). switch(config)# spanning-tree
maximum-age 10
switch(config)# exit
no spanning-tree Admin EXEC Restore to default maxi- switch# configure
maximum-age mum-age. Default maxi- switch(config)# no spanning-
mum-age is 20. tree maximum-age
switch(config)# exit
spanning-tree tx- Admin EXEC Specify the tx-hold-count switch# configure
hold-count <1-10> value. switch(config)# spanning-tree
tx-hold-count 10
switch(config)# exit
no spanning-tree Admin EXEC Restore to default tx-hold- switch# configure
tx-hold-count count. Default tx-hold-count switch(config)# no spanning-
is 6. tree tx-hold-count
switch(config)# exit
spanning-tree Admin EXEC Specify the type of pathcost switch# configure
pathcost method value as 32 bits (long). switch(config)# spanning-tree
(long|short) Specify the type of pathcost pathcost method short
value as 16 bits (short). switch(config)# exit
[no] spanning-tree Admin EXEC Enable or Disable Span- switch# configure
ning-Tree Protocol per port. switch(config)# interface gi1
switch(config-if)# spanning-
tree
switch(config-if)# exit
switch(config)# exit
spanning-tree Admin EXEC Specify the STP port prior- switch# configure
port-priority <0- ity; must use multiples of switch(config)# interface gi1
240> 16. switch(config-if)# spanning-
tree port-priority 64
switch(config-if)# exit
switch(config)# exit
no spanning-tree Admin EXEC Restore to default port-pri- switch# configure
port-priority ority. Default port-priority is switch(config)# interface gi1
128. switch(config-if)# no spanning-
tree port-priority
switch(config-if)# exit
switch(config)# exit
spanning-tree cost Admin EXEC Specify the STP port cost. switch# configure
long <0-200000000> In long pathcost method, switch(config)# interface gi1
the range is from 0 to switch(config-if)# spanning-
20000000. (0 = Auto) tree cost long 200000
switch(config-if)# exit
switch(config)# exit
spanning-tree cost Admin EXEC Specify the STP port cost. switch# configure
short <0-65535> In short pathcost method, switch(config)# interface gi1
the range is from 0 to switch(config-if)# spanning-
65535. (0 = Auto). tree cost short 1000
switch(config-if)# exit
switch(config)# exit
EKI-7700 Series User Manual 7
Table 1.5: Spanning Tree (Continued)
Function Privilege Description Example
no spanning-tree Admin EXEC Restore to default cost per switch# configure
cost port. Default cost is 0. switch(config)# interface gi1
switch(config-if)# no spanning-
tree cost
switch(config-if)# exit
switch(config)# exit
[no] spanning-tree Admin EXEC Enable or Disable Span- switch# configure
edge ning-Tree edge. switch(config)# interface gi1
switch(config-if)# spanning-
tree edge
switch(config-if)# exit
switch(config)# exit
spanning-tree Admin EXEC Specify the STP port link- switch# configure
link-type point- type to point-to-point. switch(config)# interface gi1
to-point switch(config-if)# spanning-
tree link-type point-to-point
switch(config-if)# exit
switch(config)# exit
no spanning-tree Admin EXEC Disable the STP port link- switch# configure
link-type point- type from point-to-point. switch(config)# interface gi1
to-point switch(config-if)# no spanning-
tree link-type point-to-point
switch(config-if)# exit
switch(config)# exit
spanning-tree Admin EXEC Specify the STP port to switch# configure
mcheck migrate port. switch(config)# interface gi1
switch(config-if)# spanning-
tree mcheck
switch(config-if)# exit
switch(config)# exit
spanning-tree mst- Admin EXEC Specify the MSTP mst-con- switch# configure
config-id revi- fig-id revision level. switch(config)# spanning-tree
sion-level mst-config-id revision-level 100
LEVEL<0-65535> switch(config)# exit
spanning-tree mst- Admin EXEC Specify the MSTP mst-con- switch# configure
config-id name fig-id name. switch(config)# spanning-tree
NAME<32> mst-config-id name MST1
switch(config)# exit
[no] spanning-tree Admin EXEC Create or delete MSTP switch# configure
instance-id instance ID. switch(config)# spanning-tree
INST<1-15> instance-id 10
switch(config)# exit
spanning-tree Admin EXEC Add or remove VLAN from switch# configure
instance-id instance. switch(config)# spanning-tree
INST<1-15> vlan instance-id 10 vlan add 10-20
(add|remove) VLAN- switch(config)# exit
LIST
spanning-tree Admin EXEC Specify the instance priority. switch# configure
instance-id switch(config)# spanning-tree
INST<1-15> prior- instance-id 10 priority 1000
ity VALUE<0-61440> switch(config)# exit
8 EKI-7700 Series User Manual
1.2.6 VLAN
Table 1.6: VLAN
Function Privilege Description Example
show vlan default- User EXEC Display information about switch# show vlan default-vlan
vlan default VLAN.
show vlan VLAN- User EXEC Display information about switch# show vlan 1 interfaces
LIST interfaces VLAN list. GigabitEthernet 10 member-
IF_PORTS member- ship
ship
show vlan [(VLAN- User EXEC Display information about switch# show vlan 1
LIST|dynamic|stati VLAN list or dynamic or switch# show vlan dynamic
c)] static. switch# show vlan static
show interfaces User EXEC Use "show interface" com- show interfaces GigabitEther-
IF_PORTS mand to show port coun- net 1
ters, parameters and status.
show interfaces User EXEC Use "show interface" com- show interfaces GigabitEther-
IF_PORTS status mand to show port status. net 1 status
show interfaces User EXEC Use "show interface" com- show interfaces GigabitEther-
IF_PORTS protected mand to show port pro- net 1 protected
tected status.
show interfaces User EXEC Use "show interface switch- switch# show interfaces
switchport port" command to show port switchport GigabitEthernet 1
IF_PORTS VLAN status.
[no] vlan VLAN- Admin EXEC Create or remove a VLAN switch (config)# vlan 100
LIST entry. Using “vlan” com- switch (config)# no vlan 100
mand to enter the VLAN
configuration mode.
name NAME Admin EXEC Configure the name of a switch(config)# vlan 100
VLAN entry. switch(config-vlan)# name
VLAN-one-hundred
switchport mode Admin EXEC Hybrid port: Support all switch(config-if)# switchport
hybrid functions as defined in mode hybrid
IEEE 802.1Q specification.
show management- User EXEC Display information about switch(config)# show manage-
vlan management VLAN. ment-vlan
switchport hybrid Admin EXEC This command configures switch(config)# interface Giga-
pvid <1-4094> the hybrid port’s PVID. Use bitEthernet 1
"show interface switchport" switch(config-if)# switchport
command to show configu- mode hybrid
ration. switch(config-if)# switchport
hybrid pvid 100
[no] switchport Admin EXEC This command per port switch(config)# interface Giga-
hybrid ingress- configures the ingress-filter- bitEthernet 1
filtering ing status. This filtering is switch(config-if)# switchport
used to filter the frames mode hybrid
come from the non-member switch(config-if)# switchport
ingress port. Use "show hybrid ingress-filtering
interface switchport" com-
mand to show configura-
tion.
EKI-7700 Series User Manual 9
Table 1.6: VLAN (Continued)
Function Privilege Description Example
switchport hybrid Admin EXEC This command per port switch(config)# interface Giga-
acceptable-frame- configures the acceptable- bitEthernet 1
type (all|tagged- frame-type. Use "show switch(config-if)# switchport
only|untagged- interface switchport" com- mode hybrid
only) mand to show configura- switch(config-if)# switchport
tion. hybrid acceptable-frame-type
tagged-only
switchport hybrid Admin EXEC This command per hybrid switch(config)# interface Giga-
allowed vlan add port configures adds the bitEthernet 1
VLAN-LIST allowed VLAN list. Use switch(config-if)# switchport
[(tagged|untagged) "show interface switchport" mode hybrid
] command to show configu- switch(config-if)# switchport
ration. hybrid allowed vlan add 1
tagged
switchport hybrid Admin EXEC This command per hybrid switch(config)# interface Giga-
allowed vlan port configures removes the bitEthernet 1
remove VLAN-LIST allowed VLAN list. Use switch(config-if)# switchport
"show interface switchport" mode hybrid
command to show configu- switch(config-if)# switchport
ration. hybrid allowed vlan remove
100
[no] switchport Admin EXEC This command perport con- switch(config)# interface Giga-
default-vlan figures the membership of bitEthernet 1
tagged the default VLAN to tagged. switch(config-if)# switchport
Use "show interface switch- mode hybrid
port" command to show switch(config-if)# switchport
configuration. default-vlan tagged
[no] switchport Admin EXEC This command perport con- switch(config)# interface Giga-
forbidden default- figures the membership of bitEthernet 1
vlan the default VLAN to forbid- switch(config-if)# switchport
den. Use "show interface mode hybrid
switchport" command to switch(config-if)# switchport
show configuration. forbidden default-vlan
switchport forbid- Admin EXEC This command perport con- switch(config)# interface Giga-
den vlan figures the membership of bitEthernet 1
(add|remove) VLAN- the specfied VLANs to for- switch(config-if)# switchport
LIST bidden. Use "show interface mode hybrid
switchport" command to switch(config-if)# switchport
show configuration. forbidden vlan 100
management-vlan Admin EXEC (1) Set <1-4094> as man- (1) The following example
vlan <1-4094> agement VLAN ID; it is rec- specifies that management
no management-vlan ommended to first create VLAN 2 is created.
the VLAN and then assign switch(config)# management-
the port to it. vlan vlan 2
(2) When using no com- (2) The following example
mand, restore manage- specifies that management-
ment VLAN to default VLAN is restored to be default
VLAN. VLAN.
(3) To view the created switch(config)# no manage-
management VLAN, use ment-vlan
"show management-vlan".
10 EKI-7700 Series User Manual
1.2.7 Q-in-Q
Table 1.7: Q-in-Q
Function Privilege Description Example
switchport outer- Admin EXEC This command configures This example sets gi2's Outer
pvid <1-4094> the hybrid port’s Outer PVID to 1024.
PVID. Use "show interface switch(config)# interface Giga-
switchport" command to bitEthernet 2
show configuration. switch(config-if)# switchport
outerpvid 1024
switchport qinq- Admin EXEC The qinqmode is used to This example shows how to
mode (nni|uni) configure the hybrid port for change gi1 to nni mode and
different port roles. gi2 to uni mode.
Nni: transfer frame will be switch(config)# interface Giga-
add outer tag Vlan-Identifier bitEthernet 1
Uni: transfer frame will not switch(config-if)# switchport
be add outer tag Vlan-Iden- qinqmode nni
tifier. switch(config-if)# exit
switch(config)# interface Giga-
bitEthernet 2
switch(config-if)# switchport
qinqmode uni
vlan outertpid Admin EXEC Use "vlan outertpid" com- This example shows how to
<0x0000-0xFFFF> mand to change outer modify Tag Protocol Identifier
VLAN's Tag Protocol Identi- configuration.
fier(tpid) configuration. switch(config)# vlan outertpid
0x9100
1.2.8 Link Aggregation
Table 1.8: Link Aggregation
Function Privilege Description Example
show lag User EXEC Use "show lag" command This example shows how to
to show current LAG load show current LAG status.
balance algorithm and switch# show lag
members active/inactive
status.
lag load-balance Admin EXEC Link aggregation group port This example shows how to
(src-dst-mac|src- should transmit packets change load balance algo-
dst-mac-ip|src- spread to all ports to bal- rithm to src-dst-mac-ip.
port) ance traffic loading. Two switch(config)# lag load-bal-
algorithms are supported; ance src-dst-mac-ip
use this command to select
the required algorithm.
no lag load-bal- Admin EXEC Use no form to disable This example shows how to
ance load-blance. disable load balance algorithm.
switch(config)# no lag load-bal-
ance
EKI-7700 Series User Manual 11
Table 1.8: Link Aggregation (Continued)
Function Privilege Description Example
lag <1-8> mode Admin EXEC Link aggregation group This example shows how to
(static | active | function aggregates multi- create a dynamic LAG and join
passive) ple physical ports into one fa1-fa3 to this LAG.
logic port to increase band- switch(config)# interface range
width. This command fa1-3
makes normal port joins a switch(config-if)# lag 1 mode
normal port to a specific active
LAG logic port in static or
dynamic mode.
no lag Admin EXEC Use "no lag" to leave the This example shows how to
LAG logic port. remove gi1 from LAG.
switch(config)# interface Giga-
bitEthernet 1
switch(config-if)# no lag
lacp system-prior- Admin EXEC LACP system priority is This example shows how to
ity <1-65535> used for two connected configure lacp system priority
DUT to select master to 1000.
switch. Lower system prior- switch(config)# lacp system-
ity value has higher priority. priority 1000
The DUT with higher priority
can decide which ports are
able to join the LAG.
no lacp system- Admin EXEC Use "no lacp system-prior- This example shows how to
priority ity" to restore to the default restore lacp system priority to
priority value. Use "show default value.
running-config" command switch(config)# no lacp sys-
to show configuration. tem-priority
lacp port-prior- Admin EXEC LACP port priority is used This example shows how to
ity <1-65535> for two connected DUT to configure interface fa1 lacp
select aggregation ports. port priority to 100.
Lower port priority value switch(config)# interface fa1
has higher priority. The port switch(config-if)# lacp port-pri-
with higher priority will be ority 100
selected into LAG first.
Use "show running-config"
command to show configu-
ration.
no lacp port-pri- Admin EXEC Use no form to restore port-
ority priority to default value.
lacp timeout Admin EXEC LACP must send LACP This example shows how to
(long|short) packet to partner switch to configure interface fa1 lacp
check the link status. This timeout to short.
command configures the switch(config)# interface fa1
LACP packet sending inter- switch(config-if)# lacp timeout
val. short
no lacp timeout Admin EXEC
1.2.9 GARP
Table 1.9: GARP
Function Privilege Description Example
show garp User EXEC Display GARP status. switch# show garp
12 EKI-7700 Series User Manual
Table 1.9: GARP (Continued)
Function Privilege Description Example
garp join-time <6- Admin EXEC Set interval of join timer. switch(config)# garp join-time
600> 10
garp leave-time Admin EXEC Set interval of leave timer. switch(config)# garp leave-
<12-3000> time 30
garp leaveall-time Admin EXEC Set interval of leave all switch(config)# garp leaveall-
<12-12000> timer. time 240
garp timer join Admin EXEC Set interval of all timers. switch(config)# garp timer join
<6-600> leave <12- 10 leave 30 leaveall 240
3000> leaveall
<12-12000>
1.2.10 GVRP
Table 1.10: GVRP
Function Privilege Description Example
show gvrp User EXEC Display GVRP status. switch# show gvrp
[no] gvrp Admin EXEC Enable or disable GVRP switch(config)# gvrp
function.
1.2.11 Port Mirror
Table 1.11: GVRP
Function Privilege Description Example
show mirror User EXEC Display all mirror sessions. switch# show mirror
show mirror ses- User EXEC Specify the mirror session switch# show mirror session 1
sion <1-4> to display.
mirror session <1- Admin EXEC Specify the mirror session switch# configure
4> source inter- to configure. switch(config)# mirror session
faces IF_PORTS Specify the source inter- 1 source interface fa2-5 both
(both|rx|tx) face, include physical ports switch(config)# exit
and LA port.
Specify the traffic direction
to mirror.
mirror session <1- Admin EXEC Specify the mirror session switch# configure
4> destination to configure. switch(config)# mirror session
interface Specify the SPAN destina- 1 destination interface fa1
IF_NMLPORT [allow- tion. A destination must be switch(config)# exit
ingress] a physical port.
Enable ingress traffic for-
warding.
no mirror session Admin EXEC Clear the configuration of switch# configure
(<1-4>|all) specified mirror session. switch(config)# no mirror ses-
Clear the configuration of all sion 1
the mirror sessions. switch(config)# exit
no mirror session Admin EXEC Delete the destination inter- switch# configure
<1-4> destination face of the mirror session. switch(config)# no mirror ses-
interface sion 1 destination interface fa1
IF_NMLPORT switch(config)# exit
EKI-7700 Series User Manual 13
Table 1.11: GVRP (Continued)
Function Privilege Description Example
no mirror session Admin EXEC Delete the source interface switch# configure
<1-4> source of the mirror session. switch(config)# no mirror ses-
interfaces Delete the traffic direction of sion 1 source interface fa2-5
IF_PORTS the mirror port. both
(both|rx|tx) switch(config)# exit
1.2.12 LLDP
Table 1.12: LLDP
Function Privilege Description Example
show lldp User EXEC Display LLDP information. switch# show lldp
show lldp inter- User EXEC Display LLDP information in switch# show lldp interfaces
faces IF_NMLPORTS specified ports. fa5
show lldp local- User EXEC Display the local configura- switch# show lldp local-device
device tion.
show lldp inter- User EXEC Display the local configura- switch# show lldp interfaces
faces IF_NMLPORTS tion in specified ports. fa5,fa6 local-device
local-device
show lldp neighbor User EXEC Display the neighbor's switch# show lldp neighbor
LLDP information.
show lldp inter- User EXEC Display the neighbor's switch# show lldp interfaces
faces IF_NMLPORTS LLDP information in speci- fa5,fa6 neighbor
neighbor fied ports.
show lldp statis- User EXEC Display the LLDP RX/TX switch# show lldp statistics
tics statistics.
show lldp inter- User EXEC Display the LLDP RX/TX switch# show lldp interfaces
faces IF_NMLPORTS statistics in specified ports. fa5,fa6 statistics
statistics
show lldp inter- User EXEC Display the length of LLDP switch# show lldp interfaces
faces IF_NMLPORTS TLVs and if the TLVs over- fa5,fa6 tlvs-overloading
tlvs-overloading load the PDU length in
specified ports.
clear lldp statis- Admin EXEC Clear statistics of LLDP. switch# clear lldp statistics
tics
[no] lldp Admin EXEC Disable or enable LLDP. switch(config)# lldp
[no] lldp tx Admin EXEC Per port disable or enable switch(config-if)# lldp rx
LLDP TX.
[no] lldp rx Admin EXEC Per port disable or enable switch(config-if)# lldp tx
LLDP RX.
lldp holdtime-mul- Admin EXEC Set the LLDP PDU hold switch(config)# lldp holdtime-
tiplier <2-10> multiplier that decides time- multiplier 4
to-live (TTL) value sent in
LLDP advertisements: TTL
= (tx-interval * holdtime-
multiplier).
no lldp holdtime- Admin EXEC switch(config)# no lldp hold-
multiplier time-multiplier
lldp tx-interval Admin EXEC Set the LLDP TX interval. switch(config)# lldp tx-interval
<5-32767> 30
no lldp tx-inter- Admin EXEC switch(config)# no lldp tx-inter-
val val
14 EKI-7700 Series User Manual
Table 1.12: LLDP (Continued)
Function Privilege Description Example
lldp reinit-delay Admin EXEC Set the LLDP re-initial switch(config)# lldp reinit-delay
<1-10> delay. This delay avoids 2
LLDP generating too many
PDUs if the port is up and
down frequently.
no lldp reinit- Admin EXEC switch(config)# no lldp reinit-
delay delay
lldp tx-delay <1- Admin EXEC Set the delay in seconds switch(config)# lldp tx-delay 2
8191> between successive LLDP
frame transmissions. The
delay starts to count any
time that LLDP PDU is sent,
such as by LLDP PDU
advertise routine, LLDP
PDU content change, port
link up, etc.
no lldp tx-delay Admin EXEC switch(config)# no lldp tx-delay
lldp tlv-select Admin EXEC This command per port switch(config-if)# lldp tlv-select
pvid (enable|dis- configures the 802.1 PVID pvid enable
able) TLV attach enable status.
no lldp tlv-select Admin EXEC switch(config-if)# no lldp tlv-
pvid select pvid
lldp tlv-select Admin EXEC The commands per port switch(config-if)# lldp tlv-select
vlan-name add or remove VLAN list for vlan-name add 1,2,3,4
(add|remove) VLAN- 802.1 VLAN-NAME TLV.
LIST
lldp tlv-select Admin EXEC This command per port switch(config-if)# lldp tlv-select
TLV [TLV] [TLV] configures the selected TLV port-desc sys-name sys-desc
[TLV] [TLV] [TLV] attaching in PDU. sys-cap mac-phy lag max-
[TLV] [TLV] frame-size management-addr
no lldp tlv-select Admin EXEC switch(config-if)# no lldp tlv-
select
lldp lldpdu (fil- Admin EXEC This command globally switch(config)# lldp lldpdu fil-
tering|bridg- configures the LLDP PDU tering
ing|flooding) handling behavior when
LLDP is globally disabled. It
should be noted that if
LLDP is globally enabled
and per port LLDP RX sta-
tus is configured to disable,
the received LLDP PDU is
dropped instead of taking
the global disable behavior.
no lldp lldpdu Admin EXEC switch(config)# no lldp lldpdu
EKI-7700 Series User Manual 15
1.3 Multicast
1.3.1 IGMP Snooping
Table 1.13: IGMP Snooping
Function Privilege Description Example
show ip igmp User EXEC This command will display switch# show ip igmp snooping
snooping IP IGMP snooping global
info.
show ip igmp User EXEC This command will display switch# show ip igmp snooping
snooping router the IP IGMP router info. router
show ip igmp User EXEC This command will display switch# show ip igmp snooping
snooping groups the IP IGMP groups for groups
[(dynamic | dynamic or static or all switch# show ip igmp snooping
static)] types. groups dynamic
switch# show ip igmp snooping
groups static
show ip igmp User EXEC This command will display switch# show ip igmp snooping
snooping vlan IP IGMP snooping VLAN vlan
[VLAN-LIST] info.
show ip igmp User EXEC This command will display switch# show ip igmp snooping
snooping groups the IP IGMP group counter counters
counters include static group.
show ip igmp User EXEC This command will display switch# show ip igmp snooping
snooping querier all of the static VLAN IP querier
IGMP querier info.
clear ip igmp Admin EXEC This command will clear the switch# clear ip igmp snooping
snooping groups IP IGMP groups for groups static
[(dynamic dynamic or static or all
|static)] types.
clear ip igmp Admin EXEC This command will clear the switch# clear ip igmp snooping
snooping statis- IGMP statistics. statistics
tics
[no] ip igmp Admin EXEC "No IP IGMP snooping" will switch(config)# ip igmp snoop-
snooping clear all ip igmp snooping ing
dynamic groups and switch(config)# no ip igmp
dynamic router ports, and snooping
make the static IP IGMP
group invalid. Subse-
quently, dynamic group and
router port will not be
learned via IGMP message.
[no] ip igmp Admin EXEC "No IP IGMP snooping switch(config)# ip igmp snoop-
snooping report- report-suppression" will dis- ing report-suppression
suppression able IGMP v1/v2 IGMP switch(config)# no ip igmp
report suppression function. snooping report-suppression
When received, report will
be forwarded to the VLAN
router ports.
16 EKI-7700 Series User Manual
Table 1.13: IGMP Snooping (Continued)
Function Privilege Description Example
no ip igmp snoop- Admin EXEC "IP IGMP snooping vlan 1 switch(config)# ip igmp snoop-
ing vlan VLAN-LIST static-group 224.1.1.1 inter- ing vlan 1 static-group
group A.B.C.D faces gi1" will add static 224.1.1.1 interfaces gi1-2
group.
The static group will not
learn other dynamic ports. If
the dynamic group exists,
the static group will overlap
the dynamic group. If the
last member of the static
group is removed, the static
group will be deleted.
To validate the static group,
IGMP snooping VLAN and
IP IGMP snooping must be
enabled.
Use "Show IP IGMP snoop-
ing group [(dynamic |
static)]" command to dis-
play configuration. Use "No
IP IGMP snooping vlan 1
group 224.1.1.1" command
to delete the static group.
The "clear ip igmp snooping
groups" command can also
be used to delete the static
group.
no ip unknown-mul- Admin EXEC When IGMP snooping and switch(config)# ip unknown-
ticast action MLD snooping are dis- multicast action router-port
abled, router port actions switch(config)# no ip unknown-
cannot be set. multicast action
Disabling IGMP snooping &
MLD snooping will flood
multicast traffic to all mem-
bers of the VLAN.
When the action is a router
port flood or drop, it will
delete the unknown multi-
cast group entry.
EKI-7700 Series User Manual 17
Table 1.13: IGMP Snooping (Continued)
Function Privilege Description Example
[no] ip igmp Admin EXEC "No IP IGMP snooping vlan switch(config)# ip igmp snoop-
snooping vlan 1 (last-member-query-count ing vlan 1 fastleave
VLAN-LIST | last-member-query-inter- switch(config)# ip igmp snoop-
fastleave val | query-interval | ing vlan 1 last-member-query-
[no] ip igmp response-time | robustness- count 5
snooping vlan variable)" will set the VLAN switch(config)# ip igmp snoop-
VLAN-LIST router parameters to default. ing vlan 1 last-member-query-
learn pim-dvmrp The CLI setting will change interval 3
ip igmp snooping the IP IGMP VLAN parame- switch(config)# ip igmp snoop-
vlan VLAN-LIST ters admin settings. ing vlan 1 query-interval 100
robustness-vari- switch(config)# ip igmp snoop-
able <1-7> ing vlan 1 response-time 12
no ip igmp snoop- switch(config)# ip igmp snoop-
ing vlan VLAN-LIST ing vlan 1 robustness-variable
robustness-vari- 4
able
ip igmp snooping
vlan VLAN-LIST
response-time <5-
20>
no ip igmp snoop-
ing vlan VLAN-LIST
response-time
ip igmp snooping
vlan VLAN-LIST
query-interval
<30-18000>
no ip igmp snoop-
ing vlan VLAN-LIST
query-interval
ip igmp snooping
vlan VLAN-LIST
last-member-query-
interval <1-25>
no ip igmp snoop-
ing vlan VLAN-LIST
last-member-query-
interval
ip igmp snooping
vlan VLAN-LIST
last-member-query-
count <1-7>
no ip igmp snoop-
ing vlan VLAN-LIST
last-member-query-
count
[no] ip igmp Admin EXEC "No IP IGMP snooping vlan switch(config)# ip igmp snoop-
snooping vlan 1" will clear all VLAN IP ing vlan 1
VLAN-LIST IGMP snooping dynamic
groups and dynamic router
ports, and invalidate any
static IP IGMP groups with
a VLAN ID of 1. Subse-
quently, the dynamic groups
and router ports will not be
learned via IGMP message
for VLAN 1.
18 EKI-7700 Series User Manual
Table 1.13: IGMP Snooping (Continued)
Function Privilege Description Example
ip igmp snooping Admin EXEC "IP IGMP snooping version switch(config)# ip igmp snoop-
version (2|3) 3" supports v3 basic mode. ing version 3
When the version changes
from v3 to v2, all querier
versions will update to ver-
sion 2.
no ip igmp snoop- Admin EXEC When IP IGMP vlan querier switch(config)# ip igmp snoop-
ing vlan VLAN-LIST is enabled, a router selec- ing vlan 2 querier
querier [version tion process will be trig-
(2|3)] gered. The selected router
ip igmp snooping will send a general and spe-
vlan VLAN-LIST cific query.
querier
1.3.2 MLD Snooping
Table 1.14: MLD Snooping
Function Privilege Description Example
show ip mld snoop- User EXEC This command will display switch# show ip mld snooping
ing IP MLD snooping global
info.
show ip mld snoop- User EXEC This command will display switch# show ip mld snooping
ing router the IP MLD router info. router
show ip mld snoop- User EXEC This command will display switch# show ip mld snooping
ing groups the IP MLD groups for groups
[(dynamic | dynamic or static ports, or switch# show ip mld snooping
static)] for all types. groups dynamic
Switch# show ip mld snooping
groups static
show ip mld snoop- User EXEC This command will display switch# show ip mld snooping
ing vlan [VLAN- IP MLD snooping VLAN vlan
LIST] info.
show ip mld snoop- User EXEC This command will display switch# show ip mld snooping
ing groups coun- the IP MLD group counter counters
ters include static group.
show ip mld snoop- User EXEC This command will display switch# show ip mld snooping
ing querier all of the static VLAN IP querier
MLD querier info.
clear ip mld Admin EXEC This command will clear the switch# clear ip mld snooping
snooping groups IP MLD groups for dynamic groups static
[(dynamic or static ports, or for all
|static)] types.
clear ip mld Admin EXEC This command will clear the switch# clear ip mld snooping
snooping statis- MLD statistics. statistics
tics
EKI-7700 Series User Manual 19
Table 1.14: MLD Snooping (Continued)
Function Privilege Description Example
[no] ip mld snoop- Admin EXEC "No IP MLD snooping" will switch(config)# ip mld snoop-
ing clear all IP MLD snooping ing
dynamic groups and switch(config)# no ip mld
dynamic router ports, and snooping
make the static IP MLD
group invalid. Subse-
quently, the dynamic group
and router ports will not be
learned via MLD message.
[no] ip mld snoop- Admin EXEC "No IP MLD snooping switch(config)# ip mld snoop-
ing report-sup- report-suppression" will dis- ing report-suppression
pression able MLD v1/v2 MLD report switch(config)# no ip mld
suppression function. snooping report-suppression
Reports received will be for-
warded to the VLAN router
ports.
[no] ip mld snoop- Admin EXEC "IP MLD snooping vlan 1 switch(config)# ip mld snoop-
ing vlan VLAN-LIST static-group ff0e:dd::00:dd ing vlan 1 static-group
static-group interfaces gi1" will add ff0e:dd::00:dd interfaces gi1-2
X:X::X:X inter- static group.
faces IF_PORTS The static group willl not
no ip mld snooping learn other dynamic ports. If
vlan VLAN-LIST the dynamic group exists,
group X:X::X:X the static group will overlap
the dynamic group. If the
last member of the static
group is removed, the static
group will be deleted.
For the static group to be
valid, IGMP snooping VLAN
and IP IGMP snooping
must both be enabled.
Use "Show IP IGMP snoop-
ing group [(dynamic |
static)]" to display the con-
figuration. Use "No IP MLD
snooping vlan 1 group
ff0e:dd::00:dd" or "Clear IP
MLD snooping groups" to
delete the static group.
20 EKI-7700 Series User Manual
Table 1.14: MLD Snooping (Continued)
Function Privilege Description Example
[no] ip mld snoop- Admin EXEC "No IP MLD snooping vlan switch(config)# ip mld snoop-
ing vlan VLAN-LIST 1 (last-member-query-count ing vlan 1 fastleave
fastleave | last-member-query-inter- switch(config)# ip mld snoop-
[no] ip mld snoop- val | query-interval | ing vlan 1 last-member-query-
ing vlan VLAN-LIST response-time | robustness- count 5
router learn pim- variable)" will set the VLAN switch(config)# ip mld snoop-
dvmrp parameters to default. ing vlan 1 last-member-query-
ip mld snooping The CLI setting will change interval 3
vlan VLAN-LIST the IP MLD vlan parameters switch(config)# ip mld snoop-
robustness-vari- admin settings. ing vlan 1 query-interval 100
able <1-7> switch(config)# ip mld snoop-
no ip mld snooping ing vlan 1 response-time 12
vlan VLAN-LIST switch(config)# ip mld snoop-
robustness-vari- ing vlan 1 robustness-variable
able 4
ip mld snooping
vlan VLAN-LIST
response-time <5-
20>
no ip mld snooping
vlan VLAN-LIST
response-time
ip mld snooping
vlan VLAN-LIST
query-interval
<30-18000>
no ip mld snooping
vlan VLAN-LIST
query-interval
ip mld snooping
vlan VLAN-LIST
last-member-query-
interval <1-25>
no ip mld snooping
vlan VLAN-LIST
last-member-query-
interval
ip mld snooping
vlan VLAN-LIST
last-member-query-
count <1-7>
no ip mld snooping
vlan VLAN-LIST
last-member-query-
count
[no] ip mld snoop- Admin EXEC "No IP MLD snooping vlan switch(config)# ip mld snoop-
ing vlan VLAN-LIST 1" will clear vlan all IP MLD ing vlan 1
snooping dynamic group
and dynamic router ports,
and invalidate any static IP
MLD group invalid with a
VLAN ID of 1. Subse-
quently, the dynamic group
and router ports will not be
learned via MLD message
for VLAN 1.
EKI-7700 Series User Manual 21
Table 1.14: MLD Snooping (Continued)
Function Privilege Description Example
ip mld snooping Admin EXEC "IP MLD snooping version switch(config)# ip mld snoop-
version (1|2) 2", supports v2 basic mode. ing version 2
When the version changes
from v2 to v1, all querier
versions will update to ver-
sion 2.
ip mld snooping Admin EXEC When enable IP MLD vlan switch(config)# ip mld snoop-
vlan VLAN-LIST querier is enabled, a router ing vlan 2 querier
querier [version selection process will be
(1|2)] triggered. The selected
no ip mld snooping router will send a general
[vlan VLAN-LIST] and specific query.
querier
1.4 Redundancy
1.4.1 X-Ring
Table 1.15: X-Ring
Function Privilege Description Example
show xring-elite User EXEC Display xring-elite status. switch# show xring-elite
[no] xring-elite Admin EXEC Disable or enable xring-elite switch(config)# no xring-elite
function. switch(config)# xring-elite
xring-elite ring- Admin EXEC Create a normal ring. switch(config)# xring-elite ring-
id <1-255> ports id 1 ports GigabitEthernet 1,2
IF_PORTS
xring-elite leg- Admin EXEC Create a legacy ring. switch(config)# xring-elite leg-
acy ring-id <1- acy ring-id 2 ports GigabitEth-
255> ports ernet 3,4
IF_PORTS
no xring-elite Admin EXEC Delete a normal ring or leg- switch(config)# no xring-elite
ring-id <1-255> acy ring. ring-id 1
show xring-plus User EXEC Display xring-plus status. switch# show xring-plus
[no] xring-plus Admin EXEC Disable or enable xring-plus switch(config)# no xring-plus
function. switch(config)# xring-plus
xring-plus create Admin EXEC Create a ring. switch(config)# xring-plus cre-
ring-id <1-255> ate ring-id 5 interface Giga-
interface IF_PORT bitEthernet 1 interface
interface IF_PORT GigabitEthernet 2
xring-plus create Admin EXEC Create a coupling. switch(config)# xring-plus cre-
ring-id <1-255> ate ring-id 6 coupling inter-
coupling inter- faces 3 master-ring ring-id 5
faces IF_PORTS switch(config)# xring-plus cre-
master-ring ring- ate ring-id 6 coupling inter-
id <1-255> faces 3,4 master-ring ring-id 5
xring-plus delete Admin EXEC Delete a ring or coupling. switch(config)# xring-plus
ring-id <1-255> delete ring-id 5
22 EKI-7700 Series User Manual
1.5 QoS
1.5.1 Rate Limit
Table 1.16: Rate Limit
Function Privilege Description Example
show rate-limit User EXEC Display rate-limit infor- switch# show rate-limit
mation.
show rate-limit User EXEC Display rate-limit infor- switch# show rate-limit
interfaces mation in specified inter- interfaces fa 5
IF_NMLPORTS face.
rate-limit ingress Admin EXEC Set ingress rate-limit. switch(config-if)# rate-
<16-1000000> limit ingress 10000
no rate-limit Admin EXEC No ingress rate-limit. switch(config-if)# no
ingress rate-limit ingress
rate-limit egress Admin EXEC Set egress rate-limit. switch(config-if)# rate-
<16-1000000> limit egress 10000
no rate-limit Admin EXEC No egress rate-limit. switch(config-if)# no
egress rate-limit egress
rate-limit egress Admin EXEC Set egress rate-limit in switch(config-if)# rate-
queue <1-8> <16- queue. limit egress queue 3
1000000> 10000
no rate-limit Admin EXEC No egress rate-limit in switch(config-if)# no
egress queue <1-8> queue. rate-limit egress queue 3
1.5.2 QoS
Table 1.17: QoS
Function Privilege Description Example
show qos User EXEC Display QoS state. switch# show qos
show qos queueing User EXEC Display QoS queueing switch# show qos queueing
state.
show qos inter- User EXEC Display QoS state by inter- switch# show qos interface gi1
faces IF_PORTS face.
show qos map User EXEC Display QoS map detail. switch# show qos map
[(cos-queue|dscp-
queue|precedence-
queue|queue-
cos|queue-
dscp|queue-prece-
dence)]
[no] qos Admin EXEC Enabled or disabled the switch# configure
device to QoS mode. switch(config)# qos
switch(config)# exit
qos queue strict- Admin EXEC Specify the strict priority switch# configure
priority-num <0-8> queue number. switch(config)# qos queue
strict-priority-num 1
switch(config)# exit
qos queue weight Admin EXEC Specify the non-strict prior- switch# configure
SEQUENCE ity queue weight value. The switch(config)# qos queue
valid queue weight value is weight 3
from 1 to 127. switch(config)# exit
EKI-7700 Series User Manual 23
Table 1.17: QoS (Continued)
Function Privilege Description Example
qos map cos-queue Admin EXEC Configure or show CoS to switch# configure
SEQUENCE to <1-8> queue map switch(config)# qos map cos-
queue 6 7 to 1
switch(config)# exit
qos map dscp-queue Admin EXEC Configure or show DSCP to switch# configure
SEQUENCE to <1-8> queue map. switch(config)# qos map dscp-
queue 6 7 to 1
switch(config)# exit
qos map prece- Admin EXEC Configure or show IP Pre- switch# configure
dence-queue cedence to queue map. switch(config)# qos map pre-
SEQUENCE to <1-8> cedence-queue 6 7 to 1
switch(config)# exit
qos trust Admin EXEC Specify the device to trust switch# configure
(cos|cos- CoS. switch(config)# qos trust cos
dscp|dscp|prece- Specify the device to trust switch(config)# qos trust dscp
dence) DSCP for IP packets, and switch(config)# exit
trust CoS for non-IP pack-
ets.
Specify the device to trust
DSCP.
Specify the device to trust
IP Precedence
no qos trust Admin EXEC Clear qos trust configure. switch# configure
switch(config)# no qos trust
switch(config)# exit
qos cos <0-7> Admin EXEC Specify the CoS value for switch# configure
the interface. switch(config)# interface gi1
switch(config-if)# qos cos 1
switch(config-if)# exit
switch(config)# exit
[no] qos trust Admin EXEC Enabled or disabled the switch# configure
QoS mode per port. switch(config)# interface gi1
switch(config-if)# qos
switch(config-if)# exit
switch(config)# exit
qos map queue-cos Admin EXEC Configure or show CoS to switch# configure
SEQUENCE to <0-7> queue map. switch(config)# interface gi1
switch(config-if)# qos map cos-
queue 6 7 to 1
switch(config-if)# exit
switch(config)# exit
qos map queue-dscp Admin EXEC Configure or show DSCP to switch# configure
SEQUENCE to <0-63> queue map. switch(config)# interface gi1
switch(config-if)# qos map
dscp-queue 6 7 to 1
switch(config-if)# exit
switch(config)# exit
qos map queue-pre- Admin EXEC Configure or show IP switch# configure
cedence SEQUENCE Precedence to queue map. switch(config)# interface gi1
to <0-7> switch(config-if)# qos map pre-
cedence-queue 6 7 to 1
switch(config-if)# exit
switch(config)# exit
24 EKI-7700 Series User Manual
Table 1.17: QoS (Continued)
Function Privilege Description Example
[no] qos remark Admin EXEC
(cos|dscp|prece-
dence)
1.6 Security
1.6.1 Loop Detection / Prevention
Table 1.18: Loop Detection / Prevention
Function Privilege Description Example
show loopback- User EXEC Display loopback-detection switch# show loopback-detec-
detection global status. tion
show loopback- User EXEC Display loopback-detection show loopback-detection inter-
detection inter- status of specified ports. faces GigabitEthernet 1,2 state
faces IF_PORTS
state
[no] loopback- Admin EXEC Enable or disable loopback- switch(config)# loopback-
detection detection. detection
switch(config)# no loopback-
detection
loopback-detec- Admin EXEC Set loopback detection switch(config)# loopback-
tion interval <1- interval. detection interval 1
32767>
loopback-detec- Admin EXEC Set block port recover time. switch(config)# loopback-
tion recover-time detection recover-time 60
<60-1000000>
[no] loopback- Admin EXEC Enable or disable loopback- switch(config-if)# loopback-
detection detection of a specified detection
port. switch(config-if)# no loopback-
detection
1.6.2 Storm Control
Table 1.19: Storm Control
Function Privilege Description Example
show storm-control User EXEC Display storm-control infor- switch# show storm-control
mation.
show storm-con- User EXEC Display storm-control infor- switch# show storm-control
trol interfaces mation in specified inter- interfaces fa5
IF_NMLPORTS face.
storm-control ifg Admin EXEC Decide whether to include/ switch(config)# storm-control
(include|exclude) exclude the preamble and ifg include
inter frame gap into the cal-
culation or not.
storm-control unit Admin EXEC Set the unit of calculation switch(config)# storm-control
(bps|pps) method. unit bps
[no] storm-control Admin EXEC Disable or enable storm- switch(config)# storm-control
control.
EKI-7700 Series User Manual 25
Table 1.19: Storm Control (Continued)
Function Privilege Description Example
[no] storm-con- Admin EXEC Disable or enable storm- switch(config-if)# storm-con-
trol (broad- control type. trol broadcast
cast|unknown-
unicast|unknown-
multicast)
storm-control Admin EXEC Set control rate of storm- switch(config-if)# storm-con-
(broad- control type. trol broadcast level 1000
cast|unknown-uni-
cast|unknown-
multicast) level
<1-1000000>
no storm-control Admin EXEC No control rate of storm- switch(config-if)# no storm-
(broad- control type. control broadcast level
cast|unknown-uni-
cast|unknown-
multicast) level
storm-control Admin EXEC The storm control mecha- switch(config-if)# storm-con-
action (drop|shut- nism drops packets which trol action shutdown
down) exceed storm control rate or
just shuts down the port.
no storm-control Admin EXEC Set action to drop. switch(config-if)# no storm-
action control action
1.6.3 Port Security
Table 1.20: Port Security
Function Privilege Description Example
show port-security User EXEC Display port-security status. switch# show port-security
[no] port-secu- Admin EXEC Enable port security of a switch(config-if)# port-security
rity [learning- port and specify a maxi- learning-limit 5
limit <0-64>] mum FDB learning number switch(config-if)# port-security
of that port. switch(config-if)# no port-secu-
Disable port security. rity
[no] mac-viola- Admin EXEC When a port reaches its switch(config-if)# mac-viola-
tion-notify maximum FDB learning tion-notify
number, the system will switch(config-if)# no mac-viola-
send to SNMP trap for a tion-notify
new MAC.
1.6.4 802.1X
Table 1.21: 802.1X
Function Privilege Description Example
show dot1x status User EXEC Show Dot1x configuration. switch# show dot1x
[no] dot1x Admin EXEC Configure radius server switch#show dot1x
enable/disable. switch(config)# no dot1x
The “dot1x” command glob-
ally enables 802.1x ability.
The “no dot1x run" com-
mand disables the 802.1x
ability.
26 EKI-7700 Series User Manual
Table 1.21: 802.1X (Continued)
Function Privilege Description Example
dot1x authentica- Admin EXEC Configure radius server switch(config)# dot1x authenti-
tion-based (port | authentication mode. cation-based port
mac) switch(config)# dot1x authenti-
cation-based mac
dot1x authentica- Admin EXEC Configure radius server switch(config)# dot1x authenti-
tion-port IF_PORTS authentication port. cation-port FastEthernet 1 sec-
sectype (autho- type authorize
rize | disable) switch(config)# dot1x authenti-
cation-port FastEthernet 1 sec-
type disable
dot1x sys-configu- Admin EXEC Configure radius server IP switch(config)# dot1x sys-con-
ration ip X.X.X.X & port and secret key. figuration ip 192.168.1.100
radius-port <1- radius-port 1812 accounting-
65535> accounting- port 1813 secret 12345678
port <1-65535>
secret WORD<0-128>
dot1x misc-config- Admin EXEC Configure radius server switch(config)# dot1x misc-
uration reauth- reauth period. configuration reauth-period
period <1-65535> 3600
1.6.5 Remote Authentication
Table 1.22: Remote Authentication
Function Privilege Description Example
show security- User EXEC Show security login config- switch# show security-login
login uration.
[no] security- Admin EXEC Use "security-login" com- switch(config)# security-login
login mand to enable security- switch(config)# no security-
login services. login
Use no form to disable ser-
vice.
security-login Admin EXEC Configure radius login switch(config)# security-login
radius-config ip access control. radius-config ip 192.168.1.100
X.X.X.X port <1- port 1812 secret 12345678
65535> secret
WORD<0-128>
security-login Admin EXEC Configure security login switch(config)# security-login
tacacs-config ip access control. rtacacs-config ip
X.X.X.X port <1- 192.168.1.100 port 1812
65535> secret secret 12345678
WORD<0-128>
security-login Admin EXEC Configure security login switch(config)# security-login
access-contrl access control. access-contrl http
(http | telnet |
ssh | all)
no security-login Admin EXEC Reset security login access switch(config)# no security-
access-contrl control. login access-contrl
(http | telnet |
ssh | all)
EKI-7700 Series User Manual 27
Table 1.22: Remote Authentication (Continued)
Function Privilege Description Example
security-login Admin EXEC Configure security login switch(config)# security-login
login-type (radius type. login-type radius
| tacacs | both |
all)
no security-login Admin EXEC Reset security login type. switch(config)# no security-
login-type login login-type
1.6.6 One Time Password
Table 1.23: One Time Password
Function Privilege Description Example
show otp User EXEC Show OTP configuration. switch# show otp
[no] otp Admin EXEC Use "otp" command to switch(config)# otp
enable otp services. switch(config)# no otp
Use no form to disable ser-
vice.
otp secure-key- Admin EXEC Configure OTP secure key switch(config)# otp secure-
mode (one-time- mode. key-mode one-time-used
used | time- switch(config)# otp secure-
restricted) key-mode time-restricted
otp interval Admin EXEC Configure OTP survival switch(config)# otp interval
<3600-86400> time.
otp display-mode Admin EXEC Configure OTP display switch(config)# otp display-
(attempt-failed | mode. mode attempt-failed
fixed-display) switch(config)# otp display-
mode fixed-display
otp ssh-first- Admin EXEC Configure OTP SSH login switch(config)# otp ssh-first-
phase-auth user- information. phase-auth username admin
name WORD<1-32> password 12345678
password WORD<1-
32>
1.6.7 Account Manager
Table 1.24: Account Manager
Function Privilege Description Example
show username User EXEC Show all user accounts in switch# show username
local database.
show privilege User EXEC Show current privilege switch# show privilege
level.
username WORD<0- Admin EXEC Use "username" command switch(config)# username test
32> [privilege to add a new user account privilege admin secret 1234
(admin|user)] or edit an existing user
(password WORD<0- account.
32>) | ( secret
[encrypted]
WORD<0-32>) |
nopassword
no username Admin EXEC Delete an existing user switch(config)# no username
WORD<0-32> account. test
28 EKI-7700 Series User Manual
Table 1.24: Account Manager (Continued)
Function Privilege Description Example
enable (password | Admin EXEC Edit password for each priv- switch(config)# enable secret
(secret ilege level to enable 1234
[encrypted])) authentication.
PASSWORD
no enable Admin EXEC Restore enable password to switch(config)# no enable
default empty value.
1.6.8 DoS Attack Prevention
Table 1.25: DoS Attack Prevention
Function Privilege Description Example
show dos User EXEC Show current dos global switch# show dos
state.
show dos inter- User EXEC Show dos configuration switch# show dos inter-
faces IF_PORTS on selected ports. faces GigabitEthernet 1
[no] dos (tcp- Admin EXEC Configure DUT to switch(config)# no dos
frag-off-min- enable/disable support land-deny
check|synrst- types of attacks. switch(config)# dos
deny|synfin- land-deny
deny|xma-
deny|nullscan-
deny|syn-
sportl1024-
deny|tcphdr-min-
check|smurf-
deny|icmpv6-ping-
max-check|icmpv4-
ping-max-
check|icmp-frag-
pkts-deny|ipv6-
min-frag-size-
check|pod-
deny|tcpblat-
deny|udpblat-
deny|land-
deny|daeqsa-deny)
1.6.9 IP Security
Table 1.26: IP Security
Function Privilege Description Example
show ip-security User EXEC Display IP security informa- switch# show ip-security
tion.
[no] ip-security Admin EXEC Disable or enable IP secu- switch(config)# ip-security
rity.
EKI-7700 Series User Manual 29
Table 1.26: IP Security (Continued)
Function Privilege Description Example
ip-security ip Admin EXEC Add a specified IP (and ser- switch(config)# ip-security ip
A.B.C.D mask vice) entry for IP security 192.168.1.1 mask 255.255.0.0
A.B.C.D [service ( usage. service ping state enable
ping | http |
https | telnet |
ssh | snmp ) state
(enable | dis-
able)]
no ip-security ip Admin EXEC Remove specified IP secu- switch(config)# no ip-security
A.B.C.D mask rity entry. ip 192.168.1.1 mask
A.B.C.D 255.255.0.0
1.7 Management
1.7.1 IP Management
Table 1.27: IP Management
Function Privilege Description Example
show ip User EXEC Show system IPv4 address, switch# show ip
net mask and default gate-
way.
show ip dhcp User EXEC Show IPv4 DHCP client switch# show ip dhcp
enable state.
show auto-ip User EXEC
[no] ip dhcp Admin EXEC Use "IP DHCP" command switch(config)# ip dhcp
to enable DHCP client to switch(config)# no ip dhcp
get IP address from remote
DHCP server.
Use "No IP DHCP" com-
mand to disable DHCP cli-
ent and use static IP
address.
ip address A.B.C.D Admin EXEC Modify administration IPv4 switch(config)# ip address
[mask A.B.C.D] address. 192.168.1.200 mask
255.255.255.0
default-gateway Admin EXEC Modify default gateway switch(config)# ip default-gate-
A.B.C.D address. way 192.168.1.100
show ipv6 dhcp User EXEC Show system IPv6 DHCP switch# show ipv6 dhcp
client enable state.
show ipv6 User EXEC Show system IPv6 address, switch# show ipv6
net mask, default gateway
and auto config state.
[no] ipv6 dhcp Admin EXEC Use "IPv6 DHCP" com- switch(config)# ipv6 dhcp
mand enable DHCPv6 cli-
ent to get IP address from
remote DHCPv6 server.
Use "No IPv6 DHCP" com-
mand to disable DHCPv6
client and use static IPv6
address or IPv6 auto config
address.
30 EKI-7700 Series User Manual
Table 1.27: IP Management (Continued)
Function Privilege Description Example
[no] ipv6 autocon- Admin EXEC Use "IPv6 autoconfig" com- switch(config)# no ipv6 auto-
fig mand to enable IPv6 auto config
configuration feature.
Use "No IPv6 autoconfig"
command to disable IPv6
auto configuration feature.
ipv6 address Admin EXEC Use "IPv6 address" com- switch(config)# ipv6 address
X:X::X:X prefix mand to specify static IPv6 fe80::20e:2eff:fef1:4b3c prefix
<0-128> address. 128
ipv6 default-gate- Admin EXEC Use "IPv6 default-gateway" switch(config)# ipv6 default-
way X:X::X:X command to modify default gateway
gateway IPv6 address. fe80::dcad:beff:feef:103
1.7.2 SNMP
Table 1.28: SNMP
Function Privilege Description Example
show snmp User EXEC Display SNMP state. switch# show snmp
show snmpv3 User EXEC Display SNMPv3 configure switch# show snmpv3
state.
show snmp trap User EXEC Display SNMP trap setting. switch# show snmp trap
[no] snmp Admin EXEC Enable or disabled SNMP switch# configure
engine. switch(config)# snmp
switch(config)# exit
[no] snmp trap Admin EXEC Specify SNMP trap setting. switch# configure
(auth|linkUp- switch(config)# snmp trap auth
Down|warm- switch(config)# exit
start|cold-
start|port-secu-
rity)
snmp community Admin EXEC SNMP v1/v2 community switch# configure
NAME (ro|rw) name. switch(config)# snmp commu-
SNMP community read or nity user rw
readwrite attribute for basic switch(config)# exit
mode.
no snmp community Admin EXEC Delete SNMP community switch# configure
NAME name. switch(config)# no snmp com-
munity user
switch(config)# exit
snmp host Admin EXEC SNMP trap host IPv4/IPv6 switch# configure
(A.B.C.D|X:X::X:X| address or host name. switch(config)# snmp host
HOSTNAME) [ver- v1/v2c/v3 traps. 192.168.1.100 version 2c pri-
sion (1|2c)] NAME SNMP community name or vate
user name. switch(config)# exit
no snmp host Admin EXEC Delete SNMP host. switch# configure
(A.B.C.D|X:X::X:X| switch(config)# no snmp host
HOSTNAME) [ver- 192.168.1.100 version 2c
sion (1|2c)] switch(config)# exit
EKI-7700 Series User Manual 31
Table 1.28: SNMP (Continued)
Function Privilege Description Example
snmpv3 user NAME Admin EXEC SNMPv3 user name. switch# configure
(ro|rw) auth SNMPv3 user read or read- switch(config)# snmpv3 user
(md5|sha) pass- write attribute for basic root rw auth md5 password
word WORD<8-32> mode. 12345678
priv password SNMPv3 user security switch(config)# exit
WORD<8-32> level, auth-protocol, prvi-
protocol.
no snmpv3 user Admin EXEC Delete SNMPv3 user name. switch# configure
NAME switch(config)# no snmp user
root
switch(config)# exit
1.7.3 Configuration Management
Table 1.29: Configuration Management
Function Privilege Description Example
show (startup-con- Admin EXEC Show startup/running con- switch# show startup-config
fig|running-con- figuration. switch# show running-config
fig)
show running-con- Admin EXEC Show running configuration switch# show running-config
fig interfaces on selected ports. interfaces GigabitEthernet 1
IF_PORTS
copy running-con- Admin EXEC Copy running configuration switch# copy running-config
fig (startup-con- to startup configuration. startupst-config
fig|)
copy (running-con- Admin EXEC Copy running/startup con- switch# copy running-config
fig|startup-con- figuration to remote tftp startupst-config tftp://
fig) tftp:// server. 192.168.1.111/test1.cfg
copy tftp:// (run- Admin EXEC Upgrade running/startup switch# copy tftp://
ning-con- configuration from remote 192.168.1.111/test2.cfg
fig|startup- tftp server. startup-config
config)
copy (startup-con- Admin EXEC Copy startup configuration switch# copy startupst-config
fig) running-con- to running configuration. running-config
fig
delete (startup- Admin EXEC Restore factory defaults, switch# delete backup-config
config|flash://) equal to command "restore-
defaults".
reset Admin EXEC Restore system to all fac- switch# reset
tory defaults.
reset except for Admin EXEC Restore system to all fac- switch# reset except for ip-
[ip-address] tory defaults except for address
[vlan] [user- specified settings.
account]
save Admin EXEC
32 EKI-7700 Series User Manual
1.7.4 Firmware Management
Table 1.30: Firmware Management
Function Privilege Description Example
boot system Admin EXEC Dual image stores a backup switch(config)# boot system
(image0|image1) image in the flash partition. image1
Use "boot system" com-
mand to select the active
firmware image.
The other firmware image
will become a backup.
delete system Admin EXEC Delete firmware image switch# delete system image1
(image0|image1) stored in flash.
copy (flash:// Admin EXEC Upgrade/backup firmware switch# copy tftp://
|tftp://) (flash:/ image from/to remote tftp 192.168.1.100/vmlinux.bix
/|tftp://) server. flash://image0
1.7.5 DHCP Server
Table 1.31: DHCP Server
Function Privilege Description Example
show dhcp-server User EXEC Show DHCP server infor- switch# show dhcp-server
[lease] mation. switch# show dhcp-server
Show leased client informa- lease
tion.
[no] dhcp-server Admin EXEC Enable or disable DHCP switch(config)# dhcp-server
server.
dhcp-server lease- Admin EXEC Set the lease-time of DHCP switch(config)# dhcp-server
time <60-86400> server. lease-time 16888
dhcp-server global Admin EXEC Set allocate IP range, sub- switch(config)# dhcp-server
low-ip-address net mask, gateway, DNS in global low-ip-address 10.1.1.1
A.B.C.D high-ip- global settings of DHCP high-ip-address 10.1.2.1 sub-
address A.B.C.D server. net-mask 255.255.0.0 gate-
subnet-mask way 10.1.1.254 dns 10.1.1.100
A.B.C.D gateway
A.B.C.D dns
A.B.C.D
no dhcp-server Admin EXEC Remove global settings of switch(config)# no dhcp-server
global DHCP server global
dhcp-server inter- Admin EXEC Set allocate IP range, sub- switch(config)# dhcp-server
face IF_NMLPORT net mask, gateway, DNS in interface GigabitEthernet1 low-
low-ip-address specified port settings of ip-address 11.1.1.1 high-ip-
A.B.C.D high-ip- DHCP server. address 11.1.2.1 subnet-mask
address A.B.C.D 255.255.0.0 gateway
subnet-mask 11.1.1.254 dns 11.1.1.100
A.B.C.D gateway
A.B.C.D dns
A.B.C.D
no dhcp-server Admin EXEC Remove specific port set- switch(config)# no dhcp-server
interfaces tings of DHCP server. interfaces GigabitEthernet1
IF_NMLPORT
EKI-7700 Series User Manual 33
Table 1.31: DHCP Server (Continued)
Function Privilege Description Example
dhcp-server vlan Admin EXEC Set allocate IP range, sub- switch(config)# dhcp-server
entry <1-8> vlan net mask, gateway, DNS in vlan entry 2 vlan 12 low-ip-
<1-4094> low-ip- specified VLAN settings of address 12.1.1.1 high-ip-
address A.B.C.D DHCP server. address 12.1.2.1 subnet-mask
high-ip-address 255.255.0.0 gateway
A.B.C.D subnet- 12.1.1.254 dns 12.1.1.100
mask A.B.C.D gate-
way A.B.C.D dns
A.B.C.D
no dhcp-server Admin EXEC Remove specific VLAN set- switch(config)# no dhcp-server
vlan entry <1-8> tings of DHCP server. vlan entry 2
dhcp-server Admin EXEC Set allocate IP range, sub- switch(config)# dhcp-server
option82 entry <1- net mask, gateway, DNS in option82 entry 1 low-ip-
2> low-ip-address specified option 82 settings address 13.1.1.1 high-ip-
A.B.C.D high-ip- of DHCP server. address 13.1.2.1 subnet-mask
address A.B.C.D 255.255.0.0 gateway
subnet-mask 13.1.1.254 dns 13.1.1.100
A.B.C.D gateway
A.B.C.D dns
A.B.C.D
dhcp-server Admin EXEC Set circuit ID in specified switch(config)# dhcp-server
option82 entry <1- option 82 settings of DHCP option82 entry 1 circuit-id for-
2> circuit-id for- server. mat string content Hello
mat ( string | hex
) content WORD<0-
120>
dhcp-server Admin EXEC Set remote ID in specified switch(config)# dhcp-server
option82 entry <1- option 82 settings of DHCP option82 entry 1 remote-id for-
2> remote-id for- server. mat string content World
mat ( string | hex
) content WORD<0-
120>
no dhcp-server Admin EXEC Remove specific option 82 switch(config)# no dhcp-server
option82 entry <1- settings of DHCP server. option82 entry 1
2>
1.7.6 DHCP Client
Table 1.32: DHCP Client
Function Privilege Description Example
show dhcp-auto- User EXEC View DHCP-auto-provision switch# show dhcp-auto-provi-
provision status. sion
[no] dhcp-auto- Admin EXEC Enable of disable DHCP- switch(config)# dhcp-auto-pro-
provision auto-provision. vision
[no] ip dhcp Admin EXEC Enable or disable DHCP switch(config)# ip dhcp
option82 option 82 for DHCP client. option82
ip dhcp option82 Admin EXEC Set circuid-id in DHCP switch(config)# ip dhcp
circuit-id format option 82 for DHCP client. option82 circuit-id format string
( string | hex | Hello
user-define )
[content WORD<0-
120>]
34 EKI-7700 Series User Manual
Table 1.32: DHCP Client (Continued)
Function Privilege Description Example
ip dhcp option82 Admin EXEC Set remote-id in DHCP switch(config)# ip dhcp
remote-id format ( option 82 for DHCP client. option82 remote-id format
string | hex | string World
user-define )
[content WORD<0-
120>]
1.7.7 System Log (SYSLOG)
Table 1.33: System Log (SYSLOG)
Function Privilege Description Example
show logging User EXEC Display the global logging switch# show logging
status.
show logging User EXEC Display log of buffer or file. switch# show logging buffered
(buffered|file)
clear logging Admin EXEC Clear logging information. switch# clear logging buffered
(buffered|file)
[no] logging Admin EXEC Disable or enable logging switch(config)# logging
service.
logging host Admin EXEC Set remote log server infor- switch(config)# logging host
(A.B.C.D|HOST- mation and specify the mini- 192.168.1.100 severity 6 facil-
NAME) [port <0- mum severity mask and ity local0
65535>] [severity facility of logging message.
<0-7>] [facility
(local0|local1|loc
al2|local3|local4|
local5|local6|loca
l7)]
logging (buff- Admin EXEC Enable logging into buffer switch(config)# logging buff-
ered|con- or console of file and spec- ered severity 6
sole|file) ify the minimum severity
[severity <0-7>] mask of logging message.
no logging (buff- Admin EXEC Disable logging into buffer switch(config)# no logging buff-
ered|console|file) or console or file. ered
no logging host Admin EXEC Remove remote log server. switch(config)# no logging host
(A.B.C.D|HOSTNAME) 192.168.1.100
1.7.8 System Time
Table 1.34: System Time
Function Privilege Description Example
clock source Admin EXEC Set the source of time. switch(config)# clock source
(local|sntp) Use the no form of this sntp
command to select the switch(config)# show clock
default setting. detail
08:32:12 test(UTC+5) Sep 21
2012
No time source
Time zone:
Acronym is DFL
Offset is UTC+8
EKI-7700 Series User Manual 35
Table 1.34: System Time
Function Privilege Description Example
clock timezone Admin EXEC Use the clock timezone switch(config)# clock timezone
ACRONYM HOUR-OFF- command to set timezone test +5
SET [minutes <0- setting. switch(config)# show clock
59>] detail
10:13:27 test(UTC+5) Sep 21
2012
No time source
Time zone:
Acronym is test
Offset is UTC+5
no clock timezone Admin EXEC Use the no form of this switch(config)# no clock time-
command to timezone zone
default setting.
sntp host HOST- Admin EXEC Use the clock set command switch# clock set 11:03:00 sep
NAME [port <1- to set static time. 21 2012
65535>] The static time won’t save 11:03:00 DFL(UTC+8) Sep 21
to configuration file. 2012
no sntp Admin EXEC Use the no form of this switch(config)# no sntp
command to restore sntp
default setting.
clock set HH:MM:SS Admin EXEC Use the clock set command switch# clock set 11:03:00 sep
(jan|feb|mar|apr|m to set static time. 21 2012
ay|jun|jul|aug|sep The static time won’t save 11:03:00 DFL(UTC+8) Sep 21
|oct|nov|dec) <1- to configuration file. 2012
31> <2000-2035>
clock summer-time Admin EXEC Use the clock summer-time switch(config)# clock summer-
ACRONYM date command to set daylight time ACRONYM date jan 1
(jan|feb|mar|apr|m saving time for system time. 2017 00:00 apr 30 2017 23:59
ay|jun|jul|aug|sep 60
|oct|nov|dec) <1-
31> <2000-2037>
HH:MM
(jan|feb|mar|apr|m
ay|jun|jul|aug|sep
|oct|nov|dec) <1-
31> <2000-2037>
HH:MM [<1-1440>]
clock summer-time Admin EXEC Use the global daylight sav- switch(config)# clock summer-
ACRONYM recurring ing policy defined by an time DLS recurring usa 60
(usa|eu) [<1- international organization.
1440>]
36 EKI-7700 Series User Manual
Table 1.34: System Time
Function Privilege Description Example
clock summer-time Admin EXEC Use the clock summer-time clock summer-time ACRONYM
ACRONYM recurring recurring daylight saving recurring 1 sun jan 20:00 last
(<1-5>|first|last) time duration. The first part sun jan 22:00 60
(sun|mon|tue|wed|t of the command specifies
hu|fri|sat) when summer time begins,
(jan|feb|mar|apr|m and the second part speci-
ay|jun|jul|aug|sep fies when it ends.
|oct|nov|dec)
HH:MM (<1-
5>|first|last)
(sun|mon|tue|wed|t
hu|fri|sat)
(jan|feb|mar|apr|m
ay|jun|jul|aug|sep
|oct|nov|dec)
HH:MM [<1-1440>]
no clock summer- Admin EXEC Use the no form of this switch(config)# no clock sum-
time command to clock summer- mer-time
time default setting.
1.7.9 SMTP
Table 1.35: SMTP
Function Privilege Description Example
show smtp User EXEC View SMTP client informa-
tion.
smtpc profile-id Admin EXEC Set SMTP server's IP and switch(config)# smtpc profile-id
<1-2> server-ip udp port in profile 1 or 2. 1 server-ip 192.168.1.100
A.B.C.D server- server-port 25
port <25-25>
smtpc profile-id Admin EXEC Set sender's mail address switch(config)# smtpc profile-id
<1-2> sender-mail in profile 1 or 2. 1 sender-mail sender@advan-
WORD<1-64> tech.com.tw
no smtpc profile- Admin EXEC Remove sender's mail switch(config)# no smtpc pro-
id <1-2> sender- address in profile 1 or 2. file-id 1 sender-mail
mail sender@advantech.com.tw
smtpc profile-id Admin EXEC Set target's mail address in switch(config)# smtpc profile-id
<1-2> target-mail profile 1 or 2. 1 sender-mail target@advan-
WORD<1-64> tech.com.tw
no smtpc profile- Admin EXEC Remove target's mail switch(config)# no smtpc pro-
id <1-2> target- address in profile 1 or 2. file-id 1 sender-mail tar-
mail ( all | get@advantech.com.tw
WORD<1-64>)
smtpc active pro- Admin EXEC Select an enabled profile for switch(config)# smtpc active
file-id <1-2> SMTP client used. profile-id 1
no smtpc active Admin EXEC SMTP client will not use switch(config)# no smtpc
profile any profile. It means dis- active profile
abled.
smtpc sendmsg Admin EXEC Send a mail for testing switch(config)# smtpc send-
title WORD<1-20> SMTP client. msg title hello content world
content WORD<1-64>
EKI-7700 Series User Manual 37
1.7.10 NTP Server
Table 1.36: NTP Server
Function Privilege Description Example
show ntp-server User EXEC Show NTP server configu- switch# show ntp-server
ration.
[no] ntp-server Admin EXEC Use "ntp-server" command switch(config)# ntp-server
to enable NTP server ser- switch(config)# no ntp-server
vices.
Use no form to disable ser-
vice.
ntp-server server- Admin EXEC NTP server address config- switch(config)# ntp-server
num <1-10> address uration. server-num 1 address
WORD<0-64> 192.168.1.100
[no] ntp-server Admin EXEC Use the command to delete switch(config)# ntp-server
server-num <1-10> specific NTP server. server-num 1
ntp-server server- Admin EXEC Use the command to set switch(config)# ntp-server
time HH:MM:SS static time. The static time server-time 11:03:00 sep 21
(jan|feb|mar|apr|m won’t save to configuration 2012
ay|jun|jul|aug|sep file.
|oct|nov|dec) <1-
31> <2000-2035>
ntp-server time- Admin EXEC Use the command to set switch(config)# ntp-server
zone ACRONYM HOUR- timezone setting. Use the timezone test +5
OFFSET [minutes no form of this command to
<0-59>] default setting.
no ntp-server Admin EXEC Disable timezone setting.
timezone
ntp-server summer- Admin EXEC Use the command to set Reference clock summer-time
time ACRONYM date daylight saving time for sys- setting.
(jan|feb|mar|apr|m tem time.
ay|jun|jul|aug|sep
|oct|nov|dec) <1-
31> <2000-2037>
HH:MM
(jan|feb|mar|apr|m
ay|jun|jul|aug|sep
|oct|nov|dec) <1-
31> <2000-2037>
HH:MM [<1-1440>]
ntp-server summer- Admin EXEC Use the command to set Reference clock summer-time
time ACRONYM daylight saving time for sys- setting.
recurring (usa|eu) tem time.
[<1-1440>]
38 EKI-7700 Series User Manual
Table 1.36: NTP Server (Continued)
Function Privilege Description Example
ntp-server summer- Admin EXEC Use the command to set Reference clock summer-time
time ACRONYM daylight saving time for sys- setting.
recurring (<1- tem time.
5>|first|last)
(sun|mon|tue|wed|t
hu|fri|sat)
(jan|feb|mar|apr|m
ay|jun|jul|aug|sep
|oct|nov|dec)
HH:MM (<1-
5>|first|last)
(sun|mon|tue|wed|t
hu|fri|sat)
(jan|feb|mar|apr|m
ay|jun|jul|aug|sep
|oct|nov|dec)
HH:MM [<1-1440>]
ntp-server manual- Admin EXEC Manually set the system switch(config)# ntp-server
time (enable | clock. manual-time enable
disable) switch(config)# ntp-server
manual-time disable
1.7.11 RMON
Table 1.37: RMON
Function Privilege Description Example
show rmon (statis- User EXEC Display RMON setting con- switch# show rmon history
tics | history | figuration.
alarms | events)
rmon statistics Admin EXEC Specify RMON statistics switch# configure
index <1-65535> index. switch(config)# rmon statistics
interface Specify statistics interface. index 10 interface gi1 owner
IF_NMLPORT [owner Specify owner. ADV
OWNER<1-32>] switch(config)# exit
no rmon statis- Admin EXEC Delete snmp statistics switch# configure
tics index <1- index. switch(config)# no rmon statis-
65535> tics index 10
switch(config)# exit
rmon history index Admin EXEC Specify RMON history switch# configure
<1-65535> inter- index. switch(config)# rmon history
face IF_NMLPORT Specify history interface. index 10 interface gi1 buckets
[buckets <1-50>] Specify history bucket time. 20 interval 1000 owner ADV
[interval <1- Specify history record inter- switch(config)# exit
3600>] [owner val time.
OWNER<1-32>] Specify owner.
no rmon history Admin EXEC Delete SNMP history index. switch# configure
index <1-65535> switch(config)# no rmon history
index 10
switch(config)# exit
EKI-7700 Series User Manual 39
Table 1.37: RMON (Continued)
Function Privilege Description Example
rmon alarm index Admin EXEC Specify RMON alarm index. switch# configure
<1-65535> oid- Specify alarm OID. switch(config)# rmon statistics
variable OID<255> Specify alarm check value index 10 interface gi1 owner
interval <1- frequency. ADV
2147483647> (abso- How to compare values switch(config)# exit
lute|delta) ris- Specify rasing-threshold.
ing-threshold <0- Specify rasing-event-index.
2147483647> ris- Specify falling-threshold.
ing-event-index Specify falling-event-index.
<1-65535> falling- Specify owner.
threshold <0-
2147483647> fall-
ing-event-index
<1-65535> [owner
OWNER<1-32>]
no rmon alarm Admin EXEC Delete SNMP statistics switch# configure
index <1-65535> index. switch(config)# no rmon alarm
index 10
switch(config)# exit
rmon event index Admin EXEC Specify RMON event index. switch# configure
<1-65535> descrip- Specify event description. switch(config)# rmon event
tion DESC<128> Specify log flag for record- index 10 description Good for
[log] [trap commu- ing. us. log trap public owner ADV
nity-name OWNER<1- Specify trap name to send switch(config)# exit
32>] [owner SNMP trap message.
OWNER<1-32>] Specify owner.
no rmon event Admin EXEC Delete SNMP event index. switch# configure
index <1-65535> switch(config)# no rmon event
index 10
switch(config)# exit
1.7.12 IP Configuration
Table 1.38: IP Configuration
Function Privilege Description Example
ip address A.B.C.D Admin EXEC Use "IP address" com- switch(config)# ip address
[mask A.B.C.D] mand to modify administra- 192.168.1.200 mask
tion IPv4 address. 255.255.255.0
ip default-gate- Admin EXEC Use "IP default-gateway" switch(config)# ip default-gate-
way A.B.C.D command to modify default way 192.168.1.100
gateway address.
no ip default- Admin EXEC Use "No IP default-gate- switch(config)# no ip default-
gateway way" to restore default gate- gateway
way address to factory
default.
ip dns A.B.C.D Admin EXEC Use "IP DNS" command to switch(config)# ip dns
[A.B.C.D] modify DNS server 111.111.111.111
address.
no ip dns A.B.C.D Admin EXEC Use "No IP DNS" to delete switch(config)# no ip dns
existing DNS server. 111.111.111.111
40 EKI-7700 Series User Manual
1.7.13 TELNET
Table 1.39: TELNET
Function Privilege Description Example
ip telnet Admin EXEC Use "IP service" command switch(config)# ip telnet
to enable telnet services.
[no] ip telnet Admin EXEC Use no form to disable ser- switch(config)# no ip telnet
vice.
1.7.14 SSH
Table 1.40: SSH
Function Privilege Description Example
ip ssh Admin EXEC Use "IP service" command switch(config)# ip ssh
to enable ssh services.
[no] ip ssh Admin EXEC Use no form to disable ser- switch(config)# no ip ssh
vice.
show ip ssh User EXEC Show current ssh service switch# show ip ssh
status.
1.7.15 HTTP
Table 1.41: HTTP
Function Privilege Description Example
ip http Admin EXEC Use "IP service" command switch(config)# ip http
to enable http services.
ip https Admin EXEC Use "IP service" command switch(config)# ip https
to enable https services.
[no] ip https Admin EXEC Use no form to disable ser- switch(config)# no ip http
vice.
[no] ip http Admin EXEC Use no form to disable ser- switch(config)# no ip http
vice. switch(config)# no ip https
show ip User EXEC Show current https or http switch# show ip https
(http|https) service status.
ip (http|https) Admin EXEC Use "IP session-timeout" switch(config)# ip http session-
session-timeout command to specify the timeout 15
<0-86400> session timeout value for switch(config)# ip https ses-
http or https service. sion-timeout 20
1.7.16 Modbus TCP
Table 1.42: Modbus TCP
Function Privilege Description Example
show tcp-modbus User EXEC Show current TCP-modbus switch# show tcp-modbus sta-
status status. tus
show tcp-modbus User EXEC Show current TCP-modbus switch# show tcp-modbus
timeout timeouts value. timeout
EKI-7700 Series User Manual 41
Table 1.42: Modbus TCP (Continued)
Function Privilege Description Example
[no] tcp-modbus Admin EXEC Use "TCP-modbus" com- switch(config)# tcp-modbus
mand to enable TCP mod- switch(config)# no tcp-modbus
bus services.
Use no form to disable ser-
vice.
1.7.17 IXM
Table 1.43: IXM
Function Privilege Description Example
[no] ixm Admin EXEC Use "IXM" command to switch(config)# ixm
enable IXM services. switch(config)# no ixm
Use no form to disable ser-
vice.
1.8 Diagnostic
1.8.1 Cable Diagnostic
Table 1.44: Cable Diagnostic
Function Privilege Description Example
show cable-diag User EXEC Display the estimated This example show the cable's
interfaces length of copper cable information which link in gi1.
IF_NMLPORTS attached to the ports. switch(config)# show cable-
Show cable-diag interface diag interfaces gi1
all. Port | Speed | Local pair | Pair
Display the estimated length | Pair status
length of copper cables ------ + ------- + ------------+ -------
attached to all ports. ------ + --------------
show cable-diag interface gi1 | auto | Pair A | 0.88
Display the estimated | Open
length of copper cable Pair B | 0.87
attached to port gi1. | Open
Pair C | 0.82
| Open
Pair D | 0.82
| Open
1.8.2 DMI
Table 1.45: DMI
Function Privilege Description Example
show dmi IF_PORTS Admin EXEC Use this command to dis- This example show SFP Opti-
information play the information of cal Transceivers information
EEPROM and Digital Diag- whicn plug-in fa10.
nostic Monitoring Interface switch# show dmi FastEthernet
in SFP Optical Transceiv- 10 information
ers.
42 EKI-7700 Series User Manual
Table 1.45: DMI (Continued)
Function Privilege Description Example
[no] dmi Admin EXEC Use this command to This example shows how to
(alarm|warning) enable/disable the mecha-enable temperature's high
(tempera- nism that monitors SFP threshold monitor mechanism
ture|voltag|txba- with alarm level. (Current sfp
Optical Transceiver's Digital
sis|txpower|rxpowe plug-in in fa10).
Diagnostic Monitoring inter-
r) (high|low) face information. switch(config)# interface
state FastEthernet 10
Use no form to disable switch(config-if)# dmi alarm
warning/alarm mechanism. temperature high state
dmi (alarm|warn- Admin EXEC Use this command to con- This example shows how to
ing) (tempera- figure high/low threshold configure the temperature high
ture|voltag|txbasi value used to compare with threshold value is 30.5 with
s|txpower|rxpower) SFP Optical Transceiver's alarm level.
(high|low) value Digital Diagnostic Monitor- switch(config-if)# dmi alarm
INPUT_VALUE ing interface's value (tem- temperature high value 30.5
perature, voltage, etc).
[no] dmi alarm- Admin EXEC Use this command to deter- This example shows how to
warning message mine which method to use configure alarm-warning mes-
(log|snmp|mail) when notifying of user sage is system log.
alarm/warning events. switch(config)# dmi alarm-
warning message log
1.8.3 IP-based Diagnostic
Table 1.46: IP-based Diagnostic
Function Privilege Description Example
ping HOSTNAME User EXEC Use "ping" command to do switch# ping 192.168.1.100
[count <1-5>] network ping diagnostic. count 4 interval 4 size 128
[interval <1-5>]
[size <8-5120>]
ping6 HOSTNAME User EXEC Use "ping6" command to switch# ping6 192.168.1.100
[count <1-5>] carry out network ping diag- count 4 interval 4 size 128
[interval <1-5>] nostic.
[size <8-5120>]
show arp User EXEC Use "show arp" command Switch# show arp
to show all arp entries.
clear arp Admin EXEC Use "clear arp" command to Switch# clear arp
[A.B.C.D] clear all arp entries or one
specific arp entry.
1.8.4 PoE
Table 1.47: PoE
Function Privilege Description Example
show poe (sys- User EXEC Use "show PoE (sys- This example shows current
tem|port) tem|port)" command to PoE status per port.
show current PoE setting switch# show poe port
value and status.
EKI-7700 Series User Manual 43
Table 1.47: PoE (Continued)
Function Privilege Description Example
poe Admin EXEC Use PoE command to enter This example shows how to
PoE's control level. enter PoE control level.
switch# configure
switch(config)# poe
switch(config-poe)#
system powerlimit Admin EXEC Use "system powerlimit" This example shows how to
<0-800> command to configure how configure whole system avail-
much power can be used in able power to 720W.
entire system. switch(config-poe)# system
power-limit 120
system ac-discon- Admin EXEC Use ac-disconnect com- This example shows how to
nect (enable|dis- mand to determine which configure disconnect type to
able) disconnect type will be DC typeswitch(config-poe)#.
selected. system ac-disconnect disable
system overload- Admin EXEC Use system overload-dis- This example shows how to
disconnect (port- connect command to deter- select overload-port-first to be
priority|overload- mine which PoE port will the overload-disconnect's algo-
port-first) supply power when the total rithm.
power is at full load. switch(config-poe)# system
overload-disconnect overload-
There are two algorithms port-first
supported, and this com-
mand allows selection of
the algorithm.
interfaces Admin EXEC Use "legacy-mode This example shows how to
IF_NMLPORT legacy- (enable|disable)" command configure fa1's PoE power to
mode (enable|dis- to configure supply power legacy mode.
able) mechanism to legacy mode switch(config-poe)# interfaces
in PoE port. FastEthernet 1 legacy-mode
enable
interfaces Admin EXEC Use "state (enable|dis- This example shows how to
IF_NMLPORT state able)" command to config- stop PoE port supply power via
(enable|disable) ure whether PoE port will fa1.
supply power or not. switch(config-poe)# interfaces
FastEthernet 1 state disable
interfaces Admin EXEC Use "plfc (enable|disable)" This example shows how to
IF_NMLPORT plfc command to configure how configure fa1's PoE supply
(enable|disable) much power PoE port will power mode to plfc(power-limit
supply based on PD's class from class).
level. switch(config-poe)# interfaces
FastEthernet 1 plfc enable
interfaces Admin EXEC Use "priority This example shows how to
IF_NMLPORT prior- (low|medium|high|critical)" configure fa1 as the most high
ity command to configure PoE priority level in power supply
(low|medium|high|c port's priority of power sup- sequence.
ritical) ply sequence. switch(config-poe)# interfaces
FastEthernet 1 priority critical
interfaces Admin EXEC Use "power-limit <0- This example shows how to
IF_NMLPORT power- 30000>" command to con- configure fa1's power of PoE to
limit <0-30000> figure how much power can 15W.
be used via PoE port. switch(config-poe)# interfaces
FastEthernet 1 power-limit
15000
44 EKI-7700 Series User Manual
1.8.5 LED
Table 1.48: LED
Function Privilege Description Example
show led User EXEC Use "show LED" command This example shows current
to show current LED event LED event and its own error
status and error times. times.
switch# show led
( ALARM LED ) EVENTS |
STATUS | ERROR TIMES
------------------------ + ----------- +
-------------
Power Failure |
ERROR |1
------------------------ + ----------- +
-------------
[no] led (alarm | Admin EXEC Use "LED (alarm | system)" This example shows how to
system) command to configure LED configure enable alarm LED
indication mechanism. indication mechanism.
switch(config)# led alarm
Use no form to disable LED
indication mechanism con-
figuration.
[no] led (alarm | Admin EXEC Use "(power-failure | fiber- This example shows how to
system) (power- down | always)" command add the event fiber-down to
failure | fiber- to configure which event will alarm LED indication mecha-
down | always) be binding with which LED nism.
indication mechanism. switch(config)# led alarm fiber-
down
Use no form to remove
event from LED indication
mechanism.
led system blink Admin EXEC Use "LED system blink This example shows how to
interval <0-3> interval" command to con- configure system LED blink
figure how long system LED interval.
will blink for. switch(config)# led system
blink interval 3
1.8.6 System
Table 1.49: System
Function Privilege Description Example
show version User EXEC Use "show version" com- switch# show version
mand to show loader and
firmware version and build
date.
show info User EXEC Use "show info" command switch# show info
to show system summary
information.
reboot Admin EXEC Use "reboot" command to switch# reboot
make system hot restart.
show language User EXEC
show flash User EXEC Use "show flash" command switch# show flash
to show all files" status
which stored in flash.
EKI-7700 Series User Manual 45
Table 1.49: System (Continued)
Function Privilege Description Example
clear line telnet Admin EXEC
terminal length User EXEC
<0-24>
show network-port User EXEC Show network port informa- switch(config)# no network-
tion. port type http
[no] network-port Admin EXEC Use no form to restore
type default value.
(http|https|tel-
net|ssh)
network-port type Admin EXEC Use the command to switch(config)# network-port
(http|https|tel- change network port. type http port-num 8080
net|ssh) port-num
<1-65535>
system name NAME Admin EXEC Use "system name" com- switch(config)# system name
mand to modify system myname
name information of the
switch.
system location Admin EXEC Use "system contact" com- switch(config)# system con-
LOCATION mand to modify contact tact callme
information of the switch.
system contact Admin EXEC Use "system location" com- switch(config)# system loca-
CONTACT mand to modify location tion home
information of the switch.
46 EKI-7700 Series User Manual
www.advantech.com
Please verify specifications before quoting. This guide is intended for reference
purposes only.
All product specifications are subject to change without notice.
No part of this publication may be reproduced in any form or by any means,
electronic, photocopying, recording or otherwise, without prior written permis-
sion of the publisher.
All brand and product names are trademarks or registered trademarks of their
respective companies.
© Advantech Co., Ltd. 2019