cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 

ACL redirect-port

ACL redirect-port

Alexandr_P
Valued Contributor
Hello, colleagues!

I have LAG, for example ports 10-14
#enable sharing 10 grou 10-14 alg address-based L3
I have ACL:
entry ACL{
if {
} then {
redirect-port 10;
} }
#configure access-list ACL ports 1-4 ingress

As I understand traffic have to go not only for port 10, but exit from ports 10-14 based on address-based L3 algorithm.
As I'm right?
Is there some conditions for this ACL? (same vlan in ingress and redirect ports, somthing else)

Main problem that I can see traffic is come to ingress ports (1-4) - counters is groing.
But I can't see traffic in egress ports (10-14).

Any ideas or advices?

Thank you!
13 REPLIES 13

Alexandr_P
Valued Contributor
that's why I need LAG with L3 algorithm - this algorithm will be similar traffic direct to certain monitoring device.

Alexandr_P
Valued Contributor
I have no specific (concrete) src-ip/dst-ip

PARTHIBAN_CHINN
Contributor
see if multiple entry like this matches ur requirement

if {

sourceip 1.1.1.1
dstip <>
} then {
redirect-port 10;
} }

if {

sourceip 1.1.1.2
dstip <>
} then {
redirect-port 11;
} }

Alexandr_P
Valued Contributor
Also I have no specific (concrete) src-ip/dst-ip. I have only L3 condition with which traffic have to distributed to different ports (10-14)

ļ™‚
GTM-P2G8KFN