
43
CLI
dmi (alarm|warning)
(temperature|voltag|txb-
asis|txpower|rxpower)
(high|low) value
INPUT_VALUE
Admin EXEC
Use this command to con-
figure high/low threshold
value used to compare with
SFP Optical Transceiver's
Digital Diagnostic Monitor-
ing interface's value (tem-
perature, voltage, etc).
This example shows how to
configure the temperature high
threshold value is 30.5 with
alarm level.
switch(config-if)# dmi alarm
temperature high value 30.5
[no] dmi alarm-warning
message
(log|snmp|mail)
Admin EXEC
Use this command to deter-
mine which method to use
when notifying of user
alarm/warning events.
This example shows how to
configure alarm-warning mes-
sage is system log.
switch(config)# dmi alarm-
warning message log
IP-based Diagnostic
Table 49: IP-based Diagnostic
Function
Privilege
Description
Example
ping HOSTNAME [count
<1-5>] [interval <1-5>]
[size <8-5120>]
User EXEC
Use "ping" command to do
network ping diagnostic.
switch# ping 192.168.1.100
count 4 interval 4 size 128
ping6 HOSTNAME
[count <1-5>] [interval
<1-5>] [size <8-5120>]
User EXEC
Use "ping6" command to
carry out network ping diag-
nostic.
switch# ping6 192.168.1.100
count 4 interval 4 size 128
show arp
User EXEC
Use "show arp" command
to show all arp entries.
Switch# show arp
clear arp [A.B.C.D]
Admin EXEC
Use "clear arp" command to
clear all arp entries or one
specific arp entry.
Switch# clear arp
PoE
Table 50: PoE
Function
Privilege
Description
Example
show poe (system|port)
User EXEC
Use "show PoE (sys-
tem|port)" command to
show current PoE setting
value and status.
This example shows current
PoE status per port.
switch# show poe port
poe
Admin EXEC
Use PoE command to enter
PoE's control level.
This example shows how to
enter PoE control level.
switch# configure
switch(config)# poe
switch(config-poe)#
system powerlimit <0-
800>
Admin EXEC
Use "system powerlimit"
command to configure how
much power can be used in
entire system.
This example shows how to
configure whole system avail-
able power to 720W.
switch(config-poe)# system
power-limit 120
Table 48: DMI (Continued)
Function
Privilege
Description
Example