Release : 1.1f 910 / 985
Super Micro Intelligent Switch Command Line Interface User Guide
33.4 deny - standard mode
This command denies traffic if the conditions defined in the deny statement are matched.
deny{ any | host <src-ip-address> | <src-ip-address> <mask> } [ { any |
host <dest-ip-address> | <dest-ip-address> <mask> } ]
Syntax Description
any|host src-ip-address| <src-ip-address> <mask> - Source IP address can be
'any' or the word 'host' and the dotted decimal address or number of the network or the host that
the packet is from and the network mask to use with the source IP address
any|host dest-ip-address| <dest-ipaddress><mask> - Destination IP address can
be 'any' or the word 'host' and the dotted decimal address or number of the network or the host
that the packet is destined for and the network mask to use with the destination IP address
Mode
IP ACL Configuration (standard)
Example
SMIS(config-std-nacl)# deny host 100.0.0.10 any
Related Commands
ip access-list - Creates IP ACLs and enters the IP Access-list configuration mode
permit - standard mode - Specifies the packets to be forwarded depending upon the
associated parameters
redirect - standard mode - Specifies the packets to be redirected depending upon the
associated parameters
show access-lists-Displays the access list configuration