Release : 1.1f 909 / 985
Super Micro Intelligent Switch Command Line Interface User Guide
33.3 permit - standard mode
This command specifies the packets to be forwarded depending upon the associated parameters.
Standard IP access lists use source addresses for matching operations.
permit { 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-ipaddress> <mask> - Source IP address can be
'any' or the word 'host' and the dotted decimal address 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-ip-address ><mask> - Destination IP address
can be 'any' or the word 'host' and the dotted decimal address 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)# permit host 100.0.0.10 host 10.0.0.1
Related Commands
ip access-list - Creates IP ACLs and enters the IP Access-list configuration mode
deny - standard mode - Denies traffic if the conditions defined in the deny statement are
matched
redirect - standard mode - Redirects traffic if the conditions defined in the redirect
statement are matched
show access-lists- Displays the access list configuration