ECS2020 Series CLI Reference Guide R04
144
extended ipv6 access-list deny|permit
Under an extended ip access-list, this command configures deny or permit rules.
ip access-list extended {36-45}
[ace_id] {deny|permit} {ip|tcp|udp} {any|host|sip} [eq] {any|host|dip} [eq]
ip access-list extended {36-45}
no {ace_id}
Null
ACL configuration mode
Configuration ACE
ipv6 access-list extended 36
permit ip any any
ipv6 access-list commit
Use this command for an ipv6 ACL applied to an interface to filter the received data.
interface GigabitEthernet {port_id}
ipv6 access-list {ACL-name} commit
interface GigabitEthernet {port_id}
no ipv6 access-list {ACL-name} commit
Parameter
Description
ip|tcp|udp
protocol type
any
any source IP address
host
host IP address
sip
assignable source IP address and mask
dip
assignable dest IP address and mask
eq
TCP/UDP port filtering
ace_id
ACE number(0-9)
Command
Command
Description
show access-list
Displays the access control list information.
Parameter
Parameter
Description
port_id
Interface ID
ACL-name
The name of the ACL
Default
Mode
Example
Usage