Comware Based
1748255 Members
4025 Online
108760 Solutions
New Discussion

Re: ACL allow specific destination AND port

 
SOLVED
Go to solution
spgsitsupport
Regular Advisor

ACL allow specific destination AND port

Using simple ACL I can allow access from restricted VLAN to specific host in another VLAN

But can I specify ALSO a specific PORT? (seems not to be the case, just need confirmation)

I need BYOD clients to be able to access mobility print from Papercut

https://go.papercut.com/Article-Landing-Pages_1509-Mobility-Print-Support-Tip.html

But would need to only access a single port 9163 and not the "whole" server

Thanks

Seb

 

2 REPLIES 2
jmpk
HPE Pro
Solution

Re: ACL allow specific destination AND port

Hi @spgsitsupport ,

Can you please let me know the device model you are trying to apply the ACL ? 

Yes you can give access only to specifty port and below is the example in which you can acheive it .

ACL 3100

rule 10 permit tcp source <IP > destination-port eq 9163 destnation <IP >

rule 2 0 deny ip source <IP> destination <IP>


I work for HPEAccept or Kudo
spgsitsupport
Regular Advisor

Re: ACL allow specific destination AND port

HPE Comware Software, Version 7.1.045, Release 2432P06

5900AF-48XG-4QSFP+ Switch

It was that simple, how did I miss it when trying?

Thanks

Seb