TAP Series Switch Command Line Reference
Usage
Wildcard bits in this command are used as reversed. That means value and wildcard bits have
same length, If a bit in wildcard is 0 means this bit needs to check, otherwise this bit should
be ignored.
E.g.: ip address 10.10.10.0 wildcard 0.0.0.255 means 256 ip addresses from 10.10.10.0 to
10.10.10.255.
Layer 4 information
(
e.g. tcp/udp port
)
and fragment information are exclusive.
Notice:
The parameters
“
ipv4-head, l4-head
”
are not supported on CTC5160 (GreatBelt) based
switch.
Examples
This example shows how to add an acl filter with sequence number 10 to acl test1:
Switch(config)# ip access-list test1
Switch(config-acl-test1)# sequence-num 10 permit any src-ip 10.10.10.0 0.0.0.255 dst-ip any
Related Commands
no sequence-num
show ip access-list
Use this command to apply IPv4 access list on the outbound direction of an interface
Use the no form of this command to remove the IPv4 access list.
Command Syntax
egress NAME_STRING
no egress
IP access-list name string, which should begin
with a-z/A-Z/0-9, valid characters are 0-9A-Za-