Release : 1.1f 912 / 985
Super Micro Intelligent Switch Command Line Interface User Guide
33.6 permit- ip/ospf/pim/protocol type
This command allows traffic for a particular protocol packet if the conditions defined in the permit
statement is matched.
permit { ip | ospf | pim | <protocol-type (1-255)>} { any | host <src-
ipaddress> | <src-ip-address> <mask> } { any | host <dest-ip-address> |
<destip-address> <mask> } [ {tos{max-reliability | max-throughput |
min-delay | normal |<value (0-7)>} | dscp <value (0-63)>} ] [ priority
<value (1-255)>]
Syntax Description
ip| ospf|pim| <protocol-type (1- 255)> - Type of protocol for the packet. It can also
be a protocol number.
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 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 number of the network or the
host that the packet is destined for and the network mask to use with the destination address
tos - Type of service. Can be max-reliability, max throughput, min-delay, normal or a range of
values from 0 to 7, Differentiated Services Code Point (DSCP) values to match against incoming
packets.
Priority - The priority of the L3 filter is used to decide which filter rule is applicable when the
packet matches with more than one filter rules. Higher value of ‘filter priority’ implies a higher
priority.
Mode
ACL Extended Access List Configuration Mode
Defaults
protocol-type - 255
priority - 1
Example
SMIS(config-ext-nacl)# permit 200 host 100.0.0.10 any tos 6