C613-50100-01 REV C Command Reference for x930 Series 1936
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
IPV4 SOFTWARE ACCESS CONTROL LIST (ACL) COMMANDS
SHOW
DOS INTERFACE
show dos interface
Overview Use this command to display the Denial-of-Service (DoS) features configured on a
switch port interface from the dos command. See the dos command for
descriptions of DoS attack types.
Syntax
show dos interface {<port-list>}
Mode Privileged Exec
Output Figure 38-1: Example output from the show dos interface command prior to a
DoS attack
Parameter Description
<port-list> Specify the switch port or port list to display DoS configuration
options set with the dos command.
awplus#configure terminal
Enter configuration commands, one per line. End with CTNTL/Z.
awplus(config)#interface port1.0.1
awplus(config-if)#dos synflood action shutdown
awplus(config-if)#exit
awplus(config)#exit
awplus#show dos interface port1.0.1
DoS settings for interface port1.0.1
-----------------------------------------
Port status : Enabled
ipoptions : Disabled
land : Disabled
ping-of-death : Disabled
smurf : Disabled
synflood : Enabled
Action : Shutdown port
Attacks detected : 0
teardrop : Disabled
awplus#