Become a Member
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
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>
HPE Comware Software, Version 7.1.045, Release 2432P06
5900AF-48XG-4QSFP+ Switch
It was that simple, how did I miss it when trying?