ACL port
Posted: 14 Jun 2022 11:19
Hello,
I'm having trouble making an ACL (I think it's simple) but it's not working...
I'm mirroring some interfaces to a port (ex: 1/1/1), and I want to filter the traffic that arrives at that interface that comes from the mirror (by ip and port ex 80).
ACL
policy port group dest_port 1/1/1
policy network group IP_Block 10.10.132.5 10.10.132.10
policy condition C1 source network group IP_Block source tcp port 80 destination port 1/1/1
policy action no_access disposition drop
policy rule R1 condition C1 action no_access
it's giving the error
ERROR: Dest Port not supported For Default List Rule
How to make this ACL (OS 6860 V8.255)?
I'm having trouble making an ACL (I think it's simple) but it's not working...
I'm mirroring some interfaces to a port (ex: 1/1/1), and I want to filter the traffic that arrives at that interface that comes from the mirror (by ip and port ex 80).
ACL
policy port group dest_port 1/1/1
policy network group IP_Block 10.10.132.5 10.10.132.10
policy condition C1 source network group IP_Block source tcp port 80 destination port 1/1/1
policy action no_access disposition drop
policy rule R1 condition C1 action no_access
it's giving the error
ERROR: Dest Port not supported For Default List Rule
How to make this ACL (OS 6860 V8.255)?