Hi
Server A---->(EX-3400-1 )--------(QFX-5100) -----(Ex-3400-2) ----Server B (My SFTP Server)
I have two servers connected with each other via 3 switches. They are in same vlan . Server A is my source server and it sends request to Server B ( Which is my SFTP Server ) . I have configured an ACL on my (EX-3400-1) Switch to allow Server A to communicate with Server B via port 22 but the communication is not working between these two servers . Below mentioned is my config of ACL . Kindly let me know how i can fix it .
set firewall family ethernet-switching filter local_acl term Term1 from source-address 10.55.249.100/32
set firewall family ethernet-switching filter local_acl term Term1 from destination-port 22
set firewall family ethernet-switching filter local_acl term Term1 from ip-protocol tcp
set firewall family ethernet-switching filter local_acl term Term1 from ip-protocol icmp
set firewall family ethernet-switching filter local_acl term Term1 then accept
set firewall family ethernet-switching filter local_acl term Term2 then discard
set firewall family ethernet-switching filter local_acl term Term2 then log